@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Libre+Franklin:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #2d2d2d;
}

h1 {
    font-family: 'Libre Franklin', sans-serif;
    font-size: 2.325em;
}

.care-service__wrap h1 {
    font-size: 1.525em;
    font-weight: 600;
}

h2 {
    font-size: 2.325em;
    font-weight: 900;
    margin-bottom: 30px;
    font-family: 'Libre Franklin', sans-serif;
}

@media all and (max-width: 960px) {
    h2 {
        font-size: 1.825em;
    }
}

h3 {
  font-size: 2em;
  font-weight: 900;
  line-height: 1.2;
  font-family: 'Libre Franklin', sans-serif;
}

a,
button {
    transition: .3s;
}

a:hover,
button:hover {
    transition: .3s;
}

iframe:focus-visible {
  outline: none !important;
}

.page_description {
    margin-top: 0;
}

.breadcrumbs {
  font-size: 0.825em;
  color: #acacac;
}

header {
  padding: 30px 0;
}

.header_logo {
  max-width: 200px;
}

.header_logo {
  text-transform: uppercase;
  font-weight: 900;
  color: #3856ce;
  font-size: 1.625em;
}

.button_services {
  border: 1px solid #000;
  background: transparent;
  color: #000;
  border-radius: 4px;
  font-weight: 600;
}

.button_services:hover {
    background: #b52727;
    color: #fff;
}

.button_order {
  border: 1px solid #6a0909;
  background: #6a0909;
  color: #fff !important;
  border-radius: 4px;
  font-weight: 600;
  text-decoration: none;
}

.button_order:hover {
    background: #a1191e;
    border: 1px solid #a1191e;
    color: #fff !important;
    text-decoration: none;
}

.uk-button-primary {
    border: 1px solid #a1191e;
  background: #c0181c;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
}

.uk-button-primary:hover {
    background: #a1191e;
    border: 1px solid #a1191e;
}

.input_search {
  border-radius: 4px;
  border: 1px solid #ccc;
  height: 42px;
  padding: 0 10px;
  font-size: 0.925em;
}

.slider_wrap {
    padding: 0 0 60px;
}

.slider_title__anons {
  color: #f1f1f1;
  margin-bottom: 10px;
}

.slider {
  background: #32394c;
  border-radius: 10px;
  padding: 30px 40px;
  box-sizing: border-box;
  position: relative;
  background-image: url(../img/slider_bg.jpg);
}

@media all and (max-width: 960px) {
    .slider {
        padding: 40px 20px;
    }
}

.slider > div {
    z-index: 100;
    position: relative;
}

.slider::before {
  background-image: url(https://i.pinimg.com/originals/6e/90/ac/6e90ac0d6fb509b6495d3bd936dcd3d1.jpg);
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  z-index: 50;
  opacity: 0;
}

.slider_title {
  color: #fff;
  font-size: 2.325em;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Libre Franklin', sans-serif;
}

@media all and (max-width: 960px) {
    .slider_title {
        font-size: 1.525em;
        margin-bottom: 10px;
    }
}

.slider_text {
  color: #b5b5b5;
  font-size: 1.125em;
  margin-bottom: 30px;
  line-height: 1.2;
}

.button_one {
  background: linear-gradient(135deg, #fdc026 0%, #fdc026 47%, #fda301 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #000;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #fea802;
}

@media all and (max-width: 960px) {
    .button_one {
        width: 100%;
        margin-bottom: 15px;
    }
}

.button_one:hover {
  background: #c0181c;
  border: 1px solid #a1191e;
  color: #fff;
  text-decoration: none;
}

.button_one:focus,
.button_one:active {
    background: #c0181c;
  border: 1px solid #a1191e;
  color: #fff;
  text-decoration: none;
}

.button_two {
    border: 1px solid transparent;
  background: transparent;
  color: #ffffff;
  border-radius: 4px;
  font-weight: 600;
}

@media all and (max-width: 960px) {
    .button_two {
        width: 100%;
        margin-bottom: 15px;
    }
}

.button_two:hover {
    background: #c0181c;
  border: 1px solid #a1191e;
}

.steps {
  padding: 60px 0;
}

.steps_wrap {
  padding: 30px 0;
  background: #fdfcf9;
  border-bottom: 10px solid #f4f4f4;
}

.steps_item {
  text-align: center;
  position: relative;
}

.steps_item img {
  width: 140px;
}

.steps_item__text {
  display: block;
  font-weight: 600;
  color: #a6a6a6;
}

.steps_item__num {
  position: absolute;
  background: #c0181c;
  color: #fff;
  font-size: 1.525em;
  font-weight: 900;
  padding: 4px;
  border-radius: 50%;
  width: 47px;
  height: 47px;
  box-sizing: border-box;
  left: 10px;
}

.services_wrap {
    padding: 60px 0;
}

.services_item {
  padding-bottom: 30px;
}

.services_item img {
  width: 220px;
}

.services_item__title {
  font-weight: 600;
  color: #000;
  font-size: 1.325em;
  display: block;
  line-height: 1.2;
  margin-bottom: 10px;
}

@media all and (max-width: 560px) {
    .services_item__title {
        font-size: 1.025em;
    }
}

@media all and (max-width: 960px) {
    .spec_list {
        margin-bottom: 30px;
    }
}

.services_item__link a {
  color: #3050cc;
}

.uk-modal-dialog {
  border-radius: 30px;
  border-top: 8px solid #c0181c;
  min-height: 520px;
}

.about_wrap {
  background: #f1f1f1;
  padding: 60px 0;
}

.about {
  background: #fff;
  border-radius: 20px;
}

.about_img img {
  border-radius: 20px;
}

.about_info {
  padding: 40px;
}

.about_text {
  color: #484848;
  line-height: 1.4;
}

.modal_form-input {
    margin-bottom: 20px;
    margin-top: 20px;
}

.modal_form-input .uk-input {
    border-color: #bababa;
    border-radius: 4px;
}

.modal_form-input .uk-textarea {
    height: 40px;
    border-color: #bababa;
    border-radius: 4px;
}

.button_form {
    border: 1px solid #a1191e;
    background: #c0181c;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
}

.button_form:hover {
    border: 1px solid #a1191e;
    background: #a1191e;
    color: #fff;
}

.privacy_field {
    font-size: 0.825em;
}

.required_field {
    font-size: 0.825em;
    margin: 0;
}

.about_types__item {
  margin-bottom: 10px !important;
  font-size: 0.925em;
  max-width: 560px;
}

.about_types {
  margin-bottom: 20px;
}

footer {
    padding: 60px 0;
    background: #f0f0f0;
}

.footer_item__logo {
  max-width: 130px;
}

.footer_item__logo img {
  margin-top: -10px;
  margin-left: -5px;
}

.footer_item__icons img {
  width: 26px;
  margin-right: 5px;
}

.footer_item__title {
  font-weight: 600;
  margin-bottom: 10px;
  color: #343434;
}

.footer_item__info {
  font-size: 0.875em;
}

.error, .errors {
  color: #4f4f4f;
  background-color: #f9f9f9;
}

.form_result {
  padding: 20px;
}

.form_result__comment {
  display: block;
  font-size: 0.825em;
  color: #9b9b9b;
}

.uk-input::placeholder {
  color: #626262;
}

.uk-textarea::placeholder {
  color: #626262;
}

.order_wrap {
  padding: 60px 0;
}

.order_form-input {
  margin-bottom: 15px !important;
}

.order_form-input .uk-input {
  border-color: #6c6c6c;
}

.order_form-input .uk-textarea {
  border-color: #6c6c6c;
}

.order_form-input .uk-select {
    border-color: #6c6c6c;
}

.order_form-input .uk-textarea {
    height: 30px;
}

.order_form-title {
    font-size: 0.825em;
}

.order_form-text {
    font-size: 0.825em;
    color: #808080;
    margin-top: 5px;
}

.order_form-item {
    margin-bottom: 5px;
}

.order_form-name {
    margin-bottom: 5px;
}

.spec_list__item-title h3 {
    font-weight: 600;
    font-size: 1.525em;
    margin-bottom: 10px;
}

.spec_list__item-offer {
    line-height: 1.3;
    margin-bottom: 20px;
}

.button_form {
    position: relative;
    overflow: hidden; /* нужно для блика */
    transition: transform 0.3s ease;
}

.spec_list__item-offer {
    margin-top: 10px;
    font-size: 1.125em;
    font-weight: 600;
}

.spec_list__item-offer strong {
    color: #b37a0a;
}

.time_comment {
  color: #6f6f6f;
  padding: 5px 0 15px;
  font-size: 0.925em;
}

.button_text {
  color: #4d4d4d !important;
  border: 1px solid #6f6f6f;
  border-radius: 5px;
}

.button_text:hover {
    background: #c0181c;
    border: 1px solid #a1191e;
    color: #fff !important;
    text-decoration: none;
}

.header_nav > a {
    margin-right: 15px;
}

.contacts_wrap {
  padding: 60px 0;
}

.button_pay {
  color: #fff !important;
  text-decoration: none !important;
}

.services_id {
    padding-top: 60px;
}

.services_id__title h1 {
    font-weight: 700;
}

.services_id__images img {
    width: 100%;
    border-radius: 320px 100px 150px 220px;
    box-shadow: -30px 40px 0 #f0f0f0;
}

.services_id__images {
    padding-bottom: 30px;
}

.services_id__offer {
	margin-bottom: 30px;
}

.main_services__list-all {
    padding: 10px 0 0;
    text-align: right;
}

.main_services__list-all a {
    color: #736a6a;
    text-decoration: underline;
}

.main_services__list-all a:hover {
    color: #333;
    text-decoration: none;
}

.button_services {
    background: #6a0909;
    color: #f1f1f1;
    border-radius: 10px;
    padding: 4px 50px;
}

.button_services:hover {
    background: #b52727;
}

.services_id__button {
    padding-bottom: 30px;
}

.services_main {
    padding: 60px 0;
    background: #f2f2f2;
}

.services_main.services_page {
    padding: 30px 0;
    background: transparent;
}

.services_main__item {
    border-radius: 10px;
    background: #fff;
    padding: 30px;
    margin-bottom: 30px !important;
    position: relative;
}

.services_page .services_main__item {
    box-shadow: 0 0 15px #f0f0f0;
}

.services_main__item-button {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

@media all and (max-width: 960px) {
    .services_main__item {
        padding: 0;
    }
    
    .services_main__item-button {
        position: relative;
        bottom: 0;
        left: 0;
    }
    
    .services_main__item-details {
        padding: 30px;
    }
}

.services_main__item-images {
    border-radius: 10px;
    overflow: hidden;
}

.services_main__item-images img {
    border-radius: 10px;
    height: 100%;
	max-height: 175px;
    width: auto;
    max-width: none;
}

@media all and (max-width: 960px) {
    .services_main__item-images img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
}

.services_main__item-name {
    line-height: 1.2;
    margin-bottom: 5px;
    padding-right: 20px;
}

.services_main__item-name a {
    color: #000;
    font-weight: 600;
    font-size: 1.175em;
}

.services_main__item-anons {
    line-height: 1.3;
    padding-right: 20px;
    font-size: 0.925em;
}

.services_main__item-button .uk-button {
    background: #6a0909;
    border-radius: 10px;
    color: #fff;
    text-decoration: none;
}

.services_main__item-button .uk-button:hover {
    background: #aeb8c0;
    color: #fff;
    text-decoration: none;
}

.services_id__profitably {
    background: #2f2525;
    padding: 30px 30px 10px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.services_id__profitably h3 {
    color: #f0f0f0;
	line-height: 1.2;
}

.services_id__profitably p {
    color: #f0f0f0;
}

.services_id__profitably_items-item {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    margin-bottom: 20px !important;
    line-height: 1.3;
}

.services_price {
    padding: 30px 0;
}

.services_stars img {
    max-width: 20px;
}

.services_gallery {
	padding: 30px 0;
}

.services_gallery h3 {
	margin-bottom: 0 !important;
}

.gallery_comment {
	color: #a4a4a4;
	padding: 10px 0 0;
	text-transform: uppercase;
	font-size: 0.875em;
}

.phone_offer__wrap {
	padding: 60px 0;
}

.phone_offer {
	background: #2f2525;
	padding: 40px;
	color: #fff;
	border-radius: 10px;
	background-image: url(https://static.vecteezy.com/system/resources/previews/032/535/359/large_2x/hand-holding-new-smartphone-smartphone-free-png.png);
  background-size: 420px;
  background-repeat: no-repeat;
  background-position: 100%;
}

.phone_offer h3 {
	color: #f0f0f0;
}

.phone_offer .button_services {
	background: #f0f0f0;
	color: #000;
}

.button_services__link {
	display: inline-block;
	padding: 0 20px;
	color: #26d367;
}

@media all and (max-width: 500px) {
	.button_services__link {
		margin-top: 20px;
	}
}

.phone_offer h2 {
  color: #fff;
  margin-bottom: 0;
}

.phone_offer p {
    margin-top: 0;
}

.uk-accordion-title,
.uk-accordion-title:focus {
    text-decoration: none;
    color: #000;
}

.uk-accordion-title {
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 5px;
}

.services_price__link {
    width: 100%;
    display: inline-block;
    max-width: 130px;
    text-align: center;
}

.care-service__wrap {
    padding: 60px 0;
}

.problem_wrap {
    padding: 60px 0;
    position: relative;
    background: #fff;
}

.problem_info {
    z-index: 100;
}

.problem_info h2 {
    font-size: 2.325em;
    line-height: 1;
    font-weight: 600;
    color: #000;
}

@media all and (max-width: 960px) {
    .problem_info h2 {
        font-size: 1.625em;
    }
}

.problem_info strong {
    display: inline-block;
    background: #a38560;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 30px;
}

.problem_item__num {
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 2px 20px;
    border-radius: 15px;
}

.problem_item__text {
    margin-top: 30px;
    color: #000;
    font-size: 1.125em;
    line-height: 1.2;
}

.problem_item__text p {
    margin: 0;
}

.problem_item {
    border: 1px solid #bcbcbc;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 20px;
}

.care-service__item {
    position: relative;
}

.care-service__item-team {
    position: absolute;
    max-width: 300px;
    margin-top: -50px;
}

@media all and (max-width: 960px) {
    .care-service__item-team {
        margin-top: 20px;
    }
}