@import url('https://fonts.googleapis.com/css?family=Rubik:400,500,700,900&display=swap&subset=cyrillic,hebrew,latin-ext');

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    min-width: 320px;
    font-size: 16px;
    background-color: #fff;
    box-sizing: border-box;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    scroll-behavior: smooth;
    font-family: 'Rubik', Roboto, sans-serif;
    font-size: 1rem;
    color: #2d2d2e;
    line-height: 1.3rem;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block
}

audio:not([controls]) {
    display: none;
    height: 0
}

progress {
    vertical-align: baseline
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: inherit;
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button,
input,
select,
textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-input-placeholder {
    color: #2d2d2e;
    font-size: 0.9rem;
    /*    opacity: .54*/
}

:-moz-placeholder {
    color: #2d2d2e;
    font-size: 0.9rem;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    box-sizing: inherit
}

h2 {
    margin: 0 0 1em;
    font-weight: 700
}

a {
    text-decoration: none;
    color: #2d2d2e;
}

a:hover {
    text-decoration: none;
    color: #af2925;
}

p {
    margin: 0 0 1em
}

p:last-child {
    margin: 0;
}

img {
    display: block;
    max-width: 100%
}

.button {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 70px;
    height: 60px;
    border: none;
    background: #af2925;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 60px;
    cursor: pointer;
}

.button:hover {
    background: #F44336;
    color: #fff;
}

.button:active {
    background: #000;
    outline: none;
    border-color: none;
}

.button:focus {
    box-shadow: none;
}

.button-text {
    margin-bottom: 1.5rem;
    letter-spacing: 0.1rem;
    text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 700;
    padding: 0 1.5rem;
}

.font-normal {
    font-weight: 400 !important
}

.font-medium {
    font-weight: 500 !important
}

.font-bold {
    font-weight: 700 !important
}

.fs-big {
    font-size: 2rem;
}

.fs-small {
    font-size: 0.9rem;
}

.text-white {
    color: #fff !important;
}

.text-colored {
    color: #af2925;
}

.bg-light-grey {
    background: #f4f4f4;
    /*    position: relative;*/
}

.bg-dark-grey {
    background: #2d2d2e;
}

.nav-link {
    text-transform: uppercase;
    letter-spacing: 1px;
}

form {
    position: relative;
}

form .inputs {
    width: 60%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    color: #2d2d2e;
}

form .inputs input {
    background-color: transparent;
    border-color: #555556;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    width: 46%;
    font-weight: 500;
    font-size: 20px;
    height: 40px;
    margin-right: 20px;
    border-radius: 0px;
    box-shadow: none;
}

form .inputs input:focus {
    color: #000;
    border-color: #000;
}

.middle-form .title,
.form-university .title {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #be1e2d;
    text-transform: uppercase;
    font-weight: 700;
}

.form-university .title {
    color: inherit;
    padding: 1rem 0 0 0;
}

.form-university:before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #cccccc;
    content: '';
    left: 0;
    bottom: 15rem;
}

.middle-form .subtitle,
.form-university .subtitle {
    font-size: 1.1rem;
    font-weight: 700;
}

.middle-form button,
.form-university button {
    margin: 0 0 0 2rem;
    font-size: 1.05rem;
    position: relative;
    z-index: 4;
}

.middle-form .privacy-text {
    font-size: 10px;
    color: #e8e8e8;
    position: absolute;
    bottom: 1rem;
    left: 37rem;
    z-index: 5;
    font-weight: 500;
}

.middle-form .privacy-text a,
.form-university .privacy-text a {
    color: #a4a4a4;
}

.form-university .privacy-text {
    font-size: 10px;
    color: #cccccc;
    position: relative;
    bottom: 1rem;
    left: 26.5rem;
    z-index: 5;
}

/*
.form-university.form-da {
    margin-top: 8rem !important;
}
*/

.form-university .inputs input,
.middle-form .inputs input {
    font-size: 0.8rem;
}

.grey-plate {
    position: absolute;
    height: 6rem;
    top: 8.2rem;
    left: 0;
    width: 72rem;
    background-color: #e8e8e8;

}

.main-form .title {
    font-size: 2.8rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: initial;
}

.main-form .text,
.main-form-wrapper .subtitle {
    font-size: 0.95rem;
    font-weight: 500;

}

.main-form-wrapper {
    width: 65%;
    padding: 2rem;
    display: block;
}

.main-form-wrapper-mobile {
    display: none;
}

.main-form-wrapper .title {
    font-size: 1.2rem;
    color: #be1e2d;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.5rem;
}

.regular_lp_bottom_form textarea {
    width: 100%;
    border: 2px solid #000;
    color: #2d2d2e;
    background-color: inherit;
    outline: none;
    height: 8.3rem;
    padding: 20px;
    resize: none;
}

.textarea-header {
    margin: 0 0 0.5rem;
    font-size: 0.9rem;
    font-weight: 500;
}

.inputs-wrapper {
    margin: 2rem 0 1.5rem;
}

.regular_lp_bottom_form .inputs {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 5;
    color: #2d2d2e;
    position: relative;
    top: -2rem;
}

.regular_lp_bottom_form .inputs input {
    background-color: transparent;
    border-color: #2d2d2e;
    border-style: solid;
    border-width: 0px 0px 2px 0px;
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    height: 40px;
    margin: 1.5rem 0 0;
    border-radius: 0px;
    box-shadow: none;
}

.regular_lp_bottom_form button {
    font-size: 13px;
    width: 17.5rem;
    margin: 0;
}

.regular_lp_bottom_form .privacy-text {
    font-size: 11px;
    padding: 0 0 0 1rem;
    width: 25rem;
}

.regular_lp_bottom_form .privacy-text a {
    color: #a4a4a4;
}

/*
.main-form-wrapper .subtitle {
    font-weight: 500;
    font-size: 0.9rem;
}
*/

.page-wrapper {
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
}

.header {
    position: relative;
    background-color: #2d2d2e;
}

.header__top {
    z-index: 3;
    position: relative;
}

.phone-number {
    font-size: 1rem;
    text-align: right;
}

.logo-wrapper {
    position: relative;
}

.logo-wrapper img {
    width: 8rem;
}

.logo-wrapper .sub-logo-text {
    position: absolute;
    bottom: -1rem;
    left: 2.5rem;
    font-size: 0.5rem;
}

header .poster {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 4.75rem;
    max-width: 85%;
}

header .poster img {
    width: 100%;
}

.hero {
    z-index: 3;
}

.hero h1 {

    font-weight: 700;
    font-size: 3.75rem;
    text-transform: uppercase;
}

.hero__title {
    font-weight: 500;
    position: relative;
    /*    left: -11rem;*/
    background: #000;
}

.hero__title .title_list {
    /*    right: -11.5rem;*/
    position: relative;
}

.hero__sub-title {
    font-size: 3rem;
    opacity: 0.25;
    font-weight: 700;
}

.hero__sub-title > div {
    position: absolute;
    z-index: 3;
    bottom: 0.2rem;
}

.hero__sub-title > div > p {
    line-height: 1;
}

/*
.hero__button {
    position: relative;
    z-index: 3;
        bottom: -3rem;
    left: 11.1rem;
}
*/

.hero__button {
    position: absolute;
    z-index: 3;
    bottom: -1rem;
    right: 0;
}

.hero__button p {
    font-size: 1.2rem;
    font-weight: 700;
}

.navigation-button {
    border: 1px solid #565656;
    width: 30%;
    height: 107px;
    background-color: rgba(255, 255, 255, 0);
}

.navigation-button:nth-of-type(1) {
    background: url(../images/logo/logo-marangoni-black.svg) no-repeat center 50%/85%;
}

.navigation-button:nth-of-type(2) {
    background: url(../images/logo/logo-naba-black.svg) no-repeat center 50%/60%;
}

.navigation-button:nth-of-type(3) {
    background: url(../images/logo/domus-a-black.svg) no-repeat center 50%/40%;
}

.navigation-button:hover {
    border: 1px solid #be1e2d;
}

.navigation-button:nth-of-type(1):hover {
    background: url(../images/logo/logo-marangoni.svg) no-repeat center 50%/85% #be1e2d;
}

.navigation-button:nth-of-type(2):hover {
    background: url(../images/logo/logo-naba.svg) no-repeat center 50%/60% #be1e2d;
}

.navigation-button:nth-of-type(3):hover {
    background: url(../images/logo/domus-a.svg) no-repeat center 50%/40% #be1e2d;
}

.navigation-poster-wrap .navigation-poster {
    background: none;
    position: relative;
}

.navigation-poster-wrap p {
    position: absolute;
    top: 1rem;
    left: 1.5rem;
    color: #fff;
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

/*navigation-card*/

.navigation-card {
    color: #fff;
    position: relative;
}

.navigation-card h2 {
    color: #000;
}

.navigation-card-item {
    position: relative;
    height: 450px;
    width: 30%;
    padding: 0;
}

.navigation-card .card-title {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    top: 1rem;
    left: 1rem;
    line-height: 1.3;

}

.card-about {
    position: absolute;
    bottom: 0;
    font-size: 1rem;
    font-weight: 700;
}

.card-about-footer {
    background: #000;
    font-size: 0.85rem;
    color: #f4f4f4;
    font-weight: 500;
}

.cadr-footer-info {
    color: #c2c2c2;
}

.navigation-card-item-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.navigation-card-curtain {
    background-color: #7d716b;
    opacity: 0.6;
    position: absolute;
    width: 100%;
    height: 100%;
}

.navigation-card-marangoni-poster {
    background: #3a261c url(../images/card_photo/marangoni-card-photo-m.jpg) no-repeat center;
    background-size: cover;
    background-position: 15% 50%;
}

.navigation-card-naba-poster {
    background: #3a261c url(../images/card_photo/naba-card-photo-m.jpg) no-repeat center;
    background-size: cover;
}

.navigation-card-da-poster {
    background: #3a261c url(../images/card_photo/da-card-photo-m.jpg) no-repeat center;
    background-size: cover;
}

.card-button-arrow {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 36px;
    background: #be1e2d url(../images/icons/right.svg) no-repeat center;
}

.navigation-card-item:hover {
    cursor: pointer;
}

.navigation-card-item:hover > .card-button-arrow {
    background-color: #F44336;
}

/*expectations*/

.expectations-title {
    color: #fff;
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.black-line {
    position: absolute;
    left: -11rem;
    top: 7rem;
    background-color: #000;
    height: 260px;
    width: 100%;
}

.expectations-card {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
}

.red-sqare-number {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 36px;
    background: #be1e2d;
    display: flex;
    justify-content: center;
    align-items: center;
}

.expectations-card-text {
    padding-top: 0.7rem;
}

/*brands*/

.brands-title {
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    position: absolute;
    top: 3rem;
    left: 2rem;
}

.brand-logo-wrapper {
    position: absolute;
    top: 11rem;
    left: 2rem;
}

.brand-logo-wrapper img {
    max-width: 100%;
}


/*univer*/

.marangoni-card-poster,
.naba-card-poster,
.da-card-poster {
    position: relative;
    top: -1rem;
}

.univercity-card-body {
    padding: 1rem 0 0 1rem;
}

.univercity-card-title,
.univercity-card-subtitle {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 3rem;
    line-height: 2.2rem;
    margin: 0 0 0.5em;
}

.univercity-card-title span {
    font-size: 1.5rem;
}

.univercity-card-subtitle {
    font-size: 1.1rem;
}

.univercity-card-section > .title,
.graduates .title {
    color: #be1e2d;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 0.5em;
}

.univercity-card-section .text {
    font-size: 0.8rem;
    font-weight: 500;
}

.univercity-card-section .text .title {
    font-weight: 700;
    margin: 20px 0 0 0;
}

.check-list ul {
    list-style: none;
    padding: 0 0 0 1rem;
}

.check-list ul li {
    position: relative;
    margin-top: 10px;
    color: #565656;
    font-size: 14px;
}

.check-list ul > li:before {
    position: absolute;
    left: -1rem;
    top: 5px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 0.7rem;
    content: '\f00c';
}

.univercity-card-subsection {
    position: absolute;
    right: 0;
    top: -3.5rem;
}

/*
.univercity-card-subsection-da {
    bottom: -6rem;
}
*/

.univercity-card-subsection .head {
    color: #fff;
}

.univercity-card-subsection .head .title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.05rem;
}

.univercity-card-subsection .head ul {
    font-weight: 500;
    font-size: 0.8rem;
    list-style: none;
    padding: 0;
}

.univercity-card-subsection .head ul li {
    position: relative;
}

.univercity-card-section-mobile {
    display: none;
}

/*graduates*/

.graduates {
    background-color: #e8e8e8;
}

/*reviews*/

.reviews {
    color: #fff;
}

.reviews-wrapper {
    height: 20rem;
}

.reviews .title {
    font-size: 2.25rem;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
}

.quote-icon {
    position: relative;
    z-index: 7;
}

.quote-wrapper {
    position: absolute;
    background-color: #000;
    top: 3rem;
    right: 0;
}

.reviews-card .title {
    font-size: 0.9rem;
    font-weight: 700;
}

.reviews-card .title span {
    font-weight: 500;
    text-transform: none;
}

.reviews-photo {
    position: absolute;
    top: 2rem;
    left: -2.5rem;
    max-width: 100%;
    border-radius: 50%;
}

.about-company {
    padding: 4rem 0 0rem 0;
    background: none;
}

.about-company-poster {
    position: absolute;
    right: 0;
    top: 4rem;
}

.about-company-poster img {
    max-width: 56rem;
    margin: auto;
    margin-right: 0;
}

.grey-right:before {
    position: absolute;
    content: '';
    height: 100%;
    max-width: 56rem;
    right: 0;
    top: 0;
    right: -20rem;
    top: 0;
    width: 20rem;
    background: #f4f4f4;
}

.about-company-text {
    font-size: 1.1rem;
    font-weight: 500;
}

.about-company-text > p:first-of-type {
    margin: 0 0 2.6rem;
}

.about-company-text span {
    color: #be1e2d;
}

.about-company-logo {
    width: 12rem;
    padding: 0 0 2.5rem;
}

.info-form .text {
    /*    padding: 0 0 1.5rem;*/
}

.info-form .marager-wrapper {
    padding: 1.5rem 0 0;
    font-weight: 500;
    font-size: 0.9rem;
}

.marager-wrapper .phone {
    padding: 0 0 1.5rem;
}

.manager-info .photo {
    width: 183px;
    border-radius: 50%;
}

.manager-info .text {
    padding: 0 0 0 1rem;
    width: 15rem;
}

.manager-info .text .name {
    margin: 0 0 0.5rem;
}

.main-form .marager-wrapper-mobile {
    display: none;
}

.footer {
    background: #000;
}

.footer .date {
    color: #fff;
    font-size: 0.9rem;
}

@media screen and (max-width: 1025px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 960px) {

    html {
        font-size: 16px;
    }

    .button-text {
        font-size: 0.9rem;
    }

    .phone-number {
        font-size: 0.9rem;
    }

    header .poster {
        width: 100%;
        height: 88.8%;
        max-width: 100%;
        margin: 3.4rem 0 0 0;
        left: 0;
        top: 0;
        background: url(../images/MILANO.jpg);
        background-position: 25%;
    }

    .hero h1 {
        font-size: 2rem;
        text-transform: none;
    }

    .hero__title {
        font-size: 0.95rem;
        /*        left: -10rem;*/
    }

    .hero__title .title_list {
        /*        right: -11rem;*/
    }

    .hero__button {
        left: auto;
        justify-content: center;
        bottom: -3.4rem;
    }

    .navigation {
        padding-bottom: 2rem !important;
    }

    .navigation-button {
        height: 83px;
        width: 100%;
    }

    .navigation-button:nth-of-type(1),
    .navigation-button:nth-of-type(1):hover {
        background-size: 70%;
    }

    .navigation-button:nth-of-type(2),
    .navigation-button:nth-of-type(2):hover {
        background-size: 40%;
    }

    .navigation-button:nth-of-type(3),
    .navigation-button:nth-of-type(3):hover {
        background-size: 28%;
    }

    .navigation-poster-wrap .navigation-poster {
        background: url(../images/poster/navigation-poster.jpg) no-repeat center;
        width: 100%;
        padding-top: 100%;
        background-position: 70% top;
        background-size: cover;
    }

    .navigation-poster-wrap p {
        position: relative;
        color: inherit;
        font-size: 1.5rem;
        top: auto;
        left: auto;
        margin: 1rem 0 0 0;
        text-transform: none;
    }

    .navigation-card-item {
        width: 100%;
    }

    .expectations-title {
        position: relative;
        font-size: 1.5rem;
        top: auto;
        left: auto;
        margin: 1rem 0 2rem;
        text-transform: none;
    }

    .black-line {
        top: 5rem;
        left: 0;
        height: 22.5rem;
    }

    .brands-mobile {
        background-color: #bebebe;
    }

    .brands-mobile .title {
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 2rem;
    }

    .brand-logo-list {
        padding: 1rem 0;
    }

    .brand-logo-list img {
        /*        padding: 1rem;*/
    }

    .middle-form .title {
        font-size: 1.2rem;
        text-transform: none;
        margin: 0 0 0.5rem;
    }

    .middle-form .subtitle {
        font-size: 0.9rem;
    }

    .middle-form form {
        flex-direction: column;
    }

    .middle-form button {
        margin: 1rem auto;
        font-size: .9rem;
    }

    .middle-form .inputs {
        width: 100%;
        flex-direction: column;
        height: auto;
    }

    .middle-form .inputs input {
        margin: 1rem 0;
        width: 100%;
    }

    .middle-form .privacy-text {
        position: relative;
        left: auto;
        bottom: auto;
    }

    .univercity-card .container {
        background: none;
    }

    .marangoni-card-poster {
        background: url(../images/poster/marangoni-card-poster.jpg) no-repeat;
    }

    .naba-card-poster {
        background: url(../images/poster/naba-card-poster.jpg) no-repeat;
    }

    .da-card-poster {
        background: url(../images/poster/da-card-poster.jpg) no-repeat;
    }

    .marangoni-card-poster,
    .naba-card-poster,
    .da-card-poster {
        padding-top: 75%;
        width: 100%;
        background-size: cover;
        background-position: 80% 50%;
    }

    .univercity-card-body {
        padding: 0;
        margin: -1rem 0 0;
    }

    .univercity-card-title {
        background-color: #2d2d2e;
        font-size: 1.5rem;
        line-height: 1.3rem;
        color: #fff;
        text-transform: none;
        padding: 1rem;
        margin: 0;
    }

    .univercity-card-title span:first-of-type {
        font-size: 1.1rem;
    }

    .univercity-card-subtitle {
        font-size: 0.9rem;
        text-transform: uppercase;
        line-height: initial;
        margin: 0.7rem 0 0;
        display: block;
    }

    .univercity-card-section,
    .univercity-card-subsection {
        display: none;
    }

    .univercity-card-section-mobile {
        display: block;
        background: #e8e8e8;
        padding: 1rem;
        font-size: 0.8rem;
        font-weight: 500;
    }

    .univercity-card-section-mobile-title {
        font-size: 0.9rem;
        color: #be1e2d;
        text-transform: uppercase;
        position: relative;
        font-weight: 700;
        margin: 0 0 0.5rem;
    }

    .univercity-card-section-mobile-title i {
        margin-left: 0.5rem;
    }


    .univercity-card-section-mobile ul {
        list-style: none;
        padding: 0 0 0 1rem;
        font-size: 0.8rem;
        position: relative;
        font-weight: 500;
    }

    .univercity-card-section-mobile ul li {
        position: relative;
    }

    .univercity-card-section-mobile .programm ul li:before {
        position: absolute;
        content: '—';
        left: -1rem;
        top: auto;
        width: auto;
        height: auto;
    }

    .univercity-card-mobile-title {
        font-weight: 700;
        margin: 0;
    }

    .univercity-card-info {
        display: none;
    }

    .graduates {
        font-size: 12px;
        display: none;
    }

    .univercity-card .button-text {
        display: flex;
        line-height: 1.3rem;
        padding: 0 1.5rem;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .quote-wrapper {
        position: relative;
        background: none;
        top: 0;
        padding-left: 3.5rem !important;
    }

    .reviews .title {
        font-size: 1.5rem;
        text-transform: none;
    }

    .reviews-wrapper {
        height: auto;
    }

    .quote-icon {
        position: absolute;
        top: 0;
        right: 1rem;
    }

    .reviews-card,
    .reviews-card .title {
        font-size: 0.8rem;
    }

    .reviews-photo {
        top: 0;
        left: -3rem;
    }

    .about-company {
        background: #f4f4f4;
        padding: 3rem 0 0rem;
    }

    .about-company-poster {
        background: url(../images/poster/about-company-poster.jpg) no-repeat;
        background-position: center;
        width: 100%;
        padding-top: 65%;
        background-size: cover;
        position: relative;
        top: 0;
    }

    .about-company-text {
        font-size: 0.95rem;
    }

    .about-company-text > p:first-of-type {
        margin: 0 0 2rem;
    }

    .main-form .title {
        font-size: 2rem;
        text-transform: none;
    }

    .main-form .text {
        font-size: 13px;
    }

    .main-form .text p br {
        display: none;
    }

    .main-form .marager-wrapper {
        display: none;
    }

    .main-form .marager-wrapper-mobile {
        display: block;
    }

    .main-form-wrapper {
        display: none;
    }

    .main-form-wrapper-mobile {
        width: 100%;
        padding: 1rem;
        font-size: 0.8rem;
        display: block;
    }

    .main-form-wrapper-mobile .title {
        font-size: 0.95rem;
    }

    .main-form-wrapper-mobile .subtitle {
        font-size: 0.8rem;
    }

    .manager-info .photo {
        width: 68px;
    }

    .manager-info .text .name {
        margin: 0;
    }

    .textarea-header {
        font-size: 0.8rem;
        margin-top: 0.6rem;
    }

    .regular_lp_bottom_form textarea {
        height: 6rem;
    }

    .regular_lp_bottom_form .privacy-text {
        font-size: 9px;
        width: auto;
        line-height: 1;
        margin: 0.5rem 0 0;
    }

}

@media screen and (max-width: 813px) {
    html {
        font-size: 14px;
    }
}

@media screen and (max-width: 810px) {
    html {
        font-size: 16px;
    }


}

@media screen and (max-width: 400px) {
    .black-line {
        top: 7rem;
    }

    .button-text {
        font-size: .6rem;
    }
    
    .main-form-wrapper-mobile .button-text{
        font-size: .9rem;
    }
    
    .hero__button {
        left: 0;
        right: 0;
    }
}

/***************New slider******************/

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.owl-carousel button.owl-dot {
    width: 9px !important;
    height: 9px !important;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0);
    background-color: #af2925 !important;
    opacity: .4;
    margin-right: 8px;
    display: block !important;
    margin-top: 7px;
}

.owl-carousel button.owl-dot.active {
    opacity: 0.8;
}

/*Slider*/

.owl-carousel .owl-item img {
    width: auto;
}

.owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.owl-carousel button.owl-dot {
    width: 11px !important;
    height: 11px !important;
    border-radius: 10px;
    /*	background: rgba(255, 255, 255, 0);*/
    background-color: #af2925 !important;
    opacity: .4;
    margin-right: 8px;
    display: block !important;
    margin-top: 7px;
}

.owl-carousel button.owl-dot.active {
    opacity: 1;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
    position: absolute;
    bottom: -4rem;
    width: 40px;
    height: 36px;
    content: '';
    transition: .3s;
}

.owl-carousel .owl-nav .owl-prev span,
.owl-carousel .owl-nav .owl-next span {
    content: '';
    display: none;
}

.owl-carousel .owl-nav .owl-prev {
    left: 0;
    background: #be1e2d url(../images/icons/right.svg) no-repeat center !important;
    transform: rotate(180deg);
    background-position: 50% 45% !important;
}

.owl-carousel .owl-nav .owl-next {
    left: 40px;
    background: #be1e2d url(../images/icons/right.svg) no-repeat center !important;
}

.owl-carousel .owl-nav .owl-prev:hover,
.owl-carousel .owl-nav .owl-next:hover {
    border-color: #F44336 !important;
}

#student-reviews .owl-dots {
    display: none;
}

nav {
    display: none;
    color: #fff;
}

nav.fixed {
    display: block;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .99);
    z-index: 29;
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    padding: 8px 0px 7px;
    transition: .3s;
}

nav.fixed a.nav_link {
    color: #fff;
}

nav.fixed a.nav_link:hover {
    color: #be1e2d;
}

nav.fixed .button-text {
    font-size: 0.6rem;
    padding: 0 1rem;
    margin: 0;
    height: auto;
    line-height: 2.2rem;
}

nav.fixed .mobile-phone {
    content: '';
    position: relative;
    width: 43px;
    height: 43px;
}

nav.fixed .mobile-phone:before {
    position: relative;
    top: 11px;
    font-weight: 900;
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 1.2rem;
    content: '\f879';

}

nav.fixed .logo-wrapper .sub-logo-text {
    bottom: -0.6rem;
}

nav.fixed a.mobile-menu-button {
    display: flex;
    position: relative;
    cursor: pointer;
}

nav.fixed a.mobile-menu-button span.burger {
    width: 43px;
    padding: 15px 10px;
}

nav.fixed a.mobile-menu-button span.burger::before,
nav.fixed a.mobile-menu-button span.burger span,
nav.fixed a.mobile-menu-button span.burger::after {
    display: block;
    height: 2px;
    background: #fff;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

nav.fixed a.mobile-menu-button span.burger::before,
nav.fixed a.mobile-menu-button span.burger::after {
    content: '';
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
}

nav.fixed a.mobile-menu-button span.burger span {
    margin: 4px 0;
}

nav.fixed a.mobile-menu-button.active span.burger span {
    opacity: 0;
}

nav.fixed a.mobile-menu-button.active span.burger::before,
nav.fixed a.mobile-menu-button.active span.burger::after {
    background: #be1e2d;
}

nav.fixed a.mobile-menu-button.active span.burger::before {
    transform: rotate(-45deg);
}

nav.fixed a.mobile-menu-button.active span.burger::after {
    transform: rotate(45deg);
}

/****************/

/**** #mobile-menu ***/

/****************/

#mobile-menu {
    height: 0;
    opacity: 0;

    position: fixed;
    width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, .99);
    padding: 24px 1rem 1rem;
    z-index: -99;
    top: 3rem;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

#mobile-menu ul {
    list-style-type: none;
    margin: 10px 0px 30px 5px;
}

#mobile-menu ul li {
    margin: 0 0 1rem;
}

#mobile-menu a {
    color: #fff;
    font-size: 1.2rem;
}

#mobile-menu a::before {
    content: "— ";
}

#mobile-menu a.button::before {
    content: "";
}

#mobile-menu a.button-text {
    font-size: 0.8rem;
    position: absolute;
    left: 0;
    right: 0;
}

#mobile-menu.active {
    height: auto;
    opacity: 1;
    transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s, -webkit-transform 0.35s;
    z-index: 99;
}

#mobile-menu .menu {
    margin: 35px 0px 0px 5px;
    text-align: right;
}

#mobile-menu .menu img {
    width: 34px;
    height: 34px;
    margin-top: 5px;
}

#mobile-menu .menu {
    margin: -6px 0 0 -0px;
}

#mobile-menu {
    padding-left: 15px;
}

.patrnter_text .title {
    font-weight: 700;
}

.img_wrapp_icons {
    background: #fff;
    border-radius: 50%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    margin: auto;
}

.partner_img img {
    border-radius: 50%;
    width: 200px !important;
    margin-bottom: 1rem;
}

.date_h {
    margin-top: 18px !important;
    font-size: 3rem;
    line-height: 1;
    opacity: 0.75;
    font-weight: 700;
}

@media screen and (max-width: 760px) {
    .date_h {
        margin-top: 18px !important;
        font-size: 2rem;

    }
}
