* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

.container-fluid {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.header {
    display: flex;
    margin-top: 10px
}

.header__bar {
    display: none
}

.header__logo a img {
    width: 200px
}

.header__menu {
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.header__menu ul {
    display: flex;
    list-style-type: none;
    align-items: center
}

.header__menu ul .buttons {
    min-width: 180px
}

.header__menu ul li {
    margin-right: 31px
}

.header__menu ul li a {
    text-decoration: none;
    color: #000;
    font-size: 22px;
    font-weight: 650
}

@media (max-width:991px) {
    .header__bar {
        display: block
    }

    .header__bars i {
        border: 1px solid;
        border-radius: 2px;
        padding: 5px 15px
    }

    .header__bars li {
        list-style-type: none
    }

    .header nav {
        display: none
    }
}

@media (max-width:767px) {
    .header__main {
        position: relative
    }

    .header__bar {
        display: block;
        position: absolute;
        right: 40px
    }

    .header__bars i {
        border: 1px solid;
        border-radius: 2px;
        padding: 5px 15px
    }
}

footer {
    background-color: #41caf8
}

.footer__main {
    color: #ededed
}

.footer__inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.footer__name {
    font-size: 20px
}

.footer__text {
    margin-left: 25px
}

.footer__text p {
    font-size: 20px
}

.footer__text p a {
    text-decoration: none;
    color: #fff
}

.footer__text p a:hover {
    text-decoration: underline
}

@media (max-width:767.99px) {
    .footer__inner {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .footer__name {
        font-size: 18px
    }

    .footer__text {
        margin-left: 0
    }

    .footer__text p {
        font-size: 16px
    }
}

.content__etiket {
    position: absolute;
    right: 0;
    z-index: 1;
    width: 100px
}

.content__etiket p {
    background-color: #f90;
    color: #fff;
    font-size: 13;
    text-transform: uppercase;
    margin-top: 39px;
    width: 100%;
    line-height: 1.5;
    text-align: center;
    transform: translateY(-35%) translateX(-35%) translateX(30px) rotate(45deg)
}

.content__box-item {
    position: relative
}

.content__box-item a {
    text-decoration: none
}

.content__box-item:hover img {
    transform: scale(1.1);
    background: rgba(0, 0, 0, .5);
    opacity: 1.5
}

.content__cards-head {
    text-align: center
}

.content__cards-head h2 {
    color: #6ec1e4;
    font-size: 50px;
    font-weight: 600
}

.content__cards-head h3 {
    font-size: 24px;
    color: #7a7a7a;
    font-weight: 500
}

.content__inner-new {
    overflow: hidden
}

.content__inner-new img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 1;
    transition: 1.5s ease-in
}

.content__inner-text {
    background-color: #ededed;
    color: #55595c;
    text-align: center;
    padding: 10px 55px;
    min-height: 220px
}

.content__inner-text span {
    border: 2px solid #55595c;
    color: #55595c;
    border-radius: 3px;
    padding: 7px 15px
}

.content__inner-text h2 {
    font-weight: 645;
    font-size: 23px;
    margin-top: 30px
}

.content__inner-text p {
    margin-top: 15px;
    font-size: 17px;
    padding: 0 15px;
    margin-bottom: 15px
}

.slider {
    position: relative
}
.imageOralar{
    width: 100% !important;
}

.slider .slick-dots {
    position: absolute;
    bottom: 3px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slider .slick-prev {
    left: 19px;
    color: transparent;
    z-index: 1;
    background-color: transparent
}

.slider .slick-next {
    right: 19px;
    z-index: 1;
    color: transparent;
    background-color: transparent
}

.aside-close__btn {
    position: absolute;
    right: 4px;
    padding: 3px 15px;
    border: 1px solid #000
}

.aside__menu {
    display: none;
    background-color: #fff;
    box-shadow: 2px 2px 4px 4px #979797;
    position: fixed;
    top: 0;
    height: 100vh;
    z-index: 999;
    width: 45%;
    overflow-y: auto
}

.aside__list ul {
    padding-left: 8px
}

.aside__list li {
    list-style-type: none;
    margin-top: 15px
}

.aside__list li a {
    text-decoration: none;
    color: #000;
    font-weight: 700
}

.active-menu {
    display: block
}

@media (max-width:991px) {
    .content__inner-text {
        padding: 10px 25px
    }

    .content__inner-text h2 {
        margin-top: 15px;
        font-size: 20px
    }

    .content__inner-text p {
        font-size: 15px
    }
}

@media (max-width:767px) {
    .content__inner-text {
        padding: 10px 25px
    }

    .content__inner-text h2 {
        margin-top: 15px;
        font-size: 20px
    }

    .content__inner-text p {
        font-size: 15px;
        margin-bottom: 30px
    }
}

@media (max-width:525px) {
    .aside__menu {
        width: 70%
    }

    .content__cards-head h2 {
        font-size: 39px
    }
}

@media (max-width:525px) and (max-width:405px) {
    .aside__menu {
        width: 100%
    }

    .content__cards-head h2 {
        margin-top: 10px;
        font-size: 29px
    }

    .content__cards-head h3 {
        font-size: 18px;
        margin-top: 10px
    }
}

.about__main img {
    width: 100%
}

.about__inner h1 {
    text-align: center;
    color: #6ec1e4;
    font-size: 50px;
    font-weight: 700
}

.about__texts p {
    color: #7a7a7a;
    margin-top: 10px;
    font-size: 18px
}

.about__texts img {
    width: 100%
}

@media (max-width:767px) {
    .about__inner h1 {
        font-size: 30px
    }
}

.privacy__head h2 {
    color: #6ec1e4;
    text-align: center;
    font-size: 50px
}

.privacy__head__inner p {
    font-size: 18px
}

@media (max-width:330px) {
    .privacy__head h2 {
        font-size: 39px;
        margin-top: 20px;
        margin-bottom: 20px
    }
}

.details__main {
    background-color: #ededed
}

.details__inner h4 {
    color: #7a7a7a;
    font-weight: 700
}

.details__inner p {
    color: #7a7a7a;
    font-size: 19px;
    font-weight: 400
}

.details__texts p {
    font-size: 19px;
    font-weight: 400
}

.details__video iframe {
    max-width: 100%
}

.details__box {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.details__box img {
    width: 100%
}

.details__appstore {
    max-width: 150px;
    max-height: 50px
}

.details__amazon,
.details__googleplay {
    max-width: 150px;
    max-height: 50px;
    margin-left: 20px
}

.details__app h2 {
    color: #6ec1e4;
    font-size: 50px
}

.slider__item {
    width: 200x !important;
    height: 200px !important;
    margin-right: 10px
}

.slider__item img {
    width: 100% !important;
    height: 200px !important
}

.slick-next {
    right: 15px !important;
    z-index: 1
}

.slick-prev {
    left: 15px !important;
    z-index: 1
}

@media (max-width:767px) {
    .details__photo {
        text-align: center
    }

    .details__inner h4 {
        margin-top: 20px
    }

    .details__video iframe {
        height: 320px
    }
}

@media (max-width:360px) {
    .slick-dots {
        display: none !important
    }
}

.contacts__head h2 {
    font-size: 50px;
    font-weight: 700;
    color: #6ec1e4
}

.forms__box {
    display: flex;
    flex-direction: column
}

.forms__box input {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 3px;
    outline: 0
}

.forms__box label {
    font-weight: 700;
    font-size: 18px
}

.forms__box label span {
    color: red
}

.forms__radio--button input {
    margin-top: 10px
}

.forms__radio--button label {
    font-size: 18px;
    font-weight: 400
}

.forms textarea {
    padding: 10px;
    width: 30vw;
    border-radius: 3px;
    border: 1px solid #ccc;
    outline: 0
}

.forms button {
    width: 90px;
    padding: 10px;
    border: 1px solid #ccc;
    outline: 0;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:768px) {
    .forms textarea {
        width: 100%
    }

    .contacts__head h2 {
        font-size: 40px
    }
}

/*# sourceMappingURL=main.min.css.map */