/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 05 2025 | 12:52:03 */
:root {
	--main-color: #fff;
	--active-color: #2E7A88;
	--main-fonts: "Montserrat", "Tahoma";
}
body {padding: 0;margin: 0;font-family: var(--main-fonts);line-height: 1.3}
a {transition: all 0.5s}
p {margin-top:0}
p:last-child {margin-bottom:0}
.link a:hover, .link a span:hover {color: #1B63A6 !important}
.link-btn:hover {cursor:pointer}
button:hover {cursor:pointer}

.pointer {
	pointer-events: none
}

/* шапка анимка */
#header-main .e-con-inner {transition: 0.3s;}
#header-main.stikly-header .e-con-inner {padding:0;}
#header-main.stikly-header {background:#fff}

@media(max-width: 767px) {
	.main-widget-content {
		max-width: 95%;
		margin-right: auto;
		margin-left: auto;
	}
	.main-block-content {
		padding-left: 0;
		padding-right: 0;
	}
	.position-initial {
		position: initial !important;
	}
}

/* хлебные крошки */
.rank-math-breadcrumb .separator {
    padding: 0 10px;
}
.rank-math-breadcrumb {
    color: var(--active-color);;
    font-size: 16px;
}
.rank-math-breadcrumb a {
    color: #333;
}
.rank-math-breadcrumb a:hover {
	color: #333;
}
/* хлебные крошки */

/* Скрол */
@media screen and (min-width: 1201px) {
  ::-webkit-scrollbar-thumb {
      background: var(--active-color);
      border-radius: 0;
  }
  ::-webkit-scrollbar {
      width: 10px;
      height: 5px;
      background: #fff;
  }
}
/* Скрол */

/* Contact Form 7 */
.wpcf7-form-control {
    font-size: 18px;
    padding: 15px;
    margin-bottom: 30px;
    width: 100%;
    padding-left: 0;
    border-color: #F2F2F2;
    border-radius: 0;
    color: #000;
    font-family: var(--main-fonts);
    margin-top: 0;
    border: 0;
    border-bottom: 2px solid #1E3245;
    outline: 0;
    max-height: 200px;
}
.wpcf7-submit {
	display: block;
    margin-top: 10px;
    padding: 15px 10px;
    border-radius: 10px;
    background: var(--main-color);
    color: #FFF !important;
    text-align: center;
    width: 100%;
	transition: all 0.3s;
	margin-bottom: 0 !important;
	border: 2px solid #2E7A88 !important;
	background: #2E7A88 !important;
}
.wpcf7-submit:hover {
  cursor: pointer;
  background: white !important;
	color: #1E3246 !important;
}
::placeholder {
  color: black;
}
.wpcf7-form p {
	margin-bottom:0 !important
}
.wpcf7-list-item {
	margin:0;
}
.wpcf7-acceptance {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    font-size: 14px;
    margin-top: 10px;
    display: block;
    margin-bottom: 30px;
}
.wpcf7-acceptance label {
	display: flex;
    align-items: center;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	font-size:14px;
	margin-left: 5px;
}
.wpcf7-acceptance .wpcf7-list-item-label a {
	text-decoration: underline;
	color: #1C1C1C;
}
.wpcf7-spinner {
  	display: none !important;
}
.wpcf7-not-valid-tip {
	font-size: 12px;
	font-family: var(--main-fonts);
}
.wpcf7 form .wpcf7-response-output {
  font-size: 12px;
  margin: 0;
  line-height: 16px;
	font-family: var(--main-fonts);
}
.wpcf7-checkbox, .wpcf7-radio {
	background: none;
    padding: 0;
}
.wpcf7-spam-blocked {
     background: #e2e2e2;
     border: 1px solid #bcbcbc !important;
     color: #383838;
}
.wpcf7-mail-sent-ng {
     background: #fcf8e3;
     border: 1px solid #ac9163 !important;
     color: #8a6d3b;
}
.wpcf7-mail-sent-ok {
     background: #dff0d8;
     border: 1px solid #3c763d !important;
     color: #3c763d;
}
div.wpcf7-validation-errors {
    display: none !important;
}
div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 1px solid #ff0000;
    color: #C10000;
}
div.wpcf7-response-output {
    display: none !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}
span .wpcf7-not-valid {
    border-bottom: 2px solid #ff0000 !important;
}
@media (max-width: 767px) {
	.wpcf7-acceptance .wpcf7-list-item-label {
		font-size:12px;
	}
	.wpcf7-submit {
		font-size: 16px;
	}
	.wpcf7-form-control {
		font-size: 16px;
	}
}
/* Contact Form 7 */

/* Табы в моб в 1 строчку */
.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
	.e-n-tabs-heading {
		display: flex !important;
	}
	.e-n-tabs-mobile>.elementor-widget-container>.e-n-tabs>.e-n-tabs-heading {
		overflow: scroll;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		gap: 10px;
	}
	.e-n-tab-title.e-collapse {
		display: none;
	}
	.e-n-tab-title {
		margin:0;
	}
	.elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
		margin-block-start: 0;
	}
}
/* Табы в моб в 1 строчку */

/* стили для радио кнопок */
input[type="radio"] {
	appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 3px solid #000;
    outline: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    top: 7px;
}
input[type="radio"]::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
}
input[type="radio"]:checked::before {
  background-color: #D90000; 
} 
/* стили для радио кнопок */

/* стили для checkbox */
input[type="checkbox"] {
	appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 0;
    border: 2px solid #000;
    outline: none;
    transition: all 0.3s ease-in-out;
    position: relative;
}
input[type="checkbox"]::before {
	content: "";
    width: 8px;
    height: 8px;
    border-radius: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
input[type="checkbox"]:checked::before {
	background-color: #000; 
} 
/* стили для checkbox */

	.cookies-modal {
display: none;
position: fixed;
z-index: 1000000000;
bottom: 0px;
left: 0px;
transform: translateX(-50%);
margin: 0px -50% 15px 50%;
padding: 9px 43px 9px 14px;
font-size: 12px;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 500;
text-align: left;
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.95);
pointer-events: auto;
max-width: 1280px;
box-shadow: rgba(6, 5, 50, 0.1) 0px 6px 20px;
color: #5c5c5c;
}

.cookies-modal a {
text-decoration: none;
cursor: pointer;
outline: none;
font-family: Dodo, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 600;
color: #1557AE;
}

.cookies-modal .cookie-policy-button {
margin: 0px;
padding: 0px;
background: none;
border: none;
font: inherit;
cursor: pointer;
position: absolute;
top: 9px;
right: 7px;
display: inline-block;
width: 28px;
color: rgb(92, 99, 112);
text-align: center;
}

.cookies-modal .cookies-btns {
    display: flex;
    margin-left: auto;
    margin-right: 0;
    width: max-content;
}

.cookies-modal .cookies-btns .cookies-btn {
  border: 1px solid #1557AE;
  color: #1557AE;
  padding: 5px 10px;
  margin-left: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: .3s;
}

.cookies-modal .cookies-btns .cookies-btn.yes-cookie {
  margin-left: 0px;
  color: #fff;
  background-color: #1557AE;
}

.cookies-modal .cookies-btns .cookies-btn:hover {
  opacity: 0.8;
}
.wpcf7-acceptance .wpcf7-list-item-label {
	width: calc(100% - 20px);
}