
.container {
	font-family: Arial;
}


.container, .mr-lg-5 {
	font-size: 18px!important;
	line-height: 1.5
}

.default-page ul, .container ul {
	list-style: disc
}

.service__wrap ul, .container .menu-header ul {
	list-style: none
}

.aligncenter {
	display: block;
	margin: 5px auto!important
}

.col-lg-8 ul li, .col-lg-8 ol li, .default-page ul li,  .default-page ol li, .container ul li {
	margin-left: 40px;
}
li.info-main-price-inline {
	cursor: pointer;
}

.container h2 {
	margin-bottom: 10px;
	margin-top: 15px;
}

.container p {
	margin-bottom: 7px;
	margin-top: 7px;
}


form.searchform .screen-reader-text {
	color: #fff;
}
form.searchform input[type="text"] {
    border-radius: 25px;
    border: none;
    outline: none;
    padding: 7.5px 10px;
	width: 50%;
    margin: 0 5px 0 0;
}

.intro__info .title {
    font-weight: 800;
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 50px;
    color: #063068;
    text-transform: uppercase;
}

.intro__info .sub {
    margin-bottom: 39px;
    max-width: 600px;
    line-height: 28px;
    font-weight: 500;
    font-size: 24px;
	
	font-family: "Gilroy",sans-serif;
    color: #00a0d2;
	margin-left: auto;
	margin-right: auto;
}

.whatsapp-button {
        position: fixed;
        right: 13px;
        bottom: 50px;
        transform: translate(-50%, -50%);
        background: #25D366; /*цвет кнопки*/
        border-radius: 50%;
        width: 55px; /*ширина кнопки*/
        height: 55px; /*высота кнопки*/
        color: #fff;
        text-align: center;
        line-height: 53px; /*центровка иконки в кнопке*/
        font-size: 35px; /*размер иконки*/
        z-index: 9999;
    }
    .whatsapp-button a {
        color: #fff;
    }
    .whatsapp-button:before,
    .whatsapp-button:after {
        content: " ";
        display: block;
        position: absolute;
        border: 50%;
        border: 1px solid #25D366; /*цвет анимированных волн от кнопки*/
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: animate 1.5s linear infinite;
        opacity: 0;
        backface-visibility: hidden;
    }

    .whatsapp-button:after{
        animation-delay: .5s;
    }

    .whatsapp-button i {
        margin-top: 10px;
    }

    @keyframes animate
    {
        0%
        {
            transform: scale(0.5);
            opacity: 0;
        }
        50%
        {
            opacity: 1;
        }
        100%
        {
            transform: scale(1.2);
            opacity: 0;
        }
    }



.telegram-button {
        position: fixed;
        right: 13px;
        bottom: 140px;
        transform: translate(-50%, -50%);
        background: #0088cc; /*цвет кнопки*/
        border-radius: 50%;
        width: 55px; /*ширина кнопки*/
        height: 55px; /*высота кнопки*/
        color: #fff;
        text-align: center;
        line-height: 53px; /*центровка иконки в кнопке*/
        font-size: 35px; /*размер иконки*/
        z-index: 9999;

    }
    .telegram-button a {
        color: #fff;
    }
    .telegram-button:before,
    .telegram-button:after {
        content: " ";
        display: block;
        position: absolute;
        border: 50%;
        border: 1px solid #0088cc; /*цвет анимированных волн от кнопки*/
        left: -20px;
        right: -20px;
        top: -20px;
        bottom: -20px;
        border-radius: 50%;
        animation: animate 1.5s linear infinite;
        opacity: 0;
        backface-visibility: hidden;
    }

    .telegram-button:after{
        animation-delay: .5s;
    }
    .telegram-button i {
        margin-right: 4px;
    }

    @keyframes animate
    {
        0%
        {
            transform: scale(0.5);
            opacity: 0;
        }
        50%
        {
            opacity: 1;
        }
        100%
        {
            transform: scale(1.2);
            opacity: 0;
        }
    }
	
 
 
 
 
.gift-box {
    position:relative;
    overflow:hidden;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:40px;
    padding:45px;
    margin:40px 0;
    border-radius:28px;
    background:linear-gradient(135deg,#eaf7ff,#ffffff);
    box-shadow:0 20px 50px rgba(0,130,220,.12);
}


.gift-box:after {
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:-120px;
    top:-120px;
    background:#d8f1ff;
    border-radius:50%;
}



.gift-title {
    position:relative;
    z-index:1;
    flex:1;
}


.gift-title h2 {
    margin:0 0 15px;
    color:#123b5a;
    font-size:32px;
    line-height:1.3;
    font-weight:700;
}


.gift-title h2 span {
    display:block;
    color:#087fe8;
}


.gift-title p {
    max-width:390px;
    margin:0;
    font-size:17px;
    line-height:1.6;
    color:#657f92;
}



.gift-form {
    position:relative;
    z-index:1;
    width:100%;
    max-width:430px;
}



.gift-input {
    width:100%;
    height:54px;
    padding:0 18px;
    margin-bottom:15px;
    border:1px solid #d6e8f5;
    border-radius:12px;
    background:#fff;
    font-size:16px;
    outline:none;
    box-sizing:border-box;
    transition:.3s;
}


.gift-input:focus {
    border-color:#24a7ff;
    box-shadow:0 0 0 4px rgba(36,167,255,.15);
}


.gift-input::placeholder {
    color:#a4b9c8;
}



.gift-privacy {
    display:flex;
    align-items:flex-start;
    gap:10px;
    margin:5px 0 20px;
    font-size:13px;
    color:#647b8e;
    line-height:1.45;
}


.gift-privacy input {
    width:18px;
    height:18px;
    margin-top:2px;
    accent-color:#159cf5;
    flex-shrink:0;
}


.gift-privacy a {
    color:#159cf5;
    text-decoration:underline;
}



.gift-button {
    width:100%;
    height:56px;
    border:none;
    border-radius:14px;
    background:linear-gradient(135deg,#38b8ff,#087fe8);
    color:#fff;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 12px 25px rgba(8,126,232,.25);
}


.gift-button:hover {
    transform:translateY(-2px);
    box-shadow:0 16px 35px rgba(8,126,232,.35);
}



@media(max-width:850px){

    .gift-box {
        flex-direction:column;
        padding:35px 25px;
        text-align:center;
    }


    .gift-title h2 {
        font-size:26px;
    }


    .gift-title p {
        margin:auto;
    }


    .gift-form {
        max-width:100%;
    }

}



@media(max-width:550px){

    .gift-box {
        padding:30px 20px;
        border-radius:22px;
    }


    .gift-title h2 {
        font-size:22px;
    }


    .gift-input {
        height:50px;
        font-size:15px;
    }


    .gift-button {
        height:52px;
    }

}



.contacts-section {
    padding:70px 0;
    background:linear-gradient(135deg,#eaf7ff,#f7fcff);
}


.contacts-box {
    max-width:1050px;
    margin:0 auto;
    background:#fff;
    padding:45px;
    border-radius:28px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:50px;
    box-shadow:0 20px 50px rgba(0,130,220,.12);
    position:relative;
    overflow:hidden;
}


.contacts-box:before {
    content:"";
    position:absolute;
    width:280px;
    height:280px;
    right:-120px;
    top:-120px;
    background:#ddf3ff;
    border-radius:50%;
}



.contacts-info {
    flex:1;
    position:relative;
    z-index:1;
}


.contacts-info h2 {
    font-size:32px;
    line-height:1.25;
    color:#123b5a;
    margin:0 0 18px;
    font-weight:700;
}


.contacts-info p {
    color:#657f92;
    font-size:17px;
    line-height:1.6;
    max-width:390px;
    margin-bottom:25px;
}



.contacts-badge {
    display:inline-block;
    padding:12px 18px;
    background:#eaf7ff;
    border-radius:12px;
    color:#087fe8;
    font-size:15px;
    font-weight:600;
}



.contacts-form {
    width:100%;
    max-width:380px;
    position:relative;
    z-index:1;
}


.form-group {
    margin-bottom:18px;
}


.form-group label {
    display:block;
    margin-bottom:7px;
    font-size:14px;
    color:#23445f;
    font-weight:600;
}



.form-control {
    width:100%;
    height:54px;
    padding:0 18px;
    border:1px solid #d6e8f5;
    border-radius:12px;
    background:#f8fcff;
    font-size:16px;
    outline:none;
    box-sizing:border-box;
    transition:.3s;
}



.form-control:focus {
    border-color:#24a7ff;
    background:#fff;
    box-shadow:0 0 0 4px rgba(36,167,255,.15);
}



.form-control::placeholder {
    color:#a4b9c8;
}



.privacy-check {
    display:flex;
    gap:10px;
    align-items:flex-start;
    margin:18px 0 25px;
    font-size:13px;
    color:#647b8e;
    line-height:1.45;
}


.privacy-check input {
    width:18px;
    height:18px;
    margin-top:2px;
    accent-color:#159cf5;
}


.privacy-check a {
    color:#159cf5;
    text-decoration:underline;
}



.contacts-button {
    width:100%;
    height:56px;
    border:none;
    border-radius:14px;
    background:linear-gradient(135deg,#38b8ff,#087fe8);
    color:#fff;
    font-size:17px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
    box-shadow:0 12px 25px rgba(8,126,232,.25);
}


.contacts-button:hover {
    transform:translateY(-2px);
    box-shadow:0 16px 35px rgba(8,126,232,.35);
}



@media(max-width:800px){

    .contacts-section {
        padding:40px 15px;
    }


    .contacts-box {
        padding:30px 20px;
        flex-direction:column;
        gap:25px;
        border-radius:22px;
    }


    .contacts-info h2 {
        text-align:center;
        font-size:25px;
    }


    .contacts-info p {
        text-align:center;
        font-size:15px;
    }


    .contacts-badge {
        display:block;
        text-align:center;
    }


    .contacts-form {
        max-width:100%;
    }

}



@media(max-width:420px){

    .contacts-info h2 {
        font-size:22px;
    }


    .form-control {
        height:50px;
        font-size:15px;
    }


    .contacts-button {
        height:52px;
    }

}


.important-block {
    position: relative;
    margin: 30px 0;
    padding: 22px 25px 22px 70px;
    background: #fff8e6;
    border: 2px solid #f2c94c;
    border-radius: 12px;
    box-shadow: 0 5px 18px rgba(0, 0, 0, 0.08);
    color: #333;
}

.important-block::before {
    content: "!";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2c94c;
    color: #fff;
    border-radius: 50%;
    font-size: 21px;
    font-weight: 700;
}

.important-block strong {
    color: #b77900;
}

.important-block p {
    margin: 0 0 10px;
}

.important-block p:last-child {
    margin-bottom: 0;
}