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

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

body {
    margin: 0;
    font-family: 'Montserrat', Roboto, sans-serif;
    scroll-behavior: smooth;
    font-size: 16px;
    font-weight: 400;
}

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: 64px;
    margin: .67em 0
}

img {
    border-style: none
}

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

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
}

/*
select {
    border-radius: 0;
    background: url(../images/icons/select-option.png) #ffffff no-repeat;
    -webkit-appearance: none;
    color: #767676;
    background-position: 100%;

}

options {
    color: #000;
}
*/

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: inherit;
    opacity: .9;
    line-height: 40px;
    /*    padding-top: 5px;*/
}

:-moz-placeholder {
    color: inherit;
    opacity: .9;
    line-height: 40px;
    /*    padding-top: 5px;*/
}

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

* {
    box-sizing: inherit
}

h2 {
    font-weight: 500;
    font-size: 48px;
}

h3 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
}

a {
    text-decoration: none;
    color: #000;
}

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

p {
    margin: 0 0 1em
}

p:last-child {
    margin: 0
}

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

.button {
    background: #ff4527;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    line-height: 1;
    padding: 1rem 2rem;
    border-radius: 23px;
    display: inline-block;
    transition: .6s;
}

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

picture {
    display: block
}

.hidden {
    display: none
}

.font-thin {
    font-weight: 100
}

.font-bold {
    font-weight: 700
}

.fs-min {
    font-size: 0.875rem;
}

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

.fs-mid {
    font-size: 1.375rem;
}

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

.lh-1-3 {
    line-height: 1.3
}

.lh-1-5 {
    line-height: 1.5
}

.text-colored {
    color: #ff4527;
}

.phone-number {
    color: #fff;
    transition: .6s;
}

.phone-number:hover {
    color: #ff4527;
    transition: .6s;
}

.fix-line {
    display: block;
    background: #000;
    padding: 1rem;
}

.fix-line .container {
    max-height: 80px;
}

.fix-line a {
    color: #ffffff;
    /*    transition: .6s;*/
}

.fix-line a:hover {
    transform: scale(1.1);
    transition: .6s;
}

.fix-line .button {
    display: none;
}

.fix-line.fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    font-size: 16px;
}

.fix-line.fixed-top .button {
    display: block;
    padding: .5rem 1rem;
    font-weight: 400;
    text-transform: uppercase;
}

.fix-line a.button:hover {
    transform: scale(1.01);
    transition: .6s;
}

.block--grey {
    position: relative;
    background-color: #efefef;
}

.block--black {
    position: relative;
    background-color: #000;
    color: #fff;
}

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

.button-middle {
    padding: 15px 50px;
    width: max-content;
    height: auto;
    display: block;
    margin: 0 auto;
}

.form {
    /*
    padding: 25px 40px;
    font-size: 16px;
    background-color: #efefef;
    font-family: Helvetica Neue Roman, sans-serif;
*/
}

.form input,
.form select,
.form textarea {
    height: 45px;
    border: none;
    border-bottom: 1px solid #ffffff;
    /*    font-size: 16px;*/
    padding: 0 10px;
    background-color: #000000;
    color: #ffffff;
    width: 100%;
    line-height: 40px;
}

label {
    margin-bottom: 0;
}

.form button {
    width: 100%;
    height: 81px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #fff;
    background-color: #ff4527;
    padding: 0;
    transition: .6s;
}

.form button:hover {
    color: #f4f4f4;
    background-color: #F44336;
    transition: .6s;
    cursor: pointer;
}

.form__field {
    margin: 0 0 20px;
    padding: 0;
    border: none
}

.form__field input {
    width: 100%;
    height: 61px;
    padding: 0 10px;
    /*    border: 2px solid #000;*/
    font-size: 18px;
    color: #ffffff;
    /*    background-color: #fff;*/
    outline: none;
}

.form__field--checkbox {
    position: relative;
    font-size: 0;
    height: 32px
}

.form__field--checkbox label {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    padding-left: 43px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.form__field--checkbox span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 32px;
    height: 32px;
    margin-top: -16px;
    border: 2px solid #000;
    background-color: #fff
}

.form__field--checkbox span img {
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    margin-top: -7px;
    margin-left: -9px
}

.form__checkbox {
    display: none
}

.form__checkbox:checked + label span img {
    display: block
}

.form a {
    color: #da215a
}



.selectric {
    height: 45px;
    border: none;
    border-bottom: 1px solid #ffffff;
    /*    font-size: 16px;*/
    padding: 0 10px;
    background-color: #000000;
    /*    margin-bottom: 2rem;*/
}

.selectric .label {
    margin: 0;
    font-size: inherit;
    line-height: 45px;
    opacity: .9;
    color: #ffffff;
}

.selectric .label.active {
    opacity: 1;
}

.selectric .button {
    background: #fff;
    padding: 0;
    height: 5px;
    width: 5px;
    top: 47%;
    right: 10px;
    display: none;

}

.selectric .button:after {
    content: '\f0dd';
    font-family: "Font Awesome 5 Free";

}

.form button {
    height: 60px;
    position: relative;
    vertical-align: middle;
    border: 0;
    box-sizing: border-box;
}

.guarantee_wrapper {
    font-size: 12px;
}

@media screen and (max-width:860px) {
    .form {
        width: 100%;
        padding: 30px 0;
    }
}

@media screen and (max-width:480px) {
    .form .fs-18 {
        font-size: 16px
    }

    .form__field input {
        height: 51px
    }

    .form__field--checkbox label {
        font-size: 16px
    }

    .form__field--checkbox label span {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

/*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;
}

@media screen and (min-width: 1000px) {
    #university-slider.owl-carousel {
/*        width: 65%;*/
/*        margin: auto;*/
    }
}

.owl-carousel button.owl-dot {
    width: 11px !important;
    height: 11px !important;
    border-radius: 10px;
    /*  background: rgba(255, 255, 255, 0);*/
    background-color: #ff4527 !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;
    top: 46%;
    width: 20px;
    height: 20px;
    content: '';
    transform: rotate(45deg);
    transition: border-color .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: -30px;
    border-left: 5px solid #000 !important;
    border-bottom: 5px solid #000 !important;
}

.owl-carousel .owl-nav .owl-next {
    right: -30px;
    border-right: 5px solid #000 !important;
    border-top: 5px solid #000 !important;
}

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

/*HEADER*/

.header {
    position: relative;
    color: #fff;
}

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

.hero {
    background-size: cover;
    z-index: 3;
    position: relative;
}

/*section_01*/

.university-slider-item {
    height: 600px;
    position: relative;
    perspective: 150rem;
    -moz-perspective: 150rem;
    margin: 3rem 0 2rem;
}

.university-slider-item .img-title {
    min-height: 82px;
}

.university-slider-item .img-bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 300px;
}

.university-slider-item .img-bottom img {
    border-radius: 0 0 25px 25px;
}


@media screen and (max-width: 450px) {
    .university-slider-item .img-bottom img {
        border-radius: 0;
    }
}
.card-side {
    -webkit-transition: all .8s cubic-bezier(0, 1.31, 1, 1.21);
    transition: all .8s cubic-bezier(0, 1.31, 1, 1.21);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    background: #E6E6E6;
    border-radius: 23px;
    padding: 2rem;
    height: 100%;
}

.card-side--front {
    /*	 background-image: linear-gradient(to right bottom, #ffdde1, #ee9ca7, #f64f59);*/
    /*    z-index: 2;*/
    opacity: 1;
}

.card-side--back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(180deg);
    /*    z-index: -1;*/
    /*	 background-image: linear-gradient(to right bottom, #c31432, #240b36);*/
    /*    opacity: 0;*/
}

/*.university-slider-item:hover .card-side--front,*/
.university-slider-item.active .card-side--front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    /*    animation: easeOutBounce .8s forwards;*/
    cursor: pointer;
    /*    z-index: -1;*/
    /*    opacity: 0;*/
}

/*.university-slider-item:hover .card-side--back,*/
.university-slider-item.active .card-side--back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    /*    animation: easeOutBounce .8s forwards;*/
    cursor: pointer;
    /*    z-index: 2;*/
    /*    opacity: 1;*/
}

/*section_02*/

#section_02 {
    background: #e6e6e6;
/*    color: #ffffff;*/
}

/*section_03*/

#section_03 .card-title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 1rem;
    line-height: 1.3;
}

#section_03 .img-bottom img {
    border-radius: 23px;
}

/*section_05*/

.program-title {
    background: #ff4527;
    color: #ffffff;
    font-weight: 700;
    padding: .5rem 1rem;
}

/*section_06*/
/*section_07*/
/*section_08*/

#section_08 .img-bottom img {
    border-radius: 23px;
}

/*section_09*/

#section_09 {
    background: #E6E6E6;
}

/*section_10*/

.admission-slider-item {
    background: #E6E6E6;
    border-radius: 23px;
    padding: 2rem;
}

.admission-slider-item .card-title {}

/*section_11*/

#section_11 .number-title {
    position: relative;
    padding-left: 2rem;
    margin-bottom: 1rem;
}

#section_11 .number-title:before {
    position: absolute;
    content: '';
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    top: 3px;
    left: 0;
}

#section_11 .number-title:nth-of-type(1):before {
    content: '1';
    top: -3px;
}

#section_11 .number-title:nth-of-type(2):before {
    content: '2';
}

#section_11 .number-title:nth-of-type(3):before {
    content: '3';
}

#section_11 .number-title:nth-of-type(4):before {
    content: '4';
}

#section_11 .number-title:nth-of-type(5):before {
    content: '5';
    top: -3px;
}

#section_11 .number-title:nth-of-type(6):before {
    content: '6';
    top: -3px;
}

#section_11 img {
    border-radius: 23px;
}

#section_11 .number-title {
    position: relative;
    padding-left: 2.5rem;
    margin-bottom: 1.2rem;
    font-size: 16px;
}

#section_11 .number-title:before {
    position: absolute;
    content: '';
    font-weight: bold;
    font-size: 18px;
    line-height: 44px;
    top: 3px;
    width: 30px;
    height: 30px;
    background: #ff4527;
    display: flex;
    align-items: center;
    color: #fff;
    justify-content: center;
    left: 0;
}

/*section_12*/

.grey-card {
    background: #E6E6E6;
    border-radius: 23px;
    padding: 2rem;
    font-weight: 700;
    text-align: center;
}

#section_12 .r img {
    border-radius: 23px;
}

#section_12 .poster-wrapp {
    border-radius: 23px;
    background: url(../images/new/img_06.jpg);
    background-position: center;
    background-size: cover;
}

/*section_13*/

.youtube-wrapper {
    position: absolute;
    top: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: .6;
}

.youtube-wrapper.active {
    display: flex;
    opacity: 1;
    transition: .6;
}

.youtube-wrapper iframe {
    position: relative;
    /*    left: -35%;*/

}

.all-fade {
    display: none;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    z-index: 24;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}

.all-fade.active {
    display: block;
}

.frame-wrapper {
    position: relative;
    left: -50%;
    top: -25%;
    /*    z-index: 7;*/
    opacity: 0;
    transition: .6s;
}

.frame-wrapper iframe {
    /*    z-index: 8;*/
}

.videob img {
    border-radius: 23px;
}

/*section_14*/

#section_14 {
    background: #000000;
    color: #ffffff;
}


.manager-info {
    font-size: 1.1rem;
    padding-left: 4.5rem;
}
.manager-info img {
    max-width: 180px;
}

.manager-info a {
    color: #ffffff;
    font-weight: 700;
    transition: .6s;
}

.manager-info a:hover {
    color: #ff4527;
    transform: scale(1.02);
    transition: .6s;
    cursor: pointer;
}


/***************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: #ff4527 !important;
    opacity: .4;
    margin-right: 8px;
    display: block !important;
    margin-top: 7px;
}

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


/*VIDEO*/

header .video,
header .poster {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 2;
}

header .poster {
    background-image: url('../images/poster/section_header_poster.jpg');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

header .poster {
    z-index: 1;
}

#video-background {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header .background {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
}

header .page_header__inner1 {
    z-index: 3;
    position: relative;
}

header .page_header__inner2 {
    z-index: 3;
}


/*VIDEO*/

@media screen and (max-width: 640px) {
    header .video {
        display: none;
    }

    header .poster {
        display: block;
        /*        background-image: url('../images/header-poster.jpg');*/
        /*        background-size: 180%;*/
    }
}

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

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

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

a.mobile-menu-button {
    display: flex;
    position: relative;
    cursor: pointer;
    z-index: 50;
}

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

a.mobile-menu-button span.burger::before,
a.mobile-menu-button span.burger span,
a.mobile-menu-button span.burger::after {
    display: block;
    height: 2px;
    background: #000;
    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;
}

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

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

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

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

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

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

header .header__top .menu {
    display: none;
}

#mobile-menu {
    display: none;
    position: absolute;
    width: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, .99);
    padding: 25px;
    z-index: 999;
}

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

#mobile-menu a {
    color: white;
    font-size: 24px;
}

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

#mobile-menu.active {
    display: block;
}

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

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

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

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

    .header__top {
        /*        background: rgba(255, 255, 255, 0.17);*/
        background: #ffffff;
    }

    header .header__top .menu {
        display: block;
        cursor: pointer;
    }

    header div.menu img {
        width: 30px;
    }

    .header__top .container {
        padding: 0;
    }

    header div.menu img {
        width: 30px;
    }

    .header__top.fixed {
        position: fixed;
        top: 0;
        left: 0;
        background: #ffffff;
        z-index: 999;
    }

    .header__top .button {
        font-size: 14px;
        padding: 1rem;
    }
}

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

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

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

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

    position: fixed;
    width: 100%;
    max-height: 100%;
    background-color: #ff4527;
    padding: 24px 1rem 1rem;
    z-index: -99;
    top: 0;
    padding-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;*/
    padding-left: 0;
    margin-left: -7%;
}

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

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

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

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

#mobile-menu a.button-text {
    font-size: 1rem;
    /* position: relative; */
    left: 0;
    right: 0;
    background: #fff;
    color: #000;
    font-weight: 700;
    width: 80%;
    border-radius: 50px;
    margin-left: 9%;
}

#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: 29;
    width: 110%;
    margin-left: -10%;
}

#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;
}



@media screen and (max-width: 980px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 28px;
    }

    h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .fix-line {
        display: none;
    }

    .university-slider-item {
        margin: 0;
        height: 680px;
        max-height: 90vh;
    }



    #univers-plus .owl-dots {
        margin: 1rem auto 0;
    }

    #section_03 .card-title {
        font-size: 25px;
    }

    .program-title {
        font-weight: 600;
    }

    #section_08 ul > li {
        margin-bottom: .7rem;
    }

    .hero {
        z-index: 2;
    }

    .hero .button {
        padding: 1rem;
    }

    #section_11 .number-title:nth-of-type(1):before,
    #section_11 .number-title:nth-of-type(5):before,
    #section_11 .number-title:nth-of-type(6):before {
        top: 0;
    }
    
    .button {
        font-size: .9rem;
    }
}

.pulse {
    margin: 15px;
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.31);
    border: 2px solid #ffffff;
    cursor: pointer;
/*    box-shadow: 0 0 0 rgba(176, 41, 38, 0.44);*/
    box-shadow: 0 0 0 rgba(255, 255, 255, 0.44);
    animation: pulse 2s infinite;
    position: absolute;
/*    top: 0;*/
    bottom: 10px;
    right: 0;
    z-index: 90;
}

.pulse:before {
    position: absolute;
    content: '';
    width: 18px;
    height: 24px;
    bottom: -12px;
    right: -1px;
    background: url(../images/icons/hand-point_pulse_white.svg) no-repeat;
    background-size: cover;
    background-position: center;
}

.pulse:hover {
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
/*        -webkit-box-shadow: 0 0 0 0 rgba(176, 41, 38, 0.44);*/
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.44);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
/*        -moz-box-shadow: 0 0 0 0 rgba(176, 41, 38, 0.44);*/
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.44);
/*        box-shadow: 0 0 0 0 rgba(176, 41, 38, 0.44);*/
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.44);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

/*BRANDS*/

#brands {
    background: #e7f2f8;
}

#brands img {
    max-height: 130px;
    margin: 0 auto;
}

@media screen and (max-width: 525px) {
    #brands img {
        margin: 0 auto;
        height: auto;
        width: auto;
    }
}

.slider03 .owl-carousel .owl-stage {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 525px) {
    .slider03.owl-carousel .owl-stage {
        display: flex;
        justify-content: center;
        align-items: center;
    }
}