@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif !important;
}

select,
button,
a,
input,
textarea,
img {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
    line-height: 1.5 !important;
    font-weight: 600 !important;
}

a,
button {
    text-decoration: none !important;
    transition: .3s all !important;
}

img {
    max-width: 100%;
    border: 0;
    width: auto;
    height: auto;
}

header {
    margin-top: 1rem;
    position: absolute;
    z-index: 9;
    width: 100%;
}

header .row {
    align-items: center;
}

header .col-sm-5 {
    display: inline-flex;
    justify-content: end;
}

header .col-sm-5 a {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    margin-left: 1.5rem;
}

header .col-sm-5 a img {
    width: 32px !important;
    margin-right: .5rem;
}

header .col-sm-5 a:hover {
    color: #0071E6;
}

#lang_list {
    width: 32px !important;
    height: 32px !important;
    border-radius: 32px;
    background: rgba(255,255,255,.1);
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 13px;
    color: #fff;
    position: relative !important;
    margin-left: 2rem;
    font-weight: 500;
}

#lang_list:hover {
    background: #fff;
    color: #0071E6;
}

.dropdown-menu {
    padding: 0 !important;
    margin: 0 !important;
    min-width: 32px !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 100%;
}

.dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    max-width: 32px !important;
    height: 32px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 32px;
    transition: .3s all;
}

.dropdown-menu li a {
    margin: 0;
    font-size: 12px;
    color: #fff !important;
}

.dropdown-menu li:hover {
    border-color: rgba(255,255,255,.5);
}

header form {
    position: relative;
    width: 100%;
}

header input {
    width: 100%;
    padding: 1rem 1.5rem;
    border-radius: 3rem;
    border: 1px solid rgba(255, 255, 255, .2);
    background: transparent;
    font-size: 12px;
    color: #fff;
    transition: .3s all;
}

header input:focus {
    border-color: #fff;
}

header input::placeholder {
    color: #fff;
}

header button {
    position: absolute;
    right: 1rem;
    height: 100%;
    background: transparent;
    border: 0;
}

.block_1 {
    position: relative;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.block_1 .container-fluid {
    padding-top: 150px;
    color: #fff;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 73.44%, rgba(0, 0, 0, 0.25) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.00) 50%);
}

.block_1 ul {
    list-style: none;
    padding: 0;
    margin: 100px 0 0 0;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .2);
}

.block_1 ul li {
    width: 100%;
}

.block_1 ul li a {
    color: #fff;
    font-size: 16px;
    padding: 1.5rem 0;
    border-top: 1px solid transparent;
    display: block;
}

.block_1 ul li a:hover {
    border-color: #fff;
}

.block_1 ul .active a {
    font-weight: 700;
    border-color: #fff;
}

.block_1 picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.block_1 picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block_1 h1 {
    font-size: 48px;
    font-weight: 500 !important;
}

.block_1 h2 {
    font-size: 24px;
    font-weight: 400 !important;
    margin-top: 3rem;
}

.block_2 {
    margin-top: 3rem;
}

.block_2 h3 {
    font-size: 1.5rem;
    margin-bottom: 2rem;
}

.block_2 .col {
    text-align: center;
}

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

.category {
    width: 100%;
    margin: 0 1.5rem 1.5rem 0;
    height: 170px;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
}

.category picture {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.category picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.categories .col-12 .category:last-child {
    margin-right: 0;
}

.category div {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 1rem;
    color: #fff;
    display: flex;
    align-items: end;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.75) 100%);
    transition: .3s all;
}

.category div:hover {
    padding: 1.5rem;
}

.category:hover img {
    transform: scale(1.1);
}

.block_3 {
    margin-top: 1.5rem;
    padding-bottom: 3rem;
    background: #ECECF0;
    text-align: center;
}

.block_3 h3 {
    font-size: 24px;
    color: #111;
    margin: 3rem 0 2rem 0;
}

.retrit_block {
    background: #fff;
    border-radius: 4px;
    text-align: start;
    padding-bottom: 1rem;
    position: relative;
}

.tag {
    position: absolute;
    z-index: 9;
    font-size: 12px;
    font-weight: 500;
    padding: .5rem 1rem;
    background: #f9f9f9;
    border-radius: 5rem;
    color: #111;
    margin: 1rem;
}

.sale {
    position: absolute;
    z-index: 9;
    font-size: 12px;
    font-weight: 500;
    padding: .5rem 1rem;
    background: #FCCC22;
    border-radius: 5rem;
    right: 0;
    margin: 1rem;
    color: #000;
}

.slider {
    position: relative;
}

.slider .item {
    height: 190px;
}

.retrit_big_cover .slider .item {
    height: 270px;
}

.slider picture {
    position: absolute;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.slider picture::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 50.27%, rgba(0, 0, 0, 0.75) 100%);
    top: 0;
    z-index: 9;
}

.slider picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.slider .owl-dots {
    margin-top: -1rem;
    z-index: 99;
    position: absolute;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
}

.slider .owl-dots .owl-dot {
    width: 100%;
    height: 2px;
    margin-left: 1rem;
    display: inline-flex;
    position: relative;
}

.slider .owl-dots .owl-dot:last-child {
    margin-right: 1rem;
}

.slider .owl-dots .owl-dot span {
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 2px;
    transition: .3s;
    background: #fff;
    opacity: .3;
}

.slider .owl-dots .owl-dot span:hover {
    opacity: 1;
}

.slider .owl-dots .owl-dot.active span {
    opacity: 1;
}

.retrit_block h4 {
    font-size: 18px;
    /*height: 48px;*/
    overflow: hidden;
    color: #111;
    padding: 0 1rem;
    margin: 1rem 0 1rem 0;
    transition: .3s all;
    line-height: 130%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
}

.retrit_block a:hover h4 {
    color: #0071E6;
}

.retrit_block_1 {
    display: flex;
    align-items: center;
    padding: 0 1rem;
    font-weight: 500;
    font-size: 12px;
    justify-content: space-between;
}

.retrit_block_1 .date {
    min-width: 101px;
    margin-right: 1rem;
    padding: .5rem 1rem;
    border-radius: 3rem;
    background: #F1F1F1;
}

.retrit_block_1 .autor {
    display: flex;
    position: relative;
    align-items: center;
    font-weight: 500;
    padding-left: 2.5rem;
}

.retrit_block_1 .autor picture {
    width: 2rem !important;
    height: 2rem !important;
    position: absolute;
    border-radius: 100%;
    overflow: hidden;
    left: 0;
}

.retrit_block_1 .autor picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.retrit_block_2 {
    border-top: 1px solid #F1F1F1;
    border-bottom: 1px solid #F1F1F1;
    padding: 1rem;
    margin: 1rem 0;
    display: flex;
    justify-content: space-between;
    font-size: 15px;
    font-weight: 500;
    align-items: center;
}

.retrit_block_2 p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    min-height: 72px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.retrit_block_2 div:last-child {
    font-size: 12px;
}

.retrit_block_3 {
    padding: 1rem 1rem 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 24px;
    font-weight: 600;
    color: #111;
}

.retrit_block_3 div:last-child {
    display: flex;
}

.retrit_block_3 div:last-child img {
    margin-left: .25rem;
}

.retrit_block_3 div:last-child .gray {
    filter: grayscale(1);
    opacity: .3;
}

.retrit_block_3 i {
    font-style: normal;
    font-size: 13px;
    position: absolute;
    margin-top: -1.5rem;
    width: 100%;
    color: #999;
    text-decoration: line-through;
}

.see_all {
    border: 0;
    padding: 1rem 2rem;
    background: #0071E6;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    margin-top: 2rem;
}

.see_all:hover {
    background: #0259B5;
}

.block_4 {
    margin-top: 3rem;
    margin-bottom: 3rem;
    text-align: center;
}

.block_4 h3 {
    font-size: 24px;
    color: #111;
    margin-bottom: 2rem;
}

.block_4 .partners {
    text-align: start;
    position: relative;
}

.block_4 .partners .partner {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}

#partner_about .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
}

#partner_about .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    border-radius: 8px;
}

#partner_about .modal-body {
    position: relative;
}

#partner_about .btn-close {
    position: absolute;
    top: 1rem;
    right: 1rem;

}

.block_4 .partners .partner picture {
    width: 96px;
    height: 96px;
    border-radius: 100%;
    overflow: hidden;
}

.block_4 .partners .partner picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block_4 .partners .partner b {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 130%;
    margin: 1rem 0 .5rem 0;
}

.block_4 .partners .partner span {
    font-size: 12px;
}

.block_4 .partners .partner button {
    padding: 10px 16px;
    border-radius: 4px;
    background: #0071E6;
    color: #fff;
    border: 0;
    font-size: 12px;
    font-weight: 500;
    margin-top: 1rem;
}

.block_4 .partners .partner button:hover {
    background: #0259B5;
}

.block_5 {
    margin-top: 3rem;
    padding-top: 3rem;
    padding-bottom: 1.5rem;
    background: #ECECF0;
}

.block_5 h3 {
    font-size: 24px;
    color: #111;
}

.block_5 .col-12 {
    text-align: center;
}

.block_5 p {
    font-size: 18px;
    margin: 1.5rem 0 2rem 0;
}

.block_5 .about_block {
    background: #fff;
    padding: 1.5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    color: #111;
}

.block_5 .about_block picture {
    width: 106px;
    height: 106px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin-right: 1.5rem;
}

.block_5 .about_block picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.block_5 .about_block b {
    font-size: 15px;
}

.block_5 .about_block p {
    font-size: 14px;
    margin: .5rem 0 0 0;
}

footer .container-fluid {
    background: #1177C0;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer .col-lg-9 {
    display: flex;
    justify-content: space-between;
}

footer a {
    color: #fff !important;
}

footer a:hover {
    opacity: .5;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-weight: 500;
}

footer ul li {
    margin: 1rem 0 0 0;
}

footer .soc {
    margin-bottom: 1rem;
}

footer form {
    margin-top: 1rem;
}

footer form input {
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 3rem;
    width: 100%;
    padding: 1rem 1.5rem;
    font-size: 12px;
    color: #fff;
    background: transparent;
    transition: .3s all;
}

footer form input:focus {
    border-color: #fff;
}

footer form input::placeholder {
    color: #fff;
}

.image_cover {
    display: block;
    height: 190px;
    border-radius: 4px 4px 0 0;
    overflow: hidden;
}

.image_cover img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
    transition: .3s all;
}

.image_cover:hover img {
    transform: scale(1.1);
}

.retrit_block_2 p {
    font-size: 12px;
    color: #111;
    margin: 0;
}

.retrit_block .read {
    border: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 32px;
    border-radius: 4px;
    color: #fff;
    background: #0071E6;
}

.retrit_block .read:hover,
.retrit_block .more:hover {
    background-color: #0259B5;
}

.retrit_block_3 .more {
    border: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 10px 16px;
    border-radius: 4px;
    color: #fff;
    background: #0071E6;
}

.edu .retrit_block {
    box-shadow: 0 15px 35px rgba(0, 0, 0, .07) !important;
}

.edu .item {
    padding-bottom: 35px;
}

.edu .see_all {
    margin-top: 0;
    margin-bottom: 3rem;
}

.inner_header_bg {
    background: #00528D;
    width: 100%;
    height: 85px;
}

.retrit_big_cover {
    position: relative;
}

.retrit_big_cover img {
    width: 100% !important;
    border-radius: 4px;
}

.retrit_big_cover .sale {
    right: .5rem;
}

.order {
    color: #fff;
    background: #0071E6;
    font-size: 18px;
    display: inline-flex;
    align-items: center;
    padding: 1.2rem 2rem;
    border-radius: 4px;
    border: 0;
    margin-top: -20px;
}

.order b {
    font-size: 24px;
    margin-left: .75rem;
}

.order i {
    font-style: normal;
    font-size: 18px;
    opacity: .5;
    font-weight: 500;
    margin-left: .5rem;
    text-decoration: line-through;
}

.order:hover {
    background: #0259B5;
    color: #fff;
}

.retrit_info {
    padding-top: 2rem;
    background: url(../img/bg_1.svg) left center no-repeat, url(../img/bg_2.svg) bottom right no-repeat;
}

.retrit_info h1 {
    font-weight: 600 !important;
    font-size: 24px;
}

.retrit_info p {
    font-size: 16px;
    line-height: 130%;
    margin: 1.5rem 0 0 0;
}

.autor_inner {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    margin-top: 3rem;
}

.autor_inner picture {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    overflow: hidden;
    margin-right: 1rem;
}

.autor_inner picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.nav {
    margin: 3rem 0 !important;
    display: flex;
    flex-wrap: nowrap !important;
}

.nav button {
    width: 100%;
    border: 1px solid transparent !important;
    font-size: 16px;
    color: #111 !important;
    padding: 1.5rem 0;
}

.nav button:hover {
    border-bottom: 1px solid #111 !important;
}

.nav .active {
    border-bottom: 1px solid #111 !important;
    font-weight: 600;
}

.tab-content {
    margin-bottom: 3rem;
}

.tab-content .slider {
    border-radius: 4px;
    overflow: hidden;
}

.tab-content .item {
    height: 310px !important;
    border-radius: 4px;
}

.tab-content p {
    font-size: 16px;
    line-height: 150%;
    margin: 0 0 .75rem 0;
    padding: 0 1.5rem;
}

.tab-content h2 button {
    font-weight: 600 !important;
}

.retrit_info_2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f9f9f9;
    padding: 1.5rem 2rem;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 3rem;
}

.retrit_info_2 .date {
    font-size: 12px;
    padding: .5rem 1rem;
    background: #fff;
    border-radius: 5rem;
    box-shadow: 0px 4px 35px 0px rgba(0, 0, 0, 0.05);
}

.retrit_info_2 .rating .gray {
    filter: grayscale(1);
    opacity: .3;
}

.retrit_info_2 hr {
    width: 1px !important;
    height: 30px !important;
    background: #E1E1E1;
    margin: 0 !important;
    opacity: 1 !important;
}


.about_retrit_inner h3 {
    font-size: 24px;
    color: #111;
}


.about_retrit_inner p {
    font-size: 18px;
    margin: 1.5rem 0 2rem 0;
}

.about_retrit_inner .about_block {
    background: #fff;
    padding: 1.5rem;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    color: #111;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
}

.about_retrit_inner .about_block picture {
    width: 106px;
    height: 106px;
    border-radius: 100%;
    overflow: hidden;
    display: block;
    margin-bottom: 1.5rem;
}

.about_retrit_inner .about_block picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.about_retrit_inner .about_block b {
    font-size: 15px;
}

.about_retrit_inner .about_block p {
    font-size: 14px;
    margin: .5rem 0 0 0;
    padding: 0;
}

.about_partner_inner .col-lg-4 img {
    width: 100% !important;
    border-radius: 8px;
}

.about_partner_inner p {
    padding: 0;
    font-size: 15px;
    line-height: 160%;
    margin: 1.5rem 0 0 0;
}

.about_partner_inner_info {
    background: #f9f9f9;
    padding: 1rem 1.5rem;
    display: flex;
    border-radius: 4px;
    margin: 1.5rem 0;
    flex-direction: column;
}

.about_partner_inner_info img {
    margin: 0 .5rem 1rem 0;
}

.about_partner_inner_info b {
    font-size: 16px;
    font-weight: 500 !important;
}

.about_partner_inner_info_courses div {
    display: flex;
    flex-wrap: wrap;
}

.about_partner_inner_info_courses div a {
    padding: .5rem 1rem;
    font-size: 14px;
    color: #111;
    border-radius: 4px;
    border: 1px solid #e1e1e1;
    margin: 1rem 1rem 0 0;
}

.about_partner_inner_info_courses div a:hover {
    background: #0259B5;
    color: #fff;
    border-color: #0259B5;
}

#reviews p {
    padding: 0;
    font-size: 15px;
    line-height: 160%;
    margin: .5rem 0 0 0;
}

#reviews b {
    font-size: 16px;
    font-weight: 600 !important;
    display: block;
}

#reviews .ratio picture {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    overflow: hidden;
}

#reviews .ratio picture img {
    object-fit: cover !important;
    width: 100% !important;
    height: 100% !important;
}

.review {
    padding: 1.5rem;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
}

#reviews span {
    padding: .5rem 1rem;
    border-radius: 5rem;
    background: #f9f9f9;
    font-size: 12px;
    color: #111;
    margin: .5rem 0;
    display: inline-block;
}

#reviews .col-lg-9 div {
    margin-top: 1rem;
    border-top: 1px solid #e1e1e1;
    padding-top: .5rem;
}

#reviews .col-lg-9 div .gray {
    filter: grayscale(1);
    opacity: .3;
}

.send_review {
    margin-bottom: 3rem;
    background: #fff;
    box-shadow: 0 15px 35px rgba(0, 0, 0, .05);
    padding: 1.5rem;
}

.send_review b {
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #111;
}

.send_review textarea {
    width: 100%;
    padding: .5rem;
    margin: .5rem 0;
    font-size: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    height: 120px;
    transition: .3s all;
}

.send_review textarea:focus {
    border-color: #c1c1c1;
}

.send_review button {
    padding: .5rem 1rem;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    border: 0;
    background: #0071E6;
}

.send_review button:hover {
    background: #0259B5;
}

.rating-area {
    overflow: hidden;
    margin: 0 0 1.5rem 0;
}

.rating-area:not(:checked)>input {
    display: none;
}

.rating-area:not(:checked)>label {
    float: right;
    margin-right: .2rem !important;
    width: 14px;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
    color: lightgrey;
}

.rating-area:not(:checked)>label:before {
    content: '★';
}

.rating-area>input:checked~label {
    color: #0071E6;
}

.rating-area:not(:checked)>label:hover,
.rating-area:not(:checked)>label:hover~label {
    color: #0071E6;
}

.rating-area>input:checked+label:hover,
.rating-area>input:checked+label:hover~label,
.rating-area>input:checked~label:hover,
.rating-area>input:checked~label:hover~label,
.rating-area>label:hover~input:checked~label {
    color: #0071E6;
}

.rate-area>label:active {
    position: relative;
}

.rating_review {
    display: flex;
}

.modal-body .see_all {
    margin-top: 1rem;
}

.partners.owl-carousel .owl-stage {
    display: flex;
}

.partners.owl-carousel .owl-stage .item {
    height: 100%;
}

.partners.owl-carousel .owl-stage .item .partner {
    height: 100%;
}

.partners.owl-carousel .owl-stage .item .partner a {
    margin-top: auto;
}

.partners.owl-carousel .owl-stage .item .partner span {
    text-align: center;
}

/*.owl-carousel .owl-stage {*/
/*    margin: auto;*/
/*}*/

.messenger {
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 260px;
    height: 60px;
    z-index: 10;
    /* overflow: hidden; */
}
.messenger-btn {
    padding: 14px;
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    background-color: #00528d;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    z-index: 2;
}
.messenger-btn svg {
    fill: #fff;
}
.messenger-btn img {
    width: 32px;
    height: 32px;
}
.messenger-links {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: 8px;
    bottom: 10px;
    height: 150px;
    transform: scale(0);
    transform-origin: 50% 100%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 0;
}
.messenger-links.show {
    /*right: 0;*/
    transform: scale(1);
}
.messenger-links a {
    display: block;
    width: 40px;
    margin-left: 4px;
}

.messenger-links svg {
    fill: #0088cc;
}
.messenger-links img {
    max-width: 40px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.messenger-links a:hover img {
    transform: scale(1.1);
    text-decoration: none;
}

#preview img {
    margin: 10px;
    display: inline-block;
}
.verticalImage {
    border: 2px solid red; /* Example: Blue border for vertical images */
    /* Other styling options for marking vertical images */
}
/*#preview img { width: 150px; height: auto; margin: 10px; cursor: pointer; }*/
/*.previewDiv { display: inline-block; position: relative; }*/
/*.deleteBtn { position: absolute; top: 10px; right: 10px; background: none; border: none; color: #fff;}*/
/*.modal { display: none; position: fixed; z-index: 100; left: 0; top: 0; width: 100%; height: 100%; overflow: auto; background-color: rgb(0,0,0); background-color: rgba(0,0,0,0.4); }*/
/*.modal-content { background-color: #fefefe; margin: 10% auto; border: 1px solid #888; width: 80%; height: 80%;}*/
/*#applyCrop, #cancelCrop { margin-top: 10px; }*/
/*.rotateBtn, .deleteBtn {*/
/*    position: absolute;*/
/*    !* Adjust positions as needed *!*/
/*}*/
img {
    transition: transform 0.2s ease; /* Smooth rotation */
}
.social-share-buttons img {
    width: 22px !important;
}

.gallery .owl-stage {
    display: flex;
}

.gallery .owl-item {
    height: auto;
}

.gallery a {
    display: block;
    height: 100%;
}

.gallery .owl-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.be-partner p {
    font-size: 14px !important;
}

.hero-section {
    height: 800px;
    background: url(../img/hero-bg.jpg) center no-repeat;
    background-size: cover;
}

.hero-section .container-fluid {
    height: 100%;
    backdrop-filter: brightness(.4);
    -webkit-backdrop-filter: brightness(.4);
}

.hero-section h2,
.hero-section p {
    color: #fff;
}

.hero-btn a,
button.learn-more {
    padding: 14px 35px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
}

.learn-more {
    background: linear-gradient(225deg, #0FC457 0%, #158FFF 100%);
    border: 0 !important;
    color: #fefefe !important;
    transition: background-color .3s ease;
}

.be-partner .learn-more:hover {
    background: linear-gradient(225deg, #158FFF 0%, #0FC457 100%);
}

.be-partner .explore {
    color: #fff;
    transition: background-color .3s ease;
}

.explore::after {
    content: '→';
    position: absolute;
    margin-left: 10px;
    transition: margin-left .3s ease;
}

.explore:hover::after {
    margin-left: 15px;
}

.section-1-bg {
    background: url("../img/section-1-bg.jpeg") center no-repeat;
    background-size: cover;
    height: 500px;
}
/*.section-2 {*/
/*    background-color: #f5f5f5;*/
/*}*/

.section-2 picture {
    width: 80px;
}

.section-2 .explore,
.section-4 .explore {
    color: #000;
}

.section-3-bg {
    background: url("../img/section-3-bg.jpg") center no-repeat;
    background-size: cover;
    height: 500px;
}

.section-4-bg {
    background: url("../img/section-4-bg.jpeg") center no-repeat;
    background-size: cover;
    height: 300px;
}

.section-5 {
    background-color: #f5f5f5;
}

.section-5 input {
    padding: 12px;
}

.section-5 input::placeholder {
    font-size: 14px;
}

.section-5 label {
    font-size: 12px;
}

.text-justify {
    text-align: justify;
}

.forum-item__desc p {
    margin-bottom: 0;
}

.forum-item__desc {
    font-size: 14px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
}

.forum_comments_count {
    font-size: 12px;
}

.alert {
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 1000;
    width: max-content;
    animation: hideAnimation 7s forwards;
}

@keyframes hideAnimation {
    0% {
        position: absolute;
        top: -80px;
        opacity: 0;
    }
    10% {
        position: absolute;
        top: 10px;
        opacity: 1;
    }
    90% {
        position: absolute;
        top: 10px;
        opacity: 1;
    }
    100% {
        position: absolute;
        top: -80px;
        opacity: 0;
        visibility: hidden;
        display: none;
    }
}

@media (min-width: 1440px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1300px;
    }
}

@media (max-width: 1400px) {
    header .col-lg-4 a {
        font-size: 12px;
    }

    .block_5 .about_block {
        padding: 1rem;
    }

    .block_5 .about_block picture {
        width: 96px;
        height: 96px;
        margin-right: 1rem;
    }

    .block_5 .about_block b {
        font-size: 14px;
    }

    .block_5 .about_block p {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
    header .col-lg-4 a img {
        width: 24px !important;
    }

    header .col-lg-4 a {
        font-size: 10px;
    }
}

@media (max-width: 992px) {
    header .col-sm-5 {
        justify-content: end;
    }

    header .col-sm-5 a img {
        width: 48px !important;
        margin-right: 0;
    }

    header .col-sm-5 a {
        font-size: 0;
        margin: 0 0 0 .75rem;
    }

    header input {
        font-size: 15px;
    }

    .block_1 .container-fluid {
        padding-top: 200px;
    }

    .categories .col-12 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .category {
        width: calc(50% - .75rem);
        height: 150px;
        font-size: 14px;
    }

    .categories .col-12 .category:nth-child(2n) {
        margin-right: 0;
    }

    .categories .col-12 .category:last-child {
        width: 100%;
    }

    footer .col-lg-9 {
        flex-wrap: wrap;
    }

    footer .col-lg-9 div {
        width: 50%;
        margin-top: 1.5rem;
    }

    footer .soc {
        margin-top: 0 !important;
    }

    .retrit_big_cover {
        margin-top: 2rem !important;
    }

    .autor_inner {
        margin-top: 1.5rem;
    }

    .nav {
        overflow-y: hidden;
        overflow-x: scroll;
        display: flex;
        flex-wrap: nowrap !important;
    }

    .nav button {
        white-space: nowrap;
        margin-right: 2rem;
    }

    .nav button:last-child {
        margin-right: 0;
    }

    .tab-content p {
        padding: 0;
    }

    .retrit_info_2 {
        flex-direction: column;
    }

    .retrit_info_2 hr {
        width: 100% !important;
        height: 1px !important;
        margin: 1.5rem 0 !important;
        background: #f1f1f1 !important;
    }

    .inner_header_bg {
        height: 155px;
    }
}

@media (max-width: 768px) {
    .block_1 h1 {
        font-size: 40px;
    }

    .block_1 p {
        font-size: 14px;
    }

    .retrit_info {
        background: transparent;
    }

    .hero-section {
        height: 600px;
    }

    .section-1-bg {
        height: 400px;
    }

    .section-3-bg {
        height: 300px;
    }
}

@media (max-width: 576px) {
    .block_1 .col {
        padding: 0 !important;
    }

    .block_1 ul {
        border: 0;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: .75rem;
    }

    .block_1 ul li {
        width: calc(50% - .375rem);
        padding: .75rem;
        margin: .75rem .75rem 0 0;
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        background-color: rgba(255, 255, 255, .1);
        border-radius: 4px;
    }

    .block_1 ul li:nth-child(2n) {
        margin-right: 0;
    }

    .block_1 ul .active {
        background: #0071E6;
    }

    .block_1 ul li a {
        font-size: 12px;
        padding: .5rem 0;
        border: 0;
    }

    .retrit_block {
        background: #fff;
        border-radius: 4px;
        text-align: start;
        padding-bottom: 1rem;
        position: relative;
    }

    .tag,
    .sale {
        font-size: 8px;
        padding: .25rem .5rem;
        margin: .5rem;
    }

    .slider .item,
    .image_cover {
        height: 120px;
    }

    .retrit_block h4 {
        font-size: 12px;
        -webkit-line-clamp: 3;
        height: 56px;
        padding: .5rem;
        margin: 0 0 .5rem 0;
        line-height: 130%;
    }

    .retrit_block_1 {
        flex-direction: column;
        align-items: start;
        padding: 0 .5rem;
        font-weight: 500;
        font-size: 10px;
    }

    .retrit_block_1 .date {
        min-width: auto;
        margin: 0 0 1.3rem 0;
        padding: .5rem 1rem;
    }

    .retrit_block_2 {
        padding: .5rem;
        margin: 1rem 0 .5rem 0;
        flex-direction: column;
        align-items: start;
        font-size: 12px;
    }

    .retrit_block_2 div:last-child {
        font-size: 12px;
        font-weight: 300;
    }

    .retrit_block_3 {
        font-size: 20px;
        padding: 1rem .5rem 0 .5rem;
        flex-direction: column;
        align-items: start;
    }

    .retrit_block_3 i {
        font-size: 12px;
        margin-top: -1.2rem;
    }

    .retrit_block_3 div:last-child {
        margin-top: .5rem;
    }

    footer ul {
        font-size: 12px;
    }

    .about_partner_inner_info_courses div a {
        padding: .5rem 1rem;
        font-size: 14px;
        color: #111;
        border-radius: 4px;
        border: 1px solid #e1e1e1;
        margin: .5rem .5rem 0 0;
    }

    #lang_list {
        width: 38.5px !important;
        height: 38.5px !important;
    }

    .dropdown-menu li {
        max-width: 38.5px !important;
        width: 100px !important;
        height: 38.5px;
    }

    .dropdown-menu li a {
        font-size: 13px !important;
        margin: 0 !important;
    }

}
