@font-face {
    font-family: "PT Sans Caption";
    src: url("/assets/fonts/PTSansCaption-Bold.ttf");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "PT Sans Caption";
    src: url("/assets/fonts/PTSansCaption-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Roboto";
    src: url("/assets/fonts/Roboto-Regular.ttf");
    font-weight: normal;
    font-style: normal;
}

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: "PT Sans Caption";
}

input, button {
	outline: none;
	border: none;
}

video {
    height:100%;
    width:100%;
    max-height: 100vh;
    object-fit: cover;
}

.btn-orange {
    background: #F5770F;
    border-radius: 3px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFF;
    width: 226px;
    height: 44px;
    text-align: center;
	line-height: 44px;
	cursor: pointer;
}

.btn-orange_center {
	margin: auto;
    margin-bottom: 50px;
}

.btn-orange a {
    color: #FFF;
    text-decoration: none;
	display: block;
}

header {
    position: relative;
}

header img {
    width: 100%;
}

header .menu-logo-button {
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    width: 100%;
    height: 177px;
    background: url('../images/blue_line.png');
}

header .menu-logo-button .logo {
    position: absolute;
    left: 40px;
    width: 300px;
    margin-top: 28px;
}

header .menu-logo-button .logo .logo-text {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
}

.logo-text a {
	color: inherit;
	text-decoration: none;
}

header .menu-logo-button .logo .logo-description {
    font-style: normal;
    font-weight: normal;
    font-size: 11px;
    margin-top: 7px;
    letter-spacing: -0.025em;
}

header.scroll-block {
	background: url('/assets/images/main.png') no-repeat;
	background-size: cover;
}

#top-menu {
    position: absolute;
    right: 319px;
    top: 0;
    margin-top: 50px;
}

#top-menu ul li {
    display: inline-block;
    margin-left: 50px;
}

/* #top-menu ul li.active {
    border-bottom: 1px solid #F5770F;
} */

#top-menu ul li a {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFF;
    text-decoration: none;
	display: block;
    padding-bottom: 5px;
}

#start_course {
    position: absolute;
    right: 40px;
    margin-top: 40px;
}

#start_course a {
    color: #FFF;
    text-decoration: none;
    line-height: normal;
    display: flex;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 0 10px;
}

.logo-description_h1 {
    position: absolute;
    bottom: 365px;
	right: 408px;
    width: 720px;
    height: 163px;
    color: #FFF;
}

.h1-logo {
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
}

.logo-description_h1 .description {
    font-style: normal;
    font-weight: normal;
    background: #F5770F;
    border-radius: 3px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 24px;
}

.icon_mouse {
    width: 50px;
    height: 132px;
    position: absolute;
	right: 1232px;
    bottom: 180px;
	background: url(/assets/images/icon_mouse_not_a.png);
    cursor: pointer;
}

.icon_mouse:hover {
	background: url(/assets/images/icon_mouse.png);
}

.quote-content {
    width: 1310px;
    margin: auto;
    padding-top: 214px;
    padding-bottom: 214px;
}

.quote-message {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: #4D4D4D;
}

.quote-author {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #F5770F;
    margin-top: 28px;
}

.feedback-block img {
    width: 100%;
}

.feedback-block {
    position: relative;
}

.feedback-block .form-content {
    position: absolute;
    width: 100%;
    margin: auto;
    top: 340px;
}

.feedback-block .form-content h2 {
    text-align: center;
    font-style: normal;
    font-weight: bold;
    font-size: 94px;
    color: #FFF;
}

.feedback-block .form-content form {
    width: 695px;
    margin: auto;
    margin-top: 58px;
}

.feedback-block .form-content form label {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #FFF;
    display: block;
    margin-bottom: 15px;
}

.feedback-block .form-content form input {
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 45px;
    width: 100%;
    height: 44px;
	padding-left: 15px;
}

.feedback-block .form-content form button {
    display: block;
    margin: auto;
    margin-top: 18px;
}

label[for="phone"] {
    margin-top: 28px;
}

.agree {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 10px;
    line-height: 12px;
    color: #D5D5D5;
    margin-top: 11px;
    text-align: center;
}

.sertif-fallery {
    background: #A3C9E0;
    padding-top: 163px;
    padding-bottom: 117px;
}

.slider-wrap {
    width: 1400px;
    margin: auto;
    overflow: hidden;
}

.arrows-wrapper {
    width: 1400px;
    margin: auto;
    margin-top: 30px;
	max-width: 100%;

}

.arrows {
    display: flex;
    width: 600px;
    justify-content: center;
}

.counter {
    font-style: normal;
    font-weight: normal;
	font-size: 19.2941px;
    color: #FFF;
    line-height: 37px;
    margin-left: 21px;
    margin-right: 21px;
}

.counter span.counter-current:hover, .counter span.counter-all:hover{
    font-size: 28.9412px;	
}

.counter .counter-all{
    font-style: normal;
    font-weight: normal;
    line-height: 25px;
}

.arrow-left, .arrow-right {
    cursor: pointer;
}

.slide-item {
    display: flex;
}

.slide-left-block {
    width: 600px;
    margin-right: 63px;
}

.slide-left-block .under-sert {
    background: #F5770F;
    width: 100%;
    height: 446px;
}

.slide-left-block .under-sert .image {
    text-align: center;
    padding-top: 37px;
}

.slide-left-block {
    border-bottom: 2px solid #F5770F;
    padding-bottom: 99px;
}

.slide-right-block {
	width: 737px;
}

.slide-title {
    font-style: normal;
    font-weight: bold;
    font-size: 94px;
    color: #FFF;
    margin-top: 52px;
}

.slide-miniline {
    width: 80px;
    height: 2px;
    background: #F5770F;
    margin-top: 30px;
}

.slide-description {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #FE7301;
    margin-top: 49px;
    margin-bottom: 28px;
}

.slide-author {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    color: #FFF;
}

footer {
    height: 480px;
    background: #F5770F;
    position: relative;
}

.footer-title {
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    color: #FFF;
}

.footer-logo {
    position: absolute;    
    top: 79px;
    left: 258px;
}

.footer-description {
    font-style: normal;
    font-weight: normal;
    font-size: 26px;
    letter-spacing: 0.004em;
    color: #FFF;
}

.footer-contacts {
    position: absolute;
    right: 265px;
    top: 80px;
}

.footer-phone {
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    color: #FFFFFF;
    margin-bottom: 33px;
}

.footer-social {
    text-align: right;
}

.footer-social img {
    margin-left: 15px;
}

.footer-copyright {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 36px;
    color: #FFBF8A;
    position: absolute;
    bottom: 89px;
    left: 258px;
}

header.inline-page {
    height: 128px;
    background: #F5770F;
}

header.inline-page .menu-logo-button {
    background: none;
	height: auto;
}

.btn-orange_transparent {
    background: transparent;
    border: 1px solid #FFF;
}

main#content {
    width: 1400px;
    margin: auto;
}

.breadcrumbs {
    margin-top: 15px;
    margin-bottom: 60px;
}

.breadcrumbs ul li {
    display: inline;
}

.breadcrumbs ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}

.breadcrumbs ul li {
    color: #A2C9E0;
}

.breadcrumbs ul li.active {
    color: #F5770F;
}

.breadcrumbs ul li.home a {
	color: inherit;
	text-decoration: none;
}

.content-flex {
    display: flex;
    justify-content: space-between;
}

.content-text {
    width: 765px;
}

.content-image {
    width: 588px;
}

.content-text h1,
.content-seminar h1 {
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    color: #F5770F;
}
.content-seminar h1 {
    margin-bottom: 25px;
}

.content-text h2,
.content-seminar h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    color: #F5770F;
    margin-top: 24px;
}
.content-seminar h2 {
    margin-bottom: 25px;
    margin-top: 40px;
    font-size: 64px;
}
.content-seminar p {
    color: #4D4D4D;
    font-family: 'PT Sans Caption';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 25px;
}

h2.margin-long {
    margin-top: 90px;
}

.content-text ul {
    color: #F5770F;
	margin-bottom: 40px;
}

.content-text ul li {
    list-style-type: none;
}

.content-text ul li::before {
    color: #F5770F;
    content: "•"; 
    padding-right: 10px; 
}

.content-text p, .content-text ul li {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #4D4D4D;
    margin-top: 24px;
}

.content-image img {
    margin-bottom: 15px;
}
.content-image img.content {
    max-width: 100%;
}

.content-image img:last-child {
	margin-bottom: 0;
}

.video {
    margin-top: 103px;
    margin-bottom: 100px;
}

p.h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 64px;
    color: #F5770F;
}

.workshops-block {
    margin-top: 24px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.workshops-block .workshop-item {
    margin-bottom: 10px;
}

.block-media {
	width: 100%;
    margin-top: 24px;
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	justify-content: start;
}

.content-text_full {
    width: 100%;
}

.block-media-item {
    margin-bottom: 45px;
	width: 450px;
	margin-left: 15px;
}

.block-media-item-preview iframe {
	width: 100%;
}

.block-media-item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    color: #F5770F;
    margin-top: 20px;
}

.block-book {
    margin-bottom: 100px;
    display: flex;
    flex-wrap: wrap;
}

.block-book-item {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #808080;
    padding-bottom: 40px;
}

.block-book-item-info {
    width: 1055px;
}

.block-book-item-image {
    width: 305px;
}

.block-book-item-title {
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 47px;
    color: #F5770F;
    margin-bottom: 30px;
}

.block-book-item-desc {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 23px;
    color: #4D4D4D;
}

.block-book-item-author {
    margin-top: 10px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 23px;
    color: #F5770F;
    text-align: right;
}

.block-book-item-price {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    color: #F5770F;
    margin-top: 10px;
}

.btn-orange_buy {
    margin-top: 28px;
    border: 0;
}

.content-text_contacts {
    width: 260px;
}

.content-text_contacts p {
    margin-top: 20px;
}

.social-block {
    margin-top: 20px;
}

.social-block img {
    margin-right: 15px;
}

.big-quote {
    margin-top: 100px;
    margin-bottom: 100px;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    color: #4D4D4D;
}

.content-minigallery {
    display: flex;
}

.content-minigallery-mini {
    flex-direction: column;
    display: flex;
}

.content-minigallery-mini img {
    margin-bottom: 9px;
}

.content-minigallery-mini img:last-child {
    margin-bottom: 0;
}

.content-minigallery-full {
    margin-left: 9px;
}

.feedback-block_contacts {
    background: #82B6D4;
    height: 626px;
}

.feedback-block_contacts .form-content {
    top: 85px;
}

.feedback-block_contacts .agree {
    color: #FFF;
}

.slick-track {
    display: flex;
}

.slide-item {
    width: 100%;
}

.slicknav_menu {
    display:none;
}

.hidden {
	display: none;
}

.inline-form {
	width: 550px;
}

.inline-form input, .inline-form label {
	display: block;
}

.inline-form label {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
	color: #FE7301;
	margin-bottom: 15px;
	margin-top: 28px;
}

.inline-form input {
	border: 1px solid #BABABA;
	box-sizing: border-box;
	border-radius: 45px;	
	width: 100%;
	height: 44px;
	padding-left: 15px;
}

.inline-form label[for="name"] {
	margin-top: 0;
}

#form-course {
	padding: 40px;
}

.inline-form .agree {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	line-height: 14px;
	color: #858585;
	margin-top: 12px;
	margin-bottom: 21px;
	text-align: left;
}

.inline-form .btn-orange {
    margin: auto;
    display: block;
}

.fancybox-custom-close {
	background: none;
    position: absolute;
    right: 14px;
    top: 12px;
    border: none;
}

.bird {
	position: absolute;
	right: 260px;
	top: 176px;
	width: 460px;
}

#top {
	bottom: 336px;
	cursor: pointer;
	display: none;
	font-size: 150%;
	position: fixed;
	right: 40px;
}

/* .icon_mouse {
	position: fixed;
    left: 100px;
    bottom: 100px;
	cursor: pointer;
    z-index: 100;
} */

#main-image {
	visibility: hidden;
}

.slide-item:focus {
	outline: none;
}

#top-menu ul li.active:after {
	width: 100%;
}

header.inline-page #top-menu ul li:after {
	border-bottom: 1px solid #fff;
}

#top-menu ul li:after {
    /* background-color: #ff6000; */
    display: block;
    content: "";
    /* height: 1px; */
    width: 0%;
    -webkit-transition: width .3s ease-in-out;
    -moz--transition: width .3s ease-in-out;
    transition: width .3s ease-in-out;	
	border-bottom: 1px solid #ff6000;
}

#top-menu ul li:hover:after,
#top-menu ul li:focus:after {
	width: 100%;
}

.btn-orange:hover {
	background: #FFA65C;
}

header.inline-page .btn-orange:hover {
	background: #FFF;
}

header.inline-page #start_course.btn-orange:hover a {
	color: #F5770F;	
}

.social-block-item {
	display: inline-block;
	width: 44px;
	height: 44px;
}

.social-block-item.vk {
	background: url('/assets/images/vk.png');
}

.social-block-item.taplink {
	background: url('/assets/images/taplink.png');
}

.social-block-item.insta {
	background: url('/assets/images/instagram_blue.png');
}

.social-block-item.fb {
	background: url('/assets/images/facebook_blue.png');
}

.social-block-item.wha {
	background: url('/assets/images/whatsapp_blue.png');
}

.social-block-item.telegram {
	background: url('/assets/images/telegram_blue.png');
}

.social-block-item.insta:hover {
	background: url('/assets/images/instagram_orange.svg');
}

.social-block-item.fb:hover {
	background: url('/assets/images/facebook_orange.svg');
}

.social-block-item.wha:hover {
	background: url('/assets/images/whatsapp_orange.svg');
}

.social-block-item.telegram:hover {
	background: url('/assets/images/telegram_orange.svg');
}

.social-block-item.youtube {
	background: url('/assets/images/youtube_blue.svg');
}

.social-block-item.youtube:hover {
	background: url('/assets/images/youtube_orange.svg');
}

.social-block-item.vk:hover {
	background: url('/assets/images/vk_active.png');
}

.social-block-item.taplink:hover {
	background: url('/assets/images/taplink_active.png');
}

.content-text_contacts {
    width: auto;
}

.content-seminar .block_seminars {
    width: 100%;
    height: auto;
    display: flex;
    gap: 23px;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: 100px;
}
.content-seminar .block_seminar {
    width: 438px;
    height: 438px;
    cursor: pointer;
}
.content-seminar .block_seminar img {
    width: 100%;
    height: 100%;
}
#wrap_seminar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.71);
    justify-content: center;
    align-items: flex-start;
    z-index: 9999;
    overflow-y: auto;
}
#wrap_seminar.active {
    display: flex;
}
#wrap_seminar .close {
    position: fixed;
    top: 20px;
    right: 20px;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}
#wrap_seminar .win {
    position: relative;
    width: auto;
    height: auto;
    background: #fff;
    margin: 50px 0;
    display: flex;
    flex-wrap: wrap;
}
#wrap_seminar .win .block {
    display: flex;
    flex-direction: column;
    width: 452px;
}
#wrap_seminar .win .block form {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    padding: 40px;
    box-sizing: border-box;
    gap: 15px;
    position: fixed;
    width: 452px;
    margin: auto 0;
}
#wrap_seminar .win .block form input {
    height: 40px;
    padding: 0 15px;
    box-shadow: 0 0 0 1px #f1f1f1;
}
#wrap_seminar .win .block form .btn-orange {
    margin: 0 auto;
}
#wrap_seminar .win img {
    width: 452px;
    height: 452px;
}
#wrap_seminar .win .text {
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
#wrap_seminar .win .text .ttl {
    color: #F5770F;
    font-family: 'PT Sans Caption';
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
#wrap_seminar .win .text p {
    color: #4D4D4D;
    font-family: 'PT Sans Caption';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}
#wrap_seminar .win .text .line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#wrap_seminar .win .text .line .price {
    color: #F5770F;
    text-align: center;
    font-family: 'PT Sans Caption';
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
#wrap_seminar .win .text .line a {
    text-decoration: none;
}
#wrap_seminar .win .text .line .btn {
    width: 226px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    flex-shrink: 0;
    border-radius: 3px;
    background: #F5770F;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px){
    .content-seminar h1 {
        margin-top: 50px;
        font-size: 30px;
    }
    .content-seminar h2 {
        font-size: 30px;
    }
    .content-seminar .block_seminar {
        width: 100%;
        height: auto;
    }
    .content-seminar .block_seminar {
        width: 100%;
        height: 100%;
    }
    #wrap_seminar .close {
        top: 10px;
        right: 10px;
        z-index: 99999;
    }
    #wrap_seminar .win {
        width: calc(100% - 40px);
        flex-direction: column;
    }
    #wrap_seminar .win .block {
        width: 100%;
    }
    #wrap_seminar .win .block form {
        width: 100%;
        position: relative;
    }
    #wrap_seminar .win img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }
    #wrap_seminar .win .text {
        padding: 10px 15px;
    }
    #wrap_seminar .win .text .ttl {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #wrap_seminar .win .text p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    #wrap_seminar .win .text .line {
        flex-direction: column;
    }
}

.layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 50px 0 100px 0;
}
.layout h1,
.layout h2 {
    margin: 20px 0;
    color: #F5770F;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px){
    .layout h1 {
        font-size: 26px;
    }
    .layout h2 {
        font-size: 22px;
    }
}

.map_svg {
    width: fit-content;
    margin: 70px auto 30px;
}
.map_svg svg path {
    /*fill: #FFBE89;*/
    transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.map_svg svg path:hover {
    fill: #F5470F;
}
.map_svg svg g rect {
    display: none;
    transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.map_svg svg g text {
    display: none;
    font-weight: bold;
    font-family: 'Roboto';
    fill: #4d4d4d;
    font-size: 16px;
    transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.city-list {
    width: 100%;
    column-count: 7;
    margin-bottom: 100px;
}
.city-list .block {
    height: 27px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 4px 0;
    gap: 16px;
    cursor: pointer;
}
.city-list .block .circ {
    width: 15px;
    height: 15px;
    background: url(/assets/images/city-sprite.svg) no-repeat;
    background-position: top 0px center;
}
.city-list .block .name {
    width: fit-content;
    height: 27px;
    line-height: 27px;
    padding: 0 8px;
    color: #4D4D4D;
    border-radius: 21px;
    background: #FFF;
    box-shadow: 1px 1px 4px 0px rgba(0, 0, 0, 0.25);
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
}
.city-list .block:hover .circ {
    background-position: top -16px center;
    
}
.city-list .block:hover .name {
    color: #fff;
    background: #F5770F;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 768px){
    main#content {
        width: calc(100% - 40px) !important;
        padding: 0 20px;
    }
    .map_svg {
        position: relative;
        width: calc(100% + 0px);
        overflow-x: auto;
        margin-left: -20px;
        padding: 0 20px;
    }
    .map_svg svg {
        position: relative;
        width: 800px;
        height: auto;
    }
    .map_svg svg g {
        z-index: 10;
    }
    .city-list {
        position: relative;
        width: 100%;
        overflow: hidden;
        overflow-x: scroll;
        column-count: 7;
        column-gap: 20px;
        margin-left: -20px;
        padding: 0 20px;
        z-index: 5;
        display: grid;
        gap: 5px;
        grid-auto-flow: column;
        grid-template-rows: repeat(5, 1.5fr);
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
    .city-list .block {
        width: 200px;
        min-width: max-content;
        flex-wrap: wrap;
    }
    
    #start_course a {
        font-size: 16px;
    }
}






