@font-face {
    src: url("../fonts/Forum-Regular.ttf");
    font-family: Forum-Regular;
}

@font-face {
    src: url("../fonts/Azkia.otf");
    font-family: Azkia;
}

@font-face {
    src: url("../fonts/Gilroy-Regular.ttf");
    font-family: Cormorant;
}

@font-face {
    src: url("../fonts/KZDecor.ttf");
    font-family: KZDecor;
}




body {
    font-family: Forum-Regular !important;
    color: var(--color-text) !important;
}

.calendar {
    border: 2px solid  var(--color-primary);
    border-radius: 8px;
    padding: 16px;
    margin: 0 10px;
    font-family: "Times New Roman", sans-serif;

    p {
        font-family: KZDecor, sans-serif;
        display: block;
        color: var(--color-primary);
        text-align: center;
        font-size: 28px;
        line-height: 40px;
    }
}

.calendar-head {
    display: flex;
    align-items: center;
    margin-bottom: 16px;


    div {
        flex-grow: 1;
        display: grid;
        place-items: center;
        height: 30px;
        background-color: #7ad763;
        color: #FFFFFF;
        border-left: 1px solid #FFF;
        line-height: 1;
        font-size: 12px;
        font-weight: 500;

        :first-child {
            border-left: 0;
        }
    }

    div:nth-child(6), div:nth-child(7) {
        background-color: #17bb74;
    }
}

.calendar-dates {
    font-family: "Times New Roman", sans-serif;

    display: flex;
    flex-direction: column;
    padding: 0 16px;
}

.calendar-dates .row{
    display: flex;
    align-items: center;

    div {
        width: calc(100% / 7);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        color: #000;
        line-height: 1;
        font-size: 16px;
        font-weight: 600;
    }
}

.calendar-dates .row .current {
    position: relative;
}

.calendar-dates .row .current:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border: 2.5px solid var(--color-primary);
    border-radius: 50%;
}

a:hover {
    text-decoration: none !important;
    color: inherit;
}

:root {
    --color-primary: #11682F;
    --color-hover: #099653;
    --color-text: #413522;
    --color-opros: #138D0F;
    --color-shadow: 0px 14px 24px 0px rgba(24, 191, 111, 0.30);
    --color-shadow2: 0px 14px 24px 0px rgb(232 190 33 / 30%);
}

input::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.1s ease;
}

input::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.1s ease;
}

input:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.1s ease;
}

input:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.1s ease;
}

input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.1s ease;
}

input:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.1s ease;
}

input:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.1s ease;
}

input:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.1s ease;
}

textarea::-webkit-input-placeholder {
    opacity: 1;
    transition: opacity 0.1s ease;
}

textarea::-moz-placeholder {
    opacity: 1;
    transition: opacity 0.1s ease;
}

textarea:-moz-placeholder {
    opacity: 1;
    transition: opacity 0.1s ease;
}

textarea:-ms-input-placeholder {
    opacity: 1;
    transition: opacity 0.1s ease;
}

textarea:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.1s ease;
}

textarea:focus::-moz-placeholder {
    opacity: 0;
    transition: opacity 0.1s ease;
}

textarea:focus:-moz-placeholder {
    opacity: 0;
    transition: opacity 0.1s ease;
}

textarea:focus:-ms-input-placeholder {
    opacity: 0;
    transition: opacity 0.1s ease;
}

.timer__items {
    display: flex;
    font-size: 28px;
    justify-content: center;
    color: #202020;
}

.timer__item {
    position: relative;
    width: 70px;
    height: 70px;
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 15px;
    padding-top: 6px;
    text-align: center;
    border: 2px solid #2aaf25;
    border-radius: 50%;
}

.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
}

/* PRELOADER START */
#preloader {
    position: fixed;
    background: #fff;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
}

.spinner {
    width: 80px;
    height: 80px;
    border: 6px solid #f3f3f3;
    border-top: 6px solid var(--color-primary);
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    animation: spin 1s infinite linear;
}

.halal-banner-img {
    display: block;
    width: 90%;
    margin: 50px auto 0;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* PRELOADER END */
.blok-1 {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-top: 600px;
}

.insta-sale-text {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: green;
}

.znakp {
    position: relative;
}

img.znakimg {
    width: 40%;
    position: absolute;
    right: 20px;
    top: -165px;
    z-index: 999;
}

.sitecontainer {
    max-width: 430px;
    width: 100%;
    margin: 0 auto;
}

.mainphoto {
    position: relative;
    height: 680px;
}

.mainphoto img {
    width: 100%;
}

.clear {
    clear: both;
}

.kurmetti {
    text-align: center;
    font-size: 26px;
    text-transform: uppercase;
    color: #4D792E !important;
    font-weight: 600
}

.kurmetti span {
    display: block;
    text-transform: none;
    font-size: 18px;
    color: var(--color-text);
}

.shaktext {
    font-family: Forum-Regular;
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    padding: 0 25px;
}

.vector1 {
    background: url(../images/vector1.svg);
    height: 15px;
    width: 90%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px auto;
}

.vector2 {
    background: url(../images/vector2.svg);
    height: 50px;
    width: 95%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 45px auto 15px auto;
}

.vector3 {
    background: url(../images/vector3.svg);
    height: 50px;
    width: 85%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 30px auto 12px auto;
}

/*.vector4 {
    background: url(/images/main/default/shablon1/vector4.svg);
    height: 40px;
    width: 90%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px auto 0px auto;
}*/
.vector5 {
    background: url(../images/vector5.svg);
    height: 45px;
    width: 70%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 5px auto 20px auto;
}

.vector6 {
    background: url(../images/vector6.svg);
    height: 50px;
    width: 70%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 3px auto 20px auto;
}

/*.vector7 {
    background: url(/images/main/default/shablon1/vector7.svg);
    height: 44px;
    width: 90%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 15px auto 15px auto;
} */
.vector8 {
    background: url(../images/vector1.svg);
    height: 20px;
    width: 80%;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    margin: 20px auto;
}

.dateandnames {
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 999;
    /* padding-top: 30px; */
    top: 525px;
}

.firstdate {
    font-size: 24px;
    margin: 0px auto;
    line-height: 20px;
}

.firstname {
    font-family: Azkia;
    font-size: 40px;
    /*margin-top: 5px;*/
}

.firstname span {
    color: var(--color-primary);
}

img.fake {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 450px;
}

.toiinfolar {
    background: url(../images/fon1.webp);
    background-size: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 24px;
    padding-top: 240px;
    padding-bottom: 50px;
    color: #202020;
}

.toiinfolar span {
    font-family: KZDecor;
    display: block;
    color: var(--color-primary);
    font-size: 28px;
}

.toiabout {
    font-size: 36px;
}

.toiieleri {
    font-size: 28px;
    margin-top: 20px;
    line-height: 40px;
    padding: 0 50px;
}

.toiieleri span {
    /*margin-top: 20px;*/
}

.toidate {
    margin-top: 15px;
    line-height: 40px;
}

.vectorline {
    height: 1px;
    width: 70%;
    margin: 0 auto;
    background: #EDEDED;
    margin-top: 20px;
    margin-bottom: 20px;
}

.vectorline2 {
    height: 1px;
    width: 70%;
    margin: 0 auto;
    background: #EDEDED;
    margin-top: -1px;
    margin-bottom: 20px;
}

.toi5 {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 15px;
}

.toiinfolar2 {
    background: url(../images/fon2.webp);
    background-size: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 22px;
    /*padding-top: 240px;*/
    padding-bottom: 320px;
    color: #202020;
}

.toiinfolar2 span {
    font-family: KZDecor;
    display: block;
    color: var(--color-primary);
    font-size: 28px;
}

.toiadress {
    /*margin-top: 15px;*/
    line-height: 28px;
    padding: 0 50px;
}

.toiadress span {
    margin-bottom: 10px;
}

.twogis {
    color: #fff;
    /*border-radius: 40px;*/
    padding: 12px 15px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 70%;
    min-width: 250px;
    text-align: center;
    padding: 15px;
    margin-top: 25px;
    text-transform: uppercase;
    background: linear-gradient(117.06deg, #20741D 23.73%, #41BE3D 45.38%, #20741D 52.48%, #2AAF25 80.6%);
    border-radius: 10px;
    border-bottom: 4px solid #41BE3D;
    box-shadow: 1px 3px 10px #41BE3D;
    text-decoration: none;
}

.twogis:hover {
    color: #fff;
    background: linear-gradient(117.06deg, #20741D 23.73%, #18aa13 45.38%, #41d63b 52.48%, #2AAF25 80.6%);
}

.blok-2 {
    padding-bottom: 15px;
    background-position: center 100%;
    margin-top: 35px;
}

.dopinfo {
    text-align: center;
    font-size: 22px;
    width: 90%;
    margin: 0 auto;
}

.dopinfo span {
    font-family: KZDecor;
    display: block;
    color: var(--color-primary);
    font-size: 32px;
    margin-bottom: 10px;
}

div.halal-banner {
    background: url(../images/halal-banner.webp) no-repeat center;
    background-size: 100%;
    text-align: center;
    width: 90%;
    height: 190px;
    display: block;
    margin: 0 auto;
    margin-top: 50px;
    padding: 75px 20px 20px 20px;
    font-size: 28px;
    color: #1F1F1F;
}

div.halal-banner span {
    text-align: center;
    display: block;
    font-size: 20px;
    line-height: 22px;
    width: 70%;
    margin: 0 auto;
}

img.toibasta-banner {
    width: 90%;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: var(--color-text);
    /*width: 30px!important;*/
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #30982C;
}

.carousel-indicators li {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
    border: 2px solid #30982C !important;
}

.carousel-control-next-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns= 'http://www.w3.org/2000/svg' fill= '%23fff' width= '8' height= '8' viewBox= '0 0 8 8' %3e%3cpath d= 'M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z' /%3e%3c/svg%3e) !important;
}


/* для элемента input c type="radio" */
.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
/*.custom-radio+label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}*/

/* стили при наведении курсора на радио */
.custom-radio:not(:disabled):not(:checked) + label:hover::before {
    border-color: #20741D;
}


/* стили для активной радиокнопки (при нажатии на неё) */
.custom-radio:not(:disabled):active + label::before {
    background-color: #20741D;
    border-color: #20741D;
}

/* стили для радиокнопки, находящейся в фокусе */
.custom-radio:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* стили для радиокнопки, находящейся в фокусе и не находящейся в состоянии checked */
.custom-radio:focus:not(:checked) + label::before {
    border-color: #20741D;
}

/* стили для радиокнопки, находящейся в состоянии checked */
/*.custom-radio:checked+label::before {
    border-color: #20741D;
    background-color: #20741D;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}*/

/* стили для радиокнопки, находящейся в состоянии disabled */
.custom-radio:disabled + label::before {
    background-color: #20741D;
}

.custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}

.custom-checkbox + label::before {
    content: '';
    display: inline-block;
    width: 1em;
    height: 1em;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #adb5bd;
    border-radius: 0.25em;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox:checked + label::before {
    border-color: #20741D;
    background-color: #20741D;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

/* стили при наведении курсора на checkbox */
.custom-checkbox:not(:disabled):not(:checked) + label:hover::before {
    border-color: #b3d7ff;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.custom-checkbox:not(:disabled):active + label::before {
    background-color: #20741D;
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox:focus + label::before {
    box-shadow: 0 0 0 0.2rem rgba(32, 116, 29, 0.10);
}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox:focus:not(:checked) + label::before {
    border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии disabled */
.custom-checkbox:disabled + label::before {
    background-color: #e9ecef;
}

/*.kymbatfoto {
    border-radius: 25px;
}*/
.blok-4 {
    width: 90%;
    max-width: 400px;
    padding-bottom: 70px;
}

.kurmetti-zhakynym {
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    width: 80%;
    margin: 0 auto;
}

.kurmetti-zhakynym span {
    font-size: 24px;
    display: block;
    margin-bottom: 15px;
    /*color: var(--color-primary);*/
    text-transform: uppercase;
}

.kurmetti-zhakynym span span {
    text-transform: none;
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--color-text);
}

/*.kurmetpen-title {
	text-align: center;
	color: var(--color-text);
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}*/
.kurmetpen-owners {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.owners-text {
    font-size: 22px;
    line-height: 24px;
    text-align: center;
    margin: 15px auto 5px auto;
}

.owners-left .owners-img,
.owners-right .owners-img {
    width: 140px;
    height: auto;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
}

.insta-link {
    display: inline-block;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1px;
    text-decoration: none;
    overflow: hidden;
}

.insta-link:hover {
    text-decoration: none;
}

.insta-link .insta-link-inner {
    font-size: 18px;
    width: 100%;
    /*background-color: #fff;*/
    /*border-radius: 3px;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.insta-link .insta-link-inner img.insta-img {
    width: 15px;
    height: 15px;
    margin-right: 3px;
}

.insta-link-inner p {
    margin: 0;
    padding: 0;
    color: var(--color-primary);
    /*	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;*/
}

.blok-51 {
    /*    background: url(/images/main/default/shablon1/fon3.webp) no-repeat;
        background-size: 100%;
        background-position: center top;*/
    padding: 30px 15px 0 15px;
}

.blok-6 {
    padding: 50px 0 80px 0;
    overflow: hidden;
}

.blok-7 {
    padding-top: 40px;
}

.kurmetpen {
    width: 90%;
    margin: 0 auto;
}

img.zhuzik {
    position: absolute;
    width: 110px;
    top: -35px;
    right: -32px;
}

img.lenta {
    position: absolute;
    width: 45%;
    bottom: -5%;
    left: 10px;
}

.blok-6-inblok {
    position: relative;
    background: linear-gradient(180deg, #ECECEC 0%, #BBB 100%);
    box-shadow: 0px 4px 14px 0px rgba(0, 0, 0, 0.15);
    padding: 5px;
    width: 93%;
    margin: 0 auto;
}

.blok-6-inblok2 {
    background: url(../images/fon4.webp) no-repeat;
    background-size: 100%;
    background-position: center bottom;
    padding: 40px 45px 200px 45px
}

.blok6title {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
}

.opros {
    width: 95%;
    margin: 0 auto;
}

.opros span {
    font-family: KZDecor;
    display: block;
    color: var(--color-primary);
    text-align: center;
    font-size: 28px;
    margin-top: 10px;
}

.otvetyn {
    margin: 0;
    padding: 0;
}

.zayavka {
    margin-top: 20px;
}

.zayotrp {
    font-size: 20px;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
    background: linear-gradient(117.06deg, #20741D 23.73%, #41BE3D 45.38%, #20741D 52.48%, #2AAF25 80.6%);
    border-radius: 10px;
    border-bottom: 4px solid #41BE3D;
    box-shadow: 1px 3px 10px #41BE3D;
    text-decoration: none;
}

.zayotrp:hover {
    color: #fff;
    background: linear-gradient(117.06deg, #20741D 23.73%, #18aa13 45.38%, #41d63b 52.48%, #2AAF25 80.6%);
}

.zayotrp2 {
    font-size: 20px;
    border: none;
    color: #fff;
    display: block;
    width: 100%;
    border-radius: 20px;
    background: linear-gradient(117.06deg, #20741D 23.73%, #41BE3D 45.38%, #20741D 52.48%, #2AAF25 80.6%);
    box-shadow: var(--color-shadow);;
    padding: 13px 20px;
    margin-top: 15px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.zayotrp2:hover {
    color: #fff;
    background: linear-gradient(117.06deg, #20741D 23.73%, #18aa13 45.38%, #41d63b 52.48%, #2AAF25 80.6%);
}

.custom-radio {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio:checked + label::before {
    border-color: var(--color-opros);
    background-color: var(--color-opros);
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-10 -10 20 20'><circle r='10' fill='%23E7F4F9'/><circle r='6' fill='%23138D0F'/></svg>");
}

.custom-radio + label::before {
    content: '';
    width: 20px;
    height: 20px;
    border: 2px solid var(--color-opros);
    border-radius: 50%;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.custom-radio + label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    font-size: 18px;
    border-radius: 12px;
    background: #D6FFD4;
    padding: 10px;
    margin-top: 10px;
    width: 100%;
    border: 2px solid #D6FFD4;
}

.custom-radio:checked + label {
    border: 2px solid var(--color-opros);
}

.blok7title {
    text-transform: uppercase;
    text-align: center;
    font-size: 26px;
}

.blok8title {
    text-transform: uppercase;
    text-align: center;
    margin-top: 70px;
    font-size: 26px;
}

div#carouselExampleIndicators2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.otzname {
    font-size: 24px;
}

.otzname span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

#carouselExampleIndicators2 .carousel-inner {
    padding: 15px 50px;
}

#carouselExampleIndicators2 .carousel-indicators {
    bottom: -35px !important;
}

#carouselExampleIndicators .carousel-indicators {
    bottom: -45px !important;
}

.carousel-item {
    gap: 15px !important;
}

.ozgetilekter {
    color: #fff;
    padding: 18px 10px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    margin-top: 45px;
    width: 70%;
    min-width: 280px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(117.06deg, #20741D 23.73%, #41BE3D 45.38%, #20741D 52.48%, #2AAF25 80.6%);
    border-radius: 10px;
    border-bottom: 4px solid #41BE3D;
    box-shadow: 1px 3px 10px #41BE3D;
    text-decoration: none;

}

.ozgetilekter:hover {
    background: linear-gradient(117.06deg, #20741D 23.73%, #18aa13 45.38%, #41d63b 52.48%, #2AAF25 80.6%);
    color: #fff;
}

.ozgetilekter2 {
    color: #fff;
    /*border: 2px solid var(--color-hover);*/
    border-radius: 30px;
    padding: 17px 10px;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    width: 90%;
    min-width: 260px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(117.06deg, #20741D 23.73%, #41BE3D 45.38%, #20741D 52.48%, #2AAF25 80.6%);
}

.ozgetilekter2:hover {
    background: linear-gradient(117.06deg, #20741D 23.73%, #18aa13 45.38%, #41d63b 52.48%, #2AAF25 80.6%);
    color: #fff;
    text-decoration: none;
}

#carouselExampleIndicators2 .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FB7502' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

#carouselExampleIndicators2 .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23FB7502' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.otztext {
    font-size: 20px;
}

.otzdate {
    color: #B1B8C2;
    font-size: 16px;
    margin-top: 15px;
}

.telegrambanner {
    background: url(../images/telegrambanner.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 360px;
    width: 90%;
    margin: 0 auto;
    padding-top: 205px;
    border-radius: 25px;
}

.telegrambanner span {
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 15px;
}

a.telegram-button {
    color: #fff;
    padding: 15px 10px;
    font-size: 16px;
    display: block;
    margin: 0 auto;
    width: 80%;
    min-width: 260px;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(117.06deg, #20741D 23.73%, #41BE3D 45.38%, #20741D 52.48%, #2AAF25 80.6%);
    border-radius: 10px;
    border-bottom: 4px solid #41BE3D;
    box-shadow: 1px 3px 10px #41BE3D;
    text-decoration: none;
}

a.telegram-button:hover {
    background: linear-gradient(117.06deg, #20741D 23.73%, #18aa13 45.38%, #41d63b 52.48%, #2AAF25 80.6%);
    color: #fff;
}

a.telegram-button img {
    width: 23px;
}

.blok-9 {
    background: url(../images/fon5.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    padding: 50px 50px;
    margin-top: 40px;
}

.blok-9 span {
    font-size: 20px;
    display: block;
    margin-bottom: 0px;
}

.blok-9 a {
    color: var(--color-primary);
    text-decoration: underline;
    font-size: 18px;
}

.blok-9 a:hover {
    color: var(--color-primary);
}

.modal-dialog {
    max-width: 410px !important;
    width: 90% !important;
    margin: 0 auto !important;
    margin-top: 100px !important;
}

#nameengiz .modal-content {
    border-radius: 20px;
}

#sattizhauap .modal-content {
    border-radius: 20px;
}

.inputname {
    font-family: Cormorant;
    width: 100%;
    height: 60px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 5px;
    border: 1px solid #BABAB9;
    background: #F5F7F8;
    display: block;
    margin: 0 auto;
    padding: 0 20px !important;
}

.namekate {
    display: none;
    color: red;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
}

.tilekkate {
    display: none;
    color: red;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
}

.namekate2 {
    display: none;
    color: red;
    font-size: 16px;
    margin-top: 5px;
    margin-left: 5px;
}

.tilektextarea {
    font-family: Cormorant;
    width: 100%;
    height: 150px;
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #BABAB9;
    background: #F5F7F8;
    display: block;
    margin: 0 auto;
    padding: 10px 20px;
    margin-top: 10px;
}

.tilekengiz-content {
    padding: 50px 20px 30px 20px;
}

.tilekengiz-content span {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: center;
}

.nameengiz-content {
    padding: 50px 20px 30px 20px;
}

.nameengiz-content span {
    display: block;
    font-size: 22px;
    margin-bottom: 20px;
    line-height: 24px;
    text-align: center;
}

.nameengiz-content2 {
    padding: 0px 20px 45px 20px;
}

.nameengiz-content2 span {
    display: block;
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 28px;
    text-align: center;
}

.modal_yii_close {
    position: relative;
}

.modal_yii_close img {
    width: 20px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.otvetnaopros {
    display: none;
    padding: 25px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.15);
    width: 87%;
    margin: 0 auto;
    margin-top: 30px;
}

.otvetna {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary);
}

.otvetna span {
    color: var(--color-text);
    font-weight: 400;
}

.oprosozgertu {
    color: var(--color-primary);
    margin: 0 auto;
    text-align: center;
    border: 2px solid var(--color-primary);
    border-radius: 20px;
    padding: 10px 10px;
    margin-top: 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.oprosozgertu:hover {
    color: #fff;
    background: var(--color-primary);
}

svg#satti_zhauap {
    display: block;
    margin: 0 auto;
    width: 245px;
    height: 185px;
}

svg#satti_tilek {
    display: block;
    margin: 0 auto;
    width: 150px;
}

.artkakait {
    display: block;
    border-bottom: 1px solid #C5BAA4;
    width: 90%;
    margin: 0 auto;
    padding: 15px 0;
    color: var(--color-primary);
    font-size: 18px;
}

.artkakait:hover {
    color: var(--color-hover);
    font-size: 18px;
}

.tilektitle {
    text-align: center;
    font-size: 28px;
    margin-top: 30px;
}

.tilekpol {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}

.tpname {
    font-size: 24px;
}

.tpname span {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.tptext {
    font-size: 20px;
}

.tpdate {
    color: #B1B8C2;
    font-size: 16px;
    margin-top: 15px;
}

.pagination {
    display: inline-block !important;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination li {
    display: inline;
}

.pagination li span {
    display: inline-block;
    border: 1px solid var(--color-primary);
    padding: 6px 14px;
    color: var(--color-text);
    cursor: pointer;
    border-radius: 10px;
}

.pagination li a {
    display: inline-block;
    border: 1px solid var(--color-primary);
    padding: 6px 14px;
    color: var(--color-primary);
    cursor: pointer;
    border-radius: 10px;
}

.actpage a {
    background: var(--color-primary);
    color: #fff !important;
}

.presentfortilek {
    background: url(../images/presentfortilek.webp) no-repeat center;
    background-size: contain;
    text-align: left;
    width: 100%;
    height: 150px;
    margin-top: 30px;
    padding: 20px 140px 20px 20px;
    font-size: 18px;
    line-height: 22px;
    color: var(--color-text);
}

.presentfortilek span {
    color: var(--color-primary);
    font-size: inherit;
    margin-bottom: 0px;
    line-height: revert;
    text-align: left;
}


/* SOUND and TILEK START */
.sound-barer {
    max-width: 450px;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 50px;
    left: 50%;
    z-index: 999;
    transform: translate(-50%, 0);
    padding: 0 10px;
    display: flex;
    justify-content: space-evenly;
}

.sound {
    width: calc(50% - 20px);
    background: #18BF6F;
    border-radius: 20px;
    padding: 7px;
    box-shadow: 0px 2px 3px #00000059;
    z-index: 999;
    box-shadow: var(--color-shadow);;
    cursor: pointer;
}

.sound-on img {
    max-height: 46px;
    border-radius: 50%;
}

.sound-off-svg {
    max-height: 46px;
    border-radius: 50%;
    box-shadow: 0px 1px 6px #00000069;
}

.sound-off-gif {
    max-width: calc(100% - 54px);
    margin-left: 5px;
}

.sound-on span {
    color: #fff;
    margin-left: 2px;
}

.sound-off {
    display: none;
    float: left;
}

.tilek_kaldir {
    width: 50%;
    color: #fff;
    height: auto;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 20px;
    background: #18BF6F;
    box-shadow: var(--color-shadow);;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

svg#tilek_kaldir {
    max-height: 20px;
    max-width: 20px;
    margin-left: 5px;
    margin-bottom: 5px;
}

/* SOUND and TILEK END */


@media (max-width: 435px) {
    .blok-1 {
        padding-top: 470px;
    }

    .brblok {
        display: none;
    }

    .mainphoto {
        height: 680px !important;
    }

    .mainphoto2 {
        height: 660px !important;
    }

    .mainphoto1 {
        background-size: 115% !important;
        /*top: 40px!important;*/
    }

    .dateandnames {
        top: calc(100vw + 60px);
    }
}

@media (max-width: 425px) {
    /*.mainphoto2 {
        height: 625px!important;
    }*/
    .blok-1 {
        padding-top: 465px;
    }

    .toiinfolar {
        padding-top: 200px;
    }

    .toiinfolar2 {
        padding-bottom: 290px;
    }

    .mainphoto1 {
        background-size: 125% !important;
        /*top: 65px!important;*/
    }

    .presentfortilek {
        height: 140px;
    }

    .dateandnames {
        top: calc(100vw + 50px);
    }
}

@media (max-width: 405px) {
    .blok6title {
        font-size: 20px;
        line-height: 24px;
    }

    .kurmetti-zhakynym {
        font-size: 18px;
        line-height: 22px;
    }

    .owners-left .owners-img, .owners-right .owners-img {
        width: 120px;
    }

    .zayavka {
        margin-top: 10px;
    }

    .custom-radio + label {
        font-size: 16px;
    }

    .opros span {
        font-size: 24px;
        margin-top: 5px;
    }

    .timer__item {
        width: 65px;
        height: 65px;
        margin-left: 3px;
        margin-right: 3px;
    }

    /*.blok-1 {*/
    /*    padding-top: 440px;*/
    /*}*/

    .toiinfolar {
        padding-bottom: 35px;
        padding-top: 180px;
    }

    .toiinfolar2 {
        padding-bottom: 270px;
    }

    .dateandnames {
        top: calc(100vw + 50px);
    }

    .mainphoto1 {
        height: 520px !important;
    }

    .presentfortilek {
        height: 130px;
        font-size: 16px;
        line-height: 20px;
    }

    .mainphoto {
        height: 640px !important;
    }

    .mainphoto2 {
        height: 635px !important;
    }

    .vector4 {
        margin: 5px auto 15px auto;
    }
}

@media (max-width: 385px) {
    .blok-6-inblok2 {
        padding: 40px 45px 180px 45px;
    }

    .insta-link .insta-link-inner {
        font-size: 16px;
    }

    .owners-text {
        font-size: 20px;
        line-height: 20px;
        margin: 10px auto 3px auto;
    }

    .zayotrp {
        font-size: 16px;
    }

    .custom-radio + label {
        font-size: 14px;
    }

    .toiabout {
        font-size: 33px;
    }

    .timer__items {
        font-size: 24px;
    }

    .blok-1 {
        padding-top: 420px;
    }

    .toiinfolar {
        padding-bottom: 30px;
        padding-top: 170px;
    }

    .toiinfolar2 {
        padding-bottom: 240px;
    }

    .mainphoto {
        height: 590px !important;
    }

    .toidate2 {
        font-size: 20px;
    }

    .presentfortilek {
        padding-right: 100px;
    }

    .opros {
        width: 100%;
    }
}

@media (max-width: 366px) {
    .kurmetti-zhakynym {
        font-size: 16px;
        line-height: 20px;
    }

    .vector3 {
        margin: 15px auto 10px auto;
    }

    .blok-6-inblok2 {
        padding: 25px 45px 160px 45px;
    }

    .blok-51 {
        padding: 10px 15px 0 15px;
    }

    .blok-1 {
        padding-top: 390px;
    }

    .toiinfolar {
        padding-top: 170px;
    }

    .toiinfolar2 {
        padding-bottom: 240px;
    }

    .firstname {
        font-size: 36px;
    }

    .firstdate {
        font-size: 22px;
    }

    .kurmetti {
        font-size: 22px;
    }

    .shaktext {
        font-size: 16px;
        margin-top: 0px;
    }

    .toiinfolar {
        font-size: 20px;
    }

    .toiinfolar span {
        font-size: 24px;
    }

    .toiinfolar2 {
        font-size: 20px;
    }

    .toiinfolar2 span {
        font-size: 24px;
    }

    .toiieleri {
        font-size: 26px;
    }

    .toidate {
        line-height: 32px;
    }

    .toi5 {
        font-size: 16px;
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .tilekengiz-content span {
        font-size: 18px;
        line-height: 22px;
    }

    .vectorline {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .inputname {
        font-size: 16px;
    }

    .tilektextarea {
        font-size: 16px;
    }

    .tilek_kaldir {
        font-size: 14px;
    }

    /*.mainphoto {
        height: 570px!important;
    }*/
    .blok-9 span {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .blok-9 a {
        font-size: 14px;
    }

    a.telegram-button {
        font-size: 14px;
    }

    div.halal-banner {
        font-size: 22px;
        /*background-size: cover;*/
        border-radius: 20px;
    }

    div.halal-banner span {
        font-size: 18px;
    }

    .vector4 {
        height: 20px;
    }

    .owners-left .owners-img,
    .owners-right .owners-img {
        width: 120px;
    }

    .presentfortilek {
        height: 115px;
        font-size: 14px;
        line-height: 18px;
    }

    .kurmetti-zhakynym span {
        font-size: 20px;
    }

    .blok8title {
        font-size: 20px;
    }

}

@media (max-width: 340px) {
    .owners-left .owners-img, .owners-right .owners-img {
        width: 100px;
    }

    .blok-6-inblok2 {
        padding: 25px 45px 135px 45px;
    }

    .toiabout {
        font-size: 30px;
    }

    .toiinfolar {
        padding-bottom: 20px;
        padding-top: 150px;
    }

    .toiinfolar2 {
        padding-bottom: 220px;
    }

    .toiadress {
        font-size: 16px;
        line-height: 24px;
    }

    .toiieleri {
        line-height: 30px;
    }

    .toidate {
        line-height: 28px;
    }

    .timer__item {
        padding-top: 10px;
    }

    .timer__item {
        width: 60px;
        height: 60px;
    }

    .blok-1 {
        padding-top: 350px;
    }

    .dateandnames {
        top: calc(100vw + 50px);
    }

    .blok7title {
        font-size: 22px;
    }

    .blok8title {
        margin-top: 60px;
        font-size: 20px;
    }

    .kurmetti-zhakynym span {
        font-size: 20px;
    }

    .toiinfolar {
        font-size: 22px;
    }

    .toiinfolar span {
        font-size: 20px;
    }

    .toiinfolar2 {
        font-size: 22px;
    }

    .toiinfolar2 span {
        font-size: 20px;
    }

    .firstname {
        font-size: 32px;
    }

    .firstdate {
        font-size: 18px;
    }

    .ozgetilekter2 {
        min-width: 260px;
    }

    .tilektitle {
        font-size: 24px;
    }

    .tpname {
        font-size: 22px;
    }

    .tptext {
        font-size: 16px;
    }

    .tpname span {
        font-size: 16px;
    }

    .tilek_kaldir {
        border-radius: 15px;
    }

    .sound {
        border-radius: 15px;
        font-size: 14px;
    }

    .sound-on img {
        max-height: 30px;
    }

    .sound-off-svg {
        max-height: 30px;
    }

    .mainphoto {
        height: 535px !important;
    }

    .kurmetti {
        font-size: 18px;
    }

    .shaktext {
        font-size: 14px;
        margin-top: 10px;
    }

    .toiieleri {
        font-size: 24px;
    }

    .toiieleri span {
        font-size: 22px;
    }

    .toiieleri2 {
        font-size: 24px;
    }

    .toiieleri2 span {
        font-size: 22px;
    }

    .mainphoto {
        height: 500px !important;
    }

    .mainphoto1 {
        height: 470px !important;
    }

    .mainphoto2 {
        height: 610px !important;
    }

    .toidate2 {
        font-size: 18px;
    }

    .custom-radio + label {
        font-size: 13px;
    }

    .zayotrp {
        font-size: 14px;
    }

    .zayotrp2 {
        font-size: 14px;
    }

    .blok6title {
        font-size: 18px;
    }

    .otztext {
        font-size: 18px;
    }

    .otzname {
        font-size: 20px;
    }

    .dopinfo {
        font-size: 16px;
    }

    .toiadress {
        font-size: 18px;
    }

    .presentfortilek {
        height: 100px;
        font-size: 14px;
        line-height: 16px;
    }

    .presentfortilek span {
        font-size: 14px;
        line-height: 16px;
    }
}