.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
	word-break: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}
.owl-carousel .animated{-webkit-animation-duration:1000ms;animation-duration:1000ms;-webkit-animation-fill-mode:both;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}@-webkit-keyframes fadeOut{0%{opacity:1}100%{opacity:0}}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}.owl-carousel{display:none;width:100%;-webkit-tap-highlight-color:transparent;position:relative;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0px,0,0)}.owl-carousel .owl-controls .owl-dot,.owl-carousel .owl-controls .owl-nav .owl-next,.owl-carousel .owl-controls .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loaded{display:block}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel .owl-refresh .owl-item{display:none}.owl-carousel .owl-item{position:relative;min-height:1px;float:left;/*-webkit-backface-visibility:hidden;*/-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-item img{display:block;width:100%;/*-webkit-transform-style:preserve-3d*/}.owl-carousel.owl-text-select-on .owl-item{-webkit-user-select:auto;-moz-user-select:auto;-ms-user-select:auto;user-select:auto}.owl-carousel .owl-grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.no-js .owl-carousel{display:block}.owl-carousel .owl-item .owl-lazy{opacity:0;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-item img{/*transform-style:preserve-3d*/}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/plugins/owl/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;-webkit-transition:scale 100ms ease;-moz-transition:scale 100ms ease;-ms-transition:scale 100ms ease;-o-transition:scale 100ms ease;transition:scale 100ms ease}.owl-carousel .owl-video-play-icon:hover{-webkit-transition:scale(1.3,1.3);-moz-transition:scale(1.3,1.3);-ms-transition:scale(1.3,1.3);-o-transition:scale(1.3,1.3);transition:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;-webkit-background-size:contain;-moz-background-size:contain;-o-background-size:contain;background-size:contain;-webkit-transition:opacity 400ms ease;-moz-transition:opacity 400ms ease;-ms-transition:opacity 400ms ease;-o-transition:opacity 400ms ease;transition:opacity 400ms ease}.owl-carousel .owl-video-frame{position:relative;z-index:1}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1;-webkit-text-size-adjust:100%}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}input,textarea{-webkit-box-shadow:none;box-shadow:none;border-radius:0;outline:none}a:focus{outline:none}b,strong{font-weight:bold}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}@font-face{font-family:"Lato";font-style:normal;font-weight:100;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Thin.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Thin.woff) format("woff")}@font-face{font-family:"Lato";font-style:normal;font-weight:200;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Hairline.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Hairline.woff) format("woff")}@font-face{font-family:"Lato";font-style:normal;font-weight:300;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Light.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Light.woff) format("woff")}@font-face{font-family:"Lato";font-style:normal;font-weight:400;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Regular.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Regular.woff) format("woff")}@font-face{font-family:"Lato";font-style:normal;font-weight:500;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Medium.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Medium.woff) format("woff")}@font-face{font-family:"Lato";font-style:normal;font-weight:600;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Semibold.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Semibold.woff) format("woff")}@font-face{font-family:"Lato";font-style:normal;font-weight:700;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Bold.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Bold.woff) format("woff")}@font-face{font-family:"Lato";font-style:normal;font-weight:800;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Black.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Black.woff) format("woff")}@font-face{font-family:"Lato";font-style:normal;font-weight:900;font-display:swap;src:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Heavy.woff2) format("woff2"),url(//besthelp.com.ua/wp-content/themes/besthelp-theme/fonts/Lato/Lato-Heavy.woff) format("woff")}html{font-size:16px;-webkit-transition:font-size .35s ease;transition:font-size .35s ease}@media screen and (max-width: 1380px){html{font-size:15px}}@media screen and (max-width: 1380px)and (max-width: 1320px){html{font-size:14px}}@media screen and (max-width: 1380px)and (max-width: 1320px)and (max-width: 1179px){html{font-size:16px}}html,body{width:100%;height:100%}body{font-family:"Lato",sans-serif;overflow-x:hidden;color:#000}.loaded-page img{color:#000}img{color:rgba(0,0,0,0)}.wrapper-main{width:100%;max-width:85rem;margin:0 auto;position:relative}@media screen and (max-width: 1179px){.wrapper-main{padding:0 16px}}.main-grid-wrapper{display:grid;min-height:100%;grid-template-rows:auto 1fr;grid-template-columns:100%;margin:0 auto}.content-wg{overflow-x:hidden;overflow-y:hidden;margin:0 auto;width:100%}.tg-btn{padding:2px;position:fixed;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:3.875rem;height:3.875rem;bottom:7.5rem;right:3.75rem;z-index:11111;-webkit-transition:all .2s ease;transition:all .2s ease}@media screen and (max-width: 1179px){.tg-btn{right:16px;bottom:60px}}@media screen and (min-width: 1179px){.tg-btn:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.tg-btn:hover svg path.path-bg{fill:#000}}.tg-btn svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.tg-btn svg path{-webkit-transition:all .35s ease;transition:all .35s ease}.btn{padding:0.5rem 3.125rem;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;text-align:center;font-size:1.75rem;font-style:normal;font-weight:700;line-height:110%;border-radius:2.5rem;background:-webkit-gradient(linear, left top, right top, from(#FFB62F), to(#FFCD06));background:linear-gradient(90deg, #FFB62F 0%, #FFCD06 100%);-webkit-transition:all .35s ease;transition:all .35s ease;z-index:0;position:relative;overflow:hidden}.btn:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear, left top, right top, from(#000), to(#000));background:linear-gradient(90deg, #000 0%, #000 100%);z-index:-1;-webkit-transition:opacity .35s linear;transition:opacity .35s linear;opacity:0}.btn:hover{color:#fff}.btn:hover:before{opacity:1}@media screen and (max-width: 1179px){.btn{padding:0.5rem 2rem}}.heading{color:#000;text-align:center;font-size:3rem;font-style:normal;font-weight:700;line-height:133.333%;letter-spacing:-0.25px}@media screen and (max-width: 1179px){.heading{font-size:28px}}.heading:after{content:"";display:block;border-radius:4px 4px 0 0;background:#ff8002;width:12.5rem;height:0.25rem;margin-left:auto;margin-right:auto;margin-top:1rem}@media screen and (max-width: 1179px){.heading:after{margin-top:13px;width:160px}}.section-pickupJob{margin-top:1.8125rem;margin-bottom:1.8125rem}@media screen and (max-width: 1179px){.section-pickupJob{margin-top:23.2px;margin-bottom:23.2px}}.section-pickupJob .block{display:-webkit-box;display:-ms-flexbox;display:flex;padding:0 5rem;gap:4.375rem}@media screen and (max-width: 1179px){.section-pickupJob .block{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 0;gap:36px}}.section-pickupJob .block .photos{-ms-flex-negative:0;flex-shrink:0;display:grid;grid-template-columns:auto auto;grid-template-rows:auto auto;grid-template-areas:"img1 img2" "img3 img2";-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;row-gap:1.25rem}@media screen and (max-width: 767px){.section-pickupJob .block .photos{-webkit-column-gap:12px;-moz-column-gap:12px;column-gap:12px;row-gap:12px}}.section-pickupJob .block .photos img{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;max-width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:1rem}.section-pickupJob .block .photos img:nth-child(1){justify-self:flex-end;grid-area:img1;width:17.6875rem;height:21.875rem}@media screen and (max-width: 767px){.section-pickupJob .block .photos img:nth-child(1){width:169.8px;height:210px}}.section-pickupJob .block .photos img:nth-child(2){grid-area:img2;width:24.625rem;height:30.4375rem;margin-top:2.625rem}@media screen and (max-width: 767px){.section-pickupJob .block .photos img:nth-child(2){width:236.4px;height:292.2px;margin-top:25.2px}}.section-pickupJob .block .photos img:nth-child(3){grid-area:img3;width:10.875rem;height:14.25rem;justify-self:end}@media screen and (max-width: 767px){.section-pickupJob .block .photos img:nth-child(3){width:104.4px;height:136.8px}}.section-pickupJob .block .text{-ms-flex-negative:0;flex-shrink:0;max-width:27rem;margin-top:3.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.25rem}@media screen and (max-width: 1179px){.section-pickupJob .block .text{max-width:100%;margin-top:0;gap:16px}}.section-pickupJob .block .text .h1{color:#ff8002;font-size:4rem;font-style:normal;font-weight:900;line-height:110%}@media screen and (max-width: 1500px){.section-pickupJob .block .text .h1{font-size:3.75rem}}@media screen and (max-width: 1440px){.section-pickupJob .block .text .h1{font-size:3.5rem}}@media screen and (max-width: 1179px){.section-pickupJob .block .text .h1{font-size:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-pickupJob .block .text .h1{font-size:38.4px;max-width:330px}}.section-pickupJob .block .text .h2{color:#000;font-size:2rem;font-style:normal;font-weight:700;line-height:110%}@media screen and (max-width: 1179px){.section-pickupJob .block .text .h2{font-size:26px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-pickupJob .block .text .h2{font-size:20.8px}}.section-pickupJob .block .text .btn{margin-top:1.25rem;height:3.8125rem;min-width:21.75rem}@media screen and (max-width: 1179px){.section-pickupJob .block .text .btn{font-size:1.4rem;height:48.8px;min-width:278.4px;margin-top:16px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-pickupJob .block .text .btn{font-size:1.05rem;height:39.65px;min-width:226.2px;margin-top:12px}}.section-whyUs{margin-top:6.9375rem}@media screen and (max-width: 1179px){.section-whyUs{margin-top:88.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-whyUs{margin-top:72.15px}}.section-whyUs .block{margin-top:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;row-gap:2.125rem;-webkit-column-gap:2.5rem;-moz-column-gap:2.5rem;column-gap:2.5rem;padding:0 2.5rem}@media screen and (max-width: 1179px){.section-whyUs .block{margin-top:64px;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;row-gap:27.2px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-whyUs .block{padding:0 0;margin-top:48px;row-gap:20.4px}}.section-whyUs .block .item{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 5rem)/3);flex:0 0 calc((100% - 5rem)/3)}.section-whyUs .block .item:hover .title img{-webkit-transform:scale(1.2);transform:scale(1.2)}@media screen and (max-width: 1179px){.section-whyUs .block .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 20px)/2);flex:0 0 calc((100% - 20px)/2);max-width:340px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-whyUs .block .item{-webkit-box-flex:0;-ms-flex:0 0 calc((100% - 20px)/1);flex:0 0 calc((100% - 20px)/1);max-width:100%}}.section-whyUs .block .item .title{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:0.625rem;max-width:100%}@media screen and (max-width: 1179px){.section-whyUs .block .item .title{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.section-whyUs .block .item .title img{-ms-flex-negative:0;flex-shrink:0;max-width:4rem;max-height:4rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;transition:transform .35s ease;transition:transform .35s ease, -webkit-transform .35s ease}@media screen and (max-width: 1179px){.section-whyUs .block .item .title img{max-width:51.2px;max-height:51.2px}}.section-whyUs .block .item .title span{max-width:19.75rem;color:#000;font-size:1.75rem;font-style:normal;font-weight:700;line-height:120%}@media screen and (max-width: 1179px){.section-whyUs .block .item .title span{font-size:22.4px}}.section-whyUs .block .item p{max-width:23.75rem;margin-top:0.75rem;padding-left:4.625rem;font-size:1rem;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1179px){.section-whyUs .block .item p{font-size:12.8px;margin-top:9.6px;padding-left:59.2px}}.section-vacancy{margin-top:6.4375rem}@media screen and (max-width: 1179px){.section-vacancy{margin-top:82.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy{margin-top:61.8px}}.section-vacancy .block{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-line-pack:start;align-content:flex-start;gap:2rem;margin-top:5rem}@media screen and (max-width: 1179px){.section-vacancy .block{margin-top:64px;gap:25.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .block{margin-top:48px;gap:19.2px}}.section-vacancy .block .item{-webkit-box-flex:1;-ms-flex:1 1 calc((100% - 2rem)/2);flex:1 1 calc((100% - 2rem)/2);max-width:calc((100% - 2rem)/2);background-color:#d3d3d3;color:#fff;text-align:center;position:relative;min-height:22.5625rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;border-radius:1.5rem;padding-top:2.625rem}.section-vacancy .block .item .new{width:9.5rem;height:9.5rem;position:absolute;pointer-events:none;z-index:10;top:-1.75rem;right:-1.75rem;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='152' height='152' viewBox='0 0 152 152' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 23.1509H46.3018L128.409 105.29L128.409 151.56L0 23.1509Z' fill='url(%23paint0_linear_29_827)'/%3E%3Cpath d='M73.4003 61.6826L61.0372 74.0457L59.5438 72.5523C59.3232 72.3316 59.1705 72.111 59.0856 71.8904C59.0121 71.6698 58.9895 71.3983 59.0178 71.0758L60.5621 57.8727C60.3641 58.116 60.1633 58.3451 59.9596 58.56C59.7673 58.775 59.5806 58.973 59.3996 59.154L52.7726 65.781L50.244 63.2524L62.607 50.8893L64.1174 52.3997C64.2419 52.5242 64.3408 52.6345 64.4144 52.7306C64.4879 52.8268 64.5417 52.9258 64.5756 53.0276C64.6152 53.1238 64.6378 53.2313 64.6435 53.3501C64.6491 53.4689 64.6435 53.6159 64.6265 53.7913L63.0822 67.0962C63.2915 66.8304 63.5008 66.5815 63.7101 66.3495C63.9251 66.1119 64.1315 65.8941 64.3295 65.6962L70.8717 59.154L73.4003 61.6826ZM76.4778 69.1725L73.5928 72.0575L77.4791 75.9437L75.3578 78.065L71.4715 74.1788L68.5271 77.1232L73.6013 82.1974L71.3951 84.4036L63.4359 76.4444L75.799 64.0813L83.7582 72.0405L81.552 74.2467L76.4778 69.1725ZM102.371 90.6528L86.1891 99.1975L83.5926 96.601L88.9298 86.6138C89.0034 86.4498 89.091 86.2773 89.1929 86.0962C89.3003 85.9096 89.4135 85.7172 89.5323 85.5192C89.3343 85.638 89.142 85.7512 88.9553 85.8586C88.7743 85.9605 88.6017 86.0481 88.4377 86.1217L78.4166 91.425L75.8201 88.8285L84.3647 72.6471L86.7746 75.0569C87.0235 75.3058 87.1734 75.5688 87.2243 75.846C87.2809 76.1289 87.2413 76.3891 87.1055 76.6267L82.3537 84.7725C82.201 85.0271 82.0285 85.3014 81.8361 85.5956C81.6495 85.8841 81.4515 86.1839 81.2422 86.495C81.8757 86.0651 82.4725 85.7172 83.0326 85.4514L91.4839 81.0051C91.6932 80.8976 91.9421 80.8636 92.2306 80.9032C92.5304 80.9428 92.7991 81.0814 93.0367 81.319L93.8852 82.1675C94.1341 82.4164 94.2756 82.6767 94.3095 82.9482C94.3491 83.2141 94.318 83.4771 94.2162 83.7373L89.7529 92.1717C89.504 92.7148 89.1787 93.2889 88.7771 93.8942C89.0769 93.6849 89.3597 93.4926 89.6256 93.3172C89.9028 93.1418 90.1658 92.9806 90.4147 92.8335L98.5606 88.0818C98.7699 87.963 99.0217 87.9262 99.3158 87.9715C99.61 88.0167 99.8758 88.1582 100.113 88.3957L102.371 90.6528Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_29_827' x1='18.8018' y1='20.2897' x2='132.802' y2='134.29' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302988F'/%3E%3Cstop offset='0.495192' stop-color='%2300BBB0'/%3E%3Cstop offset='1' stop-color='%2302988F'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A")}@media screen and (max-width: 1179px){.section-vacancy .block .item .new{width:80px;height:80px;top:-14px;right:-14px}}.section-vacancy .block .item:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;border-radius:1.5rem;background-color:rgba(0,0,0,.5)}@media screen and (max-width: 1179px){.section-vacancy .block .item{min-height:288.8px;padding-top:33.6px;gap:12.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .block .item{min-height:unset;-webkit-box-flex:1;-ms-flex:1 1 100%;flex:1 1 100%;max-width:100%;padding-top:25.2px;padding-bottom:25.2px}}.section-vacancy .block .item.open{z-index:2}.section-vacancy .block .item.open>.details{top:calc(100% + 2rem);opacity:1;pointer-events:auto}@media screen and (max-width: 1179px){.section-vacancy .block .item.open>.details{top:calc(100% + 1.5rem)}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .block .item.open>.details{top:calc(100% + 18px)}}.section-vacancy .block .item:nth-child(odd) .details{left:0}.section-vacancy .block .item:nth-child(even) .details{left:unset;right:0}.section-vacancy .block .item .details{padding:2.75rem 1.875rem 4.75rem;position:absolute;left:0;top:100%;width:85rem;max-width:calc(100vw - 2.375rem);background:#fff;border-radius:1rem;border:2px solid #ff8002;-webkit-box-sizing:border-box;box-sizing:border-box;opacity:0;pointer-events:none;color:#000;text-align:left;-webkit-transition:opacity .3s,top .3s;transition:opacity .3s,top .3s}@media screen and (max-width: 1179px){.section-vacancy .block .item .details{padding:35.2px 24px 60.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .block .item .details{padding:32px 16px 48px;max-width:calc(100vw - 32px)}}.section-vacancy .block .item .details .price-block{margin:0 5rem;float:right;width:35.125rem;padding-left:8.1875rem;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:1.5rem;font-style:normal;font-weight:700;line-height:133.33%;letter-spacing:-0.25px}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .price-block{font-size:20.4px;padding-left:30px;max-width:350px;margin:0 0 20px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .block .item .details .price-block{float:none;padding-left:0;max-width:100%}}.section-vacancy .block .item .details .price-block p{padding-left:1.25rem}@media screen and (max-width: 767px){.section-vacancy .block .item .details .price-block p{padding-left:0}}.section-vacancy .block .item .details .price-block .btn{font-size:1.5rem;min-width:26.9375rem;height:3.3125rem;margin-top:1.4375rem}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .price-block .btn{font-size:19.2px;min-width:300px;height:42.4px;margin-top:18.4px}}@media screen and (max-width: 1179px)and (max-width: 480px){.section-vacancy .block .item .details .price-block .btn{min-width:100%;font-size:14.4px;height:31.8px;margin-top:9.6px}}.section-vacancy .block .item .details .close{position:absolute;top:1.6875rem;right:1.6875rem;width:2.25rem;height:2.25rem;display:block;cursor:pointer;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_325_3078)'%3E%3Cpath d='M30.7198 5.26796C29.0496 3.59458 27.0653 2.26753 24.8809 1.36299C22.6966 0.458447 20.355 -0.00577794 17.9908 -0.00303971C8.04876 -0.00303971 -0.0107422 8.05646 -0.0107422 17.9985C-0.0107422 22.9695 2.00526 27.471 5.26326 30.729C6.93345 32.4023 8.91769 33.7294 11.1021 34.6339C13.2865 35.5385 15.628 36.0027 17.9923 36C27.9343 36 35.9938 27.9405 35.9938 17.9985C35.9938 13.0275 33.9778 8.52596 30.7198 5.26796ZM28.4068 28.4085C27.0401 29.7774 25.4166 30.8631 23.6295 31.6034C21.8423 32.3437 19.9267 32.724 17.9923 32.7225C9.85776 32.7225 3.26376 26.1285 3.26376 17.994C3.26224 16.0596 3.64252 14.1439 4.3828 12.3568C5.12309 10.5696 6.20882 8.94617 7.57776 7.57946C8.94429 6.2107 10.5675 5.12507 12.3544 4.38479C14.1412 3.64451 16.0566 3.26414 17.9908 3.26546C26.1238 3.26546 32.7178 9.85946 32.7178 17.9925C32.7191 19.9266 32.3387 21.842 31.5984 23.6289C30.8581 25.4157 29.7725 27.0389 28.4038 28.4055L28.4068 28.4085Z' fill='%23FF8002'/%3E%3Cpath d='M20.3053 18L26.0878 12.2175C26.3731 11.9066 26.5272 11.4975 26.5181 11.0757C26.5089 10.6539 26.3372 10.2519 26.0387 9.9536C25.7403 9.65535 25.3382 9.48389 24.9164 9.47502C24.4945 9.46615 24.0856 9.62055 23.7748 9.90599L23.7763 9.90449L17.9938 15.687L12.2113 9.90449C11.9004 9.61925 11.4914 9.46512 11.0695 9.47426C10.6477 9.48341 10.2457 9.65513 9.94745 9.95357C9.6492 10.252 9.47774 10.6541 9.46887 11.076C9.46 11.4978 9.6144 11.9068 9.89984 12.2175L9.89834 12.216L15.6808 17.9985L9.89834 23.781C9.73564 23.9303 9.60483 24.1109 9.51379 24.312C9.42274 24.5132 9.37333 24.7307 9.36855 24.9514C9.36376 25.1721 9.40369 25.3916 9.48594 25.5965C9.56818 25.8014 9.69104 25.9875 9.84711 26.1437C10.0032 26.2999 10.1892 26.4228 10.3941 26.5052C10.5989 26.5876 10.8183 26.6277 11.0391 26.623C11.2598 26.6184 11.4773 26.5691 11.6785 26.4782C11.8797 26.3873 12.0605 26.2566 12.2098 26.094L12.2113 26.0925L17.9938 20.31L23.7763 26.0925C23.9256 26.2552 24.1062 26.386 24.3074 26.477C24.5085 26.5681 24.726 26.6175 24.9468 26.6223C25.1675 26.6271 25.3869 26.5871 25.5918 26.5049C25.7967 26.4226 25.9829 26.2998 26.139 26.1437C26.2952 25.9876 26.4182 25.8016 26.5006 25.5967C26.5829 25.3919 26.623 25.1725 26.6184 24.9517C26.6137 24.731 26.5645 24.5135 26.4735 24.3123C26.3826 24.1111 26.2519 23.9304 26.0893 23.781L26.0878 23.7795L20.3053 18Z' fill='%23FF8002'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_325_3078'%3E%3Crect width='36' height='36' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 767px){.section-vacancy .block .item .details .close{top:16px;right:16px}}.section-vacancy .block .item .details .close:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.section-vacancy .block .item .details .details-content-wrapper .details-content{font-size:1.125rem;font-style:normal;font-weight:500;line-height:133.333%;letter-spacing:-0.25px;color:#000;max-width:68rem}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .details-content-wrapper .details-content{font-size:14.4px}}.section-vacancy .block .item .details .details-content-wrapper .details-content h1,.section-vacancy .block .item .details .details-content-wrapper .details-content h2,.section-vacancy .block .item .details .details-content-wrapper .details-content h3,.section-vacancy .block .item .details .details-content-wrapper .details-content h4,.section-vacancy .block .item .details .details-content-wrapper .details-content h5,.section-vacancy .block .item .details .details-content-wrapper .details-content h6{font-weight:800;letter-spacing:-0.25px;margin:1.5rem 0 1rem}.section-vacancy .block .item .details .details-content-wrapper .details-content h1:first-child,.section-vacancy .block .item .details .details-content-wrapper .details-content h2:first-child,.section-vacancy .block .item .details .details-content-wrapper .details-content h3:first-child,.section-vacancy .block .item .details .details-content-wrapper .details-content h4:first-child,.section-vacancy .block .item .details .details-content-wrapper .details-content h5:first-child,.section-vacancy .block .item .details .details-content-wrapper .details-content h6:first-child{margin-top:0}.section-vacancy .block .item .details .details-content-wrapper .details-content h1{font-size:2.25rem;line-height:111.111%}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .details-content-wrapper .details-content h1{font-size:28.8px}}.section-vacancy .block .item .details .details-content-wrapper .details-content h2{font-size:1.875rem;line-height:115%}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .details-content-wrapper .details-content h2{font-size:24px}}.section-vacancy .block .item .details .details-content-wrapper .details-content h3{font-size:1.625rem;line-height:120%}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .details-content-wrapper .details-content h3{font-size:20.8px}}.section-vacancy .block .item .details .details-content-wrapper .details-content h4{font-size:1.375rem;line-height:125%}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .details-content-wrapper .details-content h4{font-size:17.6px}}.section-vacancy .block .item .details .details-content-wrapper .details-content h5{font-size:1.25rem;line-height:130%}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .details-content-wrapper .details-content h5{font-size:16px}}.section-vacancy .block .item .details .details-content-wrapper .details-content h6{font-size:1.125rem;line-height:133%}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .details-content-wrapper .details-content h6{font-size:14.4px}}.section-vacancy .block .item .details .details-content-wrapper .details-content p{margin:0 0 1.2em}.section-vacancy .block .item .details .details-content-wrapper .details-content ul,.section-vacancy .block .item .details .details-content-wrapper .details-content ol{margin:0 0 1.2em 1.5em;padding:0}.section-vacancy .block .item .details .details-content-wrapper .details-content ul li{list-style:disc;margin-bottom:.5em}.section-vacancy .block .item .details .details-content-wrapper .details-content ol li{list-style:decimal;margin-bottom:.5em}.section-vacancy .block .item .details .details-content-wrapper .details-content a{color:#ff8002;text-decoration:underline;-webkit-transition:color .2s;transition:color .2s}.section-vacancy .block .item .details .details-content-wrapper .details-content a:hover,.section-vacancy .block .item .details .details-content-wrapper .details-content a:focus{color:#ff8002}.section-vacancy .block .item .details .details-content-wrapper .details-content a.btn{color:#000;text-decoration:none;min-width:26.9375rem;height:3.3125rem;font-size:1.5rem;margin-top:1rem}@media screen and (max-width: 1179px){.section-vacancy .block .item .details .details-content-wrapper .details-content a.btn{font-size:19.2px;min-width:344.8px;height:42.4px;margin-top:12.8px}}@media screen and (max-width: 1179px)and (max-width: 480px){.section-vacancy .block .item .details .details-content-wrapper .details-content a.btn{min-width:100%;font-size:14.4px;height:31.8px;margin-top:9.6px}}.section-vacancy .block .item .details .details-content-wrapper .details-content a.btn:hover{color:#fff}.section-vacancy .block .item .details .details-content-wrapper .details-content blockquote{margin:1.5em 0;padding:0 1.375rem;border-left:2px solid #000;font-style:italic;font-size:1.25rem;line-height:140%}.section-vacancy .block .item .details .details-content-wrapper .details-content img{max-width:100%;height:auto;display:block;margin:1em 0;border-radius:.5rem}.section-vacancy .block .item .details .details-content-wrapper .details-content table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:1rem}.section-vacancy .block .item .details .details-content-wrapper .details-content th,.section-vacancy .block .item .details .details-content-wrapper .details-content td{border:1px solid #ddd;padding:.75em 1em;text-align:left}.section-vacancy .block .item .details .details-content-wrapper .details-content th{background-color:#f1f1f1;font-weight:700}.section-vacancy .block .item .details .details-content-wrapper .details-content pre,.section-vacancy .block .item .details .details-content-wrapper .details-content code{background:#f5f5f5;padding:.25em .5em;border-radius:.25rem}.section-vacancy .block .item .details .details-content-wrapper .details-content pre{display:block;padding:1em;overflow-x:auto;margin:1.2em 0}.section-vacancy .block .item .details .details-content-wrapper .details-content hr{border:none;border-top:1px solid #ddd;margin:2em 0}.section-vacancy .block .item .bg{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;z-index:-1;border-radius:1.5rem}.section-vacancy .block .item .title{position:relative;z-index:2;font-size:2.25rem;font-style:normal;font-weight:700;line-height:110%;max-width:32.5rem;min-height:5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1179px){.section-vacancy .block .item .title{font-size:23.4px;min-height:64px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .block .item .title{font-size:21.6px;min-height:unset;padding:0 25px}}.section-vacancy .block .item .price{position:relative;z-index:2;font-size:1.5rem;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1179px){.section-vacancy .block .item .price{font-size:19.2px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .block .item .price{font-size:14.4px}}.section-vacancy .block .item .country{position:relative;z-index:2;font-size:1rem;font-style:normal;font-weight:600;line-height:150%;letter-spacing:1.6px;text-transform:uppercase;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:0.25rem}@media screen and (max-width: 1179px){.section-vacancy .block .item .country{font-size:12.8px}}.section-vacancy .block .item .country:before{content:"";width:2rem;height:2rem;display:inline-block;vertical-align:middle;background-color:rgba(0,0,0,0);background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.9993 15.3333C15.1153 15.3333 14.2674 14.9821 13.6423 14.357C13.0172 13.7319 12.666 12.884 12.666 12C12.666 11.1159 13.0172 10.2681 13.6423 9.64294C14.2674 9.01782 15.1153 8.66663 15.9993 8.66663C16.8834 8.66663 17.7313 9.01782 18.3564 9.64294C18.9815 10.2681 19.3327 11.1159 19.3327 12C19.3327 12.4377 19.2465 12.8712 19.0789 13.2756C18.9114 13.68 18.6659 14.0475 18.3564 14.357C18.0468 14.6665 17.6794 14.912 17.275 15.0796C16.8705 15.2471 16.4371 15.3333 15.9993 15.3333ZM15.9993 2.66663C13.524 2.66663 11.15 3.64996 9.39969 5.4003C7.64935 7.15064 6.66602 9.52461 6.66602 12C6.66602 19 15.9993 29.3333 15.9993 29.3333C15.9993 29.3333 25.3327 19 25.3327 12C25.3327 9.52461 24.3494 7.15064 22.599 5.4003C20.8487 3.64996 18.4747 2.66663 15.9993 2.66663Z' fill='%23FFCD06'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section-vacancy .block .item .country:before{width:25.6px;height:25.6px}}.section-vacancy .block .item .bottom{position:relative;z-index:2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.3125rem}@media screen and (max-width: 1179px){.section-vacancy .block .item .bottom{gap:13.65px}}.section-vacancy .block .item .bottom a{-ms-flex-negative:0;flex-shrink:0;padding:0.5rem 3.125rem;text-decoration:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#000;font-size:1rem;font-style:normal;font-weight:700;line-height:140%;border-radius:1.25rem;border:1px solid #ffcd06;background:#ffcd06;-webkit-transition:all .35s ease;transition:all .35s ease;z-index:0;position:relative;overflow:hidden}@media screen and (max-width: 1179px){.section-vacancy .block .item .bottom a{font-size:12.8px;padding:6.4px 36px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .block .item .bottom a{padding:4.8px 28px}}.section-vacancy .block .item .bottom a:before{position:absolute;content:"";top:0;right:0;bottom:0;left:0;background:-webkit-gradient(linear, left top, right top, from(#000), to(#000));background:linear-gradient(90deg, #000 0%, #000 100%);z-index:-1;-webkit-transition:opacity .35s linear;transition:opacity .35s linear;opacity:0}.section-vacancy .block .item .bottom a.respond{background-color:rgba(0,0,0,0);color:#ffcd06}.section-vacancy .block .item .bottom a:hover,.section-vacancy .block .item .bottom a.respond:hover{color:#fff;border-color:#000;background-color:#000}.section-vacancy .block .item .bottom a:hover:before,.section-vacancy .block .item .bottom a.respond:hover:before{opacity:1}.section-vacancy .center .btn{min-width:26.9375rem;height:3.3125rem;margin-top:3.625rem;font-size:1.5rem}@media screen and (max-width: 1179px){.section-vacancy .center .btn{font-size:19.2px;min-width:344.8px;height:42.4px;margin-top:46.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-vacancy .center .btn{font-size:24px;min-width:258.6px;height:53px;margin-top:34.8px}}@media screen and (max-width: 1179px)and (max-width: 767px)and (max-width: 480px){.section-vacancy .center .btn{min-width:100%}}.section-clients{margin-top:6.25rem}@media screen and (max-width: 1179px){.section-clients{margin-top:80px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-clients{margin-top:60px}}.section-clients .slider--video{margin-top:5.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 1179px){.section-clients .slider--video{margin-top:65.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-clients .slider--video{margin-top:49.2px}}.section-clients .slider--video .item .video-mask{position:relative;width:41.5625rem;max-width:100%;aspect-ratio:665/373;-webkit-mask:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/mask-video.svg) no-repeat center/contain;mask:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/mask-video.svg) no-repeat center/contain;overflow:hidden}.section-clients .slider--video .item .video-mask video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-clients .slider--video .item .video-mask .play-toggle{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:3.8125rem;height:3.8125rem;border:none;background-image:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/play-icon.svg);background-size:3.8125rem;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.section-clients .slider--video .item .video-mask .play-toggle.paused{opacity:.5;background-image:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/pause-icon.svg)}.section-clients .slider--response{margin-top:1.9375rem}@media screen and (max-width: 1179px){.section-clients .slider--response{margin-top:24.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-clients .slider--response{margin-top:18.6px}}.section-clients .slider--response .item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:19.75rem}@media screen and (max-width: 1179px){.section-clients .slider--response .item{max-width:100%}}.section-clients .slider--response .item .photo-mask{position:relative;width:19.6875rem;max-width:100%;aspect-ratio:315/258;-webkit-mask:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/mask-user.svg) no-repeat center/contain;mask:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/mask-user.svg) no-repeat center/contain;overflow:hidden}@media screen and (max-width: 1179px){.section-clients .slider--response .item .photo-mask{width:100%}}.section-clients .slider--response .item .photo-mask img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-clients .slider--response .item .rating{margin-top:0.6875rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:0;font-size:1.5rem;cursor:pointer}.section-clients .slider--response .item .rating .star{color:#ccc;-webkit-transition:color .2s;transition:color .2s}.section-clients .slider--response .item .rating .star.hovered,.section-clients .slider--response .item .rating .star.selected{color:#ffd016}.section-clients .slider--response .item p{margin-top:1rem;color:#000;font-size:1rem;font-style:normal;font-weight:500;line-height:140%}.section-clients .slider--response .item .user{margin-top:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:1rem;font-style:normal}.section-clients .slider--response .item .user .user-photo{border-radius:100%;overflow:hidden;width:3.5rem;height:3.5rem}.section-clients .slider--response .item .user .user-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section-clients .slider--response .item .user .user-name{margin-top:1rem;font-weight:800;line-height:150%}.section-clients .slider--response .item .user .user-job{font-weight:400;line-height:150%}.section-clients .bottom{margin-top:3.75rem;position:relative;min-height:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1179px){.section-clients .bottom{margin-top:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-clients .bottom{margin-top:36px}}.section-clients .bottom .arr-nav{position:absolute;width:3.5rem;height:3.5rem;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;border-radius:100%;background-color:#ffcd06;background-position:center;background-size:auto;background-repeat:no-repeat;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section-clients .bottom .arr-nav{width:44.8px;height:44.8px;background-size:50%}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-clients .bottom .arr-nav{width:33.6px;height:33.6px;background-size:50%}}.section-clients .bottom .arr-nav.hide{display:none}@media screen and (min-width: 1179px){.section-clients .bottom .arr-nav:hover{background-color:#ff8002}}.section-clients .bottom .arr-nav.arr-nav--prev{left:1.0625rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3085 0.904396C12.9085 0.504458 12.3659 0.279785 11.8003 0.279785C11.2346 0.279785 10.6921 0.504458 10.292 0.904396L0.691992 10.5044C0.292055 10.9045 0.0673809 11.447 0.0673809 12.0127C0.0673809 12.5783 0.292055 13.1209 0.691992 13.5209L10.292 23.1209C10.6943 23.5095 11.2332 23.7246 11.7926 23.7197C12.3519 23.7148 12.887 23.4905 13.2825 23.0949C13.6781 22.6994 13.9024 22.1643 13.9073 21.605C13.9122 21.0456 13.6971 20.5067 13.3085 20.1044L7.53359 14.146H27.8003C28.3661 14.146 28.9087 13.9212 29.3088 13.5212C29.7088 13.1211 29.9336 12.5785 29.9336 12.0127C29.9336 11.4469 29.7088 10.9042 29.3088 10.5042C28.9087 10.1041 28.3661 9.87933 27.8003 9.87933H7.53359L13.3085 3.92093C13.7085 3.52087 13.9331 2.97835 13.9331 2.41266C13.9331 1.84698 13.7085 1.30446 13.3085 0.904396Z' fill='black'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section-clients .bottom .arr-nav.arr-nav--prev{left:0}}.section-clients .bottom .arr-nav.arr-nav--next{right:1.0625rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6915 0.904396C17.0915 0.504458 17.6341 0.279785 18.1997 0.279785C18.7654 0.279785 19.3079 0.504458 19.708 0.904396L29.308 10.5044C29.7079 10.9045 29.9326 11.447 29.9326 12.0127C29.9326 12.5783 29.7079 13.1209 29.308 13.5209L19.708 23.1209C19.3057 23.5095 18.7668 23.7246 18.2074 23.7197C17.6481 23.7148 17.113 23.4905 16.7175 23.0949C16.3219 22.6994 16.0976 22.1643 16.0927 21.605C16.0878 21.0456 16.3029 20.5067 16.6915 20.1044L22.4664 14.146H2.19974C1.63394 14.146 1.09132 13.9212 0.691245 13.5212C0.291168 13.1211 0.0664063 12.5785 0.0664062 12.0127C0.0664062 11.4469 0.291168 10.9042 0.691245 10.5042C1.09132 10.1041 1.63394 9.87933 2.19974 9.87933H22.4664L16.6915 3.92093C16.2915 3.52087 16.0669 2.97835 16.0669 2.41266C16.0669 1.84698 16.2915 1.30446 16.6915 0.904396Z' fill='black'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section-clients .bottom .arr-nav.arr-nav--next{right:0}}.section-clients .bottom .btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:3.3125rem;min-width:27rem}@media screen and (max-width: 1179px){.section-clients .bottom .btn{font-size:19.2px;min-width:344.8px;height:42.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-clients .bottom .btn{font-size:14.4px;min-width:228px;height:31.8px}}.section-join{margin-top:3.9375rem;margin-bottom:3.9375rem}@media screen and (max-width: 1179px){.section-join{margin-top:50.4px;margin-bottom:50.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-join{margin-top:37.8px;margin-bottom:37.8px}}.section-join .block{border-radius:1rem;background:-webkit-gradient(linear, left top, right top, from(#FF8002), to(#FFCD06));background:linear-gradient(90deg, #FF8002 0%, #FFCD06 100%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1.25rem;padding:2.125rem 9.375rem}@media screen and (max-width: 1320px){.section-join .block{padding:2.125rem 6.25rem}}@media screen and (max-width: 1320px)and (max-width: 1179px){.section-join .block{padding:27.2px 20px;gap:16px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width: 1320px)and (max-width: 1179px)and (max-width: 767px){.section-join .block{padding:20.4px 16px;gap:12px}}.section-join .block p{color:#fff;font-size:3rem;font-style:normal;font-weight:800;line-height:110%}@media screen and (max-width: 1179px){.section-join .block p{font-size:38.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-join .block p{font-size:28.8px;text-align:center}}.section-join .block .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.25rem}@media screen and (max-width: 1179px){.section-join .block .social{gap:16px}}.section-join .block .social a{text-decoration:none}.section-join .block .social a:hover svg{-webkit-transform:scale(1.15);transform:scale(1.15)}.section-join .block .social a svg{-webkit-transition:all .2s ease;transition:all .2s ease}@media screen and (max-width: 1179px)and (max-width: 767px){.section-join .block .social a svg{max-width:38.4px;max-height:38.4px}}.section-faq{margin-top:6.0625rem;margin-bottom:0.3125rem}@media screen and (max-width: 1179px){.section-faq{margin-top:77.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-faq{margin-top:58.2px;margin-bottom:28.8px}}.section-faq .block{max-width:70.5rem;margin:5rem auto 0}@media screen and (max-width: 1179px){.section-faq .block{max-width:100%;margin:64px auto 0}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-faq .block{margin:48px auto 0}}.section-faq .accordion{width:100%;max-width:100%}.section-faq .accordion .item{border-top:1px solid #ff8002;background:#fff;margin-bottom:0.75rem;position:relative;cursor:pointer}@media screen and (max-width: 1179px){.section-faq .accordion .item{margin-bottom:10px}}.section-faq .accordion .item:after{content:"";display:block;width:3rem;height:3rem;position:absolute;top:0.8125rem;right:0;border-radius:1px 3px 3px 1px;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='26' height='15' viewBox='0 0 26 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.09766 0.682617C1.85369 0.438719 1.45796 0.43894 1.21387 0.682617L0.683594 1.21387C0.439506 1.45796 0.439506 1.85357 0.683594 2.09766L12.1533 13.5674C12.3974 13.8111 12.7932 13.8113 13.0371 13.5674L24.5068 2.09766C24.7507 1.85371 24.7505 1.45798 24.5068 1.21387L23.9756 0.682617C23.7315 0.439007 23.3357 0.438713 23.0918 0.682617L12.9482 10.8271L12.5947 11.1807L12.2412 10.8271L2.09766 0.682617Z' fill='%23FF8002' stroke='%23FF8002'/%3E%3C/svg%3E");background-size:1.625rem;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section-faq .accordion .item:after{width:38.4px;height:38.4px;background-size:65%;top:17px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-faq .accordion .item:after{width:28.8px;height:28.8px}}.section-faq .accordion .item.is-active:after{background-image:url("data:image/svg+xml,%3Csvg width='26' height='15' viewBox='0 0 26 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.09766 13.5674C1.85369 13.8113 1.45796 13.8111 1.21387 13.5674L0.683594 13.0361C0.439506 12.792 0.439506 12.3964 0.683594 12.1523L12.1533 0.682617C12.3974 0.438934 12.7932 0.438664 13.0371 0.682617L24.5068 12.1523C24.7507 12.3963 24.7505 12.792 24.5068 13.0361L23.9756 13.5674C23.7315 13.811 23.3357 13.8113 23.0918 13.5674L12.9482 3.42285L12.5947 3.06934L12.2412 3.42285L2.09766 13.5674Z' fill='%23FF8002' stroke='%23FF8002'/%3E%3C/svg%3E")}.section-faq .accordion .item.is-active .answer{max-height:900px;padding-bottom:0.625rem;padding-top:0rem}@media screen and (max-width: 1179px){.section-faq .accordion .item.is-active .answer{padding-top:0}}.section-faq .accordion .item .question{color:#000;font-size:1.5rem;font-style:normal;font-weight:700;line-height:150%;z-index:1;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;position:relative;padding:1.1875rem 4.375rem 0.75rem 0;-webkit-transition:color .35s ease;transition:color .35s ease}@media screen and (max-width: 1179px){.section-faq .accordion .item .question{font-size:19.2px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-faq .accordion .item .question{font-size:14.4px}}.section-faq .accordion .item .question a{color:#ff8002}.section-faq .accordion .item .question a:hover{text-decoration:none}@media screen and (max-width: 1179px){.section-faq .accordion .item .question{padding-right:50px}}.section-faq .accordion .item .answer{max-width:48rem;font-size:1.25rem;font-style:normal;font-weight:400;line-height:150%;padding-left:0;z-index:1;position:relative;height:auto;max-height:0;overflow:hidden;-webkit-transition:all .5s ease;transition:all .5s ease}@media screen and (max-width: 1179px){.section-faq .accordion .item .answer{font-size:16px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-faq .accordion .item .answer{font-size:12px}}.section-faq .accordion .item .answer ul{list-style:disc;padding-left:1.375rem;margin:0 0 0.75rem}.section-faq .accordion .item .answer ol{list-style:decimal;padding-left:1.875rem;margin:0 0 0.75rem}.section-faq .accordion .item .answer li{margin-top:0.5rem}.section-faq .accordion .item .answer a{color:#ff8002;-webkit-text-decoration-line:underline;text-decoration-line:underline;-webkit-text-decoration-style:solid;text-decoration-style:solid;-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;-webkit-transition:all .5s ease;transition:all .5s ease}.section-faq .accordion .item .answer a:hover{text-decoration:none}.section-faq .accordion .item p{margin:0 0 0.75rem}.section-faq .accordion .item h1,.section-faq .accordion .item h2,.section-faq .accordion .item h3,.section-faq .accordion .item h4,.section-faq .accordion .item h5,.section-faq .accordion .item h6{font-weight:600;line-height:1.3;margin:1.25rem 0 0.625rem}.section-faq .accordion .item strong,.section-faq .accordion .item b{font-weight:600}.section-faq .accordion .item em,.section-faq .accordion .item i{font-style:italic}.section-faq .accordion .item img,.section-faq .accordion .item iframe,.section-faq .accordion .item video{max-width:100%;height:auto;display:block;margin:0.625rem 0}.section-faq .accordion .item table{width:100%;border-collapse:collapse;margin:0.9375rem 0}.section-faq .accordion .item table th,.section-faq .accordion .item table td{border:1px solid #ddd;padding:0.5rem;text-align:left}.section-faq .accordion .item table th{background:#f5f5f5;font-weight:600}.section-faq .bottom{margin-top:2.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem}@media screen and (max-width: 1179px){.section-faq .bottom{margin-top:33.6px;margin-bottom:33.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-faq .bottom{margin-top:25.2px;margin-bottom:25.2px}}.section-faq .bottom p{font-size:2rem;font-style:normal;font-weight:700;line-height:130%}@media screen and (max-width: 1179px){.section-faq .bottom p{font-size:25.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-faq .bottom p{font-size:19.2px}}.section-faq .bottom span{font-size:1.125rem;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1179px){.section-faq .bottom span{font-size:14.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-faq .bottom span{font-size:10.8px}}.section-faq .bottom .btn{margin-top:0.3125rem;height:2.5rem;font-size:1rem}@media screen and (max-width: 1179px){.section-faq .bottom .btn{height:32px}}.section-aboutTop{margin-top:1.875rem}@media screen and (max-width: 1179px){.section-aboutTop{margin-top:24px}}.section-aboutTop .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:2rem;padding-right:3.5rem;gap:5.6875rem}@media screen and (max-width: 1179px){.section-aboutTop .block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 0;gap:54.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutTop .block{gap:40.95px}}.section-aboutTop .block .text{margin-top:0.9375rem}@media screen and (max-width: 1179px){.section-aboutTop .block .text{margin-top:0}}.section-aboutTop .block .text .h1{color:#ff8002;font-size:4rem;font-style:normal;font-weight:900;line-height:110%}@media screen and (max-width: 1179px){.section-aboutTop .block .text .h1{font-size:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutTop .block .text .h1{font-size:38.4px}}.section-aboutTop .block .text .h2{margin-top:2.6875rem;font-size:2rem;font-style:normal;font-weight:700;line-height:110%}@media screen and (max-width: 1179px){.section-aboutTop .block .text .h2{font-size:26px;margin-top:34.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutTop .block .text .h2{font-size:20.8px;margin-top:16px}}.section-aboutTop .photo-mask{-ms-flex-negative:0;flex-shrink:0;position:relative;width:27rem;max-width:100%;aspect-ratio:432/441;-webkit-mask:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/about/photo-mask.svg) no-repeat center/contain;mask:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/about/photo-mask.svg) no-repeat center/contain;overflow:hidden}@media screen and (max-width: 1179px){.section-aboutTop .photo-mask{width:100%;max-width:368px;margin-left:auto;margin-right:auto}}.section-aboutTop .photo-mask img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-breadcrumb{margin-top:2.25rem;margin-bottom:2.25rem}@media screen and (max-width: 1179px){.section-breadcrumb{margin-top:28.8px;margin-bottom:28.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-breadcrumb{margin-top:21.6px;margin-bottom:21.6px}}.section-breadcrumb .breadcrumbs{padding-left:2.375rem;font-size:0.875rem;color:#000;font-style:normal;font-weight:700;line-height:150%}@media screen and (max-width: 1179px){.section-breadcrumb .breadcrumbs{padding:0 0}}.section-breadcrumb .breadcrumbs__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem;list-style:none;padding:0;margin:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1179px){.section-breadcrumb .breadcrumbs__list{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.section-breadcrumb .breadcrumbs__item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (max-width: 1179px){.section-breadcrumb .breadcrumbs__item.is-current{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}.section-breadcrumb .breadcrumbs__item:not(:first-child):before{content:"";width:0.625rem;height:0.625rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;vertical-align:middle;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.56651 0.213178C5.70046 0.0766801 5.88212 0 6.07152 0C6.26093 0 6.44258 0.0766801 6.57653 0.213178L9.79086 3.48963C9.92477 3.62617 10 3.81133 10 4.0044C10 4.19746 9.92477 4.38262 9.79086 4.51916L6.57653 7.79561C6.44181 7.92824 6.26138 8.00163 6.07409 7.99997C5.88681 7.99831 5.70765 7.92174 5.57521 7.78674C5.44278 7.65175 5.36766 7.46913 5.36603 7.27823C5.3644 7.08732 5.4364 6.9034 5.56651 6.76608L7.50011 4.7325H0.714297C0.524853 4.7325 0.343169 4.65579 0.209213 4.51924C0.075256 4.3827 0 4.1975 0 4.0044C0 3.81129 0.075256 3.6261 0.209213 3.48955C0.343169 3.35301 0.524853 3.2763 0.714297 3.2763H7.50011L5.56651 1.24271C5.4326 1.10617 5.35738 0.921011 5.35738 0.727945C5.35738 0.534879 5.4326 0.349717 5.56651 0.213178Z' fill='%23ff8002'/%3E%3C/svg%3E");margin:0 0.875rem 0 0.3125rem}.section-breadcrumb .breadcrumbs__item:first-child:last-child:before{content:"";width:0.625rem;height:0.625rem;-webkit-transform:rotate(180deg);transform:rotate(180deg);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;vertical-align:middle;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='10' height='8' viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.56651 0.213178C5.70046 0.0766801 5.88212 0 6.07152 0C6.26093 0 6.44258 0.0766801 6.57653 0.213178L9.79086 3.48963C9.92477 3.62617 10 3.81133 10 4.0044C10 4.19746 9.92477 4.38262 9.79086 4.51916L6.57653 7.79561C6.44181 7.92824 6.26138 8.00163 6.07409 7.99997C5.88681 7.99831 5.70765 7.92174 5.57521 7.78674C5.44278 7.65175 5.36766 7.46913 5.36603 7.27823C5.3644 7.08732 5.4364 6.9034 5.56651 6.76608L7.50011 4.7325H0.714297C0.524853 4.7325 0.343169 4.65579 0.209213 4.51924C0.075256 4.3827 0 4.1975 0 4.0044C0 3.81129 0.075256 3.6261 0.209213 3.48955C0.343169 3.35301 0.524853 3.2763 0.714297 3.2763H7.50011L5.56651 1.24271C5.4326 1.10617 5.35738 0.921011 5.35738 0.727945C5.35738 0.534879 5.4326 0.349717 5.56651 0.213178Z' fill='black'/%3E%3C/svg%3E");margin:0 0.875rem 0 0.3125rem}.section-breadcrumb .breadcrumbs__link{color:#000;text-decoration:none;-webkit-transition:color .15s ease;transition:color .15s ease}.section-breadcrumb .breadcrumbs__link:hover,.section-breadcrumb .breadcrumbs__link:focus{color:#000;text-decoration:underline}.section-breadcrumb .breadcrumbs__current{color:#ff8002}@media screen and (max-width: 1179px){.section-breadcrumb .breadcrumbs__current{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}}.section-aboutContent{margin-bottom:2.3125rem}.section-aboutContent .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:4.125rem;padding-left:2rem;margin-top:6.625rem}@media screen and (max-width: 1179px){.section-aboutContent .block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:39.6px;padding-left:0;padding-right:0;margin-top:63.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block{gap:29.7px;margin-top:47.7px}}.section-aboutContent .block.block--history{padding-right:6.75rem}@media screen and (max-width: 1179px){.section-aboutContent .block.block--history{padding-right:0}}.section-aboutContent .block.block--mission{padding-right:6.75rem}@media screen and (max-width: 1179px){.section-aboutContent .block.block--mission{padding-right:0}}.section-aboutContent .block.block--quietly .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.875rem}@media screen and (max-width: 1179px){.section-aboutContent .block.block--quietly .row{gap:24px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--quietly .row{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.section-aboutContent .block.block--quietly .row .item{width:100%;max-width:14.375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1179px){.section-aboutContent .block.block--quietly .row .item{max-width:calc(33% - 24px)}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--quietly .row .item{max-width:100%;gap:13px}}.section-aboutContent .block.block--quietly .row .item img{max-width:8.75rem;max-height:8.75rem}@media screen and (max-width: 767px){.section-aboutContent .block.block--quietly .row .item img{max-width:112px;max-height:112px}}.section-aboutContent .block.block--quietly .row .item p{text-align:center;font-size:1.25rem;font-style:normal;font-weight:700;line-height:120%}@media screen and (max-width: 767px){.section-aboutContent .block.block--quietly .row .item p{font-size:17px}}.section-aboutContent .block.block--valuables{gap:0}@media screen and (max-width: 1179px){.section-aboutContent .block.block--valuables{gap:39.6px}}.section-aboutContent .block.block--valuables .row{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.5625rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media screen and (max-width: 767px){.section-aboutContent .block.block--valuables .row{gap:20px}}.section-aboutContent .block.block--valuables .item{width:100%;position:relative;border-radius:1.5rem;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:12.5rem;padding:1.25rem}@media screen and (max-width: 767px){.section-aboutContent .block.block--valuables .item{min-height:160px}}.section-aboutContent .block.block--valuables .item img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-aboutContent .block.block--valuables .item p{max-width:24.25rem;color:#fff;text-align:center;font-size:2.5rem;font-style:normal;font-weight:700;line-height:110%;z-index:1}@media screen and (max-width: 767px){.section-aboutContent .block.block--valuables .item p{font-size:26px}}.section-aboutContent .block.block--command{margin-top:4.875rem;padding-left:4.375rem;padding-right:3.125rem;display:grid;grid-template-columns:repeat(4, 1fr);grid-template-rows:repeat(auto-fit, minmax(17.5rem, 1fr));gap:1.875rem}@media screen and (max-width: 1179px){.section-aboutContent .block.block--command{grid-template-columns:repeat(3, 1fr);grid-template-rows:auto repeat(3, 1fr);gap:24px;padding-left:0;padding-right:0}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--command{margin-top:47.7px;grid-template-columns:repeat(2, 1fr);grid-template-rows:auto repeat(2, 1fr);gap:16px}}.section-aboutContent .block.block--command .heading{grid-column:1/3;grid-row:1;margin-top:5.25rem;margin-left:-2.375rem}@media screen and (max-width: 1179px){.section-aboutContent .block.block--command .heading{grid-column:1/4;grid-row:1;margin-left:0;margin-top:0;margin-bottom:16px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--command .heading{grid-column:1/3}}.section-aboutContent .block.block--command .item{width:100%}.section-aboutContent .block.block--command .item .photo{overflow:hidden;width:100%}.section-aboutContent .block.block--command .item .photo img{display:block;margin-left:auto;margin-right:auto;border-radius:1rem;width:100%;max-width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover}.section-aboutContent .block.block--command .item .name{margin-top:1.5625rem;font-size:1.5rem;font-style:normal;font-weight:800;line-height:150%}@media screen and (max-width: 1179px){.section-aboutContent .block.block--command .item .name{font-size:19.2px;margin-top:20px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--command .item .name{font-size:14.4px;margin-top:15px}}.section-aboutContent .block.block--command .item .job{font-size:1.25rem;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1179px){.section-aboutContent .block.block--command .item .job{font-size:16px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--command .item .job{font-size:12px}}.section-aboutContent .block.block--command .item .description{margin-top:0.875rem;font-size:1rem;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1179px){.section-aboutContent .block.block--command .item .description{font-size:12.8px;margin-top:11.2px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--command .item .description{font-size:9.6px;margin-top:8.4px}}.section-aboutContent .block.block--moments{margin-top:7.25rem;padding-left:7.25rem;padding-right:5.5625rem}@media screen and (max-width: 1179px){.section-aboutContent .block.block--moments{padding-left:0;padding-right:0;margin-top:69.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--moments{margin-top:47.7px}}.section-aboutContent .block.block--moments .heading{margin-top:1.5rem;margin-left:-5.25rem;white-space:nowrap}@media screen and (max-width: 1179px){.section-aboutContent .block.block--moments .heading{margin-left:0}.section-aboutContent .block.block--moments .heading.for-mob{display:block !important;margin-top:0}}.section-aboutContent .block.block--moments .item{width:100%}.section-aboutContent .block.block--moments .item .photo{overflow:hidden;width:100%}.section-aboutContent .block.block--moments .item .photo img{display:block;margin-left:auto;margin-right:auto;border-radius:1rem;width:100%;height:auto;max-width:100%;-o-object-fit:cover;object-fit:cover}.section-aboutContent .block.block--moments .gallery{width:100%;max-width:calc(3*22.375rem + 2*1.625rem);margin:0 auto}@media screen and (max-width: 1179px){.section-aboutContent .block.block--moments .gallery{width:100% !important;max-width:100%}}.section-aboutContent .block.block--moments .gallery__item,.section-aboutContent .block.block--moments .gallery__header{width:22.375rem;margin-bottom:1.625rem}@media screen and (max-width: 1179px){.section-aboutContent .block.block--moments .gallery__item,.section-aboutContent .block.block--moments .gallery__header{width:calc(50% - 20px);max-width:100%;height:auto;margin-bottom:20px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block.block--moments .gallery__item,.section-aboutContent .block.block--moments .gallery__header{width:calc(50% - 16px);margin-bottom:16px}}.section-aboutContent .block.block--moments .gallery__item img{width:100%;height:auto;display:block;border-radius:6px}.section-aboutContent .block.block--moments .gallery__header{-webkit-box-sizing:border-box;box-sizing:border-box;min-height:14.25rem}@media screen and (max-width: 1179px){.section-aboutContent .block.block--moments .gallery__header{display:none}}.section-aboutContent .block .text{-webkit-box-flex:1;-ms-flex:1;flex:1}@media screen and (max-width: 1179px){.section-aboutContent .block .text{width:100%}}.section-aboutContent .block .p{font-size:1.5rem;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-0.25px}@media screen and (max-width: 1179px){.section-aboutContent .block .p{font-size:19.2px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block .p{font-size:18px}}.section-aboutContent .block .h3{color:#ff8002;font-size:2.5rem;font-style:normal;font-weight:700;line-height:120%;letter-spacing:-0.25px}@media screen and (max-width: 1179px){.section-aboutContent .block .h3{font-size:32px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-aboutContent .block .h3{font-size:26px}}.section-aboutContent .block .heading{-ms-flex-negative:0;flex-shrink:0;text-align:left;width:100%;max-width:26.875rem}.section-aboutContent .block .heading:after{margin-left:0}.section-jobs-view+.section-vacancy{margin-bottom:5rem}.section-jobs-view__right{width:34.25rem !important;max-width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:absolute;right:0;top:0;font-size:0}@media screen and (max-width: 1179px){.section-jobs-view__right{position:relative}}.section-jobs-view__right .photo{position:relative;width:100%;aspect-ratio:548/460}.section-jobs-view__right .photo img{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.section-jobs-view__right .photo:last-child img{border-radius:1.5rem}.section-jobs-view__right .photo .link{position:absolute;bottom:2rem;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);white-space:nowrap}@media screen and (max-width: 1179px){.section-jobs-view__right .photo .link{bottom:23px;font-size:28px;min-width:216px;height:61px}}.section-jobs-view__right .info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#ebebeb;padding:1.875rem;border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;font-family:var(--font-family);font-weight:400;font-size:1.25rem;line-height:110%;color:#000}@media screen and (max-width: 1179px){.section-jobs-view__right .info{padding:20px 18px;gap:16px}.section-jobs-view__right .info>div:nth-child(2){max-width:144px}}.section-jobs-view__right .info div:nth-child(1){min-width:38%;-ms-flex-negative:0;flex-shrink:0}.section-jobs-view__right .info div svg{display:inline-block;vertical-align:text-bottom;margin-right:0.375rem}.section-jobs-view__right .info span{font-weight:700}.section-jobsTop{margin-top:2.875rem}.section-jobsTop.--inJobs-view{margin-top:2.4375rem}@media screen and (max-width: 1179px){.section-jobsTop.--inJobs-view{margin-top:63px}}@media screen and (max-width: 1179px){.section-jobsTop{margin-top:36.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-jobsTop{margin-top:27.6px}}.section-jobsTop .block{padding-left:1.875rem}.section-jobsTop .block.--inJobs-view{padding-left:2.5rem;position:relative;min-height:37.5rem}@media screen and (max-width: 1179px){.section-jobsTop .block.--inJobs-view{padding-left:0}}.section-jobsTop .block.--inJobs-view .inJobs-blocks{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:3.125rem;row-gap:3.125rem;width:100%;max-width:41.5rem}@media screen and (max-width: 1179px){.section-jobsTop .block.--inJobs-view .inJobs-blocks{margin-top:30px;row-gap:30px}}.section-jobsTop .block.--inJobs-view .inJobs-blocks .row.--half{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem}@media screen and (max-width: 1179px){.section-jobsTop .block.--inJobs-view .inJobs-blocks .row.--half{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:30px}}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block{border:3px solid rgba(0,0,0,.08);border-radius:1rem;width:41.5rem;max-width:100%;position:relative}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block.--top ul,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block.--top ol{-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:3.25rem;-moz-column-gap:3.25rem;column-gap:3.25rem}@media screen and (max-width: 1179px){.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block.--top ul,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block.--top ol{-webkit-column-count:1;-moz-column-count:1;column-count:1;-webkit-column-gap:0;-moz-column-gap:0;column-gap:0}}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block.--top .top span{font-size:1.5rem;color:#ff8002}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block .top{border:3px solid rgba(0,0,0,.08);border-top-left-radius:1rem;border-bottom:none;border-top-right-radius:1rem;margin:-3px -3px 0 -3px;padding:0.625rem 1.25rem;background:rgba(0,0,0,.08);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block .top .icon{-ms-flex-negative:0;flex-shrink:0}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block .top span{font-family:var(--font-family);font-weight:700;font-size:1rem;line-height:110%;color:#000}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block .description{padding:1.25rem}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block a{color:#ff8002}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block a:hover{text-decoration:none}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block p,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block li{font-family:var(--font-family);font-weight:400;font-size:1rem;line-height:110%;color:rgba(0,0,0,.75)}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block p,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block ul,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block ol{margin-top:0.875rem}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block p:first-child,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block ul:first-child,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block ol:first-child{margin-top:0}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block ul,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block ol{padding-left:1.4375rem}@media screen and (max-width: 1179px){.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block ul,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block ol{padding-left:18px}}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block li{list-style:disc;margin-top:9px}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block li:first-child{margin-top:0}.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block h1,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block h2,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block h3,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block h4,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block h5,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block h6,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block h7,.section-jobsTop .block.--inJobs-view .inJobs-blocks .inJobs-block h8{margin-top:1rem;font-family:var(--font-family);font-weight:700;font-size:1.25rem;line-height:110%;color:#ff8002}.section-jobsTop .block.--inJobs-view .inJobs-rows{padding-bottom:1.5rem;max-width:41.5rem;margin-top:2.1875rem;border-bottom:2px solid #ff8002}@media screen and (max-width: 1179px){.section-jobsTop .block.--inJobs-view .inJobs-rows{border:none}}.section-jobsTop .block.--inJobs-view .inJobs-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.625rem;margin-top:0.9375rem;position:relative;font-family:var(--font-family);font-weight:400;font-size:1.5rem;line-height:110%;color:var(--black)}@media screen and (max-width: 1179px){.section-jobsTop .block.--inJobs-view .inJobs-row{font-size:20px;margin-top:19px}}.section-jobsTop .block.--inJobs-view .inJobs-row:before{content:"";display:inline-block;width:1.625rem;height:1.625rem;background-repeat:no-repeat;background-position:center;background-size:contain;background-color:rgba(0,0,0,0)}@media screen and (max-width: 1179px){.section-jobsTop .block.--inJobs-view .inJobs-row:before{width:22px;height:22px}}.section-jobsTop .block.--inJobs-view .inJobs-row.--location:before{background-image:url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.9999 12.35C12.1379 12.35 11.3113 12.0076 10.7018 11.3981C10.0923 10.7886 9.7499 9.96195 9.7499 9.1C9.7499 8.23805 10.0923 7.4114 10.7018 6.8019C11.3113 6.19241 12.1379 5.85 12.9999 5.85C13.8619 5.85 14.6885 6.19241 15.298 6.8019C15.9075 7.4114 16.2499 8.23805 16.2499 9.1C16.2499 9.5268 16.1658 9.94941 16.0025 10.3437C15.8392 10.738 15.5998 11.0963 15.298 11.3981C14.9962 11.6999 14.6379 11.9393 14.2436 12.1026C13.8493 12.2659 13.4267 12.35 12.9999 12.35ZM12.9999 0C10.5864 0 8.27181 0.958747 6.56523 2.66533C4.85865 4.37191 3.8999 6.68653 3.8999 9.1C3.8999 15.925 12.9999 26 12.9999 26C12.9999 26 22.0999 15.925 22.0999 9.1C22.0999 6.68653 21.1412 4.37191 19.4346 2.66533C17.728 0.958747 15.4134 0 12.9999 0Z' fill='%23FF8002' /%3E%3C/svg%3E")}.section-jobsTop .block.--inJobs-view .inJobs-row.--payment:before{background-image:url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.91167 8.66236H16.0881C16.3612 8.66236 16.623 8.5482 16.816 8.34498C17.0091 8.14177 17.1175 7.86615 17.1175 7.57876C17.1175 7.29137 17.0091 7.01575 16.816 6.81254C16.623 6.60932 16.3612 6.49516 16.0881 6.49516H9.91167C9.63865 6.49516 9.37682 6.60932 9.18376 6.81254C8.99071 7.01575 8.88226 7.29137 8.88226 7.57876C8.88226 7.86615 8.99071 8.14177 9.18376 8.34498C9.37682 8.5482 9.63865 8.66236 9.91167 8.66236ZM10.3955 4.86975C10.4107 5.0019 10.4715 5.12355 10.5665 5.21149C10.6614 5.29943 10.7837 5.3475 10.9102 5.34654H15.0587C15.1846 5.34519 15.3058 5.29631 15.4002 5.2088C15.4947 5.12129 15.5562 5.00097 15.5734 4.86975C15.7998 3.71793 16.218 2.61735 16.8087 1.61895C16.8633 1.52209 16.8858 1.40894 16.8727 1.29719C16.8597 1.18543 16.8118 1.08138 16.7367 1.00129C16.6746 0.915206 16.5895 0.850632 16.4922 0.815874C16.395 0.781117 16.2901 0.777763 16.1911 0.806244L14.2764 1.67313C14.2443 1.68944 14.2091 1.69792 14.1734 1.69792C14.1378 1.69792 14.1026 1.68944 14.0705 1.67313C14.0066 1.64811 13.9548 1.59745 13.9264 1.53226L13.4734 0.329459C13.4339 0.231724 13.3679 0.148385 13.2837 0.089808C13.1995 0.0312308 13.1008 0 12.9999 0C12.899 0 12.8003 0.0312308 12.7161 0.089808C12.6319 0.148385 12.5659 0.231724 12.5264 0.329459L12.0734 1.53226C12.045 1.59745 11.9932 1.64811 11.9293 1.67313C11.8972 1.68944 11.862 1.69792 11.8264 1.69792C11.7907 1.69792 11.7555 1.68944 11.7234 1.67313L9.80873 0.806244C9.71054 0.76444 9.6025 0.755536 9.49933 0.780746C9.39617 0.805956 9.3029 0.864053 9.23226 0.947113C9.15707 1.0272 9.10922 1.13125 9.09619 1.24301C9.08315 1.35476 9.10566 1.46791 9.1602 1.56477C9.75657 2.57972 10.175 3.69914 10.3955 4.86975ZM16.5411 9.876C16.4349 9.79014 16.3044 9.74434 16.1705 9.74596H9.82931C9.69543 9.74434 9.56491 9.79014 9.45873 9.876C6.83373 12.0432 3.8999 15.7274 3.8999 18.9783C3.8999 23.5619 6.32931 26 12.9999 26C19.6705 26 22.0999 23.5619 22.0999 18.9783C22.0999 15.7274 19.1764 11.989 16.5411 9.876ZM14.0293 21.8065C13.9693 21.8188 13.9151 21.8524 13.8758 21.9017C13.8365 21.951 13.8144 22.013 13.8131 22.0774V22.4783C13.8131 22.6938 13.7318 22.9005 13.587 23.053C13.4422 23.2054 13.2458 23.291 13.0411 23.291C12.8363 23.291 12.6399 23.2054 12.4952 23.053C12.3504 22.9005 12.269 22.6938 12.269 22.4783V22.1315C12.269 22.0597 12.2419 21.9908 12.1936 21.94C12.1454 21.8892 12.0799 21.8606 12.0117 21.8606H11.4043C11.1996 21.8606 11.0032 21.775 10.8584 21.6226C10.7136 21.4702 10.6323 21.2635 10.6323 21.0479C10.6323 20.8324 10.7136 20.6257 10.8584 20.4733C11.0032 20.3209 11.1996 20.2352 11.4043 20.2352H13.6175C13.7819 20.2412 13.9428 20.1852 14.0713 20.0773C14.1998 19.9694 14.2875 19.8167 14.3186 19.6468C14.3496 19.4768 14.322 19.3008 14.2406 19.1504C14.1593 19 14.0296 18.8852 13.8749 18.8266L11.6308 17.8838C11.1785 17.7055 10.7936 17.377 10.5345 16.948C10.2753 16.519 10.1559 16.0128 10.1942 15.506C10.2326 14.9992 10.4267 14.5193 10.7472 14.1389C11.0676 13.7586 11.4971 13.4984 11.9705 13.3977C12.0305 13.3853 12.0847 13.3517 12.124 13.3024C12.1633 13.2531 12.1855 13.1912 12.1867 13.1268V12.7259C12.1867 12.5103 12.268 12.3036 12.4128 12.1512C12.5576 11.9988 12.754 11.9132 12.9587 11.9132C13.1635 11.9132 13.3599 11.9988 13.5047 12.1512C13.6494 12.3036 13.7308 12.5103 13.7308 12.7259V13.0726C13.7308 13.1445 13.7579 13.2134 13.8062 13.2642C13.8544 13.315 13.9199 13.3435 13.9881 13.3435H14.5955C14.8003 13.3435 14.9966 13.4291 15.1414 13.5816C15.2862 13.734 15.3675 13.9407 15.3675 14.1562C15.3675 14.3718 15.2862 14.5785 15.1414 14.7309C14.9966 14.8833 14.8003 14.9689 14.5955 14.9689H12.4234C12.2591 14.963 12.0982 15.019 11.9697 15.1269C11.8411 15.2348 11.7534 15.3875 11.7224 15.5574C11.6913 15.7273 11.719 15.9034 11.8003 16.0538C11.8817 16.2041 12.0114 16.319 12.1661 16.3776L14.4102 17.3203C14.8624 17.5023 15.2458 17.8346 15.5022 18.2668C15.7586 18.699 15.874 19.2074 15.8309 19.715C15.7878 20.2225 15.5886 20.7014 15.2634 21.0788C14.9383 21.4563 14.505 21.7118 14.0293 21.8065Z' fill='%23FF8002' /%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section-jobsTop .block{padding-left:0}}.section-jobsTop .section-jobs-view__new{border-radius:8px;width:4.9375rem;height:2rem;margin-bottom:0.5625rem;pointer-events:none;z-index:10;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='79' height='32' viewBox='0 0 79 32' fill='none'%3E%3Crect width='79' height='32' rx='6' fill='url(%23a)'/%3E%3Cpath d='M31.04 10.432V22h-1.104q-.256 0-.432-.08a1.1 1.1 0 0 1-.328-.288l-6.04-7.712q.048.528.048.976V22h-1.896V10.432h1.128q.136 0 .232.016.105.008.176.048a.5.5 0 0 1 .152.104q.072.064.16.176L29.2 18.52q-.024-.28-.04-.552a9 9 0 0 1-.016-.504v-7.032zm4.736 1.712v3.208h4.048v1.656h-4.048v3.272h5.136V22h-7.296V10.432h7.296v1.712zm22.435-1.712L54.62 22h-1.944l-2.528-7.904a5 5 0 0 1-.192-.704q-.048.2-.096.376a4 4 0 0 1-.104.328L47.203 22h-1.952l-3.584-11.568h1.8a.76.76 0 0 1 .464.136.6.6 0 0 1 .256.352l1.968 6.92q.065.255.12.56.065.296.128.624.064-.336.136-.632a9 9 0 0 1 .168-.552l2.272-6.92a.77.77 0 0 1 .248-.336.73.73 0 0 1 .464-.152h.632q.28 0 .456.136.177.136.264.352l2.264 6.92q.169.495.304 1.144.105-.632.232-1.144l1.968-6.92a.6.6 0 0 1 .24-.344.8.8 0 0 1 .472-.144z' fill='%23fff'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='36.961' y1='1.986' x2='36.961' y2='30.395' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2302988f'/%3E%3Cstop offset='.495' stop-color='%2300bbb0'/%3E%3Cstop offset='1' stop-color='%2302988f'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}@media screen and (max-width: 1179px){.section-jobsTop .section-jobs-view__new{margin-bottom:12px}}.section-jobsTop .h1{color:#ff8002;font-size:4rem;font-style:normal;font-weight:900;line-height:110%;max-width:56rem}.section-jobsTop .h1.--dark{color:#000;font-size:3.125rem;max-width:54rem;padding-right:9%}@media screen and (max-width: 1179px){.section-jobsTop .h1.--dark{font-size:40px;padding-right:0%}}@media screen and (max-width: 1179px){.section-jobsTop .h1{font-size:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-jobsTop .h1{font-size:38.4px}}.section-jobsTop .btn{margin-top:4.0625rem;min-width:21.75rem;height:3.8125rem}@media screen and (max-width: 1179px){.section-jobsTop .btn{font-size:1.4rem;height:48.8px;min-width:278.4px;margin-top:39px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-jobsTop .btn{font-size:1.05rem;height:39.65px;min-width:226.2px;margin-top:26px}}.section-jobsTop+.section-vacancy{margin-top:5rem;margin-bottom:3.75rem}@media screen and (max-width: 1179px){.section-jobsTop+.section-vacancy{margin-top:48px;margin-bottom:36px}}.section-partner{margin-bottom:6.25rem}@media screen and (max-width: 1179px){.section-partner{margin-bottom:80px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-partner{margin-bottom:60px}}.section-partnerTop{margin-top:2.875rem}@media screen and (max-width: 1179px){.section-partnerTop{margin-top:36.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-partnerTop{margin-top:27.6px}}.section-partnerTop .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:2rem;padding-right:7.125rem;gap:2rem}@media screen and (max-width: 1179px){.section-partnerTop .block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 0;gap:19.2px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-partnerTop .block{gap:40.95px}}.section-partnerTop .block .text{margin-top:0.9375rem}@media screen and (max-width: 1179px){.section-partnerTop .block .text{margin-top:0}}.section-partnerTop .block .text .h1{color:#ff8002;font-size:4rem;font-style:normal;font-weight:900;line-height:110%}@media screen and (max-width: 1179px){.section-partnerTop .block .text .h1{font-size:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-partnerTop .block .text .h1{font-size:38.4px}}.section-partnerTop .block .text .h2{margin-top:2.375rem;font-size:2rem;font-style:normal;font-weight:700;line-height:110%;max-width:39.4375rem}@media screen and (max-width: 1179px){.section-partnerTop .block .text .h2{font-size:26px;margin-top:30.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-partnerTop .block .text .h2{font-size:20.8px;margin-top:16px}}.section-partnerTop .block .text .p{margin-top:2.5rem;font-size:1.5rem;font-style:normal;font-weight:500;line-height:150%;letter-spacing:-0.25px;max-width:43.8125rem}@media screen and (max-width: 1179px){.section-partnerTop .block .text .p{font-size:19.2px;margin-top:32px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-partnerTop .block .text .p{font-size:14.4px;margin-top:24px}}.section-partnerTop .photo-mask{-ms-flex-negative:0;flex-shrink:0;position:relative;width:27rem;max-width:100%;aspect-ratio:432/516;-webkit-mask:url("data:image/svg+xml,%3Csvg width='432' height='516' viewBox='0 0 432 516' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M302 0C327.405 2.57704e-07 348 20.5949 348 46V94.4033H386C411.405 94.4033 432 114.998 432 140.403V464C432 492.719 408.719 516 380 516H0V0H302Z' fill='black' /%3E%3C/svg%3E") no-repeat center/contain;mask:url("data:image/svg+xml,%3Csvg width='432' height='516' viewBox='0 0 432 516' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cpath d='M302 0C327.405 2.57704e-07 348 20.5949 348 46V94.4033H386C411.405 94.4033 432 114.998 432 140.403V464C432 492.719 408.719 516 380 516H0V0H302Z' fill='black' /%3E%3C/svg%3E") no-repeat center/contain;overflow:hidden}@media screen and (max-width: 1179px){.section-partnerTop .photo-mask{width:100%;max-width:368px;margin-left:auto;margin-right:auto}}.section-partnerTop .photo-mask img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section-form{margin-top:3.75rem;margin-bottom:3.75rem}@media screen and (max-width: 1179px){.section-form{margin-top:48px;margin-bottom:48px}}.section-form .block{padding:2.5rem;margin-left:auto;margin-right:auto;width:100%;max-width:48.5rem;border-radius:1rem;border:2px solid #ff8002}@media screen and (max-width: 1179px){.section-form .block{padding:32px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-form .block{max-width:100%;padding:24px}}.section-form .block .title{text-align:center;font-size:2.25rem;font-style:normal;font-weight:800;line-height:111.111%;letter-spacing:-0.25px;max-width:28.75rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 1179px){.section-form .block .title{font-size:28.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-form .block .title{font-size:21.6px}}.section-form .block form .form-group{margin-top:1.0625rem}@media screen and (max-width: 1179px){.section-form .block form .form-group{margin-top:13.6px}}.section-form .block form input,.section-form .block form textarea{width:100%;padding-left:1rem;padding-right:1rem;height:3rem;background:#fff;border-radius:1rem;resize:none;border:1px solid #888;color:#888;font-size:1.25rem;font-style:normal;font-weight:300;line-height:140%;letter-spacing:-0.25px}@media screen and (max-width: 1179px){.section-form .block form input,.section-form .block form textarea{font-size:16px;height:38.4px;padding-left:12.8px;padding-right:12.8px;border-radius:12.8px}}.section-form .block form input:invalid,.section-form .block form textarea:invalid{border-color:#e74c3c;-webkit-box-shadow:0 0 0 2px rgba(231,76,60,.2);box-shadow:0 0 0 2px rgba(231,76,60,.2)}.section-form .block form textarea{height:6.25rem;resize:none;padding-top:1rem}.section-form .block form .btn{font-size:1.75rem;outline:none;border:none;cursor:pointer;min-width:26.8125rem;height:3.8125rem;margin-top:2.375rem;margin-bottom:0.5rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 1179px){.section-form .block form .btn{min-width:343.2px;height:48.8px;margin-top:30.4px;font-size:22.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-form .block form .btn{min-width:360px;height:36.6px;margin-top:22.8px;font-size:16.8px}}@media screen and (max-width: 1179px)and (max-width: 767px)and (max-width: 468px){.section-form .block form .btn{min-width:unset;width:100%}}.section-blog{margin-top:2.875rem;margin-bottom:4.8125rem}@media screen and (max-width: 1179px){.section-blog{margin-top:36.8px;margin-bottom:61.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog{margin-top:27.6px;margin-bottom:46.2px}}.section-blog .section-blog__top{padding-left:2rem;padding-right:7.125rem}@media screen and (max-width: 1179px){.section-blog .section-blog__top{padding:0 0}}.section-blog .section-blog__top .h1{color:#ff8002;font-size:4rem;font-style:normal;font-weight:900;line-height:110%;max-width:40.5rem}@media screen and (max-width: 1179px){.section-blog .section-blog__top .h1{font-size:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog .section-blog__top .h1{font-size:38.4px}}.section-blog .block{margin-top:3.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:2rem;-ms-flex-line-pack:start;align-content:flex-start}@media screen and (max-width: 1179px){.section-blog .block{margin-top:40px;gap:25.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog .block{margin-top:30px;gap:19.2px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.section-blog .block .item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(50% - 1rem)}@media screen and (max-width: 767px){.section-blog .block .item{width:100%}}.section-blog .block .item .photo{width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;aspect-ratio:664/324;border-radius:1rem;overflow:hidden}.section-blog .block .item .photo:hover img{-webkit-transform:scale(1.15);transform:scale(1.15)}.section-blog .block .item .photo img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .35s ease;transition:all .35s ease}.section-blog .block .item .text{margin-top:1.4375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.125rem}@media screen and (max-width: 1179px){.section-blog .block .item .text{margin-top:18.4px;gap:14.4px}}@media screen and (max-width: 1179px)and (max-width: 1179px){.section-blog .block .item .text{margin-top:13.8px;gap:9px}}.section-blog .block .item .text .title{display:-webkit-box;display:-ms-flexbox;display:flex;color:#000;text-decoration:none;font-size:2.25rem;font-style:normal;font-weight:700;line-height:140%;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section-blog .block .item .text .title{font-size:28.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog .block .item .text .title{font-size:21.6px}}.section-blog .block .item .text .title:hover{color:#ff8002}.section-blog .block .item .text .description{margin-top:0.4375rem;display:-webkit-box;display:-ms-flexbox;display:flex;color:#000;text-decoration:none;font-size:1.5rem;font-style:normal;font-weight:400;line-height:150%;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section-blog .block .item .text .description{font-size:19.2px;margin-top:5.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog .block .item .text .description{font-size:14.4px}}.section-blog .block .item .text .description:hover{color:#ff8002}.section-blog .block .item .text .btn{-ms-flex-negative:0;flex-shrink:0;font-size:1rem;height:2.5rem;min-width:12.5rem;margin-top:0.625rem}@media screen and (max-width: 1179px){.section-blog .block .item .text .btn{font-size:12.8px;height:32px;min-width:160px;margin-top:8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog .block .item .text .btn{min-width:120px;height:26px;padding:0 20px}}.section-blog .center .btn{min-width:27rem;height:3.3125rem;font-size:1.5rem;margin-top:3.75rem}@media screen and (max-width: 1179px){.section-blog .center .btn{font-size:19.2px;height:42.4px;min-width:160px;margin-top:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog .center .btn{font-size:14.4px;height:31.8px;min-width:120px;margin-top:36px}}.section-blog-in{margin-top:2.875rem;margin-bottom:1.6875rem}@media screen and (max-width: 1179px){.section-blog-in{margin-top:36.8px;margin-bottom:61.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in{margin-top:27.6px;margin-bottom:46.2px}}.section-blog-in .section-blog-in__top{padding-left:2rem;padding-right:2rem}@media screen and (max-width: 1179px){.section-blog-in .section-blog-in__top{padding:0 0}}.section-blog-in .section-blog-in__top .h1{color:#ff8002;font-size:4rem;font-style:normal;font-weight:900;line-height:110%;max-width:40.5rem}@media screen and (max-width: 1179px){.section-blog-in .section-blog-in__top .h1{font-size:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in .section-blog-in__top .h1{font-size:38.4px}}.section-blog-in .section-blog-in__top .row{margin-top:1rem;display:-webkit-box;display:-ms-flexbox;display:flex}.section-blog-in .section-blog-in__top .row .date{font-size:1rem;font-style:normal;font-weight:600;line-height:150%}.section-blog-in .section-blog-in__top .row .share-block{margin-left:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.section-blog-in .section-blog-in__top .row .share-block a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.5rem;height:1.5rem;text-decoration:none}.section-blog-in .section-blog-in__top .row .share-block a:hover svg{-webkit-transform:scale(1.15);transform:scale(1.15)}.section-blog-in .section-blog-in__top .row .share-block a svg{max-width:100%;max-height:100%;-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;transition:transform .35s ease;transition:transform .35s ease, -webkit-transform .35s ease}.section-blog-in__content .photo{border-radius:1rem;background:#d9d9d9;overflow:hidden}.section-blog-in__content .photo img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;display:block}.section-blog-in__content .content-block{margin-top:5.3125rem;font-size:1rem;font-style:normal;font-weight:400;line-height:133.333%;letter-spacing:-0.25px;color:#000;max-width:48rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 1179px){.section-blog-in__content .content-block{font-size:12.8px;margin-top:68px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .content-block{margin-top:42.5px}}.section-blog-in__content .content-block h1,.section-blog-in__content .content-block h2,.section-blog-in__content .content-block h3,.section-blog-in__content .content-block h4,.section-blog-in__content .content-block h5,.section-blog-in__content .content-block h6{font-weight:700;margin:1.5rem 0 1.4375rem}.section-blog-in__content .content-block h1:first-child,.section-blog-in__content .content-block h2:first-child,.section-blog-in__content .content-block h3:first-child,.section-blog-in__content .content-block h4:first-child,.section-blog-in__content .content-block h5:first-child,.section-blog-in__content .content-block h6:first-child{margin-top:0}.section-blog-in__content .content-block h1{font-size:2.5rem;line-height:120%}@media screen and (max-width: 1179px){.section-blog-in__content .content-block h1{font-size:32px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .content-block h1{font-size:24px}}.section-blog-in__content .content-block h2{font-size:1.875rem;line-height:115%}@media screen and (max-width: 1179px){.section-blog-in__content .content-block h2{font-size:24px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .content-block h2{font-size:18px}}.section-blog-in__content .content-block h3{font-size:1.625rem;line-height:120%}@media screen and (max-width: 1179px){.section-blog-in__content .content-block h3{font-size:20.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .content-block h3{font-size:15.6px}}.section-blog-in__content .content-block h4{font-size:1.375rem;line-height:125%}@media screen and (max-width: 1179px){.section-blog-in__content .content-block h4{font-size:17.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .content-block h4{font-size:13.2px}}.section-blog-in__content .content-block h5{font-size:1.25rem;line-height:130%}@media screen and (max-width: 1179px){.section-blog-in__content .content-block h5{font-size:16px}}@media screen and (max-width: 1179px)and (max-width: 765px){.section-blog-in__content .content-block h5{font-size:12px}}.section-blog-in__content .content-block h6{font-size:1.125rem;line-height:133%}@media screen and (max-width: 1179px){.section-blog-in__content .content-block h6{font-size:14.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .content-block h6{font-size:10.8px}}.section-blog-in__content .content-block p{margin:0 0 1.2em}.section-blog-in__content .content-block ul,.section-blog-in__content .content-block ol{margin:0 0 1.2em 1.5em;padding:0}.section-blog-in__content .content-block ul li{list-style:disc;margin-bottom:.5em}.section-blog-in__content .content-block ol li{list-style:decimal;margin-bottom:.5em}.section-blog-in__content .content-block a{color:#ff8002;text-decoration:underline;-webkit-transition:color .2s;transition:color .2s}.section-blog-in__content .content-block a:hover,.section-blog-in__content .content-block a:focus{color:#ff8002}.section-blog-in__content .content-block a.btn{color:#000;text-decoration:none;min-width:26.9375rem;height:3.3125rem;font-size:1.5rem;margin-top:1rem}@media screen and (max-width: 1179px){.section-blog-in__content .content-block a.btn{font-size:19.2px;min-width:344.8px;height:42.4px;margin-top:12.8px}}@media screen and (max-width: 1179px)and (max-width: 480px){.section-blog-in__content .content-block a.btn{min-width:100%;font-size:14.4px;height:31.8px;margin-top:9.6px}}.section-blog-in__content .content-block a.btn:hover{color:#fff}.section-blog-in__content .content-block blockquote{margin:1.5em 0;padding:0 1.375rem;border-left:2px solid #000;font-style:italic;font-size:1.25rem;line-height:140%}@media screen and (max-width: 1179px){.section-blog-in__content .content-block blockquote{font-size:16px}}.section-blog-in__content .content-block img{border-radius:1rem;max-width:100%;height:auto;display:block;margin:4rem 0}@media screen and (max-width: 1179px){.section-blog-in__content .content-block img{margin:51.2px 0}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .content-block img{margin:38.4px 0}}.section-blog-in__content .content-block figure{margin-bottom:4rem}@media screen and (max-width: 1179px){.section-blog-in__content .content-block figure{margin-bottom:51.2px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .content-block figure{margin-bottom:38.4px}}.section-blog-in__content .content-block figure img{margin-bottom:0}.section-blog-in__content .content-block figcaption{margin-top:0.4375rem;border-left:2px solid #000;padding-left:0.5rem;font-size:0.875rem}@media screen and (max-width: 1179px){.section-blog-in__content .content-block figcaption{margin-top:calc(0.4375rem*.8);font-size:11.2px}}.section-blog-in__content .content-block table{width:100%;border-collapse:collapse;margin:1.5em 0;font-size:1rem}.section-blog-in__content .content-block th,.section-blog-in__content .content-block td{border:1px solid #ddd;padding:.75em 1em;text-align:left}.section-blog-in__content .content-block th{background-color:#f1f1f1;font-weight:700}.section-blog-in__content .content-block pre,.section-blog-in__content .content-block code{background:#f5f5f5;padding:.25em .5em;border-radius:.25rem}.section-blog-in__content .content-block pre{display:block;padding:1em;overflow-x:auto;margin:1.2em 0}.section-blog-in__content .content-block hr{border:none;border-top:1px solid #ddd;margin:2em 0}.section-blog-in__content .bottom{max-width:48rem;margin-left:auto;margin-right:auto;border-bottom:1px solid #ff8002;padding-bottom:2.9375rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;margin-top:4.0625rem;margin-bottom:4.0625rem}@media screen and (max-width: 1179px){.section-blog-in__content .bottom{margin-top:52px;margin-bottom:52px;padding-bottom:37.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-blog-in__content .bottom{margin-top:39px;margin-bottom:39px;padding-bottom:28.2px}}.section-blog-in__content .bottom p{font-size:1.125rem;font-style:normal;font-weight:600;line-height:150%}.section-blog-in__content .bottom .share-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.section-blog-in__content .bottom .share-block a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:1.5rem;height:1.5rem;text-decoration:none}.section-blog-in__content .bottom .share-block a:hover svg{-webkit-transform:scale(1.15);transform:scale(1.15)}.section-blog-in__content .bottom .share-block a svg{max-width:100%;max-height:100%;-webkit-transition:-webkit-transform .35s ease;transition:-webkit-transform .35s ease;transition:transform .35s ease;transition:transform .35s ease, -webkit-transform .35s ease}.section-otherNews{margin-top:6.4375rem;margin-bottom:3.75rem}@media screen and (max-width: 1179px){.section-otherNews{margin-top:82.4px;margin-bottom:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-otherNews{margin-top:61.8px;margin-bottom:36px}}.section-otherNews .block{margin-top:3.125rem}@media screen and (max-width: 1179px){.section-otherNews .block{margin-top:40px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-otherNews .block{margin-top:30px}}.section-otherNews .block .item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%}@media screen and (max-width: 767px){.section-otherNews .block .item{width:100%}}.section-otherNews .block .item .photo{width:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;aspect-ratio:664/324;border-radius:1rem;overflow:hidden}.section-otherNews .block .item .photo:hover img{-webkit-transform:scale(1.15);transform:scale(1.15)}.section-otherNews .block .item .photo img{width:100%;height:100%;display:block;-o-object-fit:cover;object-fit:cover;-webkit-transition:all .35s ease;transition:all .35s ease}.section-otherNews .block .item .text{margin-top:1.4375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.125rem}@media screen and (max-width: 1179px){.section-otherNews .block .item .text{margin-top:18.4px;gap:14.4px}}@media screen and (max-width: 1179px)and (max-width: 1179px){.section-otherNews .block .item .text{margin-top:13.8px;gap:9px}}.section-otherNews .block .item .text .title{display:-webkit-box;display:-ms-flexbox;display:flex;color:#000;text-decoration:none;font-size:2.25rem;font-style:normal;font-weight:700;line-height:140%;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section-otherNews .block .item .text .title{font-size:22px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-otherNews .block .item .text .title{font-size:18px}}.section-otherNews .block .item .text .title:hover{color:#ff8002}.section-otherNews .block .item .text .description{margin-top:0.4375rem;display:-webkit-box;display:-ms-flexbox;display:flex;color:#000;text-decoration:none;font-size:1.5rem;font-style:normal;font-weight:400;line-height:150%;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section-otherNews .block .item .text .description{font-size:19.2px;margin-top:5.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-otherNews .block .item .text .description{font-size:16px}}.section-otherNews .block .item .text .description:hover{color:#ff8002}.section-otherNews .block .item .text .btn{-ms-flex-negative:0;flex-shrink:0;font-size:1rem;height:2.5rem;min-width:12.5rem;margin-top:0.625rem}@media screen and (max-width: 1179px){.section-otherNews .block .item .text .btn{font-size:12.8px;height:32px;min-width:160px;margin-top:8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-otherNews .block .item .text .btn{min-width:120px;height:26px;padding:0 20px;margin-left:auto;display:none}}.section-otherNews .bottom{margin-top:3.75rem;position:relative;min-height:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1179px){.section-otherNews .bottom{margin-top:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-otherNews .bottom{margin-top:30px}}.section-otherNews .bottom .arr-nav{position:absolute;width:3.5rem;height:3.5rem;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;border-radius:100%;background-color:#ffcd06;background-position:center;background-size:auto;background-repeat:no-repeat;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section-otherNews .bottom .arr-nav{width:44.8px;height:44.8px;background-size:50%}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-otherNews .bottom .arr-nav{width:33.6px;height:33.6px;background-size:50%}}.section-otherNews .bottom .arr-nav.hide{display:none}@media screen and (min-width: 1179px){.section-otherNews .bottom .arr-nav:hover{background-color:#ff8002}}.section-otherNews .bottom .arr-nav.arr-nav--prev{left:1.0625rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3085 0.904396C12.9085 0.504458 12.3659 0.279785 11.8003 0.279785C11.2346 0.279785 10.6921 0.504458 10.292 0.904396L0.691992 10.5044C0.292055 10.9045 0.0673809 11.447 0.0673809 12.0127C0.0673809 12.5783 0.292055 13.1209 0.691992 13.5209L10.292 23.1209C10.6943 23.5095 11.2332 23.7246 11.7926 23.7197C12.3519 23.7148 12.887 23.4905 13.2825 23.0949C13.6781 22.6994 13.9024 22.1643 13.9073 21.605C13.9122 21.0456 13.6971 20.5067 13.3085 20.1044L7.53359 14.146H27.8003C28.3661 14.146 28.9087 13.9212 29.3088 13.5212C29.7088 13.1211 29.9336 12.5785 29.9336 12.0127C29.9336 11.4469 29.7088 10.9042 29.3088 10.5042C28.9087 10.1041 28.3661 9.87933 27.8003 9.87933H7.53359L13.3085 3.92093C13.7085 3.52087 13.9331 2.97835 13.9331 2.41266C13.9331 1.84698 13.7085 1.30446 13.3085 0.904396Z' fill='black'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section-otherNews .bottom .arr-nav.arr-nav--prev{left:0}}.section-otherNews .bottom .arr-nav.arr-nav--next{right:1.0625rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6915 0.904396C17.0915 0.504458 17.6341 0.279785 18.1997 0.279785C18.7654 0.279785 19.3079 0.504458 19.708 0.904396L29.308 10.5044C29.7079 10.9045 29.9326 11.447 29.9326 12.0127C29.9326 12.5783 29.7079 13.1209 29.308 13.5209L19.708 23.1209C19.3057 23.5095 18.7668 23.7246 18.2074 23.7197C17.6481 23.7148 17.113 23.4905 16.7175 23.0949C16.3219 22.6994 16.0976 22.1643 16.0927 21.605C16.0878 21.0456 16.3029 20.5067 16.6915 20.1044L22.4664 14.146H2.19974C1.63394 14.146 1.09132 13.9212 0.691245 13.5212C0.291168 13.1211 0.0664063 12.5785 0.0664062 12.0127C0.0664062 11.4469 0.291168 10.9042 0.691245 10.5042C1.09132 10.1041 1.63394 9.87933 2.19974 9.87933H22.4664L16.6915 3.92093C16.2915 3.52087 16.0669 2.97835 16.0669 2.41266C16.0669 1.84698 16.2915 1.30446 16.6915 0.904396Z' fill='black'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section-otherNews .bottom .arr-nav.arr-nav--next{right:0}}.section-otherNews .bottom .btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:3.3125rem;min-width:27rem}@media screen and (max-width: 1179px){.section-otherNews .bottom .btn{font-size:19.2px;min-width:344.8px;height:42.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-otherNews .bottom .btn{font-size:14.4px;min-width:228px;height:31.8px}}.section-reviewsTop{margin-top:1.875rem}@media screen and (max-width: 1179px){.section-reviewsTop{margin-top:24px}}.section-reviewsTop .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-left:2rem;padding-right:3.5rem}@media screen and (max-width: 1179px){.section-reviewsTop .block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:0 0}}.section-reviewsTop .block .text{margin-top:0.9375rem}@media screen and (max-width: 1179px){.section-reviewsTop .block .text{margin-top:0}}.section-reviewsTop .block .text .h1{color:#ff8002;font-size:4rem;font-style:normal;font-weight:900;line-height:110%;max-width:37.25rem}@media screen and (max-width: 1179px){.section-reviewsTop .block .text .h1{font-size:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-reviewsTop .block .text .h1{font-size:38.4px}}.section-reviewsTop .block .text .h2{margin-top:2.6875rem;font-size:2rem;font-style:normal;font-weight:700;line-height:110%;max-width:46.75rem}@media screen and (max-width: 1179px){.section-reviewsTop .block .text .h2{font-size:26px;margin-top:34.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-reviewsTop .block .text .h2{font-size:20.8px;margin-top:16px}}.section--video-wrap{margin-bottom:5.375rem}@media screen and (max-width: 1179px){.section--video-wrap{margin-bottom:68.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--video-wrap{margin-bottom:51.6px}}.section--video-wrap .slider--video{margin-top:5.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;display:none}@media screen and (max-width: 1179px){.section--video-wrap .slider--video{margin-bottom:65.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--video-wrap .slider--video{margin-bottom:16px}}.section--video-wrap .slider--video.owl-carousel.owl-loaded{display:block !important}.section--video-wrap .slider--video.owl-carousel .owl-stage-outer{overflow:visible}@media screen and (max-width: 1179px){.section--video-wrap .slider--video{margin-top:65.6px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--video-wrap .slider--video{margin-top:49.2px}}.section--video-wrap .slider--video .item .video-mask{position:relative;width:100%;max-width:100%;aspect-ratio:195/350;background-repeat:no-repeat;background-position:center;background-size:cover;background-image:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/reviews/bg-folder.jpg);background-color:#ff8002;overflow:hidden}.section--video-wrap .slider--video .item .video-mask video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section--video-wrap .slider--video .item .video-mask .play-toggle{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:3.8125rem;height:3.8125rem;border:none;background-image:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/play-icon.svg);background-size:3.8125rem;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-position:center;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.section--video-wrap .slider--video .item .video-mask .play-toggle.paused{opacity:.5;background-image:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/pause-icon.svg)}.section--video-wrap .bottom{margin-top:3.75rem;position:relative;min-height:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section--video-wrap .bottom.hide{display:none}@media screen and (max-width: 1179px){.section--video-wrap .bottom{margin-top:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--video-wrap .bottom{margin-top:16px}}.section--video-wrap .bottom .arr-nav{position:absolute;width:3.5rem;height:3.5rem;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;border-radius:100%;background-color:#ffcd06;background-position:center;background-size:auto;background-repeat:no-repeat;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section--video-wrap .bottom .arr-nav{width:44.8px;height:44.8px;background-size:50%}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--video-wrap .bottom .arr-nav{width:33.6px;height:33.6px;background-size:50%}}.section--video-wrap .bottom .arr-nav.hide{display:none}@media screen and (min-width: 1179px){.section--video-wrap .bottom .arr-nav:hover{background-color:#ff8002}}.section--video-wrap .bottom .arr-nav.arr-nav--prev{left:1.0625rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3085 0.904396C12.9085 0.504458 12.3659 0.279785 11.8003 0.279785C11.2346 0.279785 10.6921 0.504458 10.292 0.904396L0.691992 10.5044C0.292055 10.9045 0.0673809 11.447 0.0673809 12.0127C0.0673809 12.5783 0.292055 13.1209 0.691992 13.5209L10.292 23.1209C10.6943 23.5095 11.2332 23.7246 11.7926 23.7197C12.3519 23.7148 12.887 23.4905 13.2825 23.0949C13.6781 22.6994 13.9024 22.1643 13.9073 21.605C13.9122 21.0456 13.6971 20.5067 13.3085 20.1044L7.53359 14.146H27.8003C28.3661 14.146 28.9087 13.9212 29.3088 13.5212C29.7088 13.1211 29.9336 12.5785 29.9336 12.0127C29.9336 11.4469 29.7088 10.9042 29.3088 10.5042C28.9087 10.1041 28.3661 9.87933 27.8003 9.87933H7.53359L13.3085 3.92093C13.7085 3.52087 13.9331 2.97835 13.9331 2.41266C13.9331 1.84698 13.7085 1.30446 13.3085 0.904396Z' fill='black'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section--video-wrap .bottom .arr-nav.arr-nav--prev{left:0}}.section--video-wrap .bottom .arr-nav.arr-nav--next{right:1.0625rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6915 0.904396C17.0915 0.504458 17.6341 0.279785 18.1997 0.279785C18.7654 0.279785 19.3079 0.504458 19.708 0.904396L29.308 10.5044C29.7079 10.9045 29.9326 11.447 29.9326 12.0127C29.9326 12.5783 29.7079 13.1209 29.308 13.5209L19.708 23.1209C19.3057 23.5095 18.7668 23.7246 18.2074 23.7197C17.6481 23.7148 17.113 23.4905 16.7175 23.0949C16.3219 22.6994 16.0976 22.1643 16.0927 21.605C16.0878 21.0456 16.3029 20.5067 16.6915 20.1044L22.4664 14.146H2.19974C1.63394 14.146 1.09132 13.9212 0.691245 13.5212C0.291168 13.1211 0.0664063 12.5785 0.0664062 12.0127C0.0664062 11.4469 0.291168 10.9042 0.691245 10.5042C1.09132 10.1041 1.63394 9.87933 2.19974 9.87933H22.4664L16.6915 3.92093C16.2915 3.52087 16.0669 2.97835 16.0669 2.41266C16.0669 1.84698 16.2915 1.30446 16.6915 0.904396Z' fill='black'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section--video-wrap .bottom .arr-nav.arr-nav--next{right:0}}.section--video-wrap .bottom .btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:3.3125rem;min-width:27rem}@media screen and (max-width: 1179px){.section--video-wrap .bottom .btn{font-size:19.2px;min-width:344.8px;height:42.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--video-wrap .bottom .btn{font-size:14.4px;min-width:228px;height:31.8px}}.section--response-wrap{margin-top:5.375rem;margin-bottom:5.375rem}@media screen and (max-width: 1179px){.section--response-wrap{margin-top:68.8px;margin-bottom:68.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--response-wrap{margin-top:51.6px;margin-bottom:51.6px}}.section--response-wrap .slider--response{margin-top:1.9375rem;-webkit-column-gap:1.25rem;-moz-column-gap:1.25rem;column-gap:1.25rem;display:block;width:100%;-webkit-column-count:4;-moz-column-count:4;column-count:4}@media screen and (max-width: 1179px){.section--response-wrap .slider--response{margin-top:24.8px;-webkit-column-count:2;-moz-column-count:2;column-count:2}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--response-wrap .slider--response{margin-top:18.6px;-webkit-column-count:1;-moz-column-count:1;column-count:1}}.section--response-wrap .slider--response .item{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;max-width:19.75rem;margin-bottom:1.25rem;-webkit-column-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;background:#fff}@media screen and (max-width: 1179px){.section--response-wrap .slider--response .item{max-width:100%}}.section--response-wrap .slider--response .item .photo-mask{position:relative;width:19.6875rem;max-width:100%;aspect-ratio:315/258;-webkit-mask:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/mask-user.svg) no-repeat center/contain;mask:url(//besthelp.com.ua/wp-content/themes/besthelp-theme/images/main-page/mask-user.svg) no-repeat center/contain;overflow:hidden}@media screen and (max-width: 1179px){.section--response-wrap .slider--response .item .photo-mask{width:100%}}.section--response-wrap .slider--response .item .photo-mask img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.section--response-wrap .slider--response .item .rating{margin-top:0.6875rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:0;font-size:1.5rem;cursor:pointer}.section--response-wrap .slider--response .item .rating .star{color:#ccc;-webkit-transition:color .2s;transition:color .2s}.section--response-wrap .slider--response .item .rating .star.hovered,.section--response-wrap .slider--response .item .rating .star.selected{color:#ffd016}.section--response-wrap .slider--response .item p{margin-top:1rem;color:#000;font-size:1rem;font-style:normal;font-weight:500;line-height:140%}.section--response-wrap .slider--response .item .user{margin-top:1.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:1rem;font-style:normal}.section--response-wrap .slider--response .item .user .user-photo{border-radius:100%;overflow:hidden;width:3.5rem;height:3.5rem;display:none}.section--response-wrap .slider--response .item .user .user-photo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.section--response-wrap .slider--response .item .user .user-name{margin-top:1rem;font-weight:800;line-height:150%}@media screen and (max-width: 1179px){.section--response-wrap .slider--response .item .user .user-name{margin-top:0}}.section--response-wrap .slider--response .item .user .user-job{font-weight:400;line-height:150%}.section--response-wrap .bottom{margin-top:3.75rem;position:relative;min-height:3.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.section--response-wrap .bottom.hide{display:none}@media screen and (max-width: 1179px){.section--response-wrap .bottom{margin-top:48px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--response-wrap .bottom{margin-top:36px}}.section--response-wrap .bottom .arr-nav{display:none;position:absolute;width:3.5rem;height:3.5rem;top:50%;-webkit-transform:translate(0, -50%);transform:translate(0, -50%);cursor:pointer;border-radius:100%;background-color:#ffcd06;background-position:center;background-size:auto;background-repeat:no-repeat;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.section--response-wrap .bottom .arr-nav{width:44.8px;height:44.8px;background-size:50%}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--response-wrap .bottom .arr-nav{width:33.6px;height:33.6px;background-size:50%}}.section--response-wrap .bottom .arr-nav.hide{display:none}@media screen and (min-width: 1179px){.section--response-wrap .bottom .arr-nav:hover{background-color:#ff8002}}.section--response-wrap .bottom .arr-nav.arr-nav--prev{left:1.0625rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.3085 0.904396C12.9085 0.504458 12.3659 0.279785 11.8003 0.279785C11.2346 0.279785 10.6921 0.504458 10.292 0.904396L0.691992 10.5044C0.292055 10.9045 0.0673809 11.447 0.0673809 12.0127C0.0673809 12.5783 0.292055 13.1209 0.691992 13.5209L10.292 23.1209C10.6943 23.5095 11.2332 23.7246 11.7926 23.7197C12.3519 23.7148 12.887 23.4905 13.2825 23.0949C13.6781 22.6994 13.9024 22.1643 13.9073 21.605C13.9122 21.0456 13.6971 20.5067 13.3085 20.1044L7.53359 14.146H27.8003C28.3661 14.146 28.9087 13.9212 29.3088 13.5212C29.7088 13.1211 29.9336 12.5785 29.9336 12.0127C29.9336 11.4469 29.7088 10.9042 29.3088 10.5042C28.9087 10.1041 28.3661 9.87933 27.8003 9.87933H7.53359L13.3085 3.92093C13.7085 3.52087 13.9331 2.97835 13.9331 2.41266C13.9331 1.84698 13.7085 1.30446 13.3085 0.904396Z' fill='black'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section--response-wrap .bottom .arr-nav.arr-nav--prev{left:0}}.section--response-wrap .bottom .arr-nav.arr-nav--next{right:1.0625rem;background-image:url("data:image/svg+xml,%3Csvg width='30' height='24' viewBox='0 0 30 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6915 0.904396C17.0915 0.504458 17.6341 0.279785 18.1997 0.279785C18.7654 0.279785 19.3079 0.504458 19.708 0.904396L29.308 10.5044C29.7079 10.9045 29.9326 11.447 29.9326 12.0127C29.9326 12.5783 29.7079 13.1209 29.308 13.5209L19.708 23.1209C19.3057 23.5095 18.7668 23.7246 18.2074 23.7197C17.6481 23.7148 17.113 23.4905 16.7175 23.0949C16.3219 22.6994 16.0976 22.1643 16.0927 21.605C16.0878 21.0456 16.3029 20.5067 16.6915 20.1044L22.4664 14.146H2.19974C1.63394 14.146 1.09132 13.9212 0.691245 13.5212C0.291168 13.1211 0.0664063 12.5785 0.0664062 12.0127C0.0664062 11.4469 0.291168 10.9042 0.691245 10.5042C1.09132 10.1041 1.63394 9.87933 2.19974 9.87933H22.4664L16.6915 3.92093C16.2915 3.52087 16.0669 2.97835 16.0669 2.41266C16.0669 1.84698 16.2915 1.30446 16.6915 0.904396Z' fill='black'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.section--response-wrap .bottom .arr-nav.arr-nav--next{right:0}}.section--response-wrap .bottom .btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;height:3.3125rem;min-width:27rem}@media screen and (max-width: 1179px){.section--response-wrap .bottom .btn{font-size:19.2px;min-width:344.8px;height:42.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--response-wrap .bottom .btn{font-size:14.4px;min-width:228px;height:31.8px}}.section-form--response{margin-top:3.75rem;margin-bottom:3.75rem}@media screen and (max-width: 1179px){.section-form--response{margin-top:48px;margin-bottom:48px}}.section-form--response .block{padding:3.0625rem 3.9375rem 1.8125rem;margin-left:auto;margin-right:auto;width:100%;max-width:55.75rem;border-radius:1rem;border:2px solid #ff8002}@media screen and (max-width: 1179px){.section-form--response .block{padding:50.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-form--response .block{max-width:100%;padding:24px}}.section-form--response .block .title{text-align:center;font-size:2.25rem;font-style:normal;font-weight:800;line-height:111.111%;letter-spacing:-0.25px;max-width:28.75rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 1179px){.section-form--response .block .title{font-size:28.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-form--response .block .title{font-size:21.6px}}.section-form--response .block .rate{margin-top:1rem;margin-bottom:1.625rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:2rem}@media screen and (max-width: 767px){.section-form--response .block .rate{gap:6px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:12.8px;margin-bottom:15.6px}}.section-form--response .block .rate p{font-size:1.5rem;font-style:normal;font-weight:500;line-height:116.667%;letter-spacing:-0.25px}@media screen and (max-width: 767px){.section-form--response .block .rate p{font-size:14.4px}}.section-form--response .block .rate .rating{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:0.25rem;font-size:1.875rem;margin-right:6rem;cursor:pointer}@media screen and (max-width: 767px){.section-form--response .block .rate .rating{margin-right:0}}.section-form--response .block .rate .rating .star{color:#ccc;-webkit-transition:color .2s;transition:color .2s}.section-form--response .block .rate .rating .star.hovered,.section-form--response .block .rate .rating .star.selected{color:#ffd016}.section-form--response .block form .form-group{margin-top:1.0625rem}@media screen and (max-width: 1179px){.section-form--response .block form .form-group{margin-top:13.6px}}.section-form--response .block form input,.section-form--response .block form textarea{width:100%;padding-left:1rem;padding-right:1rem;height:3rem;background:#fff;border-radius:1rem;resize:none;border:1px solid #888;color:#888;font-size:1.25rem;font-style:normal;font-weight:300;line-height:140%;letter-spacing:-0.25px}@media screen and (max-width: 1179px){.section-form--response .block form input,.section-form--response .block form textarea{font-size:16px;height:38.4px;padding-left:12.8px;padding-right:12.8px;border-radius:12.8px}}.section-form--response .block form input:invalid,.section-form--response .block form textarea:invalid{border-color:#e74c3c;-webkit-box-shadow:0 0 0 2px rgba(231,76,60,.2);box-shadow:0 0 0 2px rgba(231,76,60,.2)}.section-form--response .block form textarea{height:6.25rem;resize:none;padding-top:0.5625rem}.section-form--response .block form .files-block{margin-top:10px;margin-bottom:20px}.section-form--response .block form .files-block .file-label{cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.625rem;color:#000;font-size:16px;font-style:normal;font-weight:300;line-height:200%;-webkit-transition:all .35s ease;transition:all .35s ease}.section-form--response .block form .files-block .file-label:hover svg{border-color:#000}.section-form--response .block form .files-block .file-label:hover svg circle{fill:#fff}.section-form--response .block form .files-block .file-label:hover svg path{fill:#000}.section-form--response .block form .files-block .file-label svg{border-radius:100%;border:1px solid rgba(0,0,0,0);-webkit-transition:all .35s ease;transition:all .35s ease}.section-form--response .block form .files-block .file-label svg circle,.section-form--response .block form .files-block .file-label svg path{-webkit-transition:all .35s ease;transition:all .35s ease}.section-form--response .block form .files-block .uploaded-files-list{max-width:100%}.section-form--response .block form .files-block .uploaded-files-list li{margin-top:10px;color:#000;font-size:13px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}.section-form--response .block form .files-block .uploaded-files-list li button{width:30px;height:30px;background:rgba(0,0,0,0);border:1px solid #000;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:600;cursor:pointer;color:#000;font-size:18px;-webkit-transition:all .2s ease;transition:all .2s ease}.section-form--response .block form .files-block .uploaded-files-list li button:hover{-webkit-transform:scale(1.1);transform:scale(1.1)}.section-form--response .block form .btn{font-size:1.75rem;font-weight:700;outline:none;border:none;cursor:pointer;min-width:100%;height:3.8125rem;margin-top:0.5rem;margin-bottom:0.5rem;margin-left:auto;margin-right:auto}@media screen and (max-width: 1179px){.section-form--response .block form .btn{min-width:343.2px;height:48.8px;margin-top:30.4px;font-size:22.4px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section-form--response .block form .btn{min-width:360px;height:36.6px;margin-top:22.8px;font-size:16.8px}}@media screen and (max-width: 1179px)and (max-width: 767px)and (max-width: 468px){.section-form--response .block form .btn{min-width:unset;width:100%}}.center{text-align:center}.popup{width:100%;background-color:rgba(255,255,255,.85);position:fixed;top:0px;left:0;z-index:100;height:100%;overflow-y:auto;display:block;opacity:0;visibility:hidden;-webkit-transform:scale(0.3);transform:scale(0.3);padding-top:5.375rem;padding-bottom:5.375rem;-webkit-transition:all .65s ease;transition:all .65s ease}.popup.active{visibility:visible;opacity:1;-webkit-transform:scale(1);transform:scale(1)}.popup>.wrapper-main{position:relative}.popup .popup__close{z-index:2;position:absolute;top:0;right:1.6875rem;width:2.25rem;height:2.25rem;display:block;cursor:pointer;background-color:rgba(0,0,0,0);background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_325_3078)'%3E%3Cpath d='M30.7198 5.26796C29.0496 3.59458 27.0653 2.26753 24.8809 1.36299C22.6966 0.458447 20.355 -0.00577794 17.9908 -0.00303971C8.04876 -0.00303971 -0.0107422 8.05646 -0.0107422 17.9985C-0.0107422 22.9695 2.00526 27.471 5.26326 30.729C6.93345 32.4023 8.91769 33.7294 11.1021 34.6339C13.2865 35.5385 15.628 36.0027 17.9923 36C27.9343 36 35.9938 27.9405 35.9938 17.9985C35.9938 13.0275 33.9778 8.52596 30.7198 5.26796ZM28.4068 28.4085C27.0401 29.7774 25.4166 30.8631 23.6295 31.6034C21.8423 32.3437 19.9267 32.724 17.9923 32.7225C9.85776 32.7225 3.26376 26.1285 3.26376 17.994C3.26224 16.0596 3.64252 14.1439 4.3828 12.3568C5.12309 10.5696 6.20882 8.94617 7.57776 7.57946C8.94429 6.2107 10.5675 5.12507 12.3544 4.38479C14.1412 3.64451 16.0566 3.26414 17.9908 3.26546C26.1238 3.26546 32.7178 9.85946 32.7178 17.9925C32.7191 19.9266 32.3387 21.842 31.5984 23.6289C30.8581 25.4157 29.7725 27.0389 28.4038 28.4055L28.4068 28.4085Z' fill='%23FF8002'/%3E%3Cpath d='M20.3053 18L26.0878 12.2175C26.3731 11.9066 26.5272 11.4975 26.5181 11.0757C26.5089 10.6539 26.3372 10.2519 26.0387 9.9536C25.7403 9.65535 25.3382 9.48389 24.9164 9.47502C24.4945 9.46615 24.0856 9.62055 23.7748 9.90599L23.7763 9.90449L17.9938 15.687L12.2113 9.90449C11.9004 9.61925 11.4914 9.46512 11.0695 9.47426C10.6477 9.48341 10.2457 9.65513 9.94745 9.95357C9.6492 10.252 9.47774 10.6541 9.46887 11.076C9.46 11.4978 9.6144 11.9068 9.89984 12.2175L9.89834 12.216L15.6808 17.9985L9.89834 23.781C9.73564 23.9303 9.60483 24.1109 9.51379 24.312C9.42274 24.5132 9.37333 24.7307 9.36855 24.9514C9.36376 25.1721 9.40369 25.3916 9.48594 25.5965C9.56818 25.8014 9.69104 25.9875 9.84711 26.1437C10.0032 26.2999 10.1892 26.4228 10.3941 26.5052C10.5989 26.5876 10.8183 26.6277 11.0391 26.623C11.2598 26.6184 11.4773 26.5691 11.6785 26.4782C11.8797 26.3873 12.0605 26.2566 12.2098 26.094L12.2113 26.0925L17.9938 20.31L23.7763 26.0925C23.9256 26.2552 24.1062 26.386 24.3074 26.477C24.5085 26.5681 24.726 26.6175 24.9468 26.6223C25.1675 26.6271 25.3869 26.5871 25.5918 26.5049C25.7967 26.4226 25.9829 26.2998 26.139 26.1437C26.2952 25.9876 26.4182 25.8016 26.5006 25.5967C26.5829 25.3919 26.623 25.1725 26.6184 24.9517C26.6137 24.731 26.5645 24.5135 26.4735 24.3123C26.3826 24.1111 26.2519 23.9304 26.0893 23.781L26.0878 23.7795L20.3053 18Z' fill='%23FF8002'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_325_3078'%3E%3Crect width='36' height='36' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");-webkit-transition:all .35s ease;transition:all .35s ease}.popup .popup__close:hover{-webkit-transform:rotate(180deg);transform:rotate(180deg)}@media screen and (max-width: 1179px){.popup .popup__close{top:-16px;right:50%;-webkit-transform:translate(50%, -100%);transform:translate(50%, -100%)}.popup .popup__close:hover{-webkit-transform:translate(50%, -100%) rotate(180deg);transform:translate(50%, -100%) rotate(180deg)}}.popup .section-form .block{background-color:#fff}.wpcf7-response-output{height:-webkit-max-content !important;height:-moz-max-content !important;height:max-content !important}@media screen and (max-width: 1179px){.wpcf7-response-output{font-size:16px !important}}.ie .main-grid-wrapper{opacity:0}.ie .ie-detect{display:block !important;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999999999999;background:-webkit-gradient(linear, left top, left bottom, from(#297BDF), color-stop(69.27%, #29AAE1));background:linear-gradient(180deg, #297BDF 0%, #29AAE1 69.27%);color:#fff;padding:15%}.ie .ie-detect p{font-size:20px;line-height:1.18;margin-bottom:12px}.ie .ie-detect b{font-size:25px;font-weight:100;margin-bottom:25px;display:block}.pulse{-webkit-animation:pulse 2s infinite;animation:pulse 2s infinite}.scaling{-webkit-animation:scaling 1.5s infinite;animation:scaling 1.5s infinite}@-webkit-keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.35)}70%{-webkit-box-shadow:0 0 0 10px rgba(176,255,183,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(176,255,183,0)}}@keyframes pulse{0%{-webkit-box-shadow:0 0 0 0 rgba(0,0,0,.35);box-shadow:0 0 0 0 rgba(0,0,0,.35)}70%{-webkit-box-shadow:0 0 0 10px rgba(176,255,183,0);box-shadow:0 0 0 10px rgba(176,255,183,0)}100%{-webkit-box-shadow:0 0 0 0 rgba(176,255,183,0);box-shadow:0 0 0 0 rgba(176,255,183,0)}}@-webkit-keyframes scaling{0%{-webkit-transform:scale(1.02);transform:scale(1.02)}50%{-webkit-transform:scale(0.97);transform:scale(0.97)}100%{-webkit-transform:scale(1.02);transform:scale(1.02)}}@keyframes scaling{0%{-webkit-transform:scale(1.02);transform:scale(1.02)}50%{-webkit-transform:scale(0.97);transform:scale(0.97)}100%{-webkit-transform:scale(1.02);transform:scale(1.02)}}.header-wg .header-top .wrapper-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header-wg .header-top .logo{-ms-flex-negative:0;flex-shrink:0;max-width:19.375rem;max-height:5rem;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-right:1.5rem;margin-left:-2.625rem}@media screen and (max-width: 1179px){.header-wg .header-top .logo{margin-right:0;margin-left:-50px;max-width:230px}}.header-wg .header-top .logo img{display:block;max-width:100%;height:auto;-o-object-fit:contain;object-fit:contain;color:rgba(0,0,0,0)}.header-wg .header-top nav{margin:0 auto;-ms-flex-negative:0;flex-shrink:0}@media screen and (max-width: 1179px){.header-wg .header-top nav{display:none}}.header-wg .header-top nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.125rem}.header-wg .header-top nav ul li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;color:#000;font-size:1rem;font-style:normal;font-weight:800;line-height:150%;position:relative;-webkit-transition:all .35s ease;transition:all .35s ease}.header-wg .header-top nav ul li a:after{content:"";display:block;border-radius:0.25rem 0.25rem 0 0;background:#ff8002;position:absolute;bottom:-0.625rem;left:0;width:100%;max-width:0;overflow:hidden;height:0.25rem;-webkit-transition:all .35s ease;transition:all .35s ease}.header-wg .header-top nav ul li a:hover,.header-wg .header-top nav ul li a.active{color:#ff8002}.header-wg .header-top nav ul li a:hover:after,.header-wg .header-top nav ul li a.active:after{max-width:100%}.header-wg .header-top .phone{margin-left:auto;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:0.5rem;-ms-flex-negative:0;flex-shrink:0;padding:0.4375rem 1.375rem;text-decoration:none;border-radius:1.25rem;background:#ff8002;border:1px solid #ff8002;color:#fff;font-size:1.25rem;font-style:normal;font-weight:900;line-height:100%;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.header-wg .header-top .phone{display:none}}.header-wg .header-top .phone:before{content:"";position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;width:1.5rem;height:1.5rem;background-color:rgba(0,0,0,0);background-position:center;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5932 23.258L12.5822 23.26L12.5112 23.295L12.4912 23.299L12.4772 23.295L12.4062 23.26C12.3955 23.2567 12.3875 23.2583 12.3822 23.265L12.3782 23.275L12.3612 23.703L12.3662 23.723L12.3762 23.736L12.4802 23.81L12.4952 23.814L12.5072 23.81L12.6112 23.736L12.6232 23.72L12.6272 23.703L12.6102 23.276C12.6075 23.2653 12.6018 23.2593 12.5932 23.258ZM12.8582 23.145L12.8452 23.147L12.6602 23.24L12.6502 23.25L12.6472 23.261L12.6652 23.691L12.6702 23.703L12.6782 23.71L12.8792 23.803C12.8918 23.8063 12.9015 23.8037 12.9082 23.795L12.9122 23.781L12.8782 23.167C12.8748 23.155 12.8682 23.1477 12.8582 23.145ZM12.1432 23.147C12.1388 23.1443 12.1335 23.1435 12.1285 23.1446C12.1234 23.1457 12.119 23.1487 12.1162 23.153L12.1102 23.167L12.0762 23.781C12.0768 23.793 12.0825 23.801 12.0932 23.805L12.1082 23.803L12.3092 23.71L12.3192 23.702L12.3232 23.691L12.3402 23.261L12.3372 23.249L12.3272 23.239L12.1432 23.147Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.553 22.133C15.113 22.08 11.032 21.516 6.75798 17.243C2.48498 12.969 1.92198 8.889 1.86798 7.448C1.78798 5.252 3.46998 3.119 5.41298 2.286C5.64695 2.18497 5.90318 2.1465 6.15651 2.17438C6.40984 2.20225 6.65157 2.29551 6.85798 2.445C8.45798 3.611 9.56198 5.375 10.51 6.762C10.7186 7.06673 10.8077 7.43755 10.7605 7.8038C10.7133 8.17005 10.533 8.50613 10.254 8.748L8.30298 10.197C8.20872 10.2651 8.14237 10.365 8.11625 10.4783C8.09014 10.5916 8.10603 10.7105 8.16098 10.813C8.60298 11.616 9.38898 12.812 10.289 13.712C11.189 14.612 12.442 15.45 13.301 15.942C13.4087 16.0025 13.5355 16.0194 13.6552 15.9892C13.775 15.9591 13.8787 15.8842 13.945 15.78L15.215 13.847C15.4485 13.5368 15.7929 13.3291 16.1762 13.2672C16.5594 13.2053 16.9517 13.2941 17.271 13.515C18.678 14.489 20.32 15.574 21.522 17.113C21.6836 17.3209 21.7864 17.5684 21.8197 17.8296C21.8529 18.0909 21.8154 18.3562 21.711 18.598C20.874 20.551 18.756 22.214 16.553 22.133Z' fill='white'/%3E%3C/svg%3E%0A");-webkit-transition:all .35s ease;transition:all .35s ease}.header-wg .header-top .phone:hover{border-color:#000;background-color:#000;color:#fff}.header-wg .header-top .gamburger{cursor:pointer;display:none;width:32px;height:32px;margin-left:auto;margin-right:14px;background-color:rgba(0,0,0,0);background-position:center;background-repeat:no-repeat;background-size:contain;background-image:url("data:image/svg+xml,%3Csvg width='32' height='24' viewBox='0 0 32 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M32 24H0V20H32V24ZM32 14H0V10H32V14ZM32 4H0V0H32V4Z' fill='%23FF8002'/%3E%3C/svg%3E")}@media screen and (max-width: 1179px){.header-wg .header-top .gamburger{display:inline-block !important}}.header-wg .header-popup{z-index:1000;width:100%;height:100vh;overflow:hidden;overflow-y:auto;background-color:#fff;position:fixed;top:0;left:0;will-change:transform;-webkit-transform:translate(100%, 0);transform:translate(100%, 0);-webkit-transition:all .35s ease;transition:all .35s ease}.header-wg .header-popup .logo{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-item-align:start;align-self:flex-start;margin-bottom:30px}.header-wg .header-popup .logo img{display:block;max-width:100%;height:auto}@media screen and (max-width: 767px){.header-wg .header-popup .logo img{max-width:28px}}.header-wg .header-popup__block{padding:14px 20px 131px 30px;background:#0b0c18;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.header-wg .header-popup__block nav{margin-bottom:18px}.header-wg .header-popup__block nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem}.header-wg .header-popup__block nav ul li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;text-align:center;color:#fff;font-size:1.25rem;font-style:normal;font-weight:700;line-height:normal;-webkit-transition:all .35s ease;transition:all .35s ease}.header-wg .header-popup__block nav ul li a.active{color:#ff8002}.header-wg .header-popup__block nav ul li.active a{font-weight:700;text-decoration:underline}.header-wg .header-popup__block .contacts{margin-top:auto;margin-bottom:10px;color:#fff}.header-wg .header-popup__block .contacts .group{margin-top:20px}.header-wg .header-popup__block .contacts .p{margin-top:0.625rem;font-size:1.25rem;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;gap:0.6875rem}@media screen and (max-width: 1179px){.header-wg .header-popup__block .contacts .p{font-size:14px}.header-wg .header-popup__block .contacts .p span{font-size:12px}}.header-wg .header-popup__block .contacts .p a{font-weight:700;font-size:1.125rem;color:#fff;text-decoration:none;-webkit-transition:all .35s ease;transition:all .35s ease}.header-wg .header-popup__block .contacts .p a.mail{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.header-wg .header-popup__block .social{margin-top:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.25rem}.header-wg .header-popup__block .social a{text-decoration:none}.header-wg .header-popup__block .social a svg{max-width:36px;max-height:36px;-o-object-fit:contain;object-fit:contain;-webkit-transition:all .2s ease;transition:all .2s ease}.header-wg .header-popup .header-popup__close{position:absolute;top:13px;right:16px;width:48px;height:48px;background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.4 19 5 17.6l5.6-5.6L5 6.4 6.4 5l5.6 5.6L17.6 5 19 6.4 13.4 12l5.6 5.6-1.4 1.4-5.6-5.6z' fill='%23FF8002'/%3E%3C/svg%3E%0A");background-size:48px;background-position:center;background-color:rgba(0,0,0,0);background-repeat:no-repeat}@media screen and (max-width: 1179px){.header-wg .header-popup{display:block !important}}.header-wg .header-popup.open{opacity:1;-webkit-transform:translate(0%, 0);transform:translate(0%, 0)}.main-page .footer-wg .top{display:block !important}.footer-wg{margin:2.5rem;padding:2.5rem 0;background:#0b0c18;border-radius:1rem}@media screen and (min-width: 1179px){.footer-wg{padding-top:4px}}@media screen and (max-width: 1179px){.footer-wg{margin:16px}}@media screen and (max-width: 1179px)and (max-width: 767px){.footer-wg{margin:16px 0 0 0}}.footer-wg>.wrapper-main{padding-top:3.1875rem;padding-left:6.9375rem;padding-right:6.9375rem}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main{padding-left:4%;padding-right:4%;padding-top:0}}.footer-wg>.wrapper-main .top{padding-bottom:9.125rem}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .top{padding-bottom:56px}}.footer-wg>.wrapper-main .top .heading{color:#fff;text-align:center;font-size:3rem;font-style:normal;font-weight:700;line-height:116.667%;letter-spacing:-0.25px;margin-bottom:3.6875rem}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .top .heading{font-size:28px;margin-bottom:36px}}.footer-wg>.wrapper-main .top .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2.0625rem}@media screen and (max-width: 767px){.footer-wg>.wrapper-main .top .block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.footer-wg>.wrapper-main .top .block .contacts{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.125rem}.footer-wg>.wrapper-main .top .block .contacts .title{color:#fff;font-size:1.25rem;font-style:normal;font-weight:700;line-height:140%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.25rem}.footer-wg>.wrapper-main .top .block .contacts .title img{color:rgba(0,0,0,0)}.footer-wg>.wrapper-main .top .block .contacts .text{color:#fff;font-size:1rem;font-style:normal;font-weight:400;line-height:150%;padding-left:3.3125rem;margin-top:0.3125rem}.footer-wg>.wrapper-main .top .block .contacts .text a{color:#ff8002;text-decoration:none;-webkit-transition:all .35s ease;transition:all .35s ease}.footer-wg>.wrapper-main .top .block .contacts .text a:hover{text-decoration:underline}.footer-wg>.wrapper-main .top .block .map-wrapper{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:auto;-ms-flex-negative:0;flex-shrink:0;width:100%;max-width:40.5rem;position:relative}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .top .block .map-wrapper{max-width:50%}}@media screen and (max-width: 1179px)and (max-width: 767px){.footer-wg>.wrapper-main .top .block .map-wrapper{max-width:100%}}.footer-wg>.wrapper-main .top .block .map-wrapper iframe{width:100%;height:21.625rem}@media screen and (max-width: 767px){.footer-wg>.wrapper-main .top .block .map-wrapper iframe{height:320px}}.footer-wg>.wrapper-main .bottom{position:relative;padding:2.5625rem 0 4rem}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .bottom{padding:26px 0 20px}}.footer-wg>.wrapper-main .bottom:before{content:"";display:block;width:100%;height:1px;position:absolute;top:0;left:50%;-webkit-transform:translate(-50%, 0);transform:translate(-50%, 0);background-color:#ff8002}.footer-wg>.wrapper-main .bottom .block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 5.625rem 0 7.375rem}@media screen and (max-width: 1320px){.footer-wg>.wrapper-main .bottom .block{padding:0 3.75rem 0 5.625rem}}@media screen and (max-width: 1320px)and (max-width: 1179px){.footer-wg>.wrapper-main .bottom .block{padding:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:26px}}.footer-wg>.wrapper-main .bottom .block .logo-footer{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-negative:0;flex-shrink:0;-webkit-transform:translate(0, 8px);transform:translate(0, 8px);margin-right:2.5rem}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .bottom .block .logo-footer{margin:0 auto}}.footer-wg>.wrapper-main .bottom .block .logo-footer img{max-width:100%;height:auto;display:block}.footer-wg>.wrapper-main .bottom .block nav{margin:10px auto;-ms-flex-negative:0;flex-shrink:0}.footer-wg>.wrapper-main .bottom .block nav ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:3.125rem}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .bottom .block nav ul{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:18px}}@media screen and (max-width: 1179px)and (max-width: 767px){.footer-wg>.wrapper-main .bottom .block nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:18px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer-wg>.wrapper-main .bottom .block nav ul li a{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;text-decoration:none;color:#fff;font-size:1rem;font-style:normal;font-weight:800;line-height:150%;position:relative;-webkit-transition:all .35s ease;transition:all .35s ease}.footer-wg>.wrapper-main .bottom .block nav ul li a:after{content:"";display:block;border-radius:0.25rem 0.25rem 0 0;background:#ff8002;position:absolute;bottom:-1rem;left:0;width:100%;max-width:0;overflow:hidden;height:0.25rem;-webkit-transition:all .35s ease;transition:all .35s ease}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .bottom .block nav ul li a:after{bottom:-8px}}.footer-wg>.wrapper-main .bottom .block nav ul li a:hover,.footer-wg>.wrapper-main .bottom .block nav ul li a.active{color:#ff8002}.footer-wg>.wrapper-main .bottom .block nav ul li a:hover:after,.footer-wg>.wrapper-main .bottom .block nav ul li a.active:after{max-width:100%}.footer-wg>.wrapper-main .bottom .block .social{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1.5rem}.footer-wg>.wrapper-main .bottom .block .social a{text-decoration:none}.footer-wg>.wrapper-main .bottom .block .social a:hover svg{-webkit-transform:scale(1.1);transform:scale(1.1)}.footer-wg>.wrapper-main .bottom .block .social a svg{-webkit-transition:all .2s ease;transition:all .2s ease}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .bottom .block .social a svg{width:32px;height:32px}}.footer-wg>.wrapper-main .bottom .block .social a svg path{-webkit-transition:all .35s ease;transition:all .35s ease}.footer-wg>.wrapper-main .bottom .bot{margin-top:2.9375rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 1179px){.footer-wg>.wrapper-main .bottom .bot{margin-top:36px}}.footer-wg>.wrapper-main .bottom .bot p{color:#fff;font-size:0.875rem;font-style:normal;font-weight:400;line-height:150%}
/*# sourceMappingURL=main.css.map *//*
Default style for WP-PageNavi plugin

http://wordpress.org/extend/plugins/wp-pagenavi/
*/

.wp-pagenavi {
	clear: both;
}

.wp-pagenavi a, .wp-pagenavi span {
	text-decoration: none;
	border: 1px solid #BFBFBF;
	padding: 3px 5px;
	margin: 2px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #000;
}

.wp-pagenavi span.current {
	font-weight: bold;
}