:root {
	--black: #000000;
	--scarlet: #B7003C;
	--scarlet-hover: #AB0039;
	--sapphire: #19142E;
	--sapphire-hover: #39315C;
	--pink: #FFEBF0;
	--plum: #7924A3;
	--plum-hover: #6F2196;
	--gray: #63666F;
	--dark-gray: #E8E8E8;
	--gray-link: #D5D9DC;
	--light-gray: #E8E9EC;
	--lavender: #EBEBFF;
	--light-blue: #EBF7FF;
	--linen: #FFF6EB;
	--lilac: #B390EC;
	--lilac-hover: #663398;
	--lilac-light: #9068C0;
	--white: #FFFFFF;
	--purple: #2C1551;
}

@font-face {
  font-family: 'GT-Walsheim-LC';
  src:  url('fonts/GT-Walsheim-LC-Regular.otf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

@font-face {
    font-family: 'GT-Walsheim-LC';
    src: url('fonts/GT-Walsheim-LC-Bold.otf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
  font-family: 'Alter Aves';
  src:  url('fonts/alter_aves.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

body{
	font-family: 'GT-Walsheim-LC', sans-serif!important;
	font-size: 20px;
	background-color: #f5f5f5;
}

body, html {
    height: 100%;
    line-height: 1.3!important;
}


a {
    text-decoration: none!important;
}


.headerbg {
	background: url(images/head.jpg) center center no-repeat; background-size: cover;
}

.link a {
	color: var(--black);
	text-decoration: underline!important;
}
.btn.opened {
    color: #fff;
    background-color: #212529;
    border-color: #212529;
}
.row {
	--bs-gutter-x: 0;
}

.maxh-100 {
    max-height: 100px;
}

.text-black {
	color: var(--black);
}

.text-scarlet {
	color: var(--scarlet);
}

.text-gray {
	color: var(--gray);
}

.text-lilac {
	color: var(--lilac-hover);
}

.text-gray-link {
	color: var(--gray-link);
}

.text-gray-link:hover {
	color: var(--dark-gray);
}

.bg-sapphire {
	background-color: var(--sapphire);
}

.bg-sapphire:hover {
	background-color: var(--sapphire-hover);
}

.bg-plum {
	background-color: var(--plum);
}

.bg-plum:hover {
	background-color: var(--plum-hover);
}

.bg-pink {
	background-color: var(--pink);
}

.bg-lavender {
	background-color: var(--lavender);
}

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

.bg-scarlet {
	background-color: var(--scarlet);
}

.bg-light-blue {
	background-color: var(--light-blue);
}

.bg-linen {
	background-color: var(--linen);
}

.bg-dark-gray {
	background-color: var(--dark-gray);
}
.big-poster-m .slick-track {
	background-color: var(--purple);
	color: var(--white);
}
.b-radius40 {
	border-radius: 40px;
}
.b-radius10 {
	border-radius: 10px;
}
.b-radius10:hover {
	background-color: #fe013b!important;
	color: #ffffff!important;
	transition: 200ms linear;
}

p {
	margin-bottom: 1rem;
    font-size: 20px;
    line-height: 1.3em;
}

.text-white p {
	color: #ffffff;
}

.big-poster-m .slick-track p {
	color: #ffffff;
}

.b-radius10:hover p {
	color: #ffffff!important;
}

.moigorod-direction__content {
    padding-right: 30px;
    max-height: 560px;
    overflow-y: scroll;
    position: relative;
    z-index: 1;
    scrollbar-width: thin!important;
    scrollbar-color: #6F6F6F #ffffff!important;
}

/* Demonstrate a "mostly customized" scrollbar
 * (won't be visible otherwise if width/height is specified) */
.moigorod-direction__content::-webkit-scrollbar {
	width: 5px;
	height: 15px;
	/*background-color: #6F6F6F;  or add it to the track */
}

/* Add a thumb */
.moigorod-direction__content::-webkit-scrollbar-thumb {
	background: #FFFFFF;
	border-radius: 5px;
}


.big-poster .slide{
	min-height: 690px;
}


.right-background {
	background-color: var(--pink);
	background: url('images/img_01.jpg') no-repeat;
	background-position: right top;
	background-size: contain;
	border-radius: 50px;
}

.down-background-1 {
	background: url('images/pic_6.jpg') no-repeat;
	background-position: left bottom;
	background-size: contain;
	border-radius: 30px;
}

.down-background-2 {
	background: url('images/pic_7.jpg') no-repeat;
	background-position: left bottom;
	background-size: contain;
	border-radius: 30px;
}

.down-background-3 {
	background: url('images/pic_8.jpg') no-repeat;
	background-position: left bottom;
	background-size: contain;
	border-radius: 30px;
}

.left-corner {
	background-color: var(--pink);
	border-radius: 50px 50px 0 0;
}

.left-down-corner {
	background-color: var(--pink);
	border-radius: 0 0 0 50px;	
}

.down-corner {
	background-color: var(--pink);
	border-radius: 0 0 50px 50px;		
}

.corner {
	background: url('images/corner.png') no-repeat;
	background-size: auto;
}

.reviews {
	background-color: #E8E9EC;
	border-radius: 0 0 20px 0;
}

.separator {
	border-width: 0 1px 0 0;
	border-style: solid;
}

.accordion-button {
	border-radius: 20px 20px 0 0!important; 
	border: 0!important;
	background: unset;
	font-size: unset;
}

.accordion-button:not(.collapsed) {
	color: var(--lilac-light);
    background-color: var(--white);
    box-shadow: unset;
    font-weight: bold
}

.accordion-button:focus {
	border-color: var(--black);
}

.accordion-button:not(.collapsed)::after {
	content: "\f068";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background-image: unset;
}

.accordion-button::after {
	content: "\f067";
	font-weight: 900;
    font-family: "Font Awesome 5 Free";
    background-image: unset;
}

.accordion-item {
	border: none;
	background: unset;
}

.accordion-item .show {
	background-color: var(--white);
	border-radius: 0 0 20px 20px!important;
}

.accordion-button:hover {
	color: var(--lilac-light);
}

.accordion-body {
	background-color: var(--white);
	border-radius: 0 0 20px 20px!important;
}

.accordion-button:after {
    order: -1;
    margin-left: 0; 
    margin-right: 2em;
    color: var(--lilac-light);
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.carousel-control-next, .carousel-control-prev {
	width: 4%;
}

.radius-50 {
	border-radius: 50px;
}

.radius-30 {
	border-radius: 30px;
}

.alter-aves-font {
	font-family: 'Alter Aves';
}

.programs {
	border-radius: 30px 30px 0 30px;
}

.webinar {
	border-radius: 30px 30px 0 0;
}

.webinar-bottom {
	border-radius: 0 0 0 30px;
}

.circle {
	width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid;
    padding: 10px;
}

.round-2 {
	border-radius: 2rem;
}

.round-3 {
	border-radius: 0 0 20px 20px;
}



.footer-li {
	margin-left: -38px;
	padding-right: 38px;
}

.class-arrow {
	justify-content: center;
  height: 30px!important;
  right: 0!important;
  width: 210px;
}

.class-arrow .slick-prev{
	width: 95px!important;
	left: 0;
}

.class-arrow .slick-next {
	right: 0;
	width: 95px!important;
}

.class-arrow .slick-prev:before {
	content: url("images/arrow-left-long.svg");
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background-image: url(images/arrow-left-long.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.class-arrow .slick-next:before {
	content: url("images/arrow-left-long.svg");
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background-image: url(images/arrow-right-long.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.class-arrow-big, .class-arrow-big-m {
	justify-content: center;
	height: 30px!important;
	left: -10px;
	width: 210px;
}

@media (max-width: 767px) {
	.class-arrow-big, .class-arrow-big-m {
		left: 0;
	}
}

.class-arrow-big .slick-prev, .class-arrow-big-m .slick-prev{
	width: 95px!important;
	left: 0;
}

.class-arrow-big .slick-next, .class-arrow-big-m .slick-next {
	right: 0;
  	width: 95px!important;
}

.class-arrow-big .slick-prev:before, .class-arrow-big-m .slick-prev:before {
	content: url("images/arrow-left-long.svg");
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background-image: url(images/arrow-left-long.svg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}

.class-arrow-big .slick-next:before, .class-arrow-big-m .slick-next:before {
	content: url("images/arrow-right-long.svg");
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	background-image: url(images/arrow-right-long.svg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

.wrapper--footer-new {
    overflow: visible;
    position: relative;
    padding-top: 275px;
    padding-bottom: 0;
    background-color: #F5F5F5;
    max-width: 100%;
}
.footer-new:before {
    content: '';
    position: absolute;
    width: 50%;
    height: calc(100% - 175px);
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: #98093F;
    border-top-right-radius: 80px;
}
.footer-new--lilac:before {
    background-color: #98093F;
}
.footer-new:after {
    content: '';
    position: absolute;
    width: 50%;
    height: calc(100% - 175px);
    right: 0;
    bottom: 0;
    z-index: 0;
    background-color: #D5093F;
    border-top-left-radius: 80px;
}
.footer-new--lilac:after {
    background-color: #D70A3F;
}
.footer-new__bg {
    width: 100%;
    height: 180px;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
.footer-new__bg:before,
.footer-new__bg:after {
    content: '';
    position: absolute;
    bottom: 85px;
    width: 108px;
    height: 98px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;    
}
.footer-new__bg:before {
    left: 0;
    background-image: url(images/footer__left-corner.svg);
}
.footer-new__bg:after {
    right: 0;
    background-image: url(images/footer__right-corner.svg);
}
.footer-new__inner {
    margin: 0 auto;
    max-width: 1540px;
}
.container-fluid--footer-new {
    position: relative;
    top: -60px;
}
.footer-new__menu {
    position: relative;
    z-index: 1;
}
.footer-new__menu ul {
    margin-bottom: 0;
    padding-left: 0;
    padding-bottom: 0;
    display: flex;
    flex-flow: row;
    align-items: flex-start;
    align-content: flex-start;
}
.footer-new__menu--second ul {
    padding-left: 25px;
}
.footer-new__menu ul li {
    margin-right: 64px;
    margin-top: 24px;
    list-style-type: none;
    font-family: GT-Walsheim-LC;
    font-size: 18px;
    line-height: 1.3em;
}
@media (max-width: 1600px){
    .footer-new__menu ul li {
        margin-right: 30px;
    }
}
@media (max-width: 1199px) {
    .footer-new__menu ul li {
        font-size: 16px;
        line-height: 1.3em;
    }
}
.footer-new__menu ul li:last-child {
    margin-right: 0;
}
.footer-new__menu ul li a {
    color: #F3F2F2;
}
.footer-new__social-buttons {
    margin-top: 16px;
}
.footer-new__social-buttons a {
    display: inline-block;
    vertical-align: top;
    margin-top: 24px;
    margin-right: 29px;
}
.footer-new__social-buttons a:last-child {
    margin-right: 0;
}
.footer-new__buttons {
    position: relative;
    z-index: 1;
    text-align: right;
}
.footer-new__buttons .btn {
    margin-top: 24px;
    padding-left: 60px;
    padding-right: 60px;
    color: #ffffff;
    background-color: transparent;
    border: 2px solid #ffffff;
}

.footer-new__buttons .btn {
    border-radius: 50px;
}

@media (max-width: 2000px) {
	h1 {
		font-size: 7.5rem!important;
	}
	.accordion-button:after {
		margin-right: 8%;
	}
}


@media (max-width: 1700px) {
	.container {
		max-width: 1400px;
	}
	h1 {
		font-size: 3.5rem!important;
	}
	.accordion-button:after {
		margin-right: 4.5%;
	}
}
@media (max-width: 1400px) {
	.container {
		max-width: 1140px;
	}
	h1 {
		font-size: 4.1rem!important;
	}
	.accordion-button:after {
		margin-right: 4.3%;
	}
}
@media (max-width: 1200px) {
	h1 {
		font-size: 3.5rem!important;
	}
	.accordion-button:after {
		margin-right: 4%;
	}
}

@media (max-width: 991.98px) {
	.footer-new__menu ul {
        flex-wrap: wrap;
    }
	.b-radius40 {
		border-radius: 0;
	}
	.headerbg {
		background: url(images/head.jpg) center top no-repeat; background-size: cover;
	}
	h1 {
		font-size: 2.9rem!important;
	}
	.maxh-100 {
		max-height: 75px;
	}
	.accordion-button:after {
		margin-right: 6%;
	}
}


@media (max-width: 767.98px) {
	.b-radius40 {
		border-radius: 0;
	}
	.headerbg {
		background: url(images/headmob.jpg) center top no-repeat; background-size: cover;
	}
	h1 {
		font-size: 2.5rem!important;
	}
	.maxh-100 {
		max-height: 100px;
	}
	.accordion-button:after {
		margin-right: 6%;
	}
	.wrapper--footer-new {
        background-color: #98093F;
        padding-bottom: 50px;
        padding-top: 64px;
    }
    .wrapper--footer-new.footer-new--lilac {
        background-color: #98093F;
    }
    .footer-new:before {
        display: none;
    }
    .footer-new--lilac:before {
        display: none;
    }
    .footer-new:after {
        display: none;
    }
    .footer-new--lilac:after {
        display: none;
    }
    .footer-new__bg {
        display: none;
    }
    .footer-new__buttons {
        text-align: center;
        margin-top: 15px;
    }
    .footer-new__social-buttons {
        text-align: center;
    }
    .footer-new__menu--second ul {
        padding-left: 0;
    }
    .footer-new__menu ul {
        justify-content: center;
    }
    .class-arrow-big .slick-next, .class-arrow .slick-next, .class-arrow-big-m .slick-next, {
    	right: -25px!important;
		width: 150px!important;
	}
	.container-fluid--footer-new {
        top: 0;
    }    
}

@media (max-width: 575.98px) {
	#posters .mx-2 {
		margin-right: 0.7rem!important;
    	margin-left: 0.7rem!important;
	}
	.b-radius40 {
		border-radius: 0;
	}
	.headerbg {
		background: url(images/headmob.jpg) center top no-repeat; background-size: cover;
	}
	h1 {
		font-size: 2.3rem!important;
	}
	h5 {
		font-size: 1rem;
	}

	h6 {
		font-size: .8rem;
	}
	.maxh-100 {
		max-height: 75px;
	}
	.right-background {
		background: unset;
	}
	.separator {
		border-width: 0 0 1px 0;
		border-style: solid;
	}
	.accordion-button:after {
		margin-right: 5%;
	}
	.footer-new__buttons {
        text-align: center;
        margin-top: 15px;
    }
    .footer-new__social-buttons {
        text-align: center;
    }
    .footer-new__menu--second ul {
        padding-left: 0;
    }
    .footer-new__menu ul {
        justify-content: center;
    }
    .class-arrow-big .slick-next, .class-arrow .slick-next, .class-arrow-big-m .slick-next {
    	right: -25px!important;
		width: 150px!important;
	}
}