/*
 ________  __       __       __    __  _____      __
|   __   ||  |     /  \     |  |  |  ||  __ \    |  |
|  |__|  ||  |    /    \    |  |\ |  || |__) |   |  |
|   _____||  |   /  /\  \   |  | \|  ||      /   |  |____ ___      ___
|  |      |  |  /  /__\  \  |  |\ |  ||  __  \   |  ___  |\  \    /  /
|  |      |  | /  /    \  \ |  | \|  || |__)  |_ | |___| | \  \__/  /
|__|      |__|/__/      \__\|__|  |__||_______(_)|_______|  \      /
                                                            _|    /
                                                           |     /
                                                           |____/
*/ 
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}body,html{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:700}img{color:transparent;font-size:0;vertical-align:middle;max-width:100%;max-height:100%;width:auto;height:auto;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}caption,td,th{font-weight:400;vertical-align:top;text-align:left}q{quotes:none}q:after,q:before{content:'';content:none}small,sub,sup{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}svg{overflow:hidden}.clear,.clr{display:block;clear:both;overflow:hidden;line-height:0!important;height:0!important;font-size:0;margin:0;padding:0}.clearfix:after,.clearfix:before{content:"";display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both}.clearfix{zoom:1}html{overflow-x:hidden}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}address,dl,fieldset,figure,hr,ol,p,pre,table,ul{margin-top:0}video,iframe{max-width: 100%;}

/* Show Once ---------------------- */
    *[data-show-once-id]:not(.hystmodal) {display: none;}


/* HYST MODAL ---------------------- */
    /* right & left orientation ---------------------- */
        .hystmodal-right .hystmodal__window, 
        .hystmodal-left .hystmodal__window{margin: 0;}
        
        .hystmodal-right .hystmodal__wrap {align-items: end;}
        .hystmodal-right .hystmodal__close {left: -40px;}
        
        .hystmodal-left .hystmodal__wrap {align-items: start;}
    
    /* wide ---------------------- */
        #myModal-wide .hystmodal__window {width: 1000px;}
        #modal-order-confirmation .hystmodal__window {width: 650px;}
    
    /* custom view & animaion ---------------------- */
        /* default ---------------------- */
            .hystmodal__wrap {perspective: 1000px;}
            .hystmodal:not(.hystmodal-right):not(.hystmodal-left) .hystmodal__window {transform: rotateX(10deg) translate(0, 50px) scale(.9);transition: .5s;}
            .hystmodal--active:not(.hystmodal-right):not(.hystmodal-left) .hystmodal__window {transform: translate(0, 0);}
        
        /* right & left ---------------------- */
            .hystmodal-right .hystmodal__window {transform: translate(100px, 0); opacity: 1;}
            .hystmodal-left .hystmodal__window {transform: translate(-100px, 0); opacity: 1;}
            .hystmodal-right.hystmodal--active .hystmodal__window,
            .hystmodal-left.hystmodal--active .hystmodal__window{transform: translate(0, 0)}

/* PlanB Modal ---------------------- */
    /*behavior*/
        .fon_modal {z-index: 10001;top: 0;left: 0;bottom: 0;right: 0;position: fixed;display: none;}
        .modalwrapper {-webkit-overflow-scrolling: touch;perspective: 1000px;overflow-y: scroll;z-index: 1000;top: 0;right: 0;width: 100%;height: 100%;display: none;position: fixed;}
        .modal {left: 50%;transform: translate(-50%, 0%) rotateX(50deg) scale(.6);bottom: auto;opacity: 0;z-index: 10002;box-sizing: border-box;transition: 1s;display: none;position: absolute;}
        .modal.poehali {transform: translate(-50%, -50%);opacity: 1;margin-top: 0;}
        .modal .close_modal {position: absolute;z-index: 999999;text-align: center;cursor: pointer;transition: .5s;}

    /*modal width & position*/
        .modal {width: 600px;top: 50%;}
        .modal.poehali {transform: translate(-50%, -50%);opacity: 1;margin-top: 0;}

    /*style*/
        .modalwrapper {-webkit-backdrop-filter: blur(18px);backdrop-filter: blur(18px);background: rgb(0 0 0 / 15%);}
        .modal {background: #fff;border-radius: 5px;padding: 40px;}
        .modal .close_modal {right: 10px;top: 10px;color: var(--textcolor);background: transparent;width: 35px;height: 35px;line-height: 35px;font-size: 30px;border-radius: 5px;}
        .modal .close_modal:hover {transform: rotate(90deg);}
        .modal h3 {font-weight: 700;font-size: 20px;text-transform: uppercase;line-height: 24px;padding: 20px 0 0;}
        .modal h3, .modal p {color: var(--textcolor)}
        .fon_image img {max-height: 200px;width: auto;display: block;margin: 0 auto;border-radius: 10px;}

/* Список - галочки  ---------------------- */
    ul.check-list {margin: 15px 0}
    ul.check-list li {list-style-type: none;padding-left: 40px;position: relative;margin-bottom: 5px;margin-left: 0;}
    ul.check-list li:before {background: url(/assets/images/icons/check_black.png) 50% 50%/15px no-repeat;left: 12px;top: 7px;width: 15px;height: 15px;position: absolute;content: "";display: inline-block;}
    
/* Список кружочки  ---------------------- */
    ul.circle-list {margin: 15px 0}
    .circle-list li {list-style-type: none;margin-bottom: 8px;position: relative;}
    .circle-list li:before {right: calc(100% + 10px);top: 10px;background: #fff;width: 6px;height: 6px;border-radius: 100px;position: absolute;display: block;content: '';}

/* ol li customization ---------------------- */
    ol.numbered {counter-reset: myCounter;margin: 15px 0}
    ol.numbered li {margin-bottom: 5px;list-style-type: none;padding-left: 10px;position: relative;}
    ol.numbered li:before {background:var(--maincolor);color: #fff;counter-increment:myCounter;content:counter(myCounter);position:absolute;left: -30px;top:-2px;display:inline-block;text-align:center;margin:5px 10px;width:17px;height:17px;line-height:17px;border-radius:20px;font-size:.7em}

/* Fancybox  ---------------------- */  
    a[data-fancybox] {position: relative;display: block;}
    a[data-fancybox]:after {background: url(/assets/images/icons/zoom_white.png) 50% 50%/20px no-repeat, #00000024;display: block;content:"";position: absolute;left: 0;top: 0;width: 100%;height: 100%;opacity: 0;transition:.5s;}
    a[data-fancybox]:hover:after {opacity: 1;}

/* Breadcrumbs  ---------------------- */  
    ul.breadcrumb {font-size: .8em;width: 100%;margin: 0;padding: 10px 0;box-sizing: border-box;margin-top: 5px;}
    .breadcrumb li {display: inline-block;line-height: 1.2;list-style-type: none;padding-left: 0 !important;margin-bottom: 0 !important;margin-left: 0 !important;margin-right: 3px;color: #464646;}
    .breadcrumb li a {color: #464646;}


/* OWL Carousel  ---------------------- */  
    /* arrows 1 */
        .owl-arrows1 .owl-nav button {width: 30px !important;height: 30px !important;line-height: 30px !important;font-size: 0 !important;border-radius: 50px;top: 50%;transform: translateY(-50%);outline: none;position: absolute;}
        .owl-arrows1 .owl-nav .owl-prev {left: 5px;background: url(/assets/images/icons/arrow_left_white.png) 50% 50%/100% no-repeat !important;}
        .owl-arrows1 .owl-nav .owl-next {right: 5px;background: url(/assets/images/icons/arrow_right_white.png) 50% 50%/100% no-repeat !important;}

    /* arrows 2 */
        .owl-arrows2 {padding: 0 40px;margin: 0;box-sizing: border-box;}
        .owl-arrows2 .owl-prev, 
        .owl-arrows2 .owl-next {background: var(--maincolor2) !important;color: #fff !important;height: 30px;width: 30px;border-radius: 100px;padding: 0;box-sizing: border-box;font-size: 0;position: absolute;transition: 0.3s;top: 50%;transform: translateY(-50%);outline: none;}
        .owl-arrows2 .owl-prev {left: 0px}
        .owl-arrows2 .owl-next {right: 0px;}
        
        .owl-arrows2 .owl-next.disabled,
        .owl-arrows2 .owl-prev.disabled {background: var(--grey) !important;}
    
    /* arrows 3 */ 
        .owl-arrows3 .owl-nav {top: -50px;right: 0;position: absolute;}
        .owl-arrows3 .owl-nav button {width: 40px;height: 40px;line-height: 40px !important;background: var(--maincolor2) !important;color: #222 !important;border-radius: 5px;margin-left: 10px;outline: none;}
        .owl-arrows3 .owl-nav button.disabled {background: var(--grey) !important;color: #222 !important;cursor: initial;}
         
    /* dots 1 */ 
        .owl-dots1 .owl-dots {margin-top: 10px;text-align: center;}
        .owl-dots1 .owl-dots button {background: var(--grey) !important;width: 10px;height: 10px;margin: 0 4px;border-radius: 30px;transition: .2s;outline: none;display: inline-block;}
        .owl-dots1 .owl-dots button.active, 
        .owl-dots1 .owl-dots button:hover {background: var(--maincolor) !important}
    
    /* dots 2 */ 
        .owl-dots2-wrapper {text-align: center;line-height: 10px;}
        .owl-dots2 .owl-dots {border-radius: 25px;text-align: center;line-height: 0;position: absolute;z-index: 1;bottom: 15px;left: 50%;transform: translateX(-50%);}
        .owl-dots2 button {right: 0;transform: none;top: 0;height: 100%;background: var(--maincolor2) !important;width: 50px;opacity: 0.5;transition: .5s;z-index: 2;}
        .owl-dots2 button.active, 
        .owl-dots2 button:hover {background: var(--maincolor) !important;}
    
/* TABLE  ---------------------- */  
    .table{max-width:100%;overflow-x:auto;width: 100%;}
    .table table {width: 100%}
    .table::-webkit-scrollbar {width: 5px;height: 5px;background: var(--maincolor);}
    .table::-webkit-scrollbar-track {background: transparent;}
    .table::-webkit-scrollbar-thumb {background-color: var(--grey);border-radius: 10px;}
    
    .table tr {border-bottom: 1px solid #fe9aa47d;text-align: center;}
    .table tr:last-child {border: none;}
    .table td {padding: 3px 5px;color: var(--textcolor);vertical-align: middle;text-align: left;width: auto !important;height: auto !important;}
    .table td:last-child, .table th:last-child {text-align: right;}
    .table tr th {font-weight: 600;padding: 5px 10px;background: var(--maincolor);color: #fff;}
 
/* TABS  ---------------------- */  
    .tabs__content {display: none;}
    .tabs__content.active {display: block;width: 100%;}
    .tabs__content ul.colors_ral li {list-style: none;margin-left: 0;}
    .tabs__caption {margin-bottom: 0;list-style-type: none;overflow: hidden;border-bottom: 1px solid var(--sky)}
    .tabs__caption>li {font-weight: 400;padding: 15px 0;display: inline-block;margin: 0;border-right: 1px solid var(--sky);position: relative;text-align: center;box-sizing: border-box;cursor: pointer;transition: .5s;}
    .tabs__caption>li:last-child {border-right: none;}
    .tabs__caption>li.active {background: var(--maincolor);color: #fff;}
    .tabs__caption>li:nth-child(2) {margin-right: 0;}
    .tabs__caption>li:hover {background: var(--maincolor);color: #fff;}
    

    .tabs__content {padding: 20px;box-sizing: border-box;}
    .tabs__caption {display: table;width: 100%;}
    .tabs__caption > li {display: table-cell;}
    
    .slides .owl-stage-outer, .showmore .owl-stage-outer {padding: 8px 0;}
    .flex-block {display: flex;}
    
/* Icons Docs pdf docx xls  ---------------------- */     
a[href$=".pdf"].icon-file, 
a[href$=".doc"].icon-file, 
a[href$=".docx"].icon-file,
a[href$=".xls"].icon-file{position: relative;font-size:1.5rem;color: var(--maincolor2);font-weight: 600;border-radius: 10px;display: inline-block;margin-bottom: 20px;padding: 20px 40px 20px 60px;background: var(--grey) url(/assets/images/icons/files/pdf-file.png) 15px/30px no-repeat;background-size: 30px 30px;transition: .5s;}
a[href$=".doc"].icon-file, 
a[href$=".docx"].icon-file  {background: var(--grey) url(/assets/images/icons/files/docx-file.png) 15px 25px/30px no-repeat;background-size: 30px 30px;}
a[href$=".xls"].icon-file  {background: var(--grey) url(/assets/images/icons/files/xls-file.png) 15px 25px/30px no-repeat;background-size: 30px 30px;}

/* Before Line  ---------------------- */ 
    .before-line {position: relative;color: var(--hcolor);padding: 0 0 0 130px;}
    .before-line:before {display: inline-block;height: 2px;width: 100px;background: var(--hcolor);content: "";position:  absolute;top: 50%;transform: translateY(-50%);left: 0;}

/* Full width block  ---------------------- */ 
    .fw {position: relative;}
    .fw:before,.fw:after {content: '';display: block;background: inherit;position: absolute;height: 100%;width: 10000px;top: 0;}
    .fw:before{right: 100%;} .fw:after{left: 100%;}
    
/* HR Shadow  ---------------------- */     
    .hr-shadow{position:relative;overflow:hidden;height:25px}.hr-shadow:after{position:absolute;content:'';z-index:1;height:20px;top:-20px;left:50%;width:100%;margin-left:-50%;-webkit-border-radius:200px/10px;-moz-border-radius:200px/10px;border-radius:200px/10px;box-shadow:0 0 30px rgba(0,0,0,.28)}

/* Sweet Alert  ---------------------- */  
    .swal2-container {width: 35rem !important;}
    .swal2-popup.swal2-toast {padding: 2rem !important;font-size: 2rem !important;}
    h2#swal2-title {font-size: 1.5rem;line-height: 1.5rem !important;}
    .swal2-html-container {font-size: 1.5rem !important;line-height: 1.5rem !important;}
    html.swal2-shown,body.swal2-shown {height: auto!important;}
    
/* Gridzy  ---------------------- */  
    .gridzyItem img {width: 100%;}

#scrollup {
    width: 45px;
    height: 45px;
    
    right: 20px;
    bottom: 20px;
    position: fixed;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    background: var(--maincolor);
    cursor: pointer;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    transform: rotate(180deg);
    z-index: 10;
}


/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*                      COMMON                    */
/* ---------------------------------------------- */
/* ---------------------------------------------- */


:root {
    /* font */
    --fontfamily: "M PLUS Rounded 1c", sans-serif;
    --fontsize: 1.65rem;
    --lineheight: 3rem;
    
    
    /* colors */
    --maincolor: #6abebe;
    --maincolor2: #fdabc2;
    --textcolor: #3B3B3B;
    --hcolor: #333333;
    
    --red:    #ff541c;
    --blue:   #93B7BE;
    --green:  #048A81;
    --orange: #fab127;
    --yellow: #fab127;
    --grey:   #f9fbff;
    --grey2:  #dbdbdb;
    --purple:  #d9c0dd;
    --tiffany:  #a9ded4;
    
    --sky:   #DCEAFD;
    --dark:  #c3c2c2;
    --white: #fff;
    --black: #000;
    
    --footerbg: #111;
    
    
    /* decoration */
    --boxshadow: 5px 5px 20px #cecece;
    --gradient: linear-gradient(0deg,#5caf5d,#9ee670);
    
    
    /* sizes */
    --top-header-height: 50px;
    --header-height: 80px;
    --header-plus-menu-height: 130px;
    --header-height-min: 50px;
    
    --mainmenu-height: 25px;
    --mainmenu-border-left-color: #88adcb;
    --mainmenu-border-right-color: #096898;
    
    /* buttons */
    --smallbuttonheight: 25px;
    --buttonheight: 40px;
    --bigbuttonheight: 50px;
}

body::-webkit-scrollbar {width: 6px;background: transparent;}
body::-webkit-scrollbar-track {background: transparent;}
body::-webkit-scrollbar-thumb {background-color: var(--maincolor);border-radius: 10px;}
::selection {background: var(--maincolor2);color: #fff;}

html {font-size: 10px;}
body {font-size: var(--fontsize);background: var(--grey);position: relative;line-height: var(--lineheight);font-family: var(--fontfamily);font-feature-settings: "pnum" on,"lnum" on;font-weight: 400;color: var(--textcolor);z-index: 1;}
body:after{content:'';position:fixed;top:0;left:0;width:100%;height:100%;z-index:-1;opacity:.05;background:url(/assets/images/homepage/7895078.jpg) 50% 50% repeat-y;background-size:cover;}

a {color: var(--maincolor);outline: none;text-decoration: none;}
p {margin-bottom: 20px;}
h1, .h1 {font-size: clamp(3rem, 5vw, 5rem); line-height: clamp(3.5rem, 5.5vw, 5.5rem); font-weight: 700; margin-bottom: 1em; color: var(--hcolor);}
h2, .h2 {font-size: clamp(2.5rem, 4vw, 3.5rem); line-height: clamp(3rem, 4.5vw, 4.0rem); font-weight: 700; margin-bottom: 1em; color: var(--hcolor);}
h3, .h3 {font-size: clamp(2.3rem, 3.5vw, 3rem); line-height: clamp(2.8rem, 4vw, 3.6rem); font-weight: 700; margin-bottom: 1em; color: var(--hcolor);}
h4, .h4 {font-size: clamp(2rem, 3vw, 2.8rem); line-height: clamp(2.5rem, 3.5vw, 3.2rem); font-weight: 700; margin-bottom: 1em; color: var(--hcolor);}
h5, .h5 {font-size: clamp(1.8rem, 2.5vw, 2.4rem); line-height: clamp(2.2rem, 3vw, 2.8rem); font-weight: 700; margin-bottom: 1em; color: var(--hcolor);}
h6, .h6 {font-size: clamp(1.65rem, 2vw, 2rem); line-height: clamp(2rem, 2.5vw, 2.5rem); font-weight: 700; margin-bottom: 1em; color: var(--hcolor);}



.maincolor {color: var(--maincolor)}
.maincolor2 {color: var(--maincolor2)}
.maincolor3 {color: var(--maincolor3)}
.textcolor {color: var(--textcolor)}
.hcolor {color: var(--hcolor)}
.orange {color: var(--orange)}
.purple {color: var(--purple)}
.tiffany {color: var(--tiffany)}
.red {color: var(--red)}
.blue {color: var(--blue)}
.green {color: var(--green)}
.yellow {color: var(--yellow)}
.grey {color: var(--grey)}
.grey2 {color: var(--grey2)}
.grey3 {color: var(--grey3)}
.grey4 {color: var(--grey4)}
.sky {color: var(--sky)}
.white {color: var(--white)}
.dark {color: var(--dark)}
.boxshadow, .bshad {box-shadow: var(--boxshadow)}

.border-grey {border: 1px solid var(--grey);}


.bg-maincolor {background: var(--maincolor);}
.bg-maincolor2 {background: var(--maincolor2);}
.bg-maincolor3 {background: var(--maincolor3);}
.bg-textcolor {background: var(--textcolor);}
.bg-hcolor {background: var(--hcolor);}
.bg-orange {background: var(--orange);}
.bg-purple {background: var(--purple);}
.bg-tiffany {background: var(--tiffany);}
.bg-red {background: var(--red);}
.bg-blue {background: var(--blue);}
.bg-green {background: var(--green);}
.bg-yellow {background: var(--yellow);}
.bg-grey {background: var(--grey);}
.bg-sky {background: var(--sky);}
.bg-white {background: var(--white);}
.bg-dark {background: var(--dark);}
.bg-maincolor2 {background: var(--maincolor2);}


/* useful classes */
.main {max-width: 1420px;clear: both;box-sizing: border-box;margin: 0 auto;padding: 0 20px;position: relative;}
.small {font-size: .85em;line-height: 1.5em;}
.url  {border-bottom: 1px dotted;display:inline-block;text-decoration:none;}
.warning {background-color: #FDF7DF;border: 1px solid #FEEC6F;color: #C9971C;font-weight: 700;padding: 10px 20px;border-radius: 10px;}
.maxwidth600 {margin: 0 auto;max-width: 600px;}
.maxwidth700 {margin: 0 auto;max-width: 700px;}
.maxwidth800 {margin: 0 auto;max-width: 800px;}
.maxwidth900 {margin: 0 auto;max-width: 900px;}
.maxwidth1000 {margin: 0 auto;max-width: 1000px;}
.maxwidth1200 {margin: 0 auto;max-width: 1200px;}
.curp {cursor: pointer;}
[data-copy-to-clipboard] {cursor: pointer;}

/* FORM  ---------------------- */

    /* inputs  ---------------------- */  
        input[type="text"],
        input[type="email"],
        input[type="date"],
        input[type="tel"],
        input[type="time"],
        input[type="password"],
        textarea {line-height: 50px;padding: 0 20px;color: var(--textcolor);border-radius: 5px;width: 100%;margin: 0 0 10px 0;background: var(--grey);border: 0;font-family: var(--fontfamily);font-size: var(--fontsize);outline: none;box-sizing: border-box;display: block;transition: background .5s, resize 0s;}
        input[type="text"].error {background-color: #f7ebeb;}
        input[type="date"], input[type="time"] {-webkit-appearance: textfield;-moz-appearance: textfield; color: #757575;}
        input[type="date"]:not(.has-value):before, input[type="time"]:not(.has-value):before {color: #757575;content: attr(placeholder );margin-right: 10px;}
        textarea {line-height: 30px;line-height: 30px;padding: 20px;display: block;width: 100%;max-width: none !important;font-family: inherit;font-size: inherit;color: #000;resize: vertical;}
        input:focus, textarea:focus {background: #e0e2e8;}
        select {border: 1px solid var(--maincolor2);line-height: 50px;border-radius: 30px;outline: none;padding: 0 13px;background: #fff;display: block;font-family: inherit;width: 100%;cursor: pointer;font-size: inherit;background: url(/assets/images/icons/arrow_down_black.png) no-repeat calc(100% - 15px) 50% #fff;background-size: 12px 12px;-webkit-appearance: none;}


        /* icons  ---------------------- */  
            input.icon-receiver,
            input.icon-phone,
            input.icon-email,
            input.icon-text_address, input.icon-address,
            input.icon-login,
            input.icon-password {padding-left: 55px;background-position: 15px 50%;background-size: 20px;background-repeat: no-repeat;}
            
            input.icon-receiver {background-image: url(/assets/images/icons/forms/receiver_grey.png)}
            input.icon-phone {background-image: url(/assets/images/icons/forms/phone_grey.png)}
            input.icon-email {background-image: url(/assets/images/icons/forms/email_grey.png)}
            input.icon-text_address, input.icon-address {background-image: url(/assets/images/icons/forms/address_grey.png)}
            input.icon-login {background-image: url(/assets/images/icons/forms/login_grey.png)}
            input.icon-password {background-image: url(/assets/images/icons/forms/password_grey.png)}
    
    
    /* file  ---------------------- */  
        .labelFile{padding:0;line-height:40px;text-align: center;font-size: 15px;max-width:200px;margin: 10px 0;display:block;border: 1px solid var(--maincolor2);position: relative;border-radius: 20px;}
        .input-file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
        .input-file + .labelFile{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 10px;cursor:pointer}
        .labelFile:before {content: "";background: url(/assets/images/icons/upload.png) 50% 50%/100% no-repeat;color: var(--maincolor2);font-family: 'FontAwesome';display: inline-block;left: 10px;width: 13px;height: 13px;margin-right: 5px}
    /* checkboxes  ---------------------- */  
        input[type=checkbox] {position: relative;background: #fff;border-radius: 2px;cursor: pointer;line-height: 0;margin: 0 0.6em 0 0;outline: 0;padding: 0 !important;vertical-align: text-top;height: 20px;width: 20px;-webkit-appearance: none;border: 1px solid var(--maincolor)}
        input[type=checkbox] + label {cursor: pointer;margin-right: 20px}
        input[type=checkbox]:checked:before {border: solid var(--maincolor);border-width: 0 2px 2px 0;margin: -1px -1px 0 -1px;width: 4px;height: 10px;content: '';position: absolute;right: 50%;top: 50%;transform: rotate(45deg) translate(-50%, -50%);z-index: 2;}
        
        input.checkbox + label {cursor: pointer}
        input.checkbox {vertical-align: top;width: 17px;height: 17px;margin: 0 3px 0 0}
        input.checkbox:not(checked) {position: absolute;opacity: 0}
        input.checkbox:not(checked) + label {position: relative;padding: 0 0 0 60px}
        input.checkbox:not(checked) + label:before {content: '';position: absolute;top: -4px;left: 0;width: 50px;height: 26px;border-radius: 13px;background: #CDD1DA;box-shadow: inset 0 2px 3px rgba(0,0,0,.2)}
        input.checkbox:not(checked) + label:after {content: '';position: absolute;top: -2px;left: 2px;width: 22px;height: 22px;border-radius: 10px;background: #FFF;box-shadow: 0 2px 5px rgba(0,0,0,.3);transition: all .2s}
        input.checkbox:checked + label:before {background: #9FD468}
        input.checkbox:checked + label:after {left: 26px}

    /* radio  ---------------------- */  
       /*  input[type="radio"] {display: none;}
       input[type="radio"] + label {position: relative;padding-left: 25px;display: block;cursor: pointer;}
       input[type="radio"] + label:before {left: 0;top: 7px;border: 1px solid var(--maincolor);width: 15px;height: 15px;border-radius: 50%;cursor: pointer;box-sizing: border-box;line-height: 0;position: absolute;display: block;content: "";}
       input[type="radio"] + label:after {top: 11px;left: 3.5px;width: 8px;height: 8px;background: var(--maincolor);position: absolute;display: block;content: "";transition: .2s;transform:scale(0);border-radius: 50%;}
       input[type="radio"]:checked + label:after {transform:scale(1);}
       
       input[type="radio"][disabled] + label {color: #ccc;}
       input[type="radio"][disabled] + label:before,
       input[type="radio"][disabled] + label:after {border-color: #ccc;} */
        
        
        input[type=radio] {position: relative;background: #fff;border-radius: 2px;cursor: pointer;line-height: 0;margin: 0 0.6em 0 0;outline: 0;padding: 0 !important;vertical-align: text-top;height: 20px;width: 20px;-webkit-appearance: none;border: 1px solid var(--maincolor)}
        input[type=radio] + label {cursor: pointer;}
        input[type=radio]:before {background: var(--maincolor);width: 12px;height: 12px;content: '';position: absolute;left: 3.5px;top: 3.5px;transform: scale(0);z-index: 2;transition: .2s;}
        input[type=radio]:checked:before {transform: scale(1);}
        
        
        
        
    /* Super Select  ---------------------- */
        .super-select {color: var(--grey4);background: var(--grey);border-radius: 5px;margin: 0;line-height: 50px;width: 100%;box-sizing: border-box;position: relative;white-space: nowrap;}
        
        /* decoration line  ---------------------- */
            .super-select:before {background: #31afbb;background: linear-gradient(90deg,#31afbb,#673ab7);content: "";width: 0;border-radius: 5px 5px 0 0;height: 3px;position: absolute;top: 0px;left: 50%;transition: .3s;z-index: 2;}
            .super-select:hover:before {left: 0;width: calc(100% + 1px);}
        
        /* overlay  ---------------------- */
            .super-select .super-select-overlay {padding: 0 20px;cursor: pointer;}
            .super-select .super-select-overlay .super-select-overlay-selected {color: #000;font-size: .8em;margin-left: 20px;display: inline-block;text-overflow: ellipsis;overflow: hidden;vertical-align: middle;max-width: 150px;}
            .super-select .arrow {right: 15px;height: 30%;top: 50%;transform: translateY(-50%);position: absolute;}
            .super-select.open .arrow {transform-origin: 50% 50%;transform: scale(1,-1) translateY(50%);}
        
         /* options  ---------------------- */
        
            .super-select .super-select-wrapper {color: #000;max-height: 300px;overflow: auto;background: #fff;width: 100%;left: 0;top: 100%;z-index: 20;position: absolute;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;transform: scale(0);transition: .1s linear;transform-origin: 50% 0;}
            .super-select.open .super-select-wrapper {transform: scale(1);transition: .4s cubic-bezier(0, 0.97, 0.37, 0.96);}   
            
            .super-select .super-select-wrapper::-webkit-scrollbar {width: 5px;background: transparent;}
            .super-select .super-select-wrapper::-webkit-scrollbar-track {background: transparent;}
            .super-select .super-select-wrapper::-webkit-scrollbar-thumb {background-color: var(--maincolor2);border-radius: 10px;}
            
            .super-select .super-select-wrapper > * ,
            .super-select .super-select-wrapper > * {padding: 0 20px;display: flex;line-height: 36px;align-items: center;cursor: pointer;}
            .super-select .super-select-wrapper > *  span {display: inline-block;max-width: 160px;font-size: 1.5rem;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
            .super-select .super-select-wrapper > *  i {display: none;}
    
            .super-select .super-select-wrapper > *:hover {background: var(--grey);}
        

    /* Buttons  ---------------------- */
        .smallbutton, 
        .button, 
        .bigbutton {border-radius: 10px;color: #fff;font-weight: 700;background: var(--maincolor2);white-space: nowrap;cursor: pointer;font-family: var(--fontfamily);font-size: var(--fontsize);border: 0;outline: none;display: inline-block;text-align: center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
        
        .smallbutton {line-height: var(--smallbuttonheight);padding: 0 15px;border-radius: 5px;}
        .button {line-height: var(--buttonheight);padding: 0 30px;}
        .bigbutton {line-height: var(--bigbuttonheight);padding: 0 50px;}
        
            /* colors  ---------------------- */  
                .smallbutton.red, .button.red, .bigbutton.red {background: var(--red);}
                .smallbutton.grey, .button.grey, .bigbutton.grey {background: var(--grey4);}
        
            /* full width  ---------------------- */  
                .smallbutton.db, 
                .bigbutton.db, 
                .button.db {width: 100%;padding-left: 5px;padding-right: 5px;}
        
            /* image  ---------------------- */  
                .smallbutton img {width: 10px;margin-right: 5px;transform:translateY(-1px);vertical-align: middle;display: inline-block;}
                .button img {width: 15px;margin-right: 5px;transform:translateY(-2px);vertical-align: middle;display: inline-block;}
                .bigbutton img {width: 15px;margin-right: 7px;transform:translateY(-3px)}
                
            /* effect  ---------------------- */  
                .effect{position:relative;overflow:hidden;vertical-align: top;}
                .effect:before{content:'';width:100%;height:60px;display:block;position:absolute;z-index:3;border-left:100px solid rgba(255,255,255,.3);box-shadow:-20px 30px 30px rgba(255,255,255,.3);background:0 0;top:0;left:-100px;margin-left:-1px;transition:all 0s ease-in-out;transform:translate(0,0)}
                .effect:hover:before{-webkit-transition:all .4s ease-in-out;-moz-transition:all .4s ease-in-out;-o-transition:all .4s ease-in-out;transition:all .4s ease-in-out;-webkit-transform:translate(115%,0);-moz-transform:translate(115%,0);-ms-transform:translate(115%,0);-o-transform:translate(115%,0);transform:translate(115%,0)}
                .effect[disabled]:before {display: none;}
            
            /* disabled  ---------------------- */  
                .smallbutton[disabled],
                .button[disabled],
                .bigbutton[disabled] {background: var(--grey);color: #000;cursor: not-allowed;}



/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/* Header  ---------------------- */
#header{height:var(--header-height);position:fixed;width:100%;box-sizing:border-box;top:30px;z-index:5;}
#header .flex-block{height:var(--header-height);background:var(--grey);width:100%;align-items:center;padding:0 20px;border-radius:20px;display:flex;box-sizing:border-box;gap:15px;box-shadow:0 30px 30px 0 rgba(0,19,87,.05);border:1px solid var(--maincolor2);justify-content:space-between;}

#header .header-logo > a > img{width:85px;transform:translateY(-6px);}
#header .social-tel > a > img{width:26px;margin-right:3px;}

.mobile-mainmenu-button,.mobile-mainmenu-outer{display:none;}

      
/* ---------------------------------------------- */
/* ---------------------------------------------- */
/*                    HOMEPAGE                    */
/* ---------------------------------------------- */
/* ---------------------------------------------- */      

#banner .banner-text-block {max-width: 50%;}
#banner {position: relative;margin-top: 150px;}
#banner > .main {border-radius: 20px;overflow: hidden;}
#banner .banner-text-block {background: var(--maincolor2);border-radius: 20px;padding: 100px 40px;}
#banner .banner-text-block > *  {position: relative;z-index: 3;}
#banner .banner-image {position: absolute;top: 0;right: 20px;border-radius: 0 20px 20px 0;bottom: 0;width: 50%;height: 100%;overflow: hidden;}
#banner .banner-image img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;height: 100%;object-fit: cover;}
#banner .banner-image:after {display: block;content: '';position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: linear-gradient(90deg, var(--maincolor2) 0%, var(--maincolor2) 0%, transparent 40%);z-index: 2;}

.main-blocks-wrapper > a {overflow: hidden;min-height: 300px;position: relative;align-items: center;flex-direction: column;display: flex;justify-content: center;}
.main-blocks-wrapper > a > img {width: 80px;}
.main-blocks-wrapper > a:after, .main-blocks-wrapper > a:before {content:'';width: 200px;height: 200px;background: #ffffff2b;display: block;position: absolute;border-radius: 100%;}
.main-blocks-wrapper > a:after {top: -40px;left: -50px;}
.main-blocks-wrapper > a:before {bottom: -40px;right: -50px;}

.catalog-items {align-items:stretch;}
.shop-teaser{display:flex;flex-direction:column;min-height:590px;border:1px solid var(--maincolor2);background:#fff;border-radius:20px;}
.shop-teaser-image-box, .shop-teaser-price, .shop-teaser-title{flex:0 0 auto;}
.shop-teaser-image-box img {border-radius: 20px;height: 350px;object-fit: cover;}
.shop-teaser-title {line-height: 1.1;margin-bottom: 20px;}
.shop-teaser-bottom{margin-top:auto;}
.shop-teaser-bottom .button {max-width: 220px;margin: 0 auto;background: transparent;color: var(--maincolor2); border-radius: 20px;border: 2px solid var(--maincolor2);}
.shop-teaser-bottom .button:hover {background: var(--maincolor2);color: #fff;}

.dostavka .kruglosut {padding: 15px 20px;}
.dostavka .kruglosut img {width: 50px;margin-right: 20px;}


/* Footer  ---------------------- */  
    #footer {background: var(--footerbg);color: #fff;padding: 25px 0;}


@media all and (max-width: 1440px) {

}

@media all and (max-width: 1220px) {
 .main {width: 990px;}

} 

@media all and (max-width: 980px) {
    .main {width:770px;}


}

@media all and (max-width: 768px) {
    .main {width: 100%;padding: 0 10px;}

        
    .hystmodal-right .hystmodal__close {left: auto;}
}

@media all and (max-width: 570px) {
    .main {width: auto;padding: 0 10px;}
    
    #header .flex-block {padding: 0 10px;}
    #header .header-logo > a > img {width: 70px;transform: none;}
    #banner .banner-text-block {
    background: transparent;
    padding: 80px 20px;
}
#banner .banner-image:after {content: none;}
#banner .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 20px 20px 0;
    bottom: 0;
    width: 100%;
    height: 100%;}
    #banner .banner-text-block {
    max-width: 100%;
}
#banner .main:after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fdabc2a8;
    z-index: 1;}
#scrollup {
    width: 40px;
    height: 40px;
    right: 5px;}
    
    .main-blocks-wrapper > a {min-height: 220px;}
    .main-blocks-wrapper > a > img {
    width: 60px;
}
#banner {margin-top: 100px;}
#header {top: 20px;}
#header, #header > .main, #header .flex-block {height: 60px;}
    .shop-teaser {min-height: 450px;}
    .shop-teaser-image-box img {height: 200px;}
    
    /* Checkbox  ---------------------- */    
    input.checkbox {width: 17px;height: 17px;margin: 0 3px 0 0}
    input.checkbox:not(checked) + label {padding: 0 0 0 45px;display: block;margin: 0;/* align-items: center; */}
    input.checkbox:not(checked) + label:before {top: 5px;left: 0;width: 40px;height: 18px;}
    input.checkbox:not(checked) + label:after {top: 8px;left: 2px;width: 11px;height: 11px;}
    input.checkbox:checked + label:after {left: 26px;}
    
    
    
}