/*
  Styles for ecoledbio.ru
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');

body {
  font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#slide-intro {
  background: #F7F4FB;
}

.navbar-toggler {
  border-color: transparent!important;
  outline: none!important;
}
.navbar-toggler span {
  width: 30px;
  height: 3px;
  background: #fff;
  margin-bottom: 5px;
  transition: all 0.5s;
  display: block;
}
.navbar-toggler span:last-child {
  margin-bottom: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
  transform: rotate(45deg) translateY(10px) translateX(5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  transform: translateX(999px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  transform: rotate(-45deg) translateY(-6px) translateX(1px);
}

.elb-container-fluid {
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.no-padding {
  padding: 0;
}

.font-weight-bold {
  font-weight: 600!important;
}

.menu-main {
  padding: .5rem 1.85rem!important;
  background: transparent;
  transition: all 0.3s ease;
  top: 23px;
}
.menu-main.scrolled, .menu-main.calculated {
  background:#1D215C!important;
  top: 0;
}

.elb-text-bold {
  font-weight: 700!important;
}
.elb-text-small {
  font-size: 93%!important;
}
.elb-text-light {
  color: #C4C7D4!important;
}
.elb-text-light a {
  cursor: pointer;
  text-decoration: none;
  color: #C4C7D4!important;
}
.elb-text-purple {
  color: #9086df!important;
}
.elb-text-purple-2 {
  color: #49468B!important;
}
.elb-bg-blue {
  background: #161d53;
}

ul.elb-menu > li.nav-item > a.nav-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.029em;
  line-height: 26px;
  text-transform: uppercase!important;
}
ul.elb-menu-text > li.nav-item > a.nav-link {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.029em;
  line-height: 26px;
}
ul.elb-menu > li.nav-item.active > a.nav-link, ul.elb-menu-text > li.nav-item.select > a.nav-link {
  color: #9086df!important;
  height: 100%;
}

.elb-header {
  display: flex;
  align-items: center;
  height: 375px;
  background: url('/img/dev/intro.jpg');
  background-size: cover;
  background-repeat: no-repeat;
}
.elb-header h1 {
  color: #fff;
  font-weight: 600;
  font-size: 2.75rem;
}
.elb-header h1::before {
  content:"— ";
}

@media (min-width: 991px) {
  .elb-menu-contacts {
    display: none;
  }
  .elb-menu-logo {
    margin-right: auto!important;
  }
}
@media (max-width: 990px) {
  .menu-main.menu-main-show {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: linear-gradient(90deg, #2c2670 0%, #45318f 100%)!important;
  }
  .menu-main-show .elb-menu-logo,
  .menu-main-show .elb-menu-button,
  .menu-main-show .elb-menu-contacts {
    position: absolute;
    padding: .8125rem 1.85rem!important;
  }
  .menu-main-show .elb-menu-contacts {
    display: none;
  }
  .menu-main-show .elb-menu-logo {
    top: 0;
    left: 0;
    text-align: left;
  }
  .menu-main-show .elb-menu-button {
    top: 19px;
    right: 0;
  }
  .menu-main-show #menu-main {
    position: absolute;
    top: 110px;
  }
  .menu-main-show .elb-menu .nav-item {
    padding: 0;
    margin: 20px 0 10px;
  }
  .menu-main-show .elb-menu .nav-item .nav-link {
    padding: 0;
  }

  .menu-main {
    background: transparent!important;
  }
  .elb-header h1 {
    font-size: 2.5rem;
  }
  ul.elb-menu-text > li.nav-item.select > a.nav-link {
    color: #fff!important;
  }

  .elb-menu-contacts,
  .elb-menu-logo,
  .elb-menu-button {
    display: inline-block;
    width: 33.33%;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }
  .elb-menu-contacts {
    margin-right: auto!important;
  }
  .elb-menu-contacts a.phone {
    color: #fff;
    font-size: 21px;
    text-decoration: none;
    font-weight: 700;
    line-height: 30px;
  }
  .elb-menu-contacts a.mail {
    color: #9289E6;
    font-size: 14px;
    line-height: 26px;
    text-decoration: none;
    font-weight: 700;
  }
  .elb-menu-logo {
    margin-right: auto!important;
    margin-left: auto!important;
    text-align: center;
  }
  .elb-menu-button {
    text-align: right;
  }
}
@media (max-width: 660px) {
  .menu-main {
    top: 0;
  }
  .elb-header {
    height: 300px;
    text-align: center;
  }
  .elb-header h1::before {
    content:"";
  }
  .elb-menu-logo,
  .elb-menu-button {
    display: inline-block;
    width: 50%;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
  }
  .elb-menu-contacts {
    display: none;
  }
  .elb-menu-logo {
    text-align: left;
  }
}

@media (max-width: 1340px) {
  .elb-menu-text {
    display: none!important;
  }
}
@media (max-width: 1480px) {
  .elb-social-block {
    display: none;
  }
}
.elb-social-icons a {
  color: #C4C7D4;
}
@media (max-width: 770px) {
  .elb-header-h1 {
    margin-top: 50px;
  }
}
@media (max-width: 450px) {
  .elb-header-h1 {
    font-size: 2rem!important;
  }
}

.elb-btn-white,
.elb-btn-purple-1,
.elb-btn-purple-2,
.elb-btn-outline-purple-1,
.elb-btn-outline-purple-2 {
  padding: 0.7rem 2.1rem!important;
  border-radius: 35px!important;
  font-weight: 700;
  font-size: 1rem!important;
  text-transform: uppercase;
  box-sizing: border-box!important;
  border-width: 2px;
}
.elb-btn-white {
  background-color: #fff;
  color: #13274c!important;
}
.elb-btn-purple-1 {
  background-color: #38148E;
  color: #fff!important;
}
.elb-btn-purple-2 {
  background-color: #6844BE;
  color: #fff!important;
}
.elb-btn-purple-2:hover {
  background-color: #6B249F;
}
.elb-btn-outline-purple-1 {
  border-color: #38148E;
  background: #fff;
  color: #38148E!important;
}
.elb-btn-outline-purple-2 {
  border-color: #9086DF;
  background: #fff;
  color: #9086DF!important;
}
.elb-btn-outline-purple-2:hover {
  border-color: #38148E;
  color: #38148E!important;
}
.elb-input-line,
.elb-input-line:hover,
.elb-input-line:active,
.elb-input-line:focus {
  background-color: transparent;
  border-radius: 0;
  padding-left: 0!important;
  padding-right: 0!important;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  border-bottom: 2px solid #9086df;
  color: #9086df;
  outline: 0!important;
  box-shadow: none;
}
.elb-input-line::placeholder {
  color: #9086df;
}
.elb-select-white, .elb-select-grey {
  border: 0!important;
  padding: .75rem .2rem;
  height: 50px;
}
.elb-select-white {
  background: #fff;
}
.elb-select-grey {
  background: #F8F7FD;
}
input[type=range].elb-range {
  width: 100%;
  margin: 9px 0;
  background-color: transparent;
  -webkit-appearance: none;
}
input[type=range].elb-range:focus {
  outline: none;
}
input[type=range].elb-range::-webkit-slider-runnable-track {
  background: #dfddea;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
input[type=range].elb-range::-webkit-slider-thumb {
  margin-top: -9px;
  width: 22.5px;
  height: 22.5px;
  background: #ffffff;
  border: 2.5px solid #9086df;
  border-radius: 50px;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-box-shadow: 0px 0px 12px 0.1px rgba(186,186,186,1);
  -moz-box-shadow: 0px 0px 12px 0.1px rgba(186,186,186,1);
  box-shadow: 0px 0px 12px 0.1px rgba(186,186,186,1);
}
input[type=range].elb-range::-moz-range-thumb {
  width: 22.5px;
  height: 22.5px;
  background: #ffffff;
  border: 2.5px solid #9086df;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 12px 0.1px rgba(186,186,186,1);
  -moz-box-shadow: 0px 0px 12px 0.1px rgba(186,186,186,1);
  box-shadow: 0px 0px 12px 0.1px rgba(186,186,186,1);
}
input[type=range].elb-range:focus::-webkit-slider-runnable-track {
  background: #dfddea;
}
input[type=range].elb-range::-moz-range-track {
  background: #dfddea;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
input[type=range].elb-range::-ms-track {
  background: transparent;
  border-color: transparent;
  border-width: 9px 0;
  color: transparent;
  width: 100%;
  height: 2px;
  cursor: pointer;
}
input[type=range].elb-range::-ms-fill-lower {
  background: #dfddea;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
}
input[type=range].elb-range::-ms-fill-upper {
  background: #dfddea;
  border: 0px solid rgba(1, 1, 1, 0);
  border: 0;
}
input[type=range].elb-range::-ms-thumb {
  width: 20px;
  height: 20px;
  background: #ffffff;
  border: 2.5px solid #9086df;
  border-radius: 50px;
  cursor: pointer;
  margin-top: 0px;
}
input[type=range].elb-range:focus::-ms-fill-lower {
  background: #dfddea;
}
input[type=range].elb-range:focus::-ms-fill-upper {
  background: #dfddea;
}

.elb-checkboxes  *, .elb-checkboxes  *::before, .elb-checkboxes  *::after {
	box-sizing: content-box !important;
}

.elb-checkboxes  input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.elb-checkboxes  span {
	line-height: 1.54;
	font-size: 1rem;
	font-family: inherit;
}

.elb-checkboxes  {
	display: table;
	position: relative;
	padding-left: 1.8rem;
	cursor: pointer;
	margin-bottom: .5rem;
}

.elb-checkboxes  input[type="checkbox"] ~ .elb-input-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(241, 245, 248, 1);
	transition: background 250ms;
	border: 1px solid rgba(184, 194, 204, 1);
	border-radius: 0.125rem;
}

.elb-checkboxes  input[type="radio"] ~ .elb-input-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	height: 1.25rem;
	width: 1.25rem;
	background: rgba(241, 245, 248, 1);
	transition: background 250ms;
	border: 1px solid rgba(184, 194, 204, 1);
	border-radius: 2.0rem;
}

.elb-checkboxes  input[type="checkbox"] ~ .elb-input-checkbox::after {
	content: '';
	position: absolute;
	display: none;
	left: .45rem;
	top: .18rem;
	width: .25rem;
	height: .6rem;
	border: solid rgba(255, 255, 255, 1);
	border-width: 0 2px 2px 0;
	transition: background 250ms;
	transform: rotate(45deg);
}

.elb-checkboxes  input[type="radio"] ~ .elb-input-checkbox::after {
	content: '';
	position: absolute;
	display: none;
	left: .25rem;
	top: .25rem;
	width: .75rem;
	height: .75rem;
	border-radius: 2.0rem;
	background: rgba(255, 255, 255, 1);
	transition: background 250ms;
}

.elb-checkboxes  input:disabled ~ .elb-input-checkbox::after {
	border-color: rgba(135, 149, 161, 1);
}

.elb-checkboxes  input:checked ~ .elb-input-checkbox::after {
	display: block;
}

.elb-checkboxes :hover input ~ .elb-input-checkbox,
.elb-checkboxes  input:focus ~ .elb-input-checkbox {
	background: rgb(231, 238, 243);
}

.elb-checkboxes  input:focus ~ .elb-input-checkbox {
	box-shadow: none;
}

.elb-checkboxes  input:checked ~ .elb-input-checkbox {
	background: #38148E;
	border-color: #38148E;
}

.elb-checkboxes  input[type="checkbox"]:disabled ~ .elb-input-checkbox {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.elb-checkboxes  input[type="radio"]:disabled ~ .elb-input-checkbox {
	background: rgba(241, 245, 248, 1);
	border-color: rgba(184, 194, 204, 1);
	opacity: 0.6;
	cursor: not-allowed;
}

.elb-checkboxes  input[type="radio"]:disabled ~ .elb-input-checkbox::after {
	background: rgba(135, 149, 161, 1);
}

.elb-checkboxes  input:checked:focus ~ .elb-input-checkbox, .elb-checkboxes :hover input:not([disabled]):checked ~ .elb-input-checkbox {
	background: #38148E;
	border-color: #38148E;
}

.elb-checkboxes  .elb-input-checkbox::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 3rem;
	height: 3rem;
	margin-left: -0.85rem;
	margin-top: -0.85rem;
	background: #38148E;
	border-radius: 2rem;
	opacity: .6;
	z-index: 99999;
	transform: scale(0);
}

@keyframes b-ripple {
	0% {
		transform: scale(0);
	}

	20% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

@keyframes b-ripple-duplicate {
	0% {
		transform: scale(0);
	}

	30% {
		transform: scale(1);
	}

	60% {
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(1);
  	}
}

.elb-checkboxes  input + .elb-input-checkbox::before {
	animation: b-ripple 250ms ease-out;
}

.elb-checkboxes  input:checked + .elb-input-checkbox::before {
	animation-name: b-ripple-duplicate;
}

.elb-checkboxes  .elb-input-checkbox::before {
	visibility: hidden;
}

.elb-checkboxes  input:focus + .elb-input-checkbox::before {
	visibility: visible;
}

.elb-checkboxes :first-child .elb-input-checkbox::before {
	visibility: hidden;
}

.elb-series-bg, .elb-series-bg-modal {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  cursor: pointer;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(56, 20, 142, 0.2);
  -moz-box-shadow: 0px 0px 20px 0px rgba(56, 20, 142, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(56, 20, 142, 0.2);
}
.elb-series-bg {
  border-radius: 10px;
  max-height: 350px;
  min-height: 350px;
}
.elb-series-bg:hover,
.elb-series-bg:focus {
  -ms-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -webkit-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  transition: all 0.3s ease;
}
.elb-series-bg:hover > h3,
.elb-series-bg:focus > h3,
.elb-series-bg:hover > p,
.elb-series-bg:focus > p {
  left: 35px;
}
.elb-series-bg-modal {
  border-radius: 5px;
  max-height: 200px;
  min-height: 200px;
}
.elb-series-bg-modal > h3 {
  position: absolute;
  color: #fff;
  text-align: center;
  top: 20px;
  font-size: 1.2rem;
}
.elb-series-bg-modal > img {
  max-height: 150px;
  max-width: 100%;
}
.elb-series-bg-1 {
  background: url('/img/series/series-bg-1.jpg');
}
.elb-series-bg-2 {
  background: url('/img/series/series-bg-2.jpg');
}
.elb-series-bg-3 {
  background: url('/img/series/series-bg-3.jpg');
}
.elb-series-bg-4 {
  background: url('/img/series/series-bg-4.jpg');
}
.elb-series-bg > h3,
.elb-series-bg > p {
  position: absolute;
  color: #fff;
  font-weight: 600;
  text-align: left;
}
.elb-series-bg > h3 {
  top: 30px;
  left: 50px;
  font-size: 1.5rem;
}
.elb-series-bg > p {
  top: 65px;
  left: 50px;
  right: 50px;
  font-size: 1rem;
}
.elb-series-bg > img {
  max-height: 250px;
  max-width: 100%;
}
.elb-product-card {
  background: #fff;
  border-radius: 10px!important;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(56, 20, 142, 0.1);
  -moz-box-shadow: 0px 0px 20px 0px rgba(56, 20, 142, 0.1);
  box-shadow: 0px 0px 20px 0px rgba(56, 20, 142, 0.1);
}
.elb-product-card > .elb-product-card-img {
  display: flex;
  align-items: center;
  min-height: 200px;
}
.elb-product-card dl {
  font-size: 0.85rem!important;
}

.elb-series-catalog {
  display: none;
}
.elb-series-catalog.opened {
  display: flex;
}
