.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;
}

.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%}.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}.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: 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: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 10px}}.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:14.4px;min-width:258.6px;height:31.8px;margin-top:34.8px}}.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}.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}.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;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__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}.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-jobsTop{margin-top:2.875rem}@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}@media screen and (max-width: 1179px){.section-jobsTop .block{padding-left:0}}.section-jobsTop .h1{color:#ff8002;font-size:4rem;font-style:normal;font-weight:900;line-height:110%;max-width:56rem}@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}.section--video-wrap .slider--video.owl-carousel .owl-item{width:12.1875rem !important}@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}@media screen and (max-width: 1179px){.section--response-wrap .slider--response{margin-top:24.8px}}@media screen and (max-width: 1179px)and (max-width: 767px){.section--response-wrap .slider--response{margin-top:18.6px}}.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}@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{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}.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;
}