/*
@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
 */

/* Fonts load first */


/* Default & normalize setter */
a{background-color:transparent;-webkit-text-decoration-skip:objects;}
article,aside,footer,header,nav,section,figcaption,figure,blockquote,main,details,menu,picture,video{display:block;box-sizing:border-box;padding:0;margin:0;}
template,[hidden]{display:none;}
audio,video,canvas{display:inline-block;}
audio:not([controls]){display:none;height:0;}
svg:not(:root){overflow:hidden;}
button,input,optgroup,select,textarea{margin:0;}
button,input{overflow:visible;}
button,select{text-transform:none;}
button,html[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}
fieldset{padding:0.35em 0.75em 0.625em;}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}
textarea{overflow:auto;}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}


/* Normalize - Comerto specific 1  */
body,html,div,img,svg,figure,form,iframe{padding:0px;border:0px;margin:0px;box-sizing:border-box;border-style:none;}
ul,ol,li,a,span{box-sizing:border-box;}
div{position:relative;max-height:9999999px;}
main,footer,header,section{width:100%;}

/* Normalize - Comerto specific 2 */
body{min-height:101vh;}
.form,.form_submit,div{font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;box-sizing:border-box;}
img, picture {max-width:100%;height:auto;display:block;}
iframe {max-width: 100%;}
a,.form_submit{cursor: pointer;}


/* Page */
html{
  scroll-behavior: smooth;
  scroll-padding-top: var(--padding-main-top);
}



/* FIGIMAGE & LZLoad */

.lzl{
  background-color: silver;
  font-size: 0.6rem;
  text-align: center;
  opacity: 0.6;
  overflow: hidden;
  transition: opacity 1s ease;
}

.lzl .fimg_img:not([src]),
img.lzl:not([src]){
  opacity: 0;
}


/* Default settings - same mostly everywhere */
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h7 a{
  text-decoration: none;
  color: inherit;
}




/* WEB START */

:root{
  --font-fancy: "Lora", serif;
  --font-normal: "Nunito", sans-serif;

  --padding-main-top: 130px;

  --offset-big: 5rem;
  --offset-mid: 3rem;
  --offset-small: 2rem;
  --offset-smaller: 1rem;
  --offset-smallest: 0.667rem;

  --sizer-bigger: 4rem;
  --sizer-big: 2rem;
  --sizer-mid: 1.5rem;
  --sizer-small: 1rem;
  --sizer-smaller: 0.5rem;

  /*
  --font-biggest: 2.5rem;
  --font-smaller: 0.8rem;

   */

  --font-ultra: 6rem;
  --font-biggest: 3rem;
  --font-bigger: 2rem;
  --font-big: 1.5rem;
  --font-mid: 1.333rem;
  --font-small: 1.111rem;
  --font-smaller: 0.889rem;
  --font-smallest: 0.778rem;

  --line-mid: 1.3;
  --line-small: 1.2;
  --line-smallest: 1.1;

  --transition: .3s color ease-in-out, .3s border-color ease-in-out, .3s background-color ease-in-out, .3s transform ease-in-out;

  --black: #333333;
  --black-rgb: 51,51,51;
  --white: #ffffff;
  --white-rgb: 255,255,255;

  --gray: #ECECEC;
  --gray-rgb: 236,236,236;
  --gray-light: #FBFBFB;
  --gray-dark: #CCCCCC;

  --pink: #BC0054;
  --pink-light: #F7006E;

  --green: #5FA817;
  --green-hslf: hsl(90,76%,37%);
  --green-hsl: 90,76%,37%;
  --green-hslwl: 90,76%;


  --blue-light: #00bbff;
  --blue: #01a7e1;
  --blue-hslf: hsl(196,99%,44%);
  --blue-hsl: 196,99%,44%;
  --blue-hslwl: 196,99%;

  --red: #ce0909;
  --red-hslf: hsl(0,92%,42%);
  --red-hsl: 0,92%,42%;
  --red-hslwl: 0,92%;

  --box-shadow: 0px 2px 9px rgba(0,0,0,0.1);
  --box-shadow-hover: 0px 3px 9px rgba(0,0,0,0.25);
}

body,html{
  font-size: 18px;
  font-family: var(--font-normal);
  line-height: var(--line-mid);
  color: var(--black);
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-fancy);
  font-weight: 400;
  line-height: var(--line-mid);
  color: var(--black);
}

h1{
  font-size: var(--font-ultra);
  margin-top: var(--offset-big);
  margin-bottom: calc(var(--offset-big) / 2);

  line-height: var(--line-smallest);
}
h2{
  margin-top: var(--offset-big);
  margin-bottom: calc(var(--offset-big) / 2);
  font-size: var(--font-biggest);
  position: relative;
  color: var(--pink);
}
h3{
  font-size: var(--font-bigger);
  margin-top: calc(var(--offset-big) / 1.25);
  margin-bottom: calc(var(--offset-big) / 3);
}
h4{
  font-size: var(--font-bigger);
  margin-top: var(--offset-mid);
  margin-bottom: calc(var(--offset-mid) / 3);
}
h5{
  font-size: var(--font-big);
  margin-top: var(--offset-mid);
  margin-bottom: calc(var(--offset-mid) / 3);
}
h6{
  font-size: 1rem;
  margin-top: calc(var(--offset-mid) / 1.5);
  margin-bottom: calc(var(--offset-mid) / 4);
}




a{
  color: var(--pink);
  transition: var(--transition);
  text-decoration: underline;
}
a:hover{
  color: var(--pink-light);
  text-decoration: none;
}

img {
  object-fit: contain;
  width: auto;
  height: fit-content;
  display: block;
  line-height: 0.8;
  position: relative;
}

figure{
  display: block;
  border: 1px solid var(--gray);
  overflow: hidden;
  width: fit-content;
}
figcaption{
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;

  margin: var(--offset-smaller) 0;
  padding: 0 var(--sizer-smaller);
  color: rgba(var(--black-rgb),0.5);
  text-align: center;
  font-style: italic;
  line-height: var(--line-small);
  text-wrap: balance;
}
figcaption p{
  margin: 0px;
}


iframe{
  background-color: var(--gray-light);
}


li{
  margin: calc(var(--offset-smaller) / 4) 0;
  position: relative;
  list-style: none;
}
li::before{
  content: '';
  background-color: var(--pink);
  border-radius: 50%;
  width: 10px;
  height: 10px;
  position: absolute;
  left: -24px;
  top: 6px;
}
.page_perex li::before{
  top: 14px;
}
#menu li::before{
  display: none;
}


.container{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.container.wide{
  max-width: 1440px;
}

section{
  padding: var(--offset-big) 0;
  border-bottom: 1px solid var(--gray);
}
section.color{
  background-color: var(--gray-light);
}


#cookie_eu_bar .cookie_eu_bar_header{
  margin-bottom: 1rem !important;
}


.text h2:first-child{
  margin-top: 0;
}




header,
header.header-white.header-page-bcg{
  transition: var(--transition);
  border-bottom: 1px solid transparent;
  height: var(--padding-main-top);
  position: fixed;
  top: 0;
  z-index: 1000;

  border-bottom: 1px solid rgba(var(--black-rgb),0.1);
  box-shadow: 0 5px 25px rgba(var(--black-rgb),0.05);

  background: rgba(var(--white-rgb), 0.15);
  backdrop-filter: blur(8px);
}

header.header-white,
header.header-white.scrolled,
header.header-white:hover{
  background-color: var(--white);
}
.header-inner{
  display: flex;
  height: 100%;
}

header.header-white #menu li{
  margin: 0;
}



header .logo-wrap{
  display: flex;
  gap: var(--sizer-big);
  width: 100%;
  height: calc(100% - 30px);
  height: calc(100% - 34px);
  position: relative;
  top: 30px;
  top: 34px;

  width: fit-content;
}
#logo,
#footer-logo{
  text-decoration: none;
  height: auto;
  width: fit-content;
}
#logo img,
#footer-logo img{
  object-fit: contain;
  width: 174px;
  height: 54px;
}
.logo-img{
  margin: auto 0;
  height: 100%;
  grid-area: 1 / 1 / 3 / 2;
  display: flex;
  align-items: center;
}

.logo-claim{
  display: flex;
  align-items: center;
  font-size: var(--font-smallest);

  max-width: 110px;
  max-width: 114px;
}
.logo-claim::before{
  content: '';
  display: block;
  width: 1px;
  height: 36px;
  background: var(--gray);
  right: 1rem;
  position: relative;
}
.logo-claim p{
  margin: 0;
}





#search_container{
  position: absolute;
  left: -1rem;
  overflow: hidden;
  transform: translate(-100%,0%);

  border-radius: 4px;
  height: 20px;
  transition: height .3s ease-in-out, top .3s ease-in-out;
  cursor: pointer;
}
#search_container::before {
  content: '';
  background: url("/gfx/svg/search-black.svg") no-repeat;
  background-position: center;
  background-size: contain;
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  z-index: 1;

  transition: filter .3s ease-in-out;
}
.page-img #search_container::before{
  filter: brightness(10);
}
.page-img header:hover #search_container::before,
.page-img .scrolled #search_container::before{
  filter: unset;
}

#search_container.open::before{
  display: none;
}

#search_container form{
  display: flex;
  height: 100%;
}
#search_container.open{
  height: 40px;
  z-index: 1;
  border: 1px solid rgba(var(--black-rgb),0.5);
}
#search_container.open .form_text {
  width: 240px;
  padding: 0 6px;
}
#search_container.open .form_submit{
  width: 100px;
  transition: width .3s ease-in-out, background-color .3s ease-in-out;
  height: 100%;
}

#search_container .search_form{
  padding: 10px;
  background-color: transparent;
  transition: var(--transition);
}
#search_container.open .search_form{
  background-color: var(--white);
}

#search_container .form_submit {
  padding: 0 !important;
  width: 0;
  font-size: 1rem;
  border: unset;
}
#search_container .form_text {
  border: none;
  background: none;
  outline: none;
  transition: width .3s ease-in-out;
  width: 0px;
  padding: 0px;

  color: var(--black);
  height: 100%;

  font-size: var(--font-smaller);
}



/* Search results */

.search_results_container #search_container{
  height: auto;
  width: fit-content;
  left: 0px;
  position: relative;
  transform: unset;
  margin: var(--offset-smaller) 0;
  border: 1px solid rgba(var(--black-rgb),0.5);
}
.search_results_container #search_container::before{
  display: none;
}
.search_results_container #search_container .form_text{
  width: auto;
  padding: var(--offset-smaller);
}
.search_results_container #search_container .form_submit {
  padding: 1rem 2rem !important;
  height: 100%;
  width: auto;
}
.search_results_container #search_container .search_form{
  padding: 0px;
}


.search_results_groups{
  margin: var(--offset-smaller) 0;
  display: flex;
  flex-wrap: wrap;
  gap: var(--offset-small);
  row-gap: calc(var(--offset-smaller) / 2);
}
.search_results_groups_item{
  padding: var(--offset-smallest);
  cursor: pointer;

  color: var(--pink);
  text-decoration: underline;
}
.search_results_groups_item:hover{
  text-decoration: unset;
}
.search_results_item{
  border-top: 1px solid var(--gray);
  display: flex;
  gap: var(--offset-small);
  padding: var(--offset-small) 0;

  display: grid;
  grid-template-columns: 1fr 250px;
}
.search_results_cimage{
  order: 2;
}
.search_results_cinfo{
  order: 1;
}





#breadcrumbs{
  font-size: var(--font-smaller);
}
#breadcrumbs span{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: var(--sizer-smaller);
  color: rgba(var(--black-rgb),0.7);
}

.page-img #breadcrumbs span{
  color: rgba(var(--white-rgb),0.7);
}

#breadcrumbs span span{
  display: block;
}

#breadcrumbs a,
#breadcrumbs a span,
#breadcrumbs .breadcrumbs_spacer{
  color: var(--black);
  transition: var(--transition);
}
#breadcrumbs a:hover,
#breadcrumbs a:hover span{
  color: rgba(var(--black-rgb),0.7);
  text-decoration: none;
}



.page-img #breadcrumbs a,
.page-img #breadcrumbs a span,
.page-img #breadcrumbs .breadcrumbs_spacer{
  color: var(--white);
}
.page-img #breadcrumbs a:hover,
.page-img #breadcrumbs a:hover span{
  color: rgba(var(--white-rgb),0.7);
}




.menu-cont{
  /*
  display: grid;
  grid-template-columns: 296px 1fr;
  grid-template-rows: repeat(3,1fr);

   */

  width: 100%;
}



#menu,
.menu-top{
  display: flex;
  gap: var(--sizer-small);
  margin: 0;
  padding: 0;
}
#menu a{
  display: flex;
  gap: var(--sizer-smaller);
}
header.header-white #menu{
  height: calc(100% - 30px);
  height: calc(100% - 34px);
  align-items: center;
}
header.header-white #menu a{
  padding: calc(var(--sizer-small) / 2) calc(var(--sizer-small) / 3);
}
header.header-white #menu a::after{
  content: '';
  width: 100%;
  height: 1px;
  background: var(--gray);
  transition: var(--transition);
  position: absolute;
  bottom: 0;
  left: 0;
}
header.header-white #menu a:hover::after{
  background: var(--pink);
}


.menu-top{
  gap: var(--sizer-smaller);
  align-items: center;
  width: fit-content;
  margin-left: auto;
  border-bottom: 1px solid rgba(var(--gray-rgb),0.5);
  transition: var(--transition);

  width: 100%;
  height: 30px;
  height: 34px;
  font-size: var(--font-smallest);
}

#menu li{
  list-style: none;
}
#menu a,
.menu-top a{
  color: var(--black);
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.01rem;
}
.menu-top a{
  display: flex;
}
#menu a:hover,
.menu-top a:hover{
  color: var(--pink);
}

header.header-white #menu a.active::after{
  background-color: var(--pink);
}

.menu-top-right{
  display: flex;
  margin-left: auto;
}
.menu-top-right svg{
  /*
  width: 18px;
  height: 18px;

   */

  width: 20px;
  height: 20px;
}
.menu-top-right .fb path:nth-child(2){
  fill: transparent !important;
}


.menu-top-left{
  display: flex;
  gap: var(--sizer-big);
}
.menu-top-left a{
  position: relative;
}
.menu-top-left a:last-child::before{
  content: '';
  background: var(--gray);
  width: 1px;
  height: 100%;
  display: block;
  position: absolute;
  left: -1rem;
}




.menu-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  /* padding: var(--offset-smaller) 0; */
  margin-left: auto;

  position: absolute;
  right: 0;
  padding: 0 20px;
  width: 100%;
  height: 100%;
}


#small_menu {
  display: none;
}




header.header-white,
header.header-white #menu a,
header.header-white .menu-top a,
header.header-white.scrolled,
header.header-white.scrolled #menu a,
header.header-white.scrolled .menu-top a,
header.header-white:hover,
header.header-white:hover #menu a,
header.header-white:hover .menu-top a {
  color: var(--black);
}

header.header-page-bcg,
header.header-page-bcg #menu a,
header.header-page-bcg .menu-top a {
  color: var(--white);
}

header.header-white.scrolled a:hover,
header.header-white.scrolled #menu a:hover,
header.header-white.scrolled .menu-top a:hover,
header.header-white a:hover,
header.header-white #menu a:hover,
header.header-white .menu-top a:hover,
header:hover #menu a:hover,
header:hover .menu-top a:hover {
  color: var(--pink);
}


/*
.phone,
.email{
  display: flex;
  align-items: center;
  gap: calc(var(--sizer-small) / 2);
  width: fit-content;
  text-decoration: none;
}

 */




header svg path{
  fill: var(--black);
  transition: .3s ease-in-out fill;
}


.page-img header svg path {
  fill: var(--white);
}
.page-img header:hover svg path,
.page-img header.scrolled svg path{
  fill: var(--black);
}



.footer-in .phone::before,
.footer-in .email::before{
  display: none;
}




.page-content section:last-child{
  border-bottom: unset;
}



.hp-scroll{
  position: absolute;
  bottom: var(--padding-main-top);
  z-index: 100;
  display: block;
}
.hp-scroll a{
  display: flex;
  padding: 1rem;
  color: var(--white);
}
.hp-scroll:hover img{
  transform: translateY(10px);
}
.hp-scroll img{
  width: 80px;
  opacity: .75;
  transition: .2s transform ease-in-out;
}

/* #content styles for correct scroll */
#content{
  margin-top: 0px;
  padding-top: var(--offset-big);
}
#content .page_perex,
#content .page_perex :first-child{
  margin-top: 0px;
}


.page-bcg{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.page-bcg figure::before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(var(--black-rgb),0.3);
  z-index: 1;
}

.page-bcg figure{
  border: none;
}

.page-bcg figure,
.page-bcg .fimg_wrp,
.page-bcg picture,
.page-bcg img {
  display: block;
  height: 100%;
  width: 100%;
}
.page-bcg img{
  object-fit: cover;
}



.page_top{
  display: flex;
  background-color: var(--white);
  height: unset;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding-top: var(--padding-main-top);
  padding-bottom: var(--offset-big);

  border: unset;
}

.page_top.course-detail .text{
  padding: 0;
}
.page_top.course-detail .page_perex {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.page-img .page_top{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;

  background-color: var(--gray-light);
}
.page-img .page_top .container{
  padding-top: var(--offset-big);
}




.page_top h1{
  margin: var(--offset-smaller) 0;
  text-shadow: 1px 2px 15px rgba(var(--black-rgb),0.1);
}
.page_top .text{
  padding: 0 20px;
  margin: 0 auto;
  z-index: 10;
  position: relative;
  text-align: center;
}
.page-img .page_top .text{
  color: var(--white);
}
.page-img .page_top h1,
.page-img .page_top h2,
.page-img .page_top h3,
.page-img .page_top h4,
.page-img .page_top h5,
.page-img .page_top h6 {
  color: var(--white);
}
.page-img .page_top a{
  color: var(--white);
}
/*
.page_top a{
  color: var(--black);
}

 */


.page-img .page_top .lotus-wrap{
  margin-top: 0px;
  margin-bottom: var(--offset-smaller);
}
.page-img .page_top .lotus-wrap svg path{
  fill: var(--white);
}
.page-img .page_top .lotus-wrap::before,
.page-img .page_top .lotus-wrap::after {
  background-color: var(--white);
}


.page_top .lotus-wrap svg path{
  fill: var(--pink);
}

.page_top .lotus-wrap{
  margin-top: var(--offset-mid);
}


.page_top .btn{
  padding: var(--offset-smaller) var(--offset-mid);
  font-size: var(--font-mid);
}


.page_top .btn::after{
  content: '';
  background: url("/gfx/svg/arrow-down-white.svg") no-repeat center;
  width: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-content-hp .page_top .btn::after{
  display: none;
}


.page-img .page_top .btn{
  box-shadow: var(--box-shadow);
}




.page_top_hp .page_perex{
  margin: 0;
  color: var(--white);
  font-size: var(--font-biggest);
}
.page_top .page_perex p{
  margin: 0;
}
.page_perex{
  margin: var(--offset-smaller) 0;
  font-size: var(--font-big);
}

.page-content-hp h2{
  text-align: center;
}



.page-contact .page_perex{
  margin: 0;
  text-align: left;
  font-size: 1rem;
}
.page-contact .page_perex p{
  margin: 1rem 0;
}


.title{
  text-align: center;
  margin-bottom: var(--offset-smaller);
}
.subtitle{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;

  gap: var(--sizer-smaller);
  color: var(--black);
  margin: 0;
  margin-bottom: var(--offset-small);

  font-size: var(--font-big);
}
.subtitle::before,
.subtitle::after{
  content: '';
  width: 36px;
  height: 1px;
  background-color: var(--black);
}




.container .gallery_container:first-child .gallery_header{
  margin-top: 0px;
}


.gallery_container{
  display: flex;
  flex-wrap: wrap;
  gap: var(--sizer-small);
  margin: var(--offset-small) -150px;
}
.container.wide .gallery_container{
  margin: var(--offset-small) 0px;
}

.gallery_header{
  width: 100%;
  grid-column: span 4;
  margin-bottom: 0px;
}
.gallery_container .gallery_item,
.gallery_container .inprov_items
{
  display: flex;
  flex-direction: column;
  width: calc(25% - 14px);
  height: auto;
}

.gallery_container .inprov_items{
  max-height: 226px;
}

.gallery_container img{
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_container .gallery_img{
  height: fit-content;
}
.gallery_container a,
.gallery_container picture {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}





.gallery-three .gallery_item{
  width: calc(33.333% - 27px);
}


.flex-wrap{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--sizer-big);

  margin: var(--offset-big) 0;
}
.flex-wrap-in{
  width: calc(50% - calc(var(--sizer-big) / 2));
  height: fit-content;
}
.flex-wrap-in :first-child{
  margin-top: 0px;
}










footer{
  border-bottom: 2px solid var(--pink);
  background-color: var(--gray-light);
}


footer .logo-wrap{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: var(--sizer-big);
  width: fit-content;
  max-width: 330px;
  position: relative;
}


#footer01{
  border-top: 1px solid rgba(var(--black-rgb),0.1);
}


.footer-text-wrap{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: var(--offset-big) 0;
  gap: var(--sizer-big);

  border-bottom: 1px solid var(--gray);
}
.footer-text{
  grid-column: span 3;
}

.footer-text-links{
  display: flex;
  flex-direction: column;
  margin-top: var(--offset-mid);
  gap: var(--sizer-small);
}
.footer-text-links a{
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
  font-size: 1rem;
  width: fit-content;
}
.footer-text-links a::before{
  content: '';
  width: 22px;
  height: 22px;
  display: block;
}
.footer-text-links a:hover{
  color: var(--pink);
}


.footer-in-wrap{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: var(--sizer-big);
}


.footer-block{
  padding: var(--offset-mid) 0;
}

.footer-in h2{
  color: var(--black);
  font-size: var(--font-big);
  margin: 0;
  margin-bottom: 1rem;
  width: fit-content;
}
.footer-in h2::after{
  background-color: rgba(var(--black-rgb),0.25);
  width: 100%;
  height: 1px;
}
.footer-in a{
  color: var(--pink);
}
.footer-in h2 a{
  color: var(--black);
  text-decoration: none;
}
.footer-in a:hover{
  color: var(--pink);
}

.footer-in li::before{
  display: none;
}


.footer-in p:last-child{
  margin-bottom: 0px;
}


.footer-in svg{
  width: 36px;
  height: 36px;
}
.footer-in svg path{
  transition: .3s fill ease-in-out;
}
.footer-in svg:hover path{
  fill: var(--pink);
}
.footer-in .fb path:nth-child(2) {
  fill: transparent !important;
}

.socials-claim{
  display: block;
  font-style: italic;
  margin: var(--offset-smaller) 0;
}

footer #menu,
footer #submenu {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: calc(var(--sizer-smaller) / 2);
}
footer #menu li a,
footer #submenu li a,
footer #footer_menu a{
  font-weight: 400;
  color: rgba(var(--black-rgb),0.8);
  text-decoration: none;
  width: fit-content;
  padding: 0;
}
footer {
  color: rgba(var(--black-rgb),0.8);
}

footer #menu li,
footer #submenu li{
  margin: 0;
  border-bottom: unset;
  background-color: unset;
  box-shadow: unset;
}

footer #menu li a::after,
footer #submenu li a::after{
  display: none;
}


footer #menu a:hover,
footer #submenu a:hover,
footer #footer_menu a:hover{
  color: var(--pink);
}


.footer-bottom-in{
  display: flex;
  flex-direction: column;
  gap: var(--sizer-small);

  padding: var(--offset-smaller) 0;
  border-top: 1px solid rgba(var(--black-rgb),0.1);
}
.footer-bottom-in .copy,
.footer-bottom-in a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-smaller);
}
.footer-bottom-in a{
  margin-left: auto;
}
.footer-bottom-text{
  display: flex;
  gap: var(--sizer-big);
}

#footer_menu{
  display: flex;
  gap: var(--sizer-small);
  row-gap: var(--sizer-smaller);
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
}
#footer_menu li{
  margin: 0;
}
#footer_menu .active a{
  color: var(--pink);
}
#footer_menu a{
  color: var(--black);
  text-decoration: none;
}
#footer_menu a:hover{
  color: var(--pink);
}

footer #menu li::before,
#footer_menu li::before,
#page_submenu li::before{
  display: none;
}


.socials-wrap{
  display: flex;
  align-items: center;
  gap: var(--sizer-small);
}
header .socials-wrap{
  padding-left: 1rem;
  border-left: 1px solid var(--gray);
}


#page_submenu {
  display: flex;
  gap: var(--sizer-big);
  row-gap: calc(var(--sizer-mid) * 2);
  margin: 0;
  padding: 0;
}
#page_submenu figure{
  border: none;
  height: unset;
  width: unset;
}
#page_submenu a{
  display: flex;
  flex-direction: column;
  text-decoration: none;
  flex-grow: 1;
}
#page_submenu a:hover h2{
  color: var(--pink);
}
#page_submenu a:hover h2::after{
  width: 150px;
  background-color: var(--pink);
}
#page_submenu li{
  display: flex;
  width: calc(33.333% - calc(var(--sizer-big) / 2));
  box-shadow: var(--box-shadow);
  transition: .3s box-shadow ease-in-out;
  overflow: hidden;
}
#page_submenu li:hover{
  box-shadow: var(--box-shadow-hover);
}

#page_submenu h2{
  font-size: var(--font-bigger);
  font-weight: 700;
  text-wrap: balance;
  transition: var(--transition);
}
#page_submenu h2,
#page_submenu .more_info{
  margin: var(--sizer-big);
}
#page_submenu .more_info{
  margin-top: 0px;
  color: var(--black);
}
#page_submenu img{
  width: 100%;
}


/* Submitted forms better info */
.cform_submitted_text {
  border: 1px solid var(--green);

  color: var(--green);
  background-color: hsl(var(--green-hslwl), 97%);

  padding: 2rem;
  border-radius: 24px;

  font-size: 2rem;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;

  margin-bottom: 10rem;

}
.cform_submitted_text.saving{
  border-color: var(--blue);
  color: var(--blue);
  background-color: hsl(var(--blue-hslwl), 97%);
}
.cform_submitted_text.error{
  border-color: var(--red);
  color: var(--red);
  background-color: hsl(var(--red-hslwl), 97%);
}


/* Labels */
.form_label_floating {
  position: absolute;
  font-size: 1rem;
  transition: ease-in-out .3s;
  opacity: 0;
  pointer-events: none;
  padding: 0.25rem 0.75rem;
  left: 0px;
  transform: translateY(-50%);
  top: 0px;

  color: rgba(var(--black-rgb),0.4);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  line-height: var(--line-small);

  /*
  border: 1px solid rgba(var(--black-rgb),0.1);
  border-bottom: unset;
    background-color: var(--white);

   */
}
.form_label_floating:after{
  position: absolute;
  z-index: 5;
  content: "";
  display:block;
  width: 1px;
  background-color: white;
  right: -1px;
  bottom: 0px;
  height: 50%;

  top: 20px;
}
.form_label_floating.visible {
  font-size: var(--font-smaller);
  opacity: 1;
  pointer-events: auto;
}




/* CFORM */
.cform_container{
  width: 100%;
  max-width: 620px;
  margin: 0 auto;
}

#cform_4{
  margin: 0 auto;
}

.cform_name{
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: var(--font-biggest);
  text-align: left;
  color: var(--black);
}
.cform_name::after{
  display: none;
}

.cform_label {
  font-weight: 600;
  padding: 0rem 0.25rem 0.15rem 0.25rem;
}

.form,
.form {
  width: 100%;
  max-width: 100%;
  border: 1px solid transparent;
  border-bottom: 1px solid rgba(var(--black-rgb),0.3);

  padding: 1rem 0.75rem 0.5rem 0.75rem;
  transition: var(--transition);

  background-color: #FFFFFF;
}
.cform_cleartext{
  font-size: var(--font-mid);
  grid-column: span 2;
  margin-top: var(--sizer-mid);
  text-wrap: balance;
}
.cform_item{
  grid-column: span 3;
}

.form.form_textarea{
  min-height: 60px;
  min-width: 100%;
}
.form:focus,
.form.form_textarea:focus{
  outline: none;
  border-bottom: 1px solid var(--pink);
}
/*
.cform_container input:focus,
.cform_container textarea:focus{
    border: 1px solid rgba(var(--black-rgb),0.25);
    border-bottom: 1px solid var(--pink);
}

 */


.cform_container form{
  /*
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--sizer-mid);

   */
  display: flex;
  flex-direction: column;
  gap: var(--sizer-mid);
  margin-top: var(--offset-small);
}
.cform_item_type_infotext{
  margin: var(--offset-smaller) 0;
}
.cform_item_type_infotext a{
  font-weight: 600;
}

.cform_item.cform_item_type_submit{
  grid-column: unset;
  margin-top: var(--sizer-mid);

  display: flex;
  align-items: center;
  justify-content: flex-end;
}



.cform_form.cform_form_type_checkbox{
  display: flex;
  gap: var(--sizer-small);
}
.cform_form.cform_form_type_checkbox input,
.cform_form.cform_form_type_checkbox label{
  cursor: pointer;
}

.cform_container .form_checkbox{
  width: 24px;
  height: 24px;
}
.form_label_checkbox{
  text-align: left;
}
.page_top .cform_container a{
  color: var(--pink);
}





.ui-datepicker{
  padding: var(--offset-smaller);
  background-color: var(--white);
  text-align: center;
  border: 1px solid var(--gray);

  box-shadow: var(--box-shadow);
}
.ui-datepicker td,
.ui-datepicker th {
  padding: calc(var(--offset-smaller) / 3);
  width: 30px;
  height: 30px;
}
.ui-datepicker-current-day .ui-state-active{
  text-decoration: unset;
}

.ui-datepicker-calendar th,
.ui-datepicker-calendar td{
  text-align: center;
}
.ui-datepicker-calendar a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;

  border-radius: 50%;
}
.ui-datepicker-current-day a,
.ui-datepicker-calendar a:hover{
  background-color: var(--pink);
  color: var(--white);
  transition: var(--transition);
}

.ui-datepicker-header{
  display: flex;
  gap: 20px;
  padding-bottom: var(--offset-smaller);
}


.ui-datepicker-title{
  margin-right: auto;
  order: 1;
}
.ui-datepicker-prev{
  order: 2;
}
.ui-datepicker-next{
  order: 3;
}



.btn-wrap{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--sizer-big);
  margin-top: var(--offset-mid);
}




.btn,
.form_submit,
.cform_container .form_submit,
.articles_link a {
  display: flex;
  gap: var(--sizer-smaller);

  width: fit-content;
  background-color: var(--pink);
  color: var(--white);
  border: 1px solid var(--pink);
  outline: unset;
  padding: 1rem 2rem;
  font-weight: 700;
  transition: var(--transition);
  cursor: pointer;
  height: fit-content;

  text-decoration: none;
  font-size: var(--font-mid);
  z-index: 1;
}
.btn:hover,
.form_submit:hover,
.cform_container .form_submit:hover{
  background-color: var(--pink-light);
  border-color: var(--pink-light);
  color: var(--white);
}

.btn-small,
.articles_link a {
  background-color: var(--blue);
  border-color: var(--blue);
  padding: var(--offset-smallest) var(--offset-small);
  font-size: var(--font-small);
}
.btn-small:hover,
.articles_link a:hover{
  background-color: var(--blue-light);
  border-color: var(--blue-light);
}

.btn-blue{
  background-color: var(--blue);
  border-color: var(--blue);
  color: var(--white);
}
.btn-blue:hover{
  background-color: var(--blue-light);
  border-color: var(--blue-light);
  color: var(--white);
}



.btn-snd{
  background-color: transparent;
  border-color: var(--blue);
  color: var(--blue);
}
.btn-snd:hover{
  color: var(--white);
  background-color: var(--blue-light);
  border-color: var(--blue-light);
}

.page-img .btn-snd{
  color: var(--white);
}

.page_top .btn-snd::after {
  background: url("/gfx/svg/arrow-down-blue.svg") no-repeat center;
}
.page-img .page_top .btn-snd::after,
.page_top .btn-snd:hover::after{
  background: url("/gfx/svg/arrow-down-white.svg") no-repeat center;
}



.submenu-block{
  padding: 0;
  margin: 0;
  border: unset;
}
.submenu-block #submenu,
.submenu-block #submenu_text {
  margin: var(--offset-big) 0;
}


#submenu,
#submenu_text,
.closest-courses{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: var(--sizer-big);

  margin: var(--offset-small) 0;
  padding: 0;
}

#submenu a,
#submenu_text a{
  color: var(--black);
  text-decoration: none;
}
#submenu a:hover,
#submenu_text a:hover{
  color: var(--pink);
}

#submenu .btn,
#submenu .btn:hover,
#submenu_text .btn:hover,
#submenu_text .btn{
  color: var(--white);
}

#submenu .sub_0_image_main,
#submenu_text .sub_0_image_main,
.closest-courses .image_main{
  margin-top: -1rem;
  margin-right: -1rem;
  margin-left: -1rem;

  height: 162px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: unset;
  border-bottom: 1px solid var(--gray);
}

.img_main .fimg_wrp,
.img_main .fimg_wrp picture{
  height: 100%;
  width: 100%;
}

#submenu .sub_0_image_main img,
#submenu_text .sub_0_image_main img,
.closest-courses .image_main img{
  object-fit: cover;
  height: 100%;
  width: 100%;
}


#submenu .perex,
#submenu_text .perex,
.closest-courses .perex{
  font-size: var(--font-smaller);
}
#submenu h3,
#submenu_text h3,
.closest-courses h3{
  font-size: var(--font-big);
  margin: var(--offset-smaller) 0;
}
.closest-courses h3{
  font-size: var(--font-mid);
}



#submenu li,
#submenu_text li,
.closest-courses li{
  display: flex;
  flex-direction: column;

  margin: 0;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  border-bottom: 1px solid var(--pink);
}
#submenu li a,
#submenu_text li a,
.closest-courses li a{
  display: flex;
  align-items: center;
  height: 100%;

  padding: var(--offset-smaller);

}
#submenu li::before,
#submenu_text li::before,
.closest-courses li::before{
  display: none;
}

#submenu li a::after{
  content: '';
  background: url("/gfx/svg/arrow-right-pink") no-repeat;
  background-size: contain;
  background-position: center;
  height: 16px;
  width: 16px;
  top: 4px;

  margin-left: auto;
}


#submenu_text.menu_image_main li{
  padding: var(--offset-smaller);
}

#submenu_text.menu_image_main a{
  display: flex;
  flex-direction: column;
  justify-content: unset;
  height: auto;
  padding: unset;
  align-items: flex-start;
}
#submenu_text.menu_image_main .btn{
  padding: var(--offset-smaller);
}




#submenu .btn-wrap,
#submenu_text .btn-wrap,
.closest-courses .btn-wrap{
  justify-content: flex-end;

  margin-top: auto;
}

#submenu .btn-wrap .btn,
#submenu_text .btn-wrap .btn,
.closest-courses .btn-wrap .btn{
  margin-top: var(--offset-mid);
}

#submenu a h3,
#submenu_text a h3{
  transition: var(--transition);
}
#submenu a:hover h3,
#submenu_text a:hover h3{
  color: var(--pink);
}


.closest-courses .btn-wrap{
  margin-top: var(--offset-smaller);
}

.closest-courses .date-wrap{
  display: flex;
  flex-direction: column;
  font-size: var(--font-smaller);
}
.closest-courses .date-wrap .city::before {
  display: none;
}


.blocks-wrap{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--sizer-big);
}
.block{
  display: flex;
  flex-direction: column;
  background-color: var(--white);
  box-shadow: var(--box-shadow);
}
.block .img-wrap{
  max-height: 200px;
  height: 100%;
}
.block .img-wrap .img-link{
  display: flex;
  height: 100%;
  width: 100%;
}
.block .img-wrap .img-link a,
.block .img-wrap .img-link picture
{
  width: 100%;
  display: flex;
}

.block .img-wrap img{
  height: 100%;
  height: 200px;
  width: 100%;
  object-fit: cover;

  background-color: var(--gray-light);
}
.block .perex{
  font-size: var(--font-smaller);
  text-align: left;
}
.block .title{
  margin-top: 0px;
  font-size: var(--font-big);
  margin-bottom: var(--offset-smaller);

  text-align: left;
}
.block-text{
  padding: var(--offset-small);
  border-bottom: 1px solid var(--pink);

  display: flex;
  flex-direction: column;
  height: 100%;
}
.block-text .text{
  flex-grow: 1;
}

.block .price-btn-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--offset-small);
}
.block .price-btn-wrap .price{
  color: var(--pink);
  margin: 0;
}
.block .price-btn-wrap hr{
  display: block;
  background-color: var(--gray);
  border: none;
  height: 1px;
  width: 50px;
  top: 0;
  transform: rotate(90deg);
}





.tag-wrap{
  display: flex;
  flex-direction: column;
  gap: var(--sizer-smaller);
  margin-top: var(--offset-smaller);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;

  pointer-events: none;
}
.tag-wrap .tag{
  font-size: var(--font-smallest);
  font-weight: 700;
  width: fit-content;
  padding: calc(var(--offset-smaller) / 2) var(--offset-smaller);
  color: var(--white);
}
.tag-wrap .tag.new{
  background-color: var(--pink-light);
}
.tag-wrap .tag.msmt{
  background-color: var(--blue);
}


.date-wrap{
  font-size: var(--font-smallest);
  margin-top: var(--offset-smaller);
}
.date-wrap .date-closest,
.date-wrap .date-next{
  display: flex;
  align-items: center;
  gap: var(--sizer-smaller);
}
.date-wrap .date-closest{
  padding-bottom: var(--sizer-smaller);
}
.date-wrap .date-next{
  color: var(--pink);
  font-style: italic;
  padding-top: var(--sizer-smaller);
  border-top: 1px solid var(--gray);
}
.date-wrap .date-next svg path{
  fill: var(--pink);
}


.date-wrap .date-closest-in{
  display: flex;
  margin-left: auto;
  gap: var(--sizer-small);
}
.date-wrap .text{
  font-style: italic;
}
.date-wrap .days{
  color: var(--green);
  font-weight: 700;
}
.date-wrap .city::before{
  content: '';
  position: absolute;
  left: -0.5rem;
  background-color: var(--gray);
  height: 100%;
  width: 1px;
  display: block;
}

.date-wrap svg{
  width: 16px;
  height: 16px;
}



.about-us{
  padding: 0;
  /* padding-bottom: var(--offset-big); */
}
.about-us-wrap-in{
  display: flex;
}
.about-us-wrap-in .gallery_container,
.about-us-wrap-in .text
{
  width: 50%;
  margin: 0;
}
.about-us-wrap-in .gallery_container .gallery_item{
  width: 100%;
}
.about-us-wrap-in .gallery_container .gallery_img{
  height: 100%;
}
.about-us-wrap-in .gallery_container img{
  object-fit: cover;
  height: 100%;
}
.about-us-wrap-in .text{
  max-width: calc(700px + calc(var(--offset-small) * 2));
  margin: 0 auto;
  padding: var(--offset-big) var(--offset-small);
}
.about-us-wrap-in .text p:last-child{
  margin-bottom: 0px;
}




.benefits{
  display: grid;
  grid-template-columns: repeat(2,1fr);
}
.benefits-in{
  text-align: center;
  padding: var(--offset-mid) calc(var(--offset-mid) / 2);

  border-bottom: 1px solid var(--gray);
}
.benefits-in:nth-child(odd){
  border-right: 1px solid var(--gray);
}
.benefits-in:last-child,
.benefits-in:nth-last-child(2){
  border-bottom: unset;
}
.benefits-in .title{
  color: var(--black);
  margin-top: 0;
  margin-bottom: var(--offset-smaller);
}


.ref-wrap .block-text::before{
  content: '“';
  font-family: var(--font-fancy);
  position: absolute;
  left: 0;
  top: -86px;
  display: block;
  font-size: calc(var(--font-ultra) * 2);
  line-height: var(--line-small);
  color: var(--white);
  text-shadow: var(--box-shadow);
}


.advantages .advantages-lists{
  padding: 0;
  padding-left: 20px;

  column-gap: var(--sizer-big);
  column-count: 2;
}
.advantages .advantages-lists li::before{
  content: '';
  background: url("/gfx/svg/arrow-right-pink");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  height: 16px;
  width: 16px;
  top: 4px;
}



.inprov-text .title,
.courses .title,
.advantages .title{
  margin-bottom: var(--offset-smaller);
}
.lotus-wrap{
  display: flex;
  align-items: center;
  gap: var(--sizer-smaller);
  width: fit-content;
  margin: var(--offset-smaller) auto var(--offset-small) auto;
}
.lotus{
  width: 36px;
}
.lotus-wrap::before,
.lotus-wrap::after{
  content: '';
  display: block;
  width: 54px;
  height: 1px;
  background-color: var(--pink);
}

.perex{
  text-align: center;
}

#submenu_text .perex{
  text-align: left;
}





/* FAQ */

.faq-wrap .faq-title{
  cursor: pointer;
  position: relative;
  transition: var(--transition);
}

.faq-item{
  border-bottom: 1px solid rgba(var(--black-rgb),0.1);
}
.faq-item:first-child{
  border-top: 1px solid rgba(var(--black-rgb),0.1);
}


.faq-title .question_name{
  position: relative;
  transition: var(--transition);
  margin: 0;
  color: var(--black);
}
.faq-title .question_name,
.faq-text{
  padding: var(--offset-smaller);
  padding-right: var(--offset-big);
}

.faq-title:hover .question_name {
  color: var(--pink);
}
.faq-title .question_name::before,
.faq-title .question_name::after
{
  content: '';
  display: block;
  width: 24px;
  height: 2px;
  background-color: var(--pink);
  position: absolute;
  right: 24px;
  top: 50%;

  transform: rotate(90deg);
  transition: var(--transition);
}

.faq-title .question_name::after,
.faq-title.open .question_name::after,
.faq-title.open .question_name::before
{
  transform: rotate(0deg);
}

.faq-text{
  display: none;
}



.table-wrap{
  overflow: auto;
}

table{
  border-collapse: collapse;
}
th, td{
  padding: var(--offset-smaller);
}
table th{
  text-align: left;
  text-align: center;
}
table tr{
  transition: var(--transition);
}
table tr:hover{
  background-color: var(--gray);
}

.listing th,
.listing td {
  padding: var(--offset-smallest);
  font-size: var(--font-smaller);
}


  /*
  table th,
  table td{
    border: 1px solid var(--gray-dark);
  }
  table tr:last-child td{
    border-bottom: unset;
  }
  table tr:first-child td,
  table tr:first-child th{
    border-top: unset;
  }
  table tr td:first-child,
  table tr th:first-child{
    border-left: unset;
  }
  table tr td:last-child,
  table tr th:last-child{
    border-right: unset;
  }

   */

table tr{
  border-bottom: 1px solid var(--gray-dark);
}
table tr:last-child{
  border-bottom: unset;
}
table th,
table td{
  border-right: 1px solid var(--gray-dark);
}
table tr td:last-child,
table tr th:last-child{
  border-right: unset;
}



td.full{
  color: var(--pink);
}
td.free{
  color: var(--green);
}

td.free em{
  color: var(--pink);
  font-style: normal;
}
td.price{
  text-align: right;
}


section table{
  margin: var(--offset-small) 0;
}

.courses-table{
  width: 100%;
}
.courses-table .btn{
  font-size: 1rem;
  background-color: var(--green);
  border-color: var(--green);
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: center;
  justify-content: center;
}
.courses-table .btn.full{
  background-color: var(--gray-dark);
  border-color: var(--gray-dark);
}
.courses-table em{
  font-size: 0.90em;
}


.lectors .title{
  margin-top: 0px;
}
.lector{
  background-color: var(--white);
  padding: var(--offset-small);
  box-shadow: var(--box-shadow);

  margin: var(--offset-small) 0;

  overflow: auto;
}
.lector-info{
  display: flex;
  align-items: center;
  gap: var(--sizer-big);
  margin-bottom: var(--offset-small);
}
.lector .img-wrap{
  width: 100%;
  max-width: 130px;
  height: 130px;
  border: 1px solid var(--gray-dark);
  border-radius: 50%;
}
.lector .title{
  margin: 0px;
  text-align: left;
}
.lector .person{
  display: flex;
  flex-direction: column;
  gap: var(--sizer-smaller);
}
.lector .position{
  font-style: italic;
}








.contact-perex{
  display: flex;
  width: 100%;
  margin-top: var(--offset-mid);
  border-top: 1px solid var(--gray);
  border-bottom: 1px solid var(--gray);
}

.contact-perex-in{
  width: 50%;
  display: flex;
  justify-content: center;
  padding: var(--offset-mid);
}
.contact-perex-in.contact-cform{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--gray-light);
  border-left: 1px solid var(--gray);
}

.page-contact .page_top .text{
  width: 100%;
  padding: 0;
}



.articles_container{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: var(--sizer-big);
  row-gap: var(--sizer-bigger);
}
.articles_item.articles_list_item{
  display: flex;
  flex-direction: column;

  padding: var(--offset-smaller);
  box-shadow: var(--box-shadow);

  border-bottom: 1px solid var(--pink);
}
.articles_list_title_header{
  font-size: var(--font-big);
  margin-bottom: 1rem;
}
.articles_perex h2{
  color: var(--black);
  font-size: var(--font-big);
}
.articles_link {
  margin-top: auto;
  display: flex;
  justify-content: flex-end;
}
.articles_link a{
  margin-top: var(--offset-small);
}




.course-detail .container .title:first-child{
  margin-top: 0px;
}

.course-detail .cform_container{
  box-shadow: var(--box-shadow);
  padding: var(--offset-small);

  background-color: var(--white);
}
.course-detail .cform_container form {
  margin-top: 0px;
}




.date-next .number{
  font-weight: 700;
}



.google_info{
  display: flex;
  flex-direction: column;
  gap: var(--offset-smallest);
  margin: var(--offset-smaller) 0;
  text-align: right;

  align-items: flex-end;
}
.google_info a{
  width: fit-content;
}
.person_name{
  text-align: right;
  font-weight: 600;
}




@media (max-width: 1420px) {
  .gallery_container {
    margin: calc(var(--offset-big) / 2) 0px;
  }
}

@media (max-width: 1400px) {
  .block .price-btn-wrap{
    flex-direction: column;
  }
  .block .price-btn-wrap .price{
    margin-left: auto;
  }
  .block .price-btn-wrap .btn{
    margin-left: auto;
  }
  .block .price-btn-wrap hr {
    width: 100%;
    transform: rotate(0deg);
    margin: var(--offset-smaller) 0;
  }


  #page_submenu h2{
    font-size: var(--font-big);
  }
  #page_submenu h2,
  #page_submenu .more_info {
    margin: var(--sizer-mid);
  }
  #page_submenu .more_info {
    margin-top: 0px;
    font-size: var(--font-mid);
  }
}

@media (max-width: 1200px) {
  :root{
    --padding-main-top: 100px;

    --offset-big: 3.5rem;
    --offset-mid: 2rem;
    --offset-small: 1.5rem;

    --sizer-bigger: 2.5rem;
    --sizer-big: 2rem;
    --sizer-mid: 1.5rem;

    --font-ultra: 3.778rem;
    --font-biggest: 2rem;
    --font-bigger: 1.5rem;
    --font-big: 1.25rem;
    --font-mid: 1.111rem;
  }


  header .logo-wrap{
    top: unset;
    margin: auto 0;
  }

  header svg path,
  .page-img header svg path {
    fill: var(--black);
  }

  .page-img #search_container::before{
    filter: unset;
  }

  .logo-claim{
    max-width: unset;
  }

  .cform_container form {
    margin-top: var(--offset-mid);
  }


  .contact-us{
    display: none;
  }

  .menu-top{
    gap: var(--sizer-small);
  }

  #small_menu {
    background-color: var(--white);
    border: none;
    outline: none;
    display: block;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    transition: ease-in-out .5s;
    border-radius: 3px;
    position: absolute;
    right: 40px;
    top: 28px;
    padding: 0;
  }


  #small_menu .line.first {
    transform: rotate(0deg);
    top: 12px;
  }
  #small_menu .line.second {
    display: block;
    top: 21px;
  }
  #small_menu .line.third {
    transform: rotate(0deg);
    top: 30px;
  }
  #small_menu .line {
    width: 30px;
    height: 4px;
    background-color: var(--pink);
    position: absolute;
    right: 7px;
    transition: transform .3s ease-in-out, top .3s ease-in-out, .3s background-color ease-in-out;
  }

  .id_page_1 #small_menu .line{
    background-color: var(--white);
    background-color: var(--pink);
  }
  /*
  .id_page_1 .scrolled #small_menu .line{
      background-color: var(--pink);
  }

   */


  #small_menu.opened .line.first {
    top: 22px;
    transform: rotate(45deg);
  }
  #small_menu.opened .line.second {
    display: none;
  }
  #small_menu.opened .line.third {
    top: 22px;
    transform: rotate(-45deg);
  }



  #search_container{
    position: relative;
    transform: translate(0%,0%);
    top: 0;
  }
  header .socials-wrap{
    margin-left: auto;
  }



  footer .logo-wrap{
    flex-direction: column;
  }
  footer .logo-claim{
    flex-direction: column;
    align-items: flex-start;
  }
  footer .logo-claim::before {
    width: 100%;
    height: 1px;
    right: 0px;
    top: -15px;
  }


  .menu-wrap {
    display: none;
    position: absolute;
    top: var(--padding-main-top);
    left: 0;
    width: 100%;
    background-color: #fff;
    max-height: unset;
    height: auto;
    overflow: auto;
    max-height: 75vh;
    border-bottom: 1px solid var(--pink);
  }
  .menu-wrap{
    display: none;
  }


  header,
  header.header-white.header-page-bcg{
    background-color: var(--white);
  }

  header.header-white #menu,
  header.header-page-bcg #menu {
    flex-direction: column;
    padding: 0;
    gap: 0;
  }

  .menu-top-right{
    margin: unset;
  }

  header.header-white #menu a::after,
  header.header-page-bcg #menu a::after
  {
    display: none;
  }

  header.header-white,
  header.header-white #menu a,
  header.header-white .menu-top a,
  header.header-page-bcg,
  header.header-page-bcg #menu a,
  header.header-page-bcg .menu-top a
  {
    color: var(--black);
  }
  header.header-white #menu li,
  header.header-page-bcg #menu li
  {
    text-align: center;
    border-top: 1px solid rgba(var(--black-rgb),0.1);

    width: 100%;
  }
  header.header-white #menu a,
  header.header-page-bcg #menu a
  {
    width: 100%;
    display: block;
    padding: var(--offset-smaller) 0;
  }

  .menu-top{
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin: 0;
    padding: 0;
    border-bottom: unset;

    height: auto;
    padding: var(--offset-smaller) 0;
  }
  .menu-top a{
    text-align: center;
    justify-content: center;
  }


  .gallery_container .gallery_item {
    width: calc(25% - 23px);
  }
  .gallery-three .gallery_item {
    width: calc(33.333% - 27px);
  }




  .footer-in-wrap {
    grid-template-columns: repeat(2,1fr);
  }

}


@media (max-width: 1024px){


  .block .price-btn-wrap{
    flex-direction: row;
  }
  .block .price-btn-wrap .price{
    margin-left: unset;
  }
  .block .price-btn-wrap .btn{
    margin-left: unset;
  }
  .block .price-btn-wrap hr {
    width: 50px;
    transform: rotate(90deg);
    margin: var(--offset-smallest) 0;
  }


  #logo, #footer-logo{
    column-gap: var(--sizer-smaller);
  }


  .blocks-wrap{
    grid-template-columns: repeat(2,1fr);
  }


  #page_submenu{
    flex-wrap: wrap;
  }
  #page_submenu li {
    width: calc(50% - calc(var(--sizer-big) / 2));
  }
  #page_submenu h2 {
    font-size: var(--font-bigger);
  }
  #page_submenu h2,
  #page_submenu .more_info {
    margin: var(--sizer-big);
  }
  #page_submenu .more_info {
    margin-top: 0px;
    font-size: inherit;
  }


  .gallery_container .gallery_item {
    width: calc(33.333% - 20px);
  }


}


@media (max-width: 900px){
  .block .price-btn-wrap{
    flex-direction: column;
  }
  .block .price-btn-wrap .price{
    margin-left: auto;
  }
  .block .price-btn-wrap .btn{
    margin-left: auto;
  }
  .block .price-btn-wrap hr {
    width: 100%;
    transform: rotate(0deg);
    margin: var(--offset-smaller) 0;
  }




  .contact-perex{
    flex-direction: column;
  }
  .contact-perex-in{
    width: 100%;
  }



  .about-us-wrap{
    display: flex;
    flex-direction: column;
    gap: var(--sizer-big);
  }
  .about-us-wrap-in{
    flex-direction: column;
  }
  .about-us-wrap-in:nth-child(2){
    flex-direction: column-reverse;
  }
  .about-us-wrap-in .text{
    max-width: unset;
    padding: var(--offset-mid) 20px;
  }
  .about-us-wrap-in .gallery_container,
  .about-us-wrap-in .text{
    width: 100%;
  }



  #submenu,
  #submenu_text,
  .closest-courses{
    grid-template-columns: repeat(2,1fr);
  }

  .cform_cleartext,
  .cform_item.cform_item_type_submit{
    grid-column: span 3;
  }
  .cform_item.cform_item_type_submit{
    margin-top: 0px;
  }





  .gallery_container .gallery_item {
    width: calc(50% - 15px);
  }




}

@media (max-width: 800px){
  .search_results_item{
    grid-template-columns: 1fr;
  }
  .search_results_cimage{
    order: unset;
  }
  .search_results_cinfo{
    order: unset;
  }



  .flex-wrap{
    flex-direction: column;
  }
  .flex-wrap-in{
    width: 100%;
  }



  .cform_cleartext {
    grid-column: span 2;
  }
  .cform_item.cform_item_type_submit {
    grid-column: unset;
    margin-top: var(--sizer-mid);
  }



}

@media (max-width: 700px){

  .footer-text-wrap{
    grid-template-columns: repeat(3,1fr);
  }
  .footer-text{
    grid-column: span 2;
  }


  #page_submenu{
    flex-direction: column;
  }
  #page_submenu li{
    width: 100%;
  }

  #small_menu{
    right: 20px;
  }



  .blocks-wrap{
    grid-template-columns: 1fr;
  }

  .block{
    max-width: 450px;
    margin: 0 auto;
  }

  .block .price-btn-wrap{
    flex-direction: row;
  }
  .block .price-btn-wrap .price{
    margin-left: unset;
  }
  .block .price-btn-wrap .btn{
    margin-left: unset;
  }
  .block .price-btn-wrap hr {
    width: 50px;
    transform: rotate(90deg);
    margin: var(--offset-smallest) 0;
  }



}


@media (max-width: 600px){
  #submenu,
  #submenu_text,
  .closest-courses{
    grid-template-columns: 1fr;
  }
  #submenu li,
  #submenu_text li,
  .closest-courses li{
    max-width: 350px;
    margin: 0 auto;
  }



  .footer-text-wrap{
    display: flex;
    flex-direction: column;
  }
  footer .logo-wrap{
    flex-direction: row;
    justify-content: unset;
  }
  footer .logo-claim {
    flex-direction: row;
    align-items: center;
  }
  footer .logo-claim::before {
    width: 1px;
    height: 36px;
    right: 1rem;
    top: 0;
    position: relative;
  }


  .lector-info {
    flex-direction: column;
    align-items: flex-start;
    gap: var(--sizer-small);
  }


  .gallery_container {
    gap: var(--sizer-small);
  }
  .gallery_container .gallery_item {
    width: calc(50% - 10px);
  }



  .gallery_header{
    margin-bottom: var(--offset-smaller);
  }



  .footer-in-wrap{
    display: flex;
    flex-direction: column;
  }

  .footer-bottom-in {
    gap: var(--sizer-big);
    padding: var(--offset-small) 0;
  }
  #footer_menu{
    justify-content: center;
  }
  .footer-bottom-in .copy{
    text-align: center;
  }
  .footer-bottom-text{
    flex-direction: column-reverse;
  }
  .footer-bottom-in a{
    margin: unset;
  }

}

@media (max-width: 500px){
  header .logo-wrap{
    gap: var(--sizer-smaller);
    flex-direction: column;
  }
  header .logo-claim::before{
    display: none;
  }

  #logo img, #footer-logo img{
    width: 116px;
    height: 36px;
  }

  .menu-top-right {
    gap: var(--sizer-small);
    flex-direction: column;
  }

  #search_container{
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    height: 40px;
  }
  #search_container.open .form_text {
    width: 200px;
  }


  header .socials-wrap{
    justify-content: center;
    border-left: unset;
    padding: 0;
    margin-left: unset;
  }

  .block .price-btn-wrap{
    flex-direction: column;
  }
  .block .price-btn-wrap .price{
    margin-left: auto;
  }
  .block .price-btn-wrap .btn{
    margin-left: auto;
  }
  .block .price-btn-wrap hr {
    width: 100%;
    transform: rotate(0deg);
    margin: var(--offset-smaller) 0;
  }


  .gallery_container .gallery_item {
    width: 100%;
  }


}

@media (max-width: 450px){
  .search_results_container #search_container .form_text{
    width: 270px;
  }
  .search_results_container #search_container .form_submit {
    padding: 1rem !important;
  }

  .cform_cleartext,
  .cform_item.cform_item_type_submit{
    grid-column: span 3;
  }
  .cform_item.cform_item_type_submit{
    margin-top: 0px;
  }

}


@media (max-width: 400px){
  .search_results_container #search_container .form_text{
    width: 200px;
  }
}



/***END_INLINED***/



/* This must remain here, but will not be shown */
.nothing_to_loose{ content:" Pokud si toto prohlizis, kontaktuj Comerto, urcite pro tebe misto najdeme ! "; }











/* FONTYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY */


/* math */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QIhMX1D_JOuMw_LXftLp_A.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QIhMX1D_JOuMw_LT_tLp_A.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QIhMX1D_JOuMw_LL_tLp_A.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QIhMX1D_JOuMw_LIftL.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* math */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QIvMX1D_JOuM3b7I-NP.woff2) format('woff2');
  unicode-range: U+0302-0303, U+0305, U+0307-0308, U+0310, U+0312, U+0315, U+031A, U+0326-0327, U+032C, U+032F-0330, U+0332-0333, U+0338, U+033A, U+0346, U+034D, U+0391-03A1, U+03A3-03A9, U+03B1-03C9, U+03D1, U+03D5-03D6, U+03F0-03F1, U+03F4-03F5, U+2016-2017, U+2034-2038, U+203C, U+2040, U+2043, U+2047, U+2050, U+2057, U+205F, U+2070-2071, U+2074-208E, U+2090-209C, U+20D0-20DC, U+20E1, U+20E5-20EF, U+2100-2112, U+2114-2115, U+2117-2121, U+2123-214F, U+2190, U+2192, U+2194-21AE, U+21B0-21E5, U+21F1-21F2, U+21F4-2211, U+2213-2214, U+2216-22FF, U+2308-230B, U+2310, U+2319, U+231C-2321, U+2336-237A, U+237C, U+2395, U+239B-23B7, U+23D0, U+23DC-23E1, U+2474-2475, U+25AF, U+25B3, U+25B7, U+25BD, U+25C1, U+25CA, U+25CC, U+25FB, U+266D-266F, U+27C0-27FF, U+2900-2AFF, U+2B0E-2B11, U+2B30-2B4C, U+2BFE, U+3030, U+FF5B, U+FF5D, U+1D400-1D7FF, U+1EE00-1EEFF;
}
/* symbols */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QIvMX1D_JOuM2T7I-NP.woff2) format('woff2');
  unicode-range: U+0001-000C, U+000E-001F, U+007F-009F, U+20DD-20E0, U+20E2-20E4, U+2150-218F, U+2190, U+2192, U+2194-2199, U+21AF, U+21E6-21F0, U+21F3, U+2218-2219, U+2299, U+22C4-22C6, U+2300-243F, U+2440-244A, U+2460-24FF, U+25A0-27BF, U+2800-28FF, U+2921-2922, U+2981, U+29BF, U+29EB, U+2B00-2BFF, U+4DC0-4DFF, U+FFF9-FFFB, U+10140-1018E, U+10190-1019C, U+101A0, U+101D0-101FD, U+102E0-102FB, U+10E60-10E7E, U+1D2C0-1D2D3, U+1D2E0-1D37F, U+1F000-1F0FF, U+1F100-1F1AD, U+1F1E6-1F1FF, U+1F30D-1F30F, U+1F315, U+1F31C, U+1F31E, U+1F320-1F32C, U+1F336, U+1F378, U+1F37D, U+1F382, U+1F393-1F39F, U+1F3A7-1F3A8, U+1F3AC-1F3AF, U+1F3C2, U+1F3C4-1F3C6, U+1F3CA-1F3CE, U+1F3D4-1F3E0, U+1F3ED, U+1F3F1-1F3F3, U+1F3F5-1F3F7, U+1F408, U+1F415, U+1F41F, U+1F426, U+1F43F, U+1F441-1F442, U+1F444, U+1F446-1F449, U+1F44C-1F44E, U+1F453, U+1F46A, U+1F47D, U+1F4A3, U+1F4B0, U+1F4B3, U+1F4B9, U+1F4BB, U+1F4BF, U+1F4C8-1F4CB, U+1F4D6, U+1F4DA, U+1F4DF, U+1F4E3-1F4E6, U+1F4EA-1F4ED, U+1F4F7, U+1F4F9-1F4FB, U+1F4FD-1F4FE, U+1F503, U+1F507-1F50B, U+1F50D, U+1F512-1F513, U+1F53E-1F54A, U+1F54F-1F5FA, U+1F610, U+1F650-1F67F, U+1F687, U+1F68D, U+1F691, U+1F694, U+1F698, U+1F6AD, U+1F6B2, U+1F6B9-1F6BA, U+1F6BC, U+1F6C6-1F6CF, U+1F6D3-1F6D7, U+1F6E0-1F6EA, U+1F6F0-1F6F3, U+1F6F7-1F6FC, U+1F700-1F7FF, U+1F800-1F80B, U+1F810-1F847, U+1F850-1F859, U+1F860-1F887, U+1F890-1F8AD, U+1F8B0-1F8BB, U+1F8C0-1F8C1, U+1F900-1F90B, U+1F93B, U+1F946, U+1F984, U+1F996, U+1F9E9, U+1FA00-1FA6F, U+1FA70-1FA7C, U+1FA80-1FA89, U+1FA8F-1FAC6, U+1FACE-1FADC, U+1FADF-1FAE9, U+1FAF0-1FAF8, U+1FB00-1FBFF;
}
/* latin-ext */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QIvMX1D_JOuMwT7I-NP.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400 700;
  src: url(https://fonts.gstatic.com/s/lora/v36/0QIvMX1D_JOuMwr7Iw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200 1000;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXX3I6Li01BKofIMNaNRs71cA.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: italic;
  font-weight: 200 1000;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXX3I6Li01BKofIMNaDRs4.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofIO-aBXso.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  font-weight: 200 1000;
  src: url(https://fonts.gstatic.com/s/nunito/v31/XRXV3I6Li01BKofINeaB.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
