/*
Theme Name: WST
Text Domain: WST
Theme URI: 
Description: Theme for WordPress.
Version: 1.0
*/
/**!
 * wl24 CSS
 */
/* Site footer */

/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
*/




@media (min-width: 768px) {
    /* inter-800 - cyrillic_latin */
    @font-face {
      font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
      font-family: 'Inter';
      font-style: normal;
      font-weight: 800;
      src: url('/wp-content/themes/wst/fonts/Inter/inter-v20-cyrillic_latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
    }
}
/* open-sans-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/wst/fonts/Open_Sans/open-sans-v44-cyrillic_latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/wst/fonts/Open_Sans/open-sans-v44-cyrillic_latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/wp-content/themes/wst/fonts/Open_Sans/open-sans-v44-cyrillic_latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/wst/fonts/Open_Sans/open-sans-v44-cyrillic_latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}



:root {
    --color: #16151A;
    --color_a: #610897;
    --color_al: #7CDBB0;
    --color_b: #2AADF9;
    --color_w: #FBFBFB;
    --color_g: #F7E9FF;
    --weight_l: 200;
    --weight_ll: 300;
    --weight_b: 500;
    --weight_bb: 700;
    --border_rad: 20px;
    --border_img: 20px;
    --border_def: 20px;
    --border_blk: 20px;
    --shadow-btn_g: 4px 4px 15px 0px rgba(37, 84, 62, 0.5);
    --shadow-btn_ghover: -4px -4px 15px 0px rgba(37, 84, 62, 0.5);
    --shadow-btn_more: -4px -4px 10px 0px rgb(255, 255, 255), 4px 4px 10px 0px rgba(0, 0, 0, 0.2);
    --shadow-btn_more_h: -4px -4px 10px 0px rgb(0, 0, 0, 0.2), 4px 4px 10px 0px rgba(255, 255, 255);
    --shadow_btn_l: -2px -2px 5px 0px rgb(255, 255, 255), 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
    --shadow_btn_lh: -2px -2px 5px 0px rgb(0, 0, 0, 0.2), 2px 2px 5px 0px rgba(255, 255, 255);
    --background--gold: linear-gradient(90deg,rgba(238, 188, 112, 1) 0%, rgba(254, 231, 188, 1) 24%, rgba(233, 179, 106, 1) 50%, rgba(255, 235, 195, 1) 82%, rgba(240, 201, 138, 1) 100%);
    --shadow_blk_g: -8px -8px 20px 0px rgba(255, 255, 255, 0.3), 8px 8px 20px 0px rgba(0, 0, 0, 0.9);
    --shadow_blk_big: -8px -8px 20px 0px rgb(255, 255, 255), 8px 8px 20px 0px rgba(0, 0, 0, 0.16);
    

    --background_def: linear-gradient(90deg,#BE6EEF 0%, #610897 100%);
    --background_def_h: linear-gradient(90deg,#610897 0%, #BE6EEF 100%);
    --background_two: linear-gradient(90deg,#FE1B89 0%, #EFA808 100%);
    --background_two_h: linear-gradient(90deg,#EFA808 0%, #FE1B89 100%);
    --background_c: linear-gradient(90deg,rgba(255, 234, 237, 1) 0%, rgba(232, 240, 255, 1) 100%);
    --background_g:linear-gradient(90deg,rgba(26, 31, 41, 1) 0%, rgba(72, 85, 109, 1) 100%);
    --background_l: linear-gradient(90deg, #BB4AFB 0%, #560D74 100%);
    --shadow_blk: 6px 6px 20px 0px rgba(0, 0, 0, 0.2);
    --shadow_sh: 0px 0px 20px 0px rgba(255, 255, 255, 0.4);
}
/* START bootstrap-grid */
html{box-sizing:border-box;-ms-overflow-style:scrollbar} 
*,::after,::before{box-sizing:inherit}
.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container{max-width:540px}}
@media (min-width:768px){.container{max-width:720px}}
@media (min-width:992px){.container{max-width:960px}}
@media (min-width:1200px){.container{max-width:1140px}}
.container-fluid,.container-lg,.container-md,.container-sm,.container-xl
{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}
@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px)
{.container,.container-md,.container-sm{max-width:720px}}
@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}
@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}
@media (min-width:1300px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}
.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}
.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;padding-right:15px;padding-left:15px}
.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.row-cols-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.row-cols-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}
.row-cols-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}
.row-cols-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}
.col-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}
.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-sm-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-sm-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-md-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-md-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-md-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-md-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-md-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-md-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-md-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-lg-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-lg-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.row-cols-xl-1>*{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.row-cols-xl-4>*{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{-ms-flex:0 0 20%;flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}
.d-lg-flex{display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}
.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}
.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}
.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-sm-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-sm-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-sm-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-sm-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-sm-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}
.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}
.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-md-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-md-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-md-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-md-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-md-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-lg-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-lg-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-lg-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-lg-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-lg-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.flex-xl-fill{-ms-flex:1 1 auto!important;flex:1 1 auto!important}.flex-xl-grow-0{-ms-flex-positive:0!important;flex-grow:0!important}.flex-xl-grow-1{-ms-flex-positive:1!important;flex-grow:1!important}.flex-xl-shrink-0{-ms-flex-negative:0!important;flex-shrink:0!important}.flex-xl-shrink-1{-ms-flex-negative:1!important;flex-shrink:1!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}
.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}
.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}
.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}
.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}
/* END bootstrap-grid */
.sticky-top {position: -webkit-sticky;position: sticky;top: 0;z-index: 1020;}
.form-group {margin-bottom: 15px;}

html {box-sizing: border-box;font-family: sans-serif;-webkit-text-size-adjust: 100%;-ms-text-size-adjust:100%;}
body {background-color: #fff;text-align: left;}
body,button,input,select,textarea {margin: 0;font-family: 'Open Sans', sans-serif;font-size: 16px;font-weight: 400;line-height: normal;color: var(--color);}
h1,h2,h3,h4,h5,h6 {clear: both;}
h1, h2, h3, h4, h5, h6 { letter-spacing: 0;font-weight: 800;margin: 15px 0;font-family: 'Open Sans', sans-serif;line-height: 140%;}
@media (min-width: 768px) {
    h1, h2, h3, h4, h5, h6 {font-family: 'Inter', sans-serif;}
}
h1{font-size: 34px;}h2{font-size: 30px;}h3{font-size: 26px;}h4{font-size: 24px;}h5{font-size: 22px;}h6{font-size: 20px;}
p {line-height: 160%;}

article, aside, details, figcaption, figure, footer, header, main, section, summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}
[hidden], template {display: none;}
a {background-color: transparent;outline: none!important;}
a:active,a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b, strong {font-weight: bold;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
sub, sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {box-sizing: content-box;height: 0;}
pre {overflow: auto;}
code, kbd, pre, samp {font-family: monospace, monospace;font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}
button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}
button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}
input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}
legend {border: 0;padding: 0;}
textarea {overflow: auto;}
optgroup {font-weight: bold;}
table {border-collapse: collapse;border-spacing: 0;}
td,th {padding: 0;}
main{margin:0;}
#content picture img {border-radius: 15px;margin-bottom:15px;}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
dfn,cite,em,i {font-style: italic;}
blockquote {
    font-weight: 600;
    margin: 15px 0;
  padding: 30px 20px;
  border: 3px solid var(--color_a);
  border-radius: 15px;
height: 100%;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center !important;
  align-items: center !important;
}
ul, ol, .entry-content ul, .entry-content ol {padding-left: 20px;}
ul {padding: 0;list-style: none;}
#content ul li, #content ol li {margin-bottom: 15px;line-height: 140%;}
#content ul li{position: relative;padding-left: 30px;}
#content ul li:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 0;
  margin: 0;
  background-size: contain;
  background-repeat: no-repeat;
  /*background-image: url(img/ok.svg);*/
  width: 15px;
  height: 15px;
  background-color: var(--color_a);
  border-radius: 100%;
}
ul, ol, p, blockquote, .entry-content ul, .entry-content ol {margin-top: 0;margin-bottom: 15px;}
address {margin: 0 0 1.5em;}
pre {background: #eee;font-family: "Courier 10 Pitch", Courier, monospace;font-size: 15px;font-size: 0.9375rem;line-height: 1.6;margin-bottom: 1.6em;max-width: 100%;overflow: auto;padding: 1.6em;}
code,kbd,tt,var {font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;font-size: 15px;font-size: 0.9375rem;}
abbr,acronym {border-bottom: 1px dotted #666;cursor: help;}
mark,ins {background: #fff9c0;text-decoration: none;}
big {font-size: 125%;}
small {font-size: 80%;}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
*,*:before,*:after {box-sizing: inherit;}
blockquote:before,blockquote:after,q:before,q:after {content: "";}
blockquote,q {quotes: "" "";}
hr {background-color: #ccc; border: 0;height: 1px;margin-bottom: 1.5em;}
ol {list-style: decimal;}
li > ul, li > ol {margin-bottom: 0;margin-left: 1.5em;}
.site-content li {margin: 10px 0;}
dt {font-weight: bold;}
dd {margin: 0 1.5em 1.5em;}
img {height: auto; max-width: 100%;}
figure {margin: 1em 0;}
table {margin: 0 0 1.5em;width: 100%;}
svg {overflow: hidden;vertical-align: middle;}
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {color: var(--color_a);text-decoration: none;}
a:hover,a:focus,a:active {color: var(--color_a);}
a:focus {outline: thin dotted;}
a:hover,a:active {outline: 0;}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

button,input[type="button"],input[type="reset"],input[type="submit"], input[type="file"], .btn, .wp-block-button a, .btn_gold{
display: inline-block;
text-align: center;
width: auto;
font-size: 14px;
font-weight: 600;
color: #fff;
border: 2px solid var(--color_b);
border-radius: 12px;
padding: 15px 40px;
/*text-transform: uppercase;*/
background: #FF7740;
background: var(--background_def);
border: none;
box-shadow: var(--shadow-btn_g);
outline: none;
transition: all 0.4s ease;
}


.page-item.active .page-link {background-color: #2196f3;border-color: #2196f3;}
.page-link, .page-item .current {display: block; color: #000;font-size: 14px;border: 1px solid transparent;padding: 15px 20px;margin: 0 5px;background-color: #f2f2f2;}
.page-link, .page-item .current , .page-item:last-child .page-link {border-radius: 16px!important;}

.wp-block-button.is-style-outline a, .btn.btn_outline {color: var(--color_a); background-color: transparent;}
.wp-block-button.is-style-outline a:hover, .wp-block-button.is-style-outline a:active, .wp-block-button.is-style-outline a:focus,
.btn.btn_outline:hover, .btn.btn_outline:active, .btn.btn_outline:focus
{color: #fff; background-color: var(--color_a);box-shadow: var(--shadow-btn_g);}


button:hover,input[type="button"]:hover,input[type="reset"]:hover,input[type="submit"]:hover, .btn:hover, .page-link:hover, .wp-block-button a:hover
{color: #fff;box-shadow: var(--shadow-btn_ghover);background: var(--background_def_h);}

button:active,input[type="button"]:active,input[type="reset"]:active,input[type="submit"]:active, .btn:active, .wp-block-button a:active,
button:focus,input[type="button"]:focus,input[type="reset"]:focus,input[type="submit"]:focus, .btn:focus, .wp-block-button a:focus,
.btn_gold:hover, .btn_gold:active, .btn_gold:focus
{color: #fff;box-shadow: var(--shadow-btn_ghover);background: var(--background_def_h);}



.btn_white_outline, button.btn_white_outline{
    display: inline-block;
text-align: center;
width: auto;
font-size: 14px;
font-weight: 400;
color: #fff;
/*text-transform: uppercase;*/
background: transparent;
border: 2px solid #fff;
border-radius: 12px;
padding: 15px 30px;
box-shadow: var(--shadow-btn_g);
}
.btn_white_outline:hover, .btn_white_outline:active, .btn_white_outline:focus,
button.btn_white_outline:hover, button.btn_white_outline:active, button.btn_white_outline:focus {
    color: #fff;
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.11);
    box-shadow: var(--shadow-btn_ghover);
}

.btn.btn_two, button.btn_two{
background: var(--background_two);
border: 2px solid #fff;
box-shadow: var(--shadow-btn_g);
}
.btn.btn_two:hover, .btn.btn_two:active, .btn.btn_two:focus,
button.btn_two:hover, button.btn_two:active, button.btn_two:focus {
    color: #fff;
    border: 2px solid #fff;
    background: var(--background_two_h);
    box-shadow: var(--shadow-btn_ghover);
}

.btn_more {
position: relative;
display: inline-block;
text-align: center;
width: auto;
color: var(--color);
font-size: 14px;
font-weight: 300;
border: 2px solid var(--color_b);
border-radius: 50px;
background-color: var(--color_b);
box-shadow: var(--shadow-btn_more);
padding: 0 60px 0 20px;
line-height: 40px;
outline: none;
transition: all 0.4s ease;
}
.btn_more:after {
content: "";
display: inline-block;
width: 40px;
height: 40px;
background-image: url("data:image/svg+xml,%3Csvg width='59' height='59' viewBox='0 0 59 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.1483 40.8039C28.7341 41.3897 29.6839 41.3897 30.2696 40.8039L39.8156 31.2579C40.4014 30.6721 40.4014 29.7224 39.8156 29.1366C39.2298 28.5508 38.2801 28.5508 37.6943 29.1366L29.209 37.6219L20.7237 29.1366C20.1379 28.5508 19.1882 28.5508 18.6024 29.1366C18.0166 29.7224 18.0166 30.6721 18.6024 31.2579L28.1483 40.8039ZM29.209 39.0591L27.709 39.0591L27.709 39.7432L29.209 39.7432L30.709 39.7432L30.709 39.0591L29.209 39.0591Z' fill='currentColor'/%3E%3Cpath d='M28.1483 31.9103C28.7341 32.4961 29.6839 32.4961 30.2696 31.9103L39.8156 22.3644C40.4014 21.7786 40.4014 20.8288 39.8156 20.243C39.2298 19.6573 38.2801 19.6573 37.6943 20.243L29.209 28.7283L20.7237 20.243C20.1379 19.6573 19.1882 19.6573 18.6024 20.243C18.0166 20.8288 18.0166 21.7786 18.6024 22.3644L28.1483 31.9103ZM29.209 30.1655L27.709 30.1655L27.709 30.8496L29.209 30.8496L30.709 30.8496L30.709 30.1655L29.209 30.1655Z' fill='currentColor'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-size: contain;
margin: auto 0;
vertical-align: middle;
box-shadow: inset -4px -4px 15px 0px rgb(255, 255, 255), inset 4px 4px 15px 0px rgba(0, 0, 0, 0.15);
border-radius: 100px;
position: absolute;top: 0;right: 0;bottom: 0;

}
.btn_more:hover, .btn_more:active, .btn_more:focus {color: var(--color);box-shadow: var(--shadow-btn_more_h);}

.btn_video {
  padding: 30px;
  border-radius: 100%;
}
.btn_video svg{margin: 0 -3px 0 3px;}

select,input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],
.form-control, textarea
{
  width: 100%;
    color: var(--color);
    font-size: 14px;
    font-weight: 400;
    padding: 5px 15px;
    margin: 0;
    border: 1px solid rgba(4, 4, 4, 0.15);
    border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.9);
}
form label {width: 100%;}
select,input[type="text"],input[type="email"],input[type="url"],input[type="password"],input[type="search"],input[type="number"],input[type="tel"],input[type="range"],input[type="date"],input[type="month"],input[type="week"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="color"],
.form-control {height: 46px;}
.form-control::placeholder {color: var(--color);}
.form-control::-webkit-input-placeholder {color: var(--color);}
.form-control::-moz-placeholder {color: var(--color);}
.form-control:-ms-input-placeholder {color: var(--color);}
.form-control:-moz-placeholder {color: var(--color);}
input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="search"]:focus,input[type="number"]:focus,input[type="tel"]:focus,input[type="range"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="week"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,
input[type="color"]:focus,textarea:focus 
{color: var(--color);}
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px !important;
  background-image: url('data:image/svg+xml;utf8,<svg width="13" height="9" viewBox="0 0 13 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12.5875 1.07902C13.0041 1.49558 13.0041 2.17096 12.5875 2.58752L7.25421 7.92085C6.83765 8.33741 6.16227 8.33741 5.74572 7.92085L0.412382 2.58752C-0.00417751 2.17096 -0.00417751 1.49558 0.412382 1.07902C0.828941 0.662462 1.50432 0.662462 1.92088 1.07902L6.49996 5.65811L11.079 1.07902C11.4956 0.662462 12.171 0.662462 12.5875 1.07902Z" fill="%236A6A6A"/></svg>');
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 13px 9px;
  cursor: pointer;
}
textarea, textarea.form-control {height: 120px;}
/*--------------------------------------------------------------
# checkbox add radio
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {clip: rect(1px, 1px, 1px, 1px);position: absolute !important;height: 1px;width: 1px;overflow: hidden;}
.screen-reader-text:focus {background-color: #f1f1f1;border-radius: 3px;box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);clip: auto !important;color: #21759b;display: block;font-size: 14px;font-size: 0.875rem;font-weight: bold;height: auto;left: 5px;line-height: normal;padding: 15px 23px 14px;text-decoration: none;top: 5px;width: auto;z-index: 100000; /* Above WP toolbar. */}
/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {outline: 0;}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {display: inline;float: left;margin-right: 1.5em;}
.alignright {display: inline;float: right;margin-left: 1.5em;}
.aligncenter {clear: both;display: block;margin-left: auto;margin-right: auto;}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,.clear:after,.entry-content:before,.entry-content:after,.comment-content:before,.comment-content:after,.site-header:before,.site-header:after,.site-content:before,.site-content:after,.site-footer:before,.site-footer:after {content: "";display: table;table-layout: fixed;}
.clear:after,.entry-content:after,.comment-content:after,.site-header:after,.site-content:after,.site-footer:after {clear: both;}
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {margin: 0 0 1.5em;}
/* Make sure select elements fit in widgets. */
.widget select {max-width: 100%;}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {display: block;}
.hentry {margin: 0;}
.byline,.updated:not(.published) {display: none;}
.single .byline,.group-blog .byline {display: inline;}
.page-content,.entry-content,.entry-summary {margin: 0;}
.page-links {clear: both;margin: 0 0 1.5em;}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {word-wrap: break-word;}
.bypostauthor {display: block;}
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */display: none;}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {display: block;}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley {border: none;margin-bottom: 0;margin-top: 0;padding: 0;}
/* Make sure embeds and iframes fit their containers. */
embed,iframe,object {display: block; max-width: 100%;}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {margin-bottom: 1.5em;max-width: 100%;}
.wp-caption img[class*="wp-image-"] {display: block;margin-left: auto;margin-right: auto;}
.wp-caption .wp-caption-text {margin: 0.8075em 0;}
.wp-caption-text {text-align: center;}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {margin-bottom: 1.5em;}
.gallery-item {display: inline-block;text-align: center;vertical-align: top;width: 100%; padding: 0 5px;display: block;
  overflow: hidden;
  position: relative;}
.gallery-item img {border: none !important;display: block;margin: 0!important;}
.gallery-columns-2 .gallery-item {max-width: 50%;}
.gallery-columns-3 .gallery-item {max-width: 33.33%;}
.gallery-columns-4 .gallery-item {max-width: 25%;}
.gallery-columns-5 .gallery-item {max-width: 20%;}
.gallery-columns-6 .gallery-item {max-width: 16.66%;}
.gallery-columns-7 .gallery-item {max-width: 14.28%;}
.gallery-columns-8 .gallery-item {max-width: 12.5%;}
.gallery-columns-9 .gallery-item {max-width: 11.11%;}
.gallery-caption {display: block;}
.wp-caption, .gallery-item {position: relative;}
.wp-caption img {margin: 0;}
.wp-caption .wp-caption-text, .gallery-item .wp-caption-text {
    font-size: 16px;
    font-weight: 600;
    position: absolute;bottom: 0;left: 5px;right: 5px;
    padding: 20px 0;margin: 0;
    color: var(--color_w); 
    background: linear-gradient(0deg,rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
}
.tab-content .wp-caption {width: 250px !important;}
.gallery-item, .gallery-item img, .wp-caption .wp-caption-text, .gallery-item .wp-caption-text{border-radius: 20px;}
.gallery-item .wp-caption-text{border-top-left-radius: 0;border-top-right-radius: 0;}


@media (max-width: 991px) {
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item{width: 50%!important;max-width: 50%!important;}
.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item{width: 33.33%!important;max-width: 33.33%!important;}
.gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item {width: 25%!important;max-width: 25%!important;}
}
@media (max-width: 767px) {
.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item,
.gallery-columns-5 .gallery-item, .gallery-columns-6 .gallery-item,
.gallery-columns-7 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-9 .gallery-item 
{max-width: 50%!important;width: 50%!important;}
}
.wp-block-gallery {overflow: hidden;}
/* --------------------------------- menu -------------------------------------------*/
.navbar .custom-logo {/*filter: brightness(0) invert(1);*/}
.navbar button{padding: 10px 20px;}
.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar_viu {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center;-ms-flex-pack: justify;justify-content: space-between;padding:0;}
.ml-auto {margin-left: auto;}.mr-auto {margin-right: auto;}
.text-center{text-align: center;}
.text-right {text-align: right;}
.text-left{text-align: left;}
.dropdown, .dropleft, .dropright, .dropup {
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  position: relative;
}
.dropdown-menu li{margin-bottom: 8px;}

.menu_contacts {padding: 5px 0;background-color: var(--color_a);}
.menu_contacts, .menu_contacts a {color: #fff;}
.cont_head p {padding: 0;margin: 0;}
.cont_head {position: relative;}
.menu_contacts svg {fill: #fff;}
.header_callback {margin-left: auto;}

.header_social {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.header_social a {display: inline-block;margin: 0 5px;}
.header_social svg {display: block;}
.header_social a:hover svg{fill: var(--color_a);}
.header_social a:hover{background-color: rgba(255, 255, 255, 1);}
.header_social a,.cont_head a{margin-right: 15px;}


.cont_head svg {margin-right: 5px;}
.cont_head h6 {padding-left: 24px;margin: 0;}
.menu_contacts .btn {font-size: 16px; color: #fff;padding: 5px 30px;border-color: #fff;}
.menu_contacts .btn:hover, .menu_contacts .btn:active, .menu_contacts .btn:focus {color: var(--color_a);background-color: #fff;}
.custom-logo {max-height: 36px;width: auto;min-width: auto;}
.navbar-toggler {padding: 0;}
.navbar {
    padding: 9px 0;background-color: #fff;
    box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.09);
}
.nav_fix{position: fixed;top: 0;right: 0;left: 0;}
.navbar_scr, .nav_dark{box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.09);}
.navbar-light .navbar-nav .nav-link {padding: 5px 15px;color: var(--color);/*text-transform: uppercase;*/}
.navbar a{color: var(--color); font-style: normal;font-weight: 500;font-size: 14px;line-height: 16px;/*letter-spacing: 3px;*/}
.navbar .logo_mob img {width: auto; max-height: 50px;}
.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link
{color: var(--color_a);}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: var(--color_a);
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: var(--color_a);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {color: var(--color_a);}
.dropdown-item:focus, .dropdown-item:hover{color: var(--color_a);background-color: transparent;}
.dropdown-menu{margin: 0;}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-toggler {
  color: rgb(0, 0, 0);
  border-color: transparent;
  box-shadow: none;
  transition: all 0.3s ease-in-out;
  background: transparent;
}
.navbar-toggler span {
  display: block;
  content: '';
  width: 27px;
  height: 3px;
  background-color: var(--color);
  margin: 4px;
  border-radius: 10px;
  transition: all 0.3s ease-in-out;
}
.navbar-toggler.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}
.navbar-toggler.open span:nth-child(2) {
    opacity: 0;
}
.navbar-toggler.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}
.collapse:not(.show) {
  display: none;
}
.navbar-nav .dropdown-menu {
  background-color: #f4f6f9;
  border: none;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 1rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 15px;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.navbar-toggler, .navbar-toggler:hover, .navbar-toggler:active, .navbar-toggler:focus {background-color: transparent;}
.navbar-nav .dropdown-menu {background-color: #fff;border: none;box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;opacity: 0;transition: all 0.3s ease-in-out;}
.show .dropdown-menu, li.dropdown:hover .dropdown-menu {display: block;opacity: 1;}
@media (min-width: 768px) and (max-width: 991px) {
    .navbar-light .navbar-nav .nav-link {padding: 5px 8px;font-size: 12px;}
    .header_social {max-width: 70px;}
    
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {display: none;}
    .navbar-expand-md .navbar-nav {-ms-flex-direction: row;flex-direction: row;}
    .navbar-expand-md .navbar-nav .dropdown-menu {position: absolute;}
}
@media (max-width: 991px) {
  .cont_head, .header_social {display: none;}
}
@media (max-width: 767px) {
  .navbar-collapse {display: block;padding: 10px 0;text-align: center;}
  .navbar-collapse li {margin: 10px 0;}
  .navbar-nav .dropdown-menu{text-align: center;}
}
/* ---------------------------------  END menu  -------------------------------------------*/
/* ---------------------------------  END dop class  -------------------------------------------*/
.dnone {display: none;}
.back{background-repeat: no-repeat;background-position: center;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
.relative {position: relative;}
/* ---------------------------------  END dop class  -------------------------------------------*/
/* block 404 */
.error-404 {text-align: center;}
.my_404 {text-align: center;font-size: 180px;color: #e94041;font-weight: var(--weight_l);;line-height: 145px;margin-bottom: 20px;}
/* END 404*/
/*-- Start popup --*/
.overlay_wl {position: fixed;width: 100%;height: 100%;top: 0;right: 0;bottom: 0;left: 0;background-color: rgba(0, 0, 0, .8);display: none;z-index: 10000;overflow: auto;}
.popup_wl {position: relative;max-width: 700px;padding: 40px;margin:20px auto;box-sizing: border-box;background-color: var(--color_g);border-radius: 16px;}
.close-popup_wl {position: absolute;top: 10px;right: 10px;width: 21px;height: 21px;cursor: pointer;}
.close-popup_wl:before, .close-popup_wl:after {content: '';background-color: var(--color);position: absolute;height: 1px;width: 25px;top: 11px;left: -4px;}
.close-popup_wl:before {transform: rotate(-45deg);}
.close-popup_wl:after {transform: rotate(45deg);}
.popup_wl a {display: block; color: #fff;margin-bottom: 20px;}
.popup_wl h2, .popup_wl h3 {margin-bottom: 15px;}
.popup_wl textarea {max-height: 160px;height: 100px;}
.popup_wl .custom-logo {margin-bottom: 20px;}
.popup_wl .wpcf7-list-item {margin: 0;}
.popup_wl h1 span, .popup_wl h2 span, .popup_wl h3 span, .popup_wl h4 span, .popup_wl h5 span {
  color: var(--color_al);
}
.wpcf7-spinner {position: absolute;top: 0;bottom: 0;margin: auto 5px;}
form input[type="submit"] {margin: 20px 0;}
form p {margin: 0;}
@media (min-width: 1200px) {.popup_wl {margin: 40px auto;}}
@media (min-width: 1600px) {.popup_wl {margin: 60px auto;}}
/*-- END popup --*/

/* swiper */
.swiper {width: 100%;height: auto;margin-bottom: 20px;}
.main-gallery .swiper-slide img {border-radius: var(--border_img);}
.swiper-slide img {width: 100%;display: block;border-radius: 8px;width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;}
.thumbs-gallery .swiper-slide {width: 80px;height: 80px;opacity: 0.4;cursor: pointer;}
.thumbs-gallery .swiper-slide-thumb-active {opacity: 1;}
.swiper-pagination-bullet-active {background: var(--color);}
.swiper-pagination-bullets {text-align: center;}
.swiper-pagination-bullet {width: 15px;height: 15px;}
.swiper-button-next, .swiper-button-prev {color: var(--color);;}
.swiper-button-next::after, .swiper-button-prev::after {font-size: 20px;font-weight: 600;padding: 10px;border-radius: 5px;box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);}
.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: -30px;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet
{margin: 7px;}
.swiper-button-next::after, .swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.2);
}
/* END swiper */



/* ------------------------------------Custom blocks Gutenberg --------------------------------------------------------------*/
/* ------------*/
.preim_viu {overflow: hidden;position: relative;padding: 20px;border-radius: 20px;background-color: var(--color_g);height: 100%;box-shadow: var(--shadow_blk);}
.preim_col {margin-bottom: 30px;}
.preim_viu  p {font-size: 14px;font-weight: 600;line-height: 160%;}
.preim_viu_icon {display: inline-block;padding: 0 0 10px 0;margin: 0 0 10px 0; border-bottom: 2px solid rgba(255, 255, 255, 0.3);}
.preim_viu_icon img {max-width: 70px;}
.preim_viu .num {color: rgba(255, 255, 255, 0.9);font-size: 77px;line-height: 60px;font-weight: 700;position: absolute;right: 15px;bottom: -3px;}
.preim_link {color: var(--color);font-size: 14px;font-weight: 600;}
.preim_link svg {fill:var(--color);width: 20px; margin-left: 5px;}
.preim_link:hover>svg { margin-left: 14px;}
.preim--start .preim_viu_icon{border-bottom: none;padding: 0;margin: 0;}
.preim--start .preim_viu .num, .preim--standard .preim_viu .num{display: none;}
.preim--start .preim_viu {border: 2px solid #fff;}
.preim--start .preim_viu:hover {border: 2px solid var(--color_a);}
.preim--start .preim_viu:hover>h3 {color: var(--color_a);}
.preim--standard .preim_viu, .preim--number .preim_viu{color: #fff; background: linear-gradient(0deg,#610897 0%, #BE6EEF 100%);}
.preim--standard .preim_link, .preim--number .preim_link{color: #fff;}
.preim--standard .preim_link svg, .preim--number .preim_link svg {fill:var(--color_w);}
.preim--number .preim_viu {padding-bottom: 55px;}
@media (max-width: 768px) {
    .preim_viu .num {font-size: 50px;line-height: 40px;}
    .preim--number .preim_viu {padding-bottom: 30px;}
}
/* ------------*/
/* Start our-process */
.our-process {position: relative;padding-left: 40px;}
.our-process__item {position: relative;padding-left: 40px;margin-bottom: 32px;}
.our-process__item::before {content: '';position: absolute;left: -26px;top: 28px;width: 2px;height: calc(100% + 32px); background-color: #1da1f2;}
.our-process__item:last-child::before {display: none;}
.our-process__item {position: relative;padding-left: 40px;margin-bottom: 32px;}
.our-process__item:last-child {margin-bottom: 0;}
.our-process__number {position: absolute;left: -40px;top: 0;width: 33px;height: 33px;background-color: #1da1f2;color: #fff;font-size: 14px;font-weight: 600;line-height: 30px;text-align: center;border-radius: 4px;}
.our-process__title {margin: 0 0 8px;font-size: 16px;font-weight: 700;color: #000;}
.our-process__description {font-size: 14px;line-height: 1.6;color: #333;}
.our-process__description p {margin: 0 0 8px;}
.our-process__description p:last-child {margin-bottom: 0;}
.our-process__description ul {margin: 8px 0 0;padding-left: 18px;}
.our-process__description li {margin-bottom: 6px;}
@media (max-width: 768px) {.our-process__item {padding-left: 10px;}}
/* END our-process */
/* Start accordion*/
.accordion-toggle {position: relative;cursor: pointer;padding: 20px;line-height: 1.4; display: flex;justify-content: space-between;align-items: center;transition: background 0.3s ease;}
.accordion-toggle:hover {background: rgba(2, 2, 2, 0.05);}
.accordion-toggle .icon {display: inline-flex;align-items: center;justify-content: center;width: 18px;height: 15px;transition: transform 0.3s ease;}
.accordion-toggle:not(.in) .icon svg {transform: rotate(-90deg);transition: transform 0.3s ease;transform-origin: center;}
.accordion-toggle.in .icon svg {transform: rotate(0deg);transition: transform 0.3s ease;transform-origin: center;}
.accordion-content {display: none;padding: 20px;color: #444;font-size: 16px;line-height: 1.5;}
.accordion-item {border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.accordion-toggle {font-size: 20px;font-weight: 600; background: transparent;padding: 25px 0;}
.accordion-content {font-size: 18px;opacity: 0.8; padding: 20px 0;}
.accordion-toggle:hover {background: transparent;}

/* End accordion */
/* tabs */
.tabs {width: 100%;display: flex;}
.tabs .tab {cursor: pointer;padding: 10px 15px;color: #888;border-bottom: 2px solid transparent;}
.tabs .tab.active {color: var(--color);border-bottom: 1px solid var(--color);font-weight: var(--weight_b);}
.tab-content {display: none;padding: 10px;}
.tab-content.active {display: block;}
/* END tabs */
/* Start Slider*/
.dts_card {padding: 20px;border-radius: 30px;background: #fff;}
/* End Slider */
/* Start Video*/
.video_block {position: relative;overflow: hidden;padding: 40px;border-radius: 15px;box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.25);}
.video_block:before{content: '';width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.79);display: block;z-index: 0;position: absolute;top: 0;right: 0;bottom: 0;left: 0;}
/* End Video */
/* Start image_text_repeater*/
.image_text_repeater__item {margin-bottom: 20px;-ms-flex-align: center !important;align-items: center !important;}
.image_text_repeater__item h3 {margin: 0 0 15px 0;}
/* End image_text_repeater */
/* Start modal-button*/
.modal-button-wrap {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;}
.modal-button--left {justify-content: flex-start;}
.modal-button--center {justify-content: center;}
.modal-button--right {justify-content: flex-end;}
/* End imodal-button */
.preim_viu, .preim_viu h3
{-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
/* END Custom blocks Gutenberg ---------------------------------------------------------------------------*/
/* Custom blocks theme ---------------------------------------------------------------------------*/
/* Hero section ----------*/
.founder{
    color: #fff;
    padding: 40px 0 40px 0;
    background: var(--background_l);
    overflow: hidden;
}
.founder h1 {text-transform: uppercase;text-shadow: 2px 2px rgba(0, 0, 0, 0.25);}
.founder .slogan {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;

}
.founder-firm {font-size: 24px;text-transform: uppercase;margin-bottom: 10px;}
.founder h1, .founder p{margin-bottom: 15px;}
.founder .txt {font-size: 14px;font-weight: 400;line-height: 140%;}
.founder .data {font-size: 22px;font-weight: 800;}
.founder_img_viu {position: relative;max-width: 400px;display: inline-block;}
.founder_img {position: relative;}
.founder .founder_img img {border-radius: 20px;position: relative;z-index: 2;width: 100%;}
.founder_img_back {background-color: var(--color_a);position: absolute;top: 0;right: 0;bottom: 0;left: 0;width: 100%;height: 100%;display: block;transform: translate(30px, 30px);border-radius: 40px;}
.founder .container {position: relative;}
.fly_block_imgs .img_fly {position: absolute;width: auto;height: 100px;opacity: 0.9}
.founder button {margin-top: 25px;}
.founder ul{list-style: none;}

.fly_block_imgs .fly_i1 {top: 40px;left: -100px;transform: rotate(0deg);}
.fly_block_imgs .fly_i2 {bottom: 40%;left: -50px;height: auto;width: 50px;filter: blur(8px);-webkit-filter: blur(3px);transform: rotate(35deg);}
.fly_block_imgs .fly_i3 {bottom: 0;left: -100px;margin: auto;transform: rotate(-35deg);}
.fly_block_imgs .fly_i4 {top:50px;right: -59px;filter: blur(8px);-webkit-filter: blur(3px);transform: rotate(30deg);}
.fly_block_imgs .fly_i5 {right: -153px;bottom: 0;width: 150px;height: auto;}
@media (max-width: 768px) {
.founder .btn {margin-bottom: 30px;}
}
/* END Hero section -----------*/
/* END Custom blocks theme ---------------------------------------------------------------------------*/

/* ------------------------------------index --------------------------------------------------------------*/
/*all */
.svg {width: 16px;height: 16px;fill: var(--color);padding: 0;margin: 0;}
.i_svg {display: inline-block;}
.wpcf7-form-control {margin-bottom: 15px !important;}
.blk_dark{background: var(--color_b);color: var(--color_w);} 
.blk_dark a {color: #fff;}
section ul {list-style: inside;line-height: 160%;}
h1 span, h2 span, h3 span, h4 span, h5 span {color: var(--color_a);}
.wp-block-media-text {margin-bottom: 15px;}
/*end all */
.breadcrumbs {margin-top: 20px;font-size: 14px;}
main .wp-block-media-text > .wp-block-media-text__content{padding: 0 15px;}

.wp-block-table td, .wp-block-table th{border: 1px solid;border-color: #eee!important;}
.wp-block-table thead,.wp-block-table tfoot {border-color: #eee!important;}
.wp-block-table tbody{font-size: 14px;}
.wp-block-table thead {border-bottom: 2px solid #eee;}
.wp-block-table thead, .wp-block-table tfoot{background-color: var(--color_g);}
main .wp-block-table td, main .wp-block-table th {padding: 1.5em;}

.wp-block-group {
  background-color: var(--color_g);
  padding: 40px;
  border-radius: 15px;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.25);
  height: 100%;
}

.form_manager{
  background-color: #EEF9FF;
  border-radius: 15px;
  box-shadow: 4px 8px 20px 0px rgba(0, 0, 0, 0.25);
}
.form_manager_content {padding: 40px;}
.form_manager_img p {padding: 0; margin: 0;}
.form_manager_img img{display: block;}




/* start lang-switcher */
.lang-switcher {
    position: relative;
    display: inline-block;
    font-size: 14px;
}

/* текущий язык */
.lang-current {
    cursor: pointer;
    color: var(--color);
    padding: 10px 16px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    gap: 6px;
    border: 1px solid #e8e8e8;
}

.lang-current .arrow {
    width: 6px;
    height: 6px;
    border-right: 2px solid var(--color);
    border-bottom: 2px solid var(--color);
    transform: rotate(45deg);
    margin-top: -3px;
}

/* dropdown */
.lang-list {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    display: none;
    min-width: 100%;
    z-index: 10;
    overflow: hidden;
}

.lang-list a {
    display: block;
    padding: 10px 16px;
    color: #000;
    text-decoration: none;
}

.lang-list a:hover {
    background: #f2f2f2;
}
.lang-switcher .lang-list .active {color:#fff; background-color: var(--color_a);}
/* hover desktop */
@media (min-width: 768px) {
    .lang-switcher:hover .lang-list {
        display: block;
    }
}

/* mobile — как у тебя */
@media (max-width: 767px) {

    .lang-switcher {
        text-align: center;
    }

    .lang-current {
        display: none;
    }

    .lang-list {
        position: static;
        display: block;
        box-shadow: none;
        background: none;
    }

    .lang-list a {
        padding: 15px 20px;
        background-color: #d7d7d7;
        border-radius: 30px;
        margin: 15px 10px;
        display: inline-block;
    }
}
/* END lang-switcher */

/* END index ---------------------------------------------------------------------------*/
/* page */
/* END page */
/* Product ********************************************************************************/


/* -----------------------------------  from all pages -----------------------------------*/
/* -----------------------------------  END from all pages -----------------------------------*/
/* arhive */

/* END arhive *
/* single */

/* END single */
/*-- Footer -----------------------------------------------------------------*/

footer {overflow: hidden;background-color: var(--color_g);margin-top: 40px;}
footer .menu a {display: inline-block;position: relative;font-size: 14px;font-weight: 500;padding: 5px 15px;}
footer .menu li {display: inline-block;}
footer ul{margin: 0;}

footer a {color: var(--color);}
#footer {padding-top: 20px;padding-bottom: 20px; border-bottom: 1px solid #DEDEDE;}
footer .info  {padding: 15px 0;font-size: 14px;}
footer .info_link a{font-size: 12px;margin-right: 10px;}
footer .info_link a:nth-last-child(1) {margin-right: 0;}

footer h2{font-size: 18px;}
footer .current-menu-item a {color: var(--color_a);}
footer .contact_list a {display: inline-block;margin-bottom: 10px;font-weight: 700;}
footer .footer_social{text-align: center;}
footer .footer_social svg{fill: var(--color_w);width: 20px;height: 20px;}
footer .footer_social a {display: inline-block;color: #fff;padding: 8px 20px;margin: 5px;border-radius: 5px;box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.25);border: 1px solid #fff;}
footer .footer_social a.instagram {
  background: linear-gradient(45deg,rgba(248, 181, 79, 1) 0%, rgba(209, 48, 93, 1) 48%, rgba(120, 76, 155, 1) 100%);
}
.dropdown-toggle::after{
  content: "";display: inline-block;width: 10px;height: 6px;
  background-image: url("data:image/svg+xml;utf8,<svg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M9 1L5 5L1 1' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 0.4em; /* по желанию */
  vertical-align: middle; /* выравнивание по тексту */
}
.footer_social .fa-vk {color: #0077FF;}
.footer_social .fa-telegram-plane {color: #37AEE2;}
.footer_social .fa-youtube {color: #FF0000;}
.footer_social .fa-linkedin {color: #0a66c2;}
.footer_social .fa-whatsapp {color: #0fc145;}
.footer_social .fa-twitter {color: #1d9bf0;}
.footer_social .fa-facebook {color: #0866ff;}
.footer_social .fa-instagram {color: #f300ce;}
.footer_social .fa-odnoklassniki {color: #ff7500;}

/*-- END Footer -------------------------------------------------------*/
/*-- Carousel --*/
/*-- END Carousel --*/



.mt6{margin-top: 60px;}
.mb6{margin-bottom: 60px;}
.pt6{padding-top: 60px;}
.pb6{padding-bottom: 60px;}
.mt4{margin-top: 40px;}
.mb4{margin-bottom: 40px;}
.pt4{padding-top: 40px;}
.pb4{padding-bottom: 40px;}
.mt3{margin-top: 30px;}
.mb3{margin-bottom: 30px;}
.pt3{padding-top: 30px;}
.pb3{padding-bottom: 30px;}

@media (max-width: 576px) {}
@media (max-width: 767px) {
    /*section {
      content-visibility: auto;
      contain-intrinsic-size: 800px;
    }*/
.fly_block_imgs{display: none;}
    /* ALL */
    .mt6{margin-top: 30px;}
    .mb6{margin-bottom: 30px;}
    .pt6{padding-top: 30px;}
    .pb6{padding-bottom: 30px;}
    .mt4{margin-top: 20px;}
    .mb4{margin-bottom: 20px;}
    .pt4{padding-top: 20px;}
    .pb4{padding-bottom: 20px;}
    .mt3{margin-top: 15px;}
    .mb3{margin-bottom: 15px;}
    .pt3{padding-top: 15px;}
    .pb3{padding-bottom: 15px;}
    body, button, input, select, textarea {font-size: 14px;}
    h1 {font-size: 28px;}
    h2 {font-size: 26px;}
    h3 {font-size: 24px;}
    h4 {font-size: 22px;} 
    h5 {font-size: 20px;}
    p {font-size: 14px;}
    button, input[type="button"], input[type="reset"], input[type="submit"], input[type="file"], .btn, .wp-block-button a, .btn_gold {padding: 15px;}
    /* END ALL */
    footer {text-align: center;}
    footer .menu {margin-bottom: 15px;}
    footer ul li {display: block;}
    footer .menu {text-align: center;}
    .info_copyright {margin-bottom: 10px;}
    .founder {padding: 40px 0 40px 0;}
    .founder .anim_img {margin-top: 30px;}
    .founder button {width: 100%;}
    .wp-block-group{padding: 15px;}
    .wp-block-media-text > .wp-block-media-text__content {padding: 0;}
    .preim_viu{padding: 15px;}
    blockquote {padding: 15px}
    .custom-logo {max-height: 30px;}
    #footer>div{margin-bottom: 15px;}
    #footer>div:nth-last-child(1){margin-bottom: 0;}
    main .wp-block-table td, main .wp-block-table th {padding: .5em;}
    .anim_img, .anim_img_2, .anim_img_3, .anim_img_4, .anim_img_5{opacity: 1;}


    

}

@media (max-width: 991px) {

}
@media (max-width: 1200px) {}

@media (min-width: 768px) {

}
/*-- fishki transition animation  keyframes------------------------------------------------------------------------------------*/
/*-- fishki transition animation  keyframes-------------------------------------------------------------------------------------*/
/*-- transition --*/
.grow:hover {-webkit-transform: scale(1.05);-ms-transform: scale(1.05);transform: scale(1.05);}
.partner_logo .gallery-item:hover {-webkit-transform: scale(1.5);-ms-transform: scale(1.5);transform: scale(1.5);z-index: 5;}
.transition_1s{-webkit-transition: all 1.0s ease-in-out 0s;-moz-transition: all 1.0s ease-in-out 0s;-o-transition: all 1.0s ease-in-out 0s;-ms-transition: all 1.0s ease-in-out 0s;transition: all 1.0s ease-in-out 0s;}
.transition_05s{-moz-transition: all .5s ease-out;-o-transition: all .5s ease-out;-webkit-transition: all .5s ease-out;transition: all .5s ease-out;}
.transition_03s, .my-menu li > ul, .showcase .sh_viu:before, .dropdown-menu, a, .header_social a, .header_social svg, .footer_social .i_svg, .footer_social svg, svg, .btn,
.panel-heading:before, footer .menu a:before, .service_list_viu,
.navbar, .partner_logo .gallery-item, .preim_link
{-webkit-transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;-ms-transition: all 0.3s ease-in-out 0s;transition: all 0.3s ease-in-out 0s;}
.ajhjhkhkfgd {-webkit-transition: all 0.1s ease-in-out 0s;-moz-transition: all 0.1s ease-in-out 0s;-o-transition: all 0.1s ease-in-out 0s;-ms-transition: all 0.1s ease-in-out 0s;transition: all 0.1s ease-in-out 0s;}
/*-- end transition --*/
/*-- rotate vrashenie--*/
.rotate {-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-o-transform: rotate(360deg);}
/*-- end rotate --*/
@keyframes text-glow {
  0% {border-color: #e94041;}
  100% {border-color: #b7deff;}
  0% {padding: 5px 40px;}
  100% {padding: 5px 50px;}
}
.blur{-webkit-filter: blur(3px);-moz-filter: blur(3px);-o-filter: blur(3px);-ms-filter: blur(3px);filter: blur(3px);}
.block_up_l {position: fixed;left: -100%;top: 0;right: 0;bottom: 0;height: 100%;width: 100%;background-color: #333;z-index: 1050;background-image: url(../img/bg_form.jpg);overflow: auto;background-repeat: no-repeat;background-position: center;background-size: cover;-webkit-background-size: cover;-moz-background-size: cover;-o-background-size: cover;}
/* START  animate ******************************************************************************/
@media (min-width: 768px) {
    /* Базовый скрытый стиль */
    .animate {opacity: 0;transition: opacity 0.8s ease-out, transform 0.8s ease-out;}
    /* Активная анимация */
    .animate_t {opacity: 1;}
    .fadeInUp.animate_t {animation: fadeInUp 0.8s ease-out;}
    .fadeInLeft.animate_t {animation: fadeInLeft 0.8s ease-out;}
    .fadeInRight.animate_t {animation: fadeInRight 0.8s ease-out;}
    /* Кастомные анимации через keyframes */
    .fadeInUp.animate_t {animation: fadeIn 1.4s ease-out forwards;}
    .fadeInUp.animate_t {animation: fadeInUp 0.8s ease-out forwards;}
    .fadeInLeft.animate_t {animation: fadeInLeft 0.8s ease-out forwards;}
    .fadeInRight.animate_t {animation: fadeInRight 0.8s ease-out forwards;}
    /* Keyframes остаются без изменений */
    @keyframes fadeIn {
      from {opacity: 0;}
      to {opacity: 1;}
    }
    @keyframes fadeInUp {
      from {opacity: 0;transform: translateY(30px);}
      to {opacity: 1;transform: translateY(0);}
    }
    @keyframes fadeInLeft {
      from {opacity: 0;transform: translateX(-30px);}
      to {opacity: 1;transform: translateX(0);}
    }
    @keyframes fadeInRight {
      from {opacity: 0;transform: translateX(30px);}
      to {opacity: 1;transform: translateX(0);}
    }
    @keyframes backIn {
      from {background-color: rgba(0, 0, 0, 0.0);;}
      to {background-color: rgba(0, 0, 0, 0.5);;}
    }
}
/* END  animate ******************************************************************************/
/* START  animate header ******************************************************************************/
@media (min-width: 768px) {
    .anim_img, .anim_img_2, .anim_img_3, .anim_img_4, .anim_img_5 {
      opacity: 0;
    animation: fadeIn;
    animation-duration: 1.5s;
    animation-delay: 0.2s;
    animation-fill-mode: forwards;
    }
    .anim_img_2 {animation-delay: 1.2s;}
    .anim_img_3 {animation-delay: 1.5s;}
    .anim_img_4 {animation-delay: 1.8s;}
    .anim_img_5 {animation-delay: 2.0s;}
    .anim_img   { z-index: 1; }
    .anim_img_2 { z-index: 2; }
    .anim_img_3 { z-index: 3; }
    .anim_img_4 { z-index: 4; }
    .anim_img_5 { z-index: 5; }

    .back_video .anim_img {animation-delay: 1.6s;}
  .anim_1, .anim_2, .anim_3, .anim_4, .anim_5, .anim_6 {
    animation: fadeInUp;
    animation-duration: 0s;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-duration: 1.5s;
    animation-fill-mode: backwards;
  }
  .anim_1{animation-delay: 0.2s;}
  .anim_2{animation-delay: 0.5s;}
  .anim_3{animation-delay: 0.8s;}
  .anim_4{animation-delay: 1.2s;}
  .anim_5{animation-delay: 1.6s;}
  .anim_7{animation-delay: 1.8.0s;}
  .anim_8{animation-delay: 2.2s;}
  .anim_9{animation-delay: 2.6s;}
  .anim_10{animation-delay: 2.8s;}
  .anim_11{animation-delay: 3.2s;}
  .anim_12{animation-delay: 3.6s;}
  .cr_content {animation: backIn;
    animation-duration: 0s;
    animation-delay: 0s;
    animation-fill-mode: none;
    animation-duration: 1.5s;
    animation-fill-mode: backwards;
    animation-delay: 3.0s;
    }
}

.rotate {
  animation: spin 5s linear infinite;
  -webkit-animation: spin 5s linear infinite; /* для старых Safari */
}
/* Анимация */
@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@-webkit-keyframes spin { /* старые браузеры WebKit */
  from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); }
}
.float {
  animation: move 2s ease-in-out infinite alternate;
  -webkit-animation: move 2s ease-in-out infinite alternate; /* Safari старых версий */
}
/* движение вверх-вниз */
@keyframes move {
  from { transform: translateY(0); }
  to { transform: translateY(-20px); }
}
@-webkit-keyframes move {
  from { -webkit-transform: translateY(0); }
  to { -webkit-transform: translateY(-20px); }
}
/* END  animate header ******************************************************************************/
.creator .btn_gold {position: relative;overflow: hidden;transition: 0.3s;}
.creator .btn_gold::after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50px;
    height: 100%;
    background: linear-gradient(
        120deg, 
        rgba(255, 255, 255, 0) 0%, 
        rgba(255, 255, 255, 0.5) 50%, 
        rgba(255, 255, 255, 0) 100%
    );
    /*background: rgba(255, 255, 255, 0.4);*/
    transform: skewX(-40deg);
    animation: shine 2s infinite linear;
}
@keyframes shine {0% {left: -100%;}100% {left: 100%;}}

/*-- END fishki transition animation  keyframes-----------------------------------------------------------------------------*/
/*-- END fishki transition animation  keyframes-----------------------------------------------------------------------------*/










/* карточки продуктов вверху сайта */
.pricing-cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 25px 0;
  max-width: 950px;
}

.pricing-card {
  border-radius: 10px;
  padding: 16px 14px;
  position: relative;
  backdrop-filter: blur(15px);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease;
  text-align: center;
  color: #ffffff;
}

/* Black Label - очень темный, почти черный */
.pricing-card:nth-child(1) {
  background: linear-gradient(135deg, rgba(20, 15, 30, 0.85) 0%, rgba(40, 30, 50, 0.75) 100%);
  border: 1px solid rgba(70, 60, 80, 0.35);
}

.pricing-card:nth-child(1) .card-title {
  color: #ffffff;
}

.pricing-card:nth-child(1) .price-label {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-card:nth-child(1) .card-price {
  color: #FFD700;
}

.pricing-card:nth-child(1) .detail-label {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-card:nth-child(1) .detail-value {
  color: #ffffff;
}

/* White Label - яркий белый с темным текстом */
.pricing-card:nth-child(2) {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(250, 245, 255, 0.88) 100%);
  border: 2px solid rgba(255, 215, 0, 0.5);
}

.pricing-card:nth-child(2) .card-title {
  color: #1a0033;
}

.pricing-card:nth-child(2) .price-label {
  color: rgba(26, 0, 51, 0.7);
}

.pricing-card:nth-child(2) .card-price {
  color: #FF8C00;
}

.pricing-card:nth-child(2) .detail-label {
  color: rgba(26, 0, 51, 0.65);
}

.pricing-card:nth-child(2) .detail-value {
  color: #1a0033;
}

/* Casino Engine - фиолетовый без розовых оттенков */
.pricing-card:nth-child(3) {
  background: linear-gradient(135deg, rgba(80, 40, 120, 0.75) 0%, rgba(100, 60, 140, 0.65) 100%);
  border: 1px solid rgba(120, 80, 160, 0.35);
}

.pricing-card:nth-child(3) .card-title {
  color: #ffffff;
}

.pricing-card:nth-child(3) .price-label {
  color: rgba(255, 255, 255, 0.7);
}

.pricing-card:nth-child(3) .card-price {
  color: #FFD700;
}

.pricing-card:nth-child(3) .detail-label {
  color: rgba(255, 255, 255, 0.65);
}

.pricing-card:nth-child(3) .detail-value {
  color: #ffffff;
}

.pricing-card:hover {
  transform: translateY(-4px);
}

.pricing-card:nth-child(1):hover {
  box-shadow: 0 6px 24px rgba(40, 30, 50, 0.5);
}

.pricing-card:nth-child(2):hover {
  box-shadow: 0 6px 24px rgba(255, 215, 0, 0.3);
}

.pricing-card:nth-child(3):hover {
  box-shadow: 0 6px 24px rgba(100, 60, 140, 0.5);
}

.badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #FFD700, #FFA500);
  color: #1a0033;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  white-space: nowrap;
  z-index: 10;
}

.card-title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  line-height: 1.2;
}

.price-section {
  margin-bottom: 12px;
}

.price-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 4px;
}

.card-price {
  font-size: 22px;
  font-weight: 800;
  text-shadow: none;
}

.card-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.detail-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.detail-label {
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.detail-value {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
  .pricing-cards-wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
    max-width: 100%;
    padding: 0 10px;
  }
  
  .pricing-card {
    width: 100%;
    max-width: 360px;
    margin: 0 auto;
    padding: 22px 18px 24px 18px;
  }
  
  .badge {
    top: -15px;
  }
  
  .card-title {
    font-size: 26px;
    margin-bottom: 16px;
    font-weight: 800;
  }
  
  .price-section {
    margin-bottom: 20px;
  }
  
  .price-label {
    font-size: 13px;
    margin-bottom: 8px;
    font-weight: 700;
  }
  
  .card-price {
    font-size: 38px;
    font-weight: 900;
    line-height: 1.1;
  }
  
  .card-details {
    gap: 14px;
  }
  
  .detail-label {
    font-size: 12px;
    margin-bottom: 4px;
    font-weight: 700;
  }
  
  .detail-value {
    font-size: 17px;
    line-height: 1.35;
    font-weight: 400;
  }
  
  .pricing-card:hover {
    transform: none;
  }
}

@media (max-width: 480px) {
  .pricing-card {
    max-width: 100%;
    padding: 20px 16px 22px 16px;
  }
  
  .card-title {
    font-size: 24px;
  }
  
  .card-price {
    font-size: 34px;
  }
}




