body {
    overflow-x: hidden;
}

.about-content * {
    margin: 0;
}

.phone-vergul > b:not(:last-child)::after {
  content: ",";
  display: inline;
}

.line-height {
    line-height: 50px;
}

.green-icon {
    font-size: 44px;
    padding: 20px;
    background-color: var(--primary-color-500);
    margin: 0;
    line-height: 0;
    color: var(--white);
    border-radius: 50px;
}

.courses-program-list > li > p {
    position: relative;
    padding: var(--spacing-16);
    background-color: var(--gray-color-50);
    color: var(--gray-color-500);
}

.header-image {
    max-height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: initial;
}

.header-desc>p {
    margin: 0;
}

.section-header {
    margin-bottom: 50px;
}

.border-one::after,
.border-two::after,
.border-three::after,
.border-four::after {
    content: none;
    position: absolute;
    right: 0;
    bottom: -24px;
}

.border-one::after {
    content: url(../media/icons/border-one.svg);
}

.border-two::after {
    content: url(../media/icons/border-two.svg);
}

.border-three::after {
    content: url(../media/icons/border-three.svg);
}

.border-four::after {
    content: url(../media/icons/border-four.svg);
}

.section-header>h3 {
    margin: 0;
    margin-bottom: 25px;
}

.section-header>h3>span {
    color: var(--primary-color-500);
}

.card-course p {
    margin: 0;
}

.card-course:hover .card-course-link {
    background-color: var(--primary-color-500);
    color: var(--white);
}

.card-course-link {
    color: var(--primary-color-500);
    width: 44px;
    height: 44px;
}

.card-course-width {
    width: 60%;
}

.no-divider {
    border-bottom: 0 !important;
}

.height-44 {
    height: 44px;
}

.arrow-pointer::before {
    position: absolute;
    z-index: 10;
    left: -190px;
    top: -50%;
    content: url(../media/icons/ArrowPointer.svg);
}

.uk-section-ellipse-shadow::before {
    content: url(../media/images/ellipse-shadow.svg);
    z-index: 10;
    position: absolute;
    left: 0;
    top: 0;
}

.uk-section-ellipse-shadow::after {
    content: url(../media/images/ellipse-shadow-2.svg);
    position: absolute;
    right: 0;
    bottom: 0;
}

.statistic-section > div::after  {
    content: '';
    display: inline-block;
    width: 2px;
    background-color: var(--white);
    height: 100%;
}

.statistic-section > div:last-child::after {
    display: none;
}

.spiral-border::after {
    content: url(../media/icons/border-four.svg);
    position: absolute;
    right: 0;
    bottom: -40px;
}

.ellipse-green {
    position: absolute;
    bottom: -40px;
    right: 20%;
}

.elements {
    max-height: 65vh;
    position: absolute;
    top: 0;
    left: -10%;
}

.teacher-catalog-item > a {
    box-sizing: border-box;
    text-decoration: none;
    background-color: var(--primary-color-500);
    color: var(--white);
}

.teacher-catalog-item > a.active {
    border: 10px solid var(--primary-color-300);
    padding: calc(var(--spacing-32) - 10px);
}

.absolute-div {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
}

.section-content-item::after {
    content: url(/assets/frontend/media/images/vector-top.png);
    position: absolute;
    top: 24px;
    z-index: 999;
}

.section-content-item::before {
    content: url(/assets/frontend/media/images/vector-bottom.png);
    position: absolute;
    bottom: 17px;
    z-index: 999;
}

.muraciet-box {
    z-index: 999;
    top: -200px;
}

.corporative-box {
    z-index: 999;
    top: -100px;
}

#map {
    height: 400px; /* The height is 400 pixels */
    width: 1200px; /* The width is the width of the web page */
}

.contacts-icon {
    padding: 19px;
    font-size: 36px;
    display: inline-block;
    line-height: 0;
    color: var(--primary-color-50);
}

.phone-icon {
    background-color: var(--primary-color-300);
}
.message-icon {
    background-color: #C5C468;
}
.location-icon {
    background-color: #454D66;
}

@media (min-width: 640px) and (max-width: 1200px) {
    #map {
        width: 690px; /* The width is the width of the web page */
    }
}

@media (max-width: 1200px) {
    .spiral-border::after,
    .section-content-item::after,
    .section-content-item::before,
    .uk-section-ellipse-shadow::before,
    .uk-section-ellipse-shadow::after,
    .ellipse-green {
        display: none;
    }
    /*.header-desc {*/
    /*    min-height: 100vh;*/
    /*}*/

    .statistic-section > div::after  {
        content: '';
        width: 100%;
        height: 2px;
    }

    .muraciet-box {
        top: -500px;
    }
}

/* Phone landscape and bigger */
@media (max-width: 640px) {

    #map {
        width: 336px; /* The width is the width of the web page */
    }

    /* Whole */
    .uk-width-1-1\@maxs{
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@maxs{
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@maxs{
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@maxs{
        width: calc(100% * 2 / 3.001);
    }

    /* Quarters */
    .uk-width-1-4\@maxs{
        width: 25%;
    }

    .uk-width-3-4\@maxs{
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@maxs{
        width: 20%;
    }

    .uk-width-2-5\@maxs{
        width: 40%;
    }

    .uk-width-3-5\@maxs{
        width: 60%;
    }

    .uk-width-4-5\@maxs{
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@maxs{
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@maxs{
        width: calc(100% * 5 / 6.001);
    }

    /* Pixel */
    .uk-width-small\@maxs{
        width: 150px;
    }

    .uk-width-medium\@maxs{
        width: 300px;
    }

    .uk-width-large\@maxs{
        width: 450px;
    }

    .uk-width-xlarge\@maxs{
        width: 600px;
    }

    .uk-width-2xlarge\@maxs{
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@maxs{
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@maxs{
        flex: 1;
        min-width: 1px;
    }
}

/* Tablet landscape and bigger */
@media (max-width: 960px) {

    /* Whole */
    .uk-width-1-1\@maxm{
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@maxm{
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@maxm{
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@maxm{
        width: calc(100% * 2 / 3.001);
    }

    /* Quarters */
    .uk-width-1-4\@maxm{
        width: 25%;
    }

    .uk-width-3-4\@maxm{
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@maxm{
        width: 20%;
    }

    .uk-width-2-5\@maxm{
        width: 40%;
    }

    .uk-width-3-5\@maxm{
        width: 60%;
    }

    .uk-width-4-5\@maxm{
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@maxm{
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@maxm{
        width: calc(100% * 5 / 6.001);
    }

    /* Pixel */
    .uk-width-small\@maxm{
        width: 150px;
    }

    .uk-width-medium\@maxm{
        width: 300px;
    }

    .uk-width-large\@maxm{
        width: 450px;
    }

    .uk-width-xlarge\@maxm{
        width: 600px;
    }

    .uk-width-2xlarge\@maxm{
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@maxm{
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@maxm{
        flex: 1;
        min-width: 1px;
    }
}

/* Desktop and bigger */
@media (max-width: 1200px) {

    /* Whole */
    .uk-width-1-1\@maxl {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@maxl {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@maxl {
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@maxl {
        width: calc(100% * 2 / 3.001);
    }

    /* Quarters */
    .uk-width-1-4\@maxl {
        width: 25%;
    }

    .uk-width-3-4\@maxl {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@maxl {
        width: 20%;
    }

    .uk-width-2-5\@maxl {
        width: 40%;
    }

    .uk-width-3-5\@maxl {
        width: 60%;
    }

    .uk-width-4-5\@maxl {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@maxl {
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@maxl {
        width: calc(100% * 5 / 6.001);
    }

    /* Pixel */
    .uk-width-small\@maxl {
        width: 150px;
    }

    .uk-width-medium\@maxl {
        width: 300px;
    }

    .uk-width-large\@maxl {
        width: 450px;
    }

    .uk-width-xlarge\@maxl {
        width: 600px;
    }

    .uk-width-2xlarge\@maxl {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@maxl {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@maxl {
        flex: 1;
        min-width: 1px;
    }
}

/* Large screen and bigger */
@media (max-width: 1600px) {

    /* Whole */
    .uk-width-1-1\@maxxl {
        width: 100%;
    }

    /* Halves */
    .uk-width-1-2\@maxxl {
        width: 50%;
    }

    /* Thirds */
    .uk-width-1-3\@maxxl {
        width: calc(100% * 1 / 3.001);
    }

    .uk-width-2-3\@maxxl {
        width: calc(100% * 2 / 3.001);
    }

    /* Quarters */
    .uk-width-1-4\@maxxl {
        width: 25%;
    }

    .uk-width-3-4\@maxxl {
        width: 75%;
    }

    /* Fifths */
    .uk-width-1-5\@maxxl {
        width: 20%;
    }

    .uk-width-2-5\@maxxl {
        width: 40%;
    }

    .uk-width-3-5\@maxxl {
        width: 60%;
    }

    .uk-width-4-5\@maxxl {
        width: 80%;
    }

    /* Sixths */
    .uk-width-1-6\@maxxl {
        width: calc(100% * 1 / 6.001);
    }

    .uk-width-5-6\@maxxl {
        width: calc(100% * 5 / 6.001);
    }

    /* Pixel */
    .uk-width-small\@maxxl {
        width: 150px;
    }

    .uk-width-medium\@maxxl {
        width: 300px;
    }

    .uk-width-large\@maxxl {
        width: 450px;
    }

    .uk-width-xlarge\@maxxl {
        width: 600px;
    }

    .uk-width-2xlarge\@maxxl {
        width: 750px;
    }

    /* Auto */
    .uk-width-auto\@maxxl {
        width: auto;
    }

    /* Expand */
    .uk-width-expand\@maxxl {
        flex: 1;
        min-width: 1px;
    }
}
