.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}

.alignright {
	float: right;
	margin-left: 20px;
	margin-bottom: 15px;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.modal-overlay * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
     
}
 
.modal-overlay *:before,
.modal-overlay *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
 
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .6);
    overflow: auto;
    z-index: 999;
    transition: .4s all;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
}
 
.modal-overlay_visible {
    opacity: 1;
    visibility: visible;
}
 
.modal-table {
    display: table;
    width: 100%;
    height: 100%;
}
 
.modal-table-cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 15px;
}
 
.modal {
    transition: .4s all;
    display: inline-block;
    padding: 18px 44px 20px 30px;
    max-width: 400px;
    width: 100%;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, .25);
    color: #333;
    text-align: left;
    font-family: Arial;
    margin: 30px 0;
    transform: translate(0, 20%);
    position: relative;
    border-radius: 4px 6px 4px 4px;
    cursor: auto;
    font-size: 16px;
}
 
.modal-overlay_visible .modal {
    transform: translate(0);
}
 
.modal__header {
    font-size: 22px;
    font-weight: 400;
    padding: 0 0 30px 0;
}
 
.modal__close {
    position: absolute;
    right: 10px;
    top: 0;
    background: #291A7A;
    width: 25px;
    height: 25px;
    border-radius: 0 0 4px 4px;
    transition: .4s all;
}
 
.modal__close:hover {
    background: #ed5f55;
    cursor: pointer;
}
 
.modal__close:before,
.modal__close:after {
    content: "";
    display: block;
    height: 16px;
    width: 2px;
    transform: rotate(45deg);
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}
 
.modal__close:after {
    transform: rotate(-45deg);
}
 
.modal__content label {
    font-size:13px;
    color:#777;
    margin:0;
}
 
 
.feedback__form form {	
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
    grid-column: 2/3;
    grid-row: 1/3;
    overflow: hidden;
}
.feedback__form .wpcf7 {
	grid-column: span 2;
}
.feedback__form form > *, .feedback__form .feedback__form-group > *, .feedback__form .feedback__input{
	min-width: 0 !important;
	max-width: 100% !important;
}
.feedback__form .feedback__textarea {
	width: 100%;
}
.feedback__form form .feedback__button{
	max-width: 200px !important;
} 
.feedback__form .wpcf7-response-output {
	grid-column: span 2;
}


@media (max-width: 640px) {
	.feedback__form form {
    	grid-template-columns: 1fr;
	}
	.feedback__form .wpcf7 {
		grid-column: span 1;
	}
	.feedback__form .wpcf7-response-output {
		grid-column: span 1;
	}

}


.breadcrumbs__item a:hover { border-color: var(--color-black04); }

.pool2 ul {
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    margin-top: 30px;
}
.pool2 li:not(:last-child) {
    margin-bottom: 10px;
}
.pool2 li {
    position: relative;
}

.pool2 li:before {
    content: "";
    display: block;
    background: var(--color-dark);
    width: 4px;
    height: 4px;
    position: absolute;
    border-radius: 50%;
    top: 7px;
    left: -15px;
}

.page_default .guarantee__text {  max-width: 1170px; text-align: left !important; }
.header__list a.header__item-button { color: #fff !important; }
.header__menu-country-item:hover { text-decoration:none; }
.header__menu-link:hover { color:#000; text-decoration:none; }
.header__menu-link:hover {  color: inherit !important; }
.header__menu-companies-link:hover { color: inherit !important;  text-decoration:none;}
button { outline: none !important;}
.pt-100 { padding-bottom: 100px; }
@media (max-width: 1024px) {
   .pt-100 { padding-bottom: 50px; }
}
a.item_locations__title { display: block; }

.wpcf7-not-valid-tip { display:none !important; }
.wpcf7-response-output { margin:15px 0 0 0 !important; text-align:center; font-size: 13px; width: 100%; }
.feedback .wpcf7-response-output { background: #fff; }
.wpcf7-not-valid { border: 1px solid #C00 !important; }
.new_contact__form .ertb .wpcf7-not-valid { border:none !important; border-bottom: 1px solid #C00 !important; }

a.header__menu-country-item.grid-row.justify-content-start img{
	width: 32px;
}

span.breadcrumb_last { color: #8F8F9F !important; }

.new_refunds ul {
    margin: 16px 0;
    padding-left: 40px;
    list-style-type: disc;
}
.new_refunds ul li::before {
  content: "•";
  padding-right: 8px;
}
.new_refunds .new_refunds__main .new_refunds__text{
	text-align:left;
}

.carts_style .carts__item-text h3 {
        margin-bottom: 20px;
        font-weight: 700;
    font-size: 20px;
}

.grecaptcha-badge {
    visibility: hidden!important;
}

#top-button {
  display: inline-block;  
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 85px;
  right: 20px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  text-decoration: none;
  background: url(/wp-content/uploads/2023/11/up-arrow.svg) no-repeat;
  background-size: cover;
}
#top-button:hover {
  cursor: pointer;  
}
#top-button.show {
  opacity: 1;
  visibility: visible;
}


@media (min-width: 577px){
	.cky-notice .cky-notice-group .cky-notice-btn-wrapper{
		flex-direction: row-reverse;
	}
	.cky-notice .cky-notice-group .cky-notice-btn-wrapper .cky-btn{
		margin: 0 0 0 8px;
	}
	
	.cky-consent-container.cky-banner-bottom{
		width: 75%;
	}
}