<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&amp;display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css');

body {
    font-family: "Commissioner", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2A3788;
}

header {
    padding: 15px 0;
}

a {
    line-height: 32px;
    font-weight: 700;
    color: #2A3788;
    text-decoration: none;
    transition: .2s all;
    font-size: 15px;
}

a:hover,
a:focus {
    color: #2EAABE;
}

.header_block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 120px;
}

.logo img {
    width: 142px;
}

.menu_desktop {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
}

#button {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
  position: realitive;
  right: 30px;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

.menu_desktop a {
    line-height: 32px;
    font-weight: 700;
    color: #2A3788;
    text-decoration: none;
    transition: .2s all;
    font-size: 15px;
}

.menu_desktop a:hover,
.menu_desktop a:focus {
    color: #2EAABE;
}

.btn_blue {
    background: #2EAABE;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 20px;
    transition: .2s all;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: max-content;
    border: 1px solid #2EAABE;
}

.btn_blue:hover,
.btn_blue:focus {
    opacity: .8;
}

.itc-slider__item {
      flex: 0 0 33.3333333333%;
      max-width: 33.3333333333%;
      height: 250px;
      display: flex;
      justify-content: center;
      align-items: center;
      color: rgba(255,255,255, 0.8);
      font-size: 7rem;
    }
    
.top_baner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}

.right_top_baner img {
    width: 100%;
}

.mini_title_baner {
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 5%;
    text-transform: uppercase;
}

.title_baner {
    font-size: 30px;
    font-weight: 800;
    line-height: 40px;
    margin-bottom: 20px;
}

.description_baner {
    font-weight: 300;
    font-size: 22px;
    line-height: 27px;
    margin-bottom: 20px;
}

.description_baner b {
    font-weight: 500;
}

.btn_orange {
    background: #FFA725;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 20px;
    transition: .2s all;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: max-content;
}

.btn_orange:hover,
.btn_orange:focus {
    opacity: .8;
}

.btn_block_top_baner {
    display: flex;
    gap: 20px;
}

.btn_arrow_bottom {
    height: 56px;
    width: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #FFA725;
    margin: 0 auto;
}

h3 {
    font-size: 44px;
    font-weight: 600;
    line-height: 53px;
    margin-bottom: 40px;
}
.star_microcources {
    display: flex;
    justify-content: flex-start;
    padding: 20px 0px 0px 0px;
}
i.fa-regular.fa-star {
    color: yellow;
    font-size: 20px;
}
.star__block__title p {
    font-weight: 600;
    font-size: 18px;
    color: #1e1e1e;
}
.working__items {
    display: flex;
}
.politika__title h4 {
	font-size: 40px;
	line-height: 60px;
}
.politika__subtitle p {
	font-size: 20px;
	line-height: 34px;
}
.working__blocks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
}
.working__items p {
    padding: 0px 0px 20px 10px;
}
.why_me {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.left_why_me img {
    width: 95%;
    margin: 0 auto;
}

.grid_why_me {
    display: grid;
    gap: 30px;
}

.why_me_text_block {
    display: grid;
    gap: 10px;
    grid-template-columns: 32px 1fr;
}

.why_me_title_text {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    margin-bottom: 10px;
}

.why_me_text {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
}

.most_popular_big_block {
    background: url(../img/most_big.png);
    background-position: center;
    background-size: cover;
    height: 395px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.btn_most_popular_big {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    background: #2EAABE;
    width: 60%;
    padding: 20px 40px;
    border-radius: 40px;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
    line-height: 42px;
    text-decoration: none;
    opacity: .8;
    transition: .2s all;
}

.btn_most_popular_big:hover,
.btn_most_popular_big:focus {
    opacity: 1;
}

.circle_block {
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #2EAABE;
}

.circle_block img {
    width: 50%;
}
.politika__title h4 {
	font-size: 40px;
	line-height: 60px;
}
.politika__subtitle p {
	font-size: 16px;
	line-height: 26px;
}
.link_most {
    display: grid;
    grid-template-columns: 1fr 28px;
    gap: 20px;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    color: #2A3788;
    text-decoration: none;
    transition: .2s all;
}

.link_most:hover,
.link_most:focus {
    color: #2EAABE;
}

.list_most_popular {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.img_most_popular {
    position: relative;
    margin-bottom: 10px;
}
.microcources__items {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 26px 0px;
}
.img_most_popular img {
    width: 100%;
    border: 0px 5px 0px 5px;
}
.price__items {
	display: flex;
    justify-content: space-between;
}
.items__block p {
	font-weight: 700;
	color: #1e1e1e;
	font-size: 18px;
}
.img_most_popular span {
    position: absolute;
    padding: 3px 10px;
    font-size: 10px;
    color: #fff;
    background: #2EAABE;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    font-weight: 700;
    border-radius: 10px;
    bottom: 15px;
    left: 15px;
}

.for_who {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.right_for_who img {
    width: 100%;
}

.text_for_who {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.text_for_who p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
}

.form_bg {
    background: #2EAABE;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    text-align: center;
}

.text_form_bg {
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    width: 50%;
    margin: 0 auto;
    text-align: center;
}

.btn_form_bg {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: center;
    justify-content: center;
    margin-top: 40px;
}

.btn_dark_blue {
    background: #2A3788;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 20px;
    transition: .2s all;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: max-content;
    border: none;
}

.btn_dark_blue:hover,
.btn_dark_blue:focus {
    opacity: .8;
}

.btn_no_bg {
    background: none;
    color: #fff !important;
    padding: 8px 25px;
    border-radius: 20px;
    transition: .2s all;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: max-content;
    border: 1px solid #fff;
}

.btn_no_bg:hover,
.btn_no_bg:focus {
    background: #2A3788;
    border: 1px solid #2A3788;
}

.middle_footer {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 60px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #D6D6D6;
}

.phone_footer,
.email_footer,
.address_footer {
    display: grid;
    grid-template-columns: 20px 1fr;
    gap: 10px;
    margin-bottom: 20px;
}

.address_footer {
    margin-bottom: 0;
}

.phone_footer img,
.email_footer img,
.address_footer img {
    position: relative;
    top: 3px;
}


.top_middle_footer {
    display: flex;
    gap: 60px;
}

.list_phone_footer {
    display: grid;
    gap: 10px;
}

.logo_footer {
    text-align: center;
    margin-bottom: 60px;
}

.phone_footer a,
.email_footer a {
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
    color: #2A3788;
    transition: .2s all;
    text-transform: uppercase;
}

.phone_footer a:hover,
.email_footer a:hover,
.phone_footer a:focus,
.email_footer a:focus {
    color: #2EAABE;
}

.right_moddle_footer {
    display: flex;
    height: max-content;
    gap: 20px;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}

.right_moddle_footer a {
    color: #2A3788;
    font-weight: 100;
    font-size: 18px;
    line-height: 22px;
    text-decoration: none;
    transition: .2s all;
}

.right_moddle_footer a:hover,
.right_moddle_footer a:focus {
    color: #2EAABE;
}

.input-group .btn_blue {
    border-radius: 0 10px 10px 0;
    border: none;
    height: auto;
}

.form-control {
    padding: 10px 15px;
    border-radius: 10px 0 0 10px;
}

.bottom_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bottom_footer a {
    color: #2EAABE;
    font-weight: 400;
    text-decoration: none;
    transition: .2s all;
    line-height: 20px;
    font-size: 16px;
}

.bottom_footer a:hover,
.bottom_footer a:focus {
    color: #2A3788;
}

.copy {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #FFA725;
}

.menu_mobile {
    display: none;
}

.open_mobile_menu {
    position: absolute;
    background: #2EAABE;
    border-radius: 0 0 20px 20px;
    padding: 20px;
    text-align: right;
    top: 0;
    left: 0;
    right: 0;
    gap: 10px;
    padding-top: 80px;
    display: none;
}

.open_mobile_menu.active {
    display: grid !important;
}

.open_mobile_menu a {
    color: #fff;
    font-weight: 400;
    line-height: 18px;
}

.mob_menu_btn {
    position: absolute;
    top: 28px;
    right: 15px;
}

.baner_about {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 40px;
    background: #2EAABE;
    border-radius: 10px;
    padding: 50px;
    color: #fff;
}

.baner_about h1 {
    font-size: 55px;
    line-height: 67px;
}

.baner_about p {
    opacity: .9;
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
}

.left_baner_about img {
    width: 100%;
}

.baner_about .btn_block_top_baner {
    margin-top: 40px;
}

.about_text_block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}

.about_text_block img {
    width: 100%;
}

.about_text_block p {
    font-size: 22px;
    line-height: 27px;
    font-weight: 300;
    opacity: .9;
}

.baner_about_mob {
    display: none;
}

.contact_page {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

.form_contact {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #E8E8EA;
}

.grid_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.form_contact_body {
    display: grid;
    gap: 25px;
    grid-template-columns: 1fr;
}

.contact_block {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 20px;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #E8E8EA;
    margin-top: 20px;
}

.contact_text {
    display: grid;
    gap: 5px;
}

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

.contact_block span {
    font-size: 16px;
    color: #000;
    line-height: 20px;
}

.contact_block a {
    font-size: 14px;
    line-height: 17px;
    color: #000;
    font-weight: 300;
    transition: .2s all;
}

.contact_block a:hover,
.contact_block a:focus {
    color: #2EAABE;
}

.span_address {
    font-size: 14px !important;
    font-weight: 300;
    line-height: 17px;
}

.img_contact_block {
    display: flex;
    align-items: center;
}

.address_contact img {
    width: 100%;
}

.form_contact h3 {
    font-size: 55px;
    color: #000;
    line-height: 67px;
    margin-bottom: 25px;
    font-weight: 600;
}

.descr_form {
    margin-bottom: 25px;
    font-size: 24px;
    color: #2A3788;
    font-weight: 600;
    line-height: 30px;
}

.form_contact input,
.form_contact textarea {
    border-radius: 5px;
    border: 1px solid #E8E8EA;
}

.form_block label {
    color: #000;
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 5px;
}

.top_baner_block {
    padding: 15px;
    border: 1px solid #D6D6D6;
    border-radius: 10px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
}

.top_baner_block span {
    color: #D6D6D6;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

.top_baner_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 80px;
}

.yellow_text {
    color: #FFA725;
}

.blue_text {
    color: #2EAABE;
}

.microcouces_bg_block {
    background: #2A3788;
    color: #fff;
}

.microcouces_text_bg_block {
    width: 50%;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    line-height: 25px;
    opacity: .9;
    font-weight: 400;
}

.top_info_microcources {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.title_block_microcources {
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
}

.top_info_microcources a {
    color: #6A6B6C;
    font-size: 20px;
    font-weight: 600;
    transition: .2s all;
    position: relative;
    top: 3px;
}

.top_info_microcources a:hover,
.top_info_microcources a:focus {
    color: #2EAABE;
}

.info_microcources {
    display: flex;
    gap: 5px;
    align-items: center;
}

.info_microcources_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.info_microcources {
    display: flex;
    gap: 5px;
    align-items: center;
}

.list_microcources {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    position: relative;
    height: 100%;
}

.rating_microcources {
    display: flex;
    gap: 5px;
    align-items: center;
    color: #000;
    line-height: 20px;
}

.info_microcources_block {
    display: grid;
    /* border: 1px solid #000; */
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
    border-radius: 0 0 20px 20px;
    padding: 20px;
    height: 50%;
}

.img_microcources {
    position: relative;
    border-radius: 20px 20px 0 0;
}

.teacher_block {
    border-radius: 70px;
    display: flex;
    align-items: center;
    gap: 10px;
    background: rgba(0, 0, 0, 0.46);
    color: #fff;
    width: max-content;
    padding: 5px 15px 5px 5px;
    position: absolute;
    bottom: 15px;
    left: 15px;
    font-size: 16px;
}

.title_microcources {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #000;
    padding-bottom: 20px;
}

.img_microcources img {
    width: 100%;
}

.info_microcources span {
    color: #000;
}

.link_microcources {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.detail_link,
.zapis_link {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    transition: .2s all;
}

.detail_link {
    color: #2A3788;
}

.zapis_link {
    color: #FFA725;
}

.detail_link:hover,
.detail_link:focus,
.zapis_link:hover,
.zapis_link:focus {
    opacity: .7;
}

.teacher_block img {
    height: 37px;
    width: 37px;
}

.description_microcources {
    line-height: 26px;
    color: #000;
    padding-bottom: 20px;
}

.pt-5 {
	padding-top: 0px !important;
}

.block_microcources {
    height: 100%;
}

.topic_microcources {
    color: #2EAABE;
    font-weight: 600;
    font-size: 20px;
}
.hmo__microcources {
    display: flex;
}
p.hmo__subtitle {
    font-size: 16px;
    font-weight: 600;
    color: #1e1e1e;
    padding: 4px 0px 0px 10px;
}
.detail_page_element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.left_detail_element img {
    width: 100%;
    border-radius: 20px;
}

.right_detail_element {
    padding: 30px;
    border: 1px solid #E8E8EA;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 35px;
}

.top_detail {
    display: flex;
    justify-content: space-between;
    color: #2EAABE;
}

.right_top_detail {
    display: flex;
    gap: 10px;
    align-items: center;
    text-align: right;
}

.circle_rating {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    background: #2EAABE;
    color: #fff;
    font-size: 11px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_rating span {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
}

.text_rating div {
    line-height: 20px;
}

.topic_detail {
    font-size: 20px;
    font-weight: 700;
    line-height: 25px;
}

.category_detail {
    line-height: 20px;
}

.title_detail_element {
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #000;
}

.description_detail_element {
    line-height: 20px;
}

.price_detail_element {
    color: #FFA725;
    line-height: 20px;
}

.list_info_detail_element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.left_list_info_detail_element {
    display: grid;
    grid-template-columns: 1fr;
}

.info_detail_element_block {
    display: flex;
    gap: 10px;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    border: 1px solid #E8E8EA;
    border-radius: 20px;
}

.right_list_info_detail_element {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.info_detail_element_block img {
    width: 20px;
}

.info_detail_element_block span {
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    color: #2EAABE;
}

.info_detail_element_block div {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 400;
}

input:focus,
textarea:focus {
    box-shadow: none !important;
    outline: none !important;
    border-color: #2EAABE !important;
}

.cource_detail_info {
    padding: 70px 50px;
    border: 1px solid #E8E8EA;
    box-shadow: 0px 3px 10.399999618530273px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.tab_detail {
    display: none;
}

.tab_detail.active {
    display: block;
}

.menu_cource {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.tab_link {
    color: #D6D6D6;
    font-weight: 700;
    font-size: 22px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.tab_link.active {
    color: #2EAABE;
    border-bottom: 2px solid #2EAABE;
}

.title_tab_detail {
    font-weight: 700;
    font-size: 44px;
    color: #2EAABE;
    line-height: 53px;
    margin-bottom: 30px;
}

.teacher_tab_detail {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 30px;
}

.tab_teacher_block span {
    color: #2A3788;
    font-weight: 700;
    line-height: 20px;
}

.tab_teacher_block div {
    color: #2A3788;
    font-size: 20px;
    line-height: 25px;
}

.description_tab_detail p{
    color: #000;
    line-height: 22px;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px;
    font-family: Roboto, sans-serif;
}

.tab_advantages_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}

.tab_advantages_block {
    display: grid;
    gap: 20px;
    grid-template-columns: 40px 1fr;
}

.logo_footer img {
	width: 10%;
}

.tab_advantages_block img {
    width: 100%;
}

.payment__visa {
	text-align: center;
	padding: 20px 0px;
}

.payment__agreement_block p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	margin: 0 0 30px;
}

.payment_agreement__title h4 {
	font-size: 40px;
}

.title_advantages_text {
    color: #2EAABE;
    text-transform: uppercase;
    line-height: 20px;
}

.text_advantages_text {
    font-size: 18px;
    line-height: 22px;
}

.tab_advantages_text {
    display: grid;
    gap: 10px;
}

.faq_list {
    display: grid;
    gap: 20px;
    width: 70%;
    margin: 0 auto;
}

.faq_block {
    padding: 30px;
    border: 1px solid #E8E8EA;
    border-radius: 20px;
}

.faq_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq_body {
    margin-top: 30px;
    line-height: 20px;
    display: none;
    color: #000;
}

.faq_body.active {
    display: block;
}

.faq_title {
    color: #000;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;

}

.faq_top.active .faq_title {
    color: #2EAABE;
}

.faq_top.active svg {
    rotate: -180deg;
}

.faq_top.active path {
    fill: #2EAABE;
}

.btn_white_blue {
    background: #fff;
    color: #2EAABE !important;
    padding: 8px 25px;
    border-radius: 20px;
    transition: .2s all;
    display: flex;
    height: 40px;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: max-content;
    border: 1px solid #2EAABE;
}

.btn_white_blue:hover,
.btn_white_blue:focus {
    opacity: .8;
}

.center_btn_detail_element {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.auth_page {
    display: grid;
    gap: 20px;
}

.auth_page {
    width: 50%;
    margin: 0 auto;
    padding: 30px;
    border: 1px solid #E8E8EA;
    border-radius: 20px;
    box-shadow: 0px 3px 10.399999618530273px 0px rgba(0, 0, 0, 0.1);
}

.lk_title {
    font-size: 26px;
    color: #2A3788;
    margin-bottom: 20px;
    font-weight: 600;
}

.lk_cource_block {
    border-bottom: 1px solid #E8E8EA;
    display: flex;
    justify-content: space-between;
    padding: 10px 25px;
}

.lk_cource_block a {
    font-size: 20px;
}

.auth_page .grid_form {
    margin-bottom: 20px;
}

.lk_cource_list {
    margin-bottom: 20px;
}

.lk_video_list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.lk_video_block img {
    width: 100%;
    border-radius: 0;
}

.auth_page input {
    border-radius: 10px;
}

.cart_item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    padding: 10px 25px;
    border-bottom: 1px solid #E8E8EA;
    text-align: center;
}

.cart_list {
    padding: 30px;
    border: 1px solid #E8E8EA;
    border-radius: 20px;
    box-shadow: 0px 3px 10.399999618530273px 0px rgba(0, 0, 0, 0.1);
    height: max-content;
}

.cart_page {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.cart_right {
    padding: 30px;
    border: 1px solid #E8E8EA;
    border-radius: 20px;
}
button.btn_blue {
    margin: 10px 0px;
}
.title_item_cart {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-align: left;
}
.cart_block {
	display: block;
}
.delete_item {
    color: #2EAABE;
    font-size: 14px;
    text-align: right;
}

.cart_detail_info {
    color: #2A3788;
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
}

.cart_right {
    display: grid;
    gap: 20px;
}

.cart_right a {
    width: 100%;
}

.cart_right input {
    border-radius: 5px;
    padding: 10px 10px;
}
.form_block {
    padding: 10px 0px;
}
.payment_block {
    margin-top: 40px;
    margin-bottom: 40px;
}

.payment_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.payment_list a {
    padding: 15px;
    border: 1px solid #E8E8EA;
    border-radius: 20px;
    text-align: center;
}

.menu_desktop a.active {
    color: #fff;
    border-radius: 5px;
    background: #0cadb8;
    padding: 5px 20px;
}

.btn_most_popular_big:hover, .btn_most_popular_big:focus {
    color: #fff !important;
}

.payment_agreement_items__image img {
	width: 100%;
}

.payment_agreement_items__image {
	display: flex;
}

.result_form {
    padding: 15px;
    border-radius: 10px;
    background: #2EAABE;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    color: #fff;
    display: none;
}

.in-basket {
	color: rgb(46, 190, 53);
}
.btn_blue .in-basket {
	color: #fff;
}</pre></body></html>