

/* Start:/local/templates/ramsay_2023/assets/css/style_ceny.css?16931088623481*/
.search_form {
    display: flex;
    gap: 15px;
}

.search_form input[type=text] {
    width: 515px;
    line-height: 35px;
	padding: 0 15px;
    border: 1px solid #c9c9c9;
    font-family: inherit;
    font-size: 1rem;
    color: #737373;
    background-color: #fcfcfc;
    box-shadow: none;
    border-radius: 20px;
    transition: box-shadow 0.5s, border-color .25s ease-in-out;
	outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.search_form input[type=text]:focus {
	border: 1px solid #8a8a8a;
	background-color: #fcfcfc;
	outline: none;
	box-shadow: 0 0 5px #c9c9c9;
}

.search_form input[type=submit] {
    line-height: 35px;
    background-color: #239bd2;
    color: #fcfcfc;
    font-size: 15px;
    outline: none;
    padding: 0 15px;
    font-weight: 500;
    -webkit-appearance: button;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 20px;
    transition: background-color .25s ease-out,color .25s ease-out;
}

.search_form input[type=submit]:hover,
.search_form input[type=submit]:focus {
	background-color: #2d7eb0;
	color: #fcfcfc;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .search_form {
        flex-direction: column;
    }
    
    .search_form input[type=text],
    .search_form input[type=submit] {
        width: 100%;
    }
}

.promo-title {
    font-size: 20px;
    font-weight: bold;
    color: #1b335f;
}

.promo-text {
    font-size: 16px;
}

.promo-link {
    color: #006dcd;
}

.promo-link:hover,
.promo-link:focus {
    color: #2e7fb2;
}

.prices_block {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.prices_block > div {
    width: 45%;
    width: calc(50% - 30px);
    height: 220px;
    background-position: 0% 50%;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
}

.prices_block > div > a {
    position: absolute;
    left: 0; right: 0;
    top: 0; bottom: 0;
    font-size: 30px;
    font-weight: 700;
    color: #1b335f;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 30%;
}

.prices_block > div > a:hover,
.prices_block > div > a:focus {
    color: #2e7fb2;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    
    .prices_block > div {
        width: 100%;
        height: 150px;
    }
    
    .prices_block > div > a {
        font-size: 26px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 320px) {
    
    .prices_block > div > a {
        padding-left: unset;
        padding-right: 25px;
        justify-content: flex-end;
        text-align: right;
    }
    
}

.sign-appointment {
	margin: 3.75rem 0;
}

.sign-appointment__text {
	margin-bottom: 1.25rem;
	color: #3893cc;
	font-size: 1.375rem;
	font-weight: 700;
}

.sign-appointment__btn {
    background-color: #239bd2;
    color: #fcfcfc;
    outline: 0;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color .25s ease-out,color .25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 20px;
    padding: 0.9em 2.6em 0.86em;
}

.sign-appointment__btn:hover,
.sign-appointment__btn:focus {
    background-color: #2b76a5;
}

/* End */
/* /local/templates/ramsay_2023/assets/css/style_ceny.css?16931088623481 */
