.logo {
	margin-right: auto;
}

.list-reset {
	list-style: none;
	padding-left: 0px;
}

.header__custom {
	justify-content: space-between;
}

.header__text {
	font-size: 25px;
	color:black;
}
.header__box {
    display: contents;
    justify-content: space-between;
}

.img__custom {
    width: 45%;
}

.serviceBlock__img {
	margin-bottom: 10px;
}

.serviceBlock {
	padding-top: 50px;
	padding-bottom: 50px;
}

.serviceDesBlock {
	padding: 10px;
}

.introBlock {
	padding-top: 120px;
}

/*form*/
.form-control {
	border: 2px solid #f54c18;
	padding: 8px 30px 8px 15px;
	transition: all .3 ease-in-out;
}
.form-control:focus-visible {
	border: 1px solid #ee430f;
}
.form-control:hover:not(:focus-visible) {
	border: 1px solid #f54c18;
}

.form-group {
	position: relative;
}

.mandatory {
  color: #fc7057;
  font-size: 18px;
  font-weight: 400;
}
.form__control-feedback {
  position: absolute;
	top: 10px;
	right: 15px;
}

.input__textarea {
  height: 100px!important;
}

.checkbox__label {
	width: 100%;
	font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}

.checkbox__link {
	color: #fc4d4a;
	transition: color .3s ease-in-out;
}
.checkbox__link:focus-visible {
	color:#d61511;
}
.checkbox__link:hover:not(:focus-visible) {
	color:#d61511;
}
.checkbox__link:active:not(:focus-visible) {
	color:#f12e2b;
}

.checkbox__mandatory {
	padding-top: 9px;
}

.checkbox__label-req {
  display: flex;
	align-items: center;
	gap: 5px;
}

.checkbox {
	margin: 0px 0px 0px !important;
}

.checkbox-2 {
	text-align: left!important;
}

.checkbox__text {
	text-align: left;
	width: 100%;
}

.pageFooter {
	padding-top: 50px;
}

.footer__custom {
	flex-direction: column;
}
.footer__box {
	gap: 30px;
}

.footer__logo{
	width: 90%;
}

.footer__contact {
	width: 25%;
}

.footer__descr {
	width: 45%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer__descr-centr {
	text-align: center;
}

.footere__document-list {
	flex-direction: column;
}

.footer__document {
	width: 20%;
	padding-top: 65px;
}

.btn {
	cursor: pointer;
	border: none;
	color:#fff;
	padding: 10px 25px;
	background-color:#fc4d4a;
	transition: all .3s ease-in-out;
}

.btn:focus-visible {
	color: #fff;
	background-color:  #ec1a16;
	border-color: #d61511;
}

.btn:hover:not(:focus-visible) {
	color: #fff;
	background-color:  #ec1a16;
	border-color: #d61511;
}
.btn:active:not(:focus-visible) {
	color: #fff;
	background-color:  #c43f3c;
	border-color: #d61511;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

/*cookie-block*/
#cookie_notification {
	display: none;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-end;
	position: fixed;
	gap: 10px;
	bottom: 15px;
	left: 50%;
	width: 900px;
	max-width: 90%;
	transform: translateX(-50%);
	padding: 25px;
	background-color: white;
	border-radius: 4px;
	box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
	z-index: 9999;}  
  

	#cookie_notification p {
	  margin: 0;
	  text-align: left;
	}  
	.cookie_accept {
	  padding: 7px 15px;
	  cursor: pointer;
	  border: none;
	  background-color:#fc4d4a;
	  border-radius: 4px;
	  font-weight: 800;
	  color: #fff;
	  transition: background-color .3s ease-in-out;
	}  
	.cookie_accept:hover {
	  background-color:  #ec1a16;
		border-color: #d61511;
	}
  .cookie_accept:active {
	  background-color:  #c43f3c;
		border-color: #d61511;
	}

	.thanks__page {
		display: flex;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.thanks__icon {
		width: 20%;
		margin: 0 auto;
	}

	.document__container {
		padding-top: 200px;
		padding-bottom: 100px;
	}

	.thanks-txt {
		font-size: 30px;
		line-height: 45px;
	}

	.document__link {
		color: #fc4d4a;
		transition: color .3s ease-in-out;
	}

	.document__link:focus-visible {
		color: #d61511;
	}

	.document__link:hover:not(:focus-visible) {
		color: #eb3734;
	}
	.document__link:active:not(:focus-visible) {
		color: #f5120e;
	}
  
	
	@media (min-width: 576px) {  
	  #cookie_notification.show {
	  display: flex;
	  align-items: center;
	  } 

		.contactBlock {
			padding-bottom: 50px!important;
			padding-top: 50px!important;
		}

		.btn__form {
			margin-bottom: 20px;
		}

		.footer {
			padding-top: 20px;
		}

		
	}   

	 @media (max-width: 575.98px) {  
	  #cookie_notification.show {
		display: block;
		text-align: left;
	  }  
	  .cookie_accept {
		  width: 100%;
		  margin: 10px 0 0 0;
	  }  
	}  
	.cookie_notificationTitle {
	  font-size: 16px;
	  font-weight: 700;
		display: flex;
		justify-content: center;
	}  
	.cookie_notificationText {font-size: 16px;}
  

@media(max-width: 1230px) {

	.header__custom {
		align-items: center;
		justify-content: center;
	}
}

@media(max-width: 992px) {

	.introBlock {
		padding-top: 150px;
	} 

	.header__text {
    font-size: 18px;
  }

	.priceBlock__img {
		width: 100%;
	}
}

@media (max-width: 768px) {
  .header__text {
    font-size: 12px;
  }

	.header__logo {
		width: 60%;
	}

	.introblock__flex {
		gap: 20px;
	}
  .serviceblock__articles:nth-child(1), 
	.serviceblock__articles:nth-child(2) {
		margin-bottom: 20px;
	}

	.priceBlock {
		padding-bottom: 50px;
	}

	.footer__box {
		flex-direction: column;
		gap: 5px;
	}
	.footer__contact {
		width: 100%;
		text-align: center;
	}

	.footer__descr {
		width: 100%;
	}

	.footer__document {
		width: 100%;
		padding-top: 0px;
	}

	.footere__document-list {
		flex-direction: column;
		text-align: center;
	}

	.footer__logo {
		width: 25%;
	}

	.thanks__icon {
    width: 45%;
	}

	.document__container h3 {
		font-size: 20px;
	}

	.document__container h2 {
		font-size: 20px;
	}

	.document__container p {
		font-size: 14px;
	}

	.document__container a {
		font-size: 14px;
	}
}

@media (max-width: 575px) {
	.page__title {
    font-size: 27px;
		text-align: center;
	}

	.introBlock {
		padding-top: 100px;
	}

	.img__custom {
		align-self: center;
    width: 23%;
  }

	.abtDesBlock {
		display: flex;
		flex-direction: column;
		text-align: center;
	}

	.priceBlock__img {
    width: 95%;
	}

	.serviceblock__articles:nth-child(3) {
		margin-bottom: 20px;
	}

	.contact-wrapper {
		padding-bottom: 50px;
	}

	.footer__descr {
		padding-left: 15px;
		padding-right: 15px;
	}

	.thanks-txt {
		font-size: 20px;
		line-height: 35px;
	}

	.thanks__icon {
    width: 35%;
	}

	.document__title {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 25px;
	}
} 
@media(max-width: 458px) {
	.checkbox__label-req {
		display: block;
		text-align: left;
	}
}

@media (max-width: 440px) {
	.header__text {
		font-size: 9px;
	}

	.btn {
		width: 100%;
	}

	.cookie__btn-box {
		display: flex;
		flex-direction: column;
		text-align: center;
		gap: 15px;
	}

	.document__container {
		padding-top: 150px;
	}


	.btn__scroll {
		display: flex;
		justify-content: center;
	}
}

@media (max-width: 320px) {
	.thanks-txt {
    font-size: 18px;
    line-height: 30px;
	}
}
