

/* Start:/local/templates/pmlog2024/css/jquery.formstyler.css?171620675610630*/
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
	width: 9px;
	height: 9px;
	margin: 2px 0 0 2px;
	border-radius: 2px;
	background: #666;
	box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAMALMAAPHx8f7+/vv7+/j4+PX19fLy8vz8/Pn5+fb29vPz8/39/ff39wAAAAAAAAAAAAAAACH5BAAAAAAALAAAAAABAAwAAAQJMCgjzliIpAIiADs=) 0 -1px repeat-x;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 3px 0 0 3px;
	border-radius: 50%;
	background: #666;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
}
.jq-selectbox__select {
	height: 30px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-selectbox__select:hover {
	/*background-color: #E6E6E6;
	background-position: 0 -10px;*/
}
.jq-selectbox__select:active {
	/*background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;*/
}
.jq-selectbox.focused .jq-selectbox__select {
	/*border: 1px solid #5794BF;*/
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	     -o-user-select: none;
	white-space: nowrap;
	color: #231F20;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	     -o-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	font: 14px Arial, sans-serif;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/pmlog2024/js/jquery.fancybox.css?17162067564895*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/local/templates/pmlog2024/js/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/local/templates/pmlog2024/js/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/pmlog2024/js/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/local/templates/pmlog2024/js/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/local/templates/pmlog2024/js/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/local/templates/pmlog2024/js/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/pmlog2024/js/slick/slick.css?17374508481776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/pmlog2024/css/swiper-bundle.min.css?173238093918435*/
/**
 * Swiper 11.0.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2024 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 5, 2024
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/pmlog2024/css/tracking.css?174798766111676*/
/* ----- Модальное окно ----- */

:root {
	--color-light: #fff;
	--color-dark: #292a2c;
	--color-accent: #2b689b;
}

html.lock {
	overflow: hidden;
}

.modal-window {
	--transition-time: 0.3s;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	visibility: hidden;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	height: 100%;
	background-color: rgba(33, 33, 33, 0.59);
	opacity: 0;
	cursor: pointer;
	transition: all var(--transition-time);
	align-items: center;
	justify-content: center;
	-webkit-overflow-scrolling: touch;
}

.modal-window__container {
	position: relative;
	max-width: 100%;
	max-height: 100%;
}

.modal-window__content {
	position: relative;
	cursor: default;
}

.modal-window__close {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	top: 19px;
	right: 24px;
	z-index: 2;
	width: 26px;
	height: 26px;
	border: none;
	padding: 5px;
	background-color: transparent;
	padding: 0;
}

.modal-window__close > span {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
	transform: rotate(45deg);
}

.modal-window__close > span::before,
.modal-window__close > span::after {
	display: inline-block;
	width: 100%;
	height: 2px;
	background-color: var(--color-dark);
	content: "";
	opacity: 0.5;
	transition: background-color 0.2s ease-out;
}

.modal-window__close > span::after {
	margin-top: -2px;
	transform: rotate(90deg);
}

.modal-window--right {
	justify-content: flex-end;
	align-items: flex-start;
}

.modal-window--right .modal-window__container {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.modal-window--right .modal-window__close {
	top: 32px;
	right: 60px;
	width: 20px;
	height: 20px;
}

.modal-window--right .modal-window__close > span::before,
.modal-window--right .modal-window__close > span::after {
	opacity: 1;
	background-color: var(--color-accent);
}

.modal-window.is-open {
	visibility: visible;
	opacity: 1;
}

.modal-window-effect--1 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time);
	transform: scale(0.7);
}

.modal-window-effect--1.is-open .modal-window__container {
	opacity: 1;
	transform: scale(1);
}

.modal-window-effect--2 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time) cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transform: translateX(20%);
}

.modal-window-effect--2.is-open .modal-window__container {
	opacity: 1;
	transform: translateX(0);
}

.modal-window-effect--3 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time);
	transform: translateY(30%);
}

.modal-window-effect--3.is-open .modal-window__container {
	opacity: 1;
	transform: translateY(0);
}

.modal-window-effect--4 .modal-window__container {
	opacity: 0;
	transform: scale(0) rotate(720deg);
}

.modal-window-effect--4.is-open,
.modal-window-effect--4 .modal-window__container {
	transition: all var(--transition-time);
}

.modal-window-effect--4.is-open .modal-window__container {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}

.modal-window-effect--5.modal-window {
	perspective: 1300px;
}

.modal-window-effect--5 .modal-window__container {
	opacity: 0;
	transform: translateZ(600px) rotateX(20deg);
	transform-style: preserve-3d;
}

.modal-window-effect--5.is-open .modal-window__container {
	opacity: 1;
	transition: all var(--transition-time) ease-in;
	transform: translateZ(0px) rotateX(0deg);
}

.modal-window-effect--6 {
	top: 0;
}

.modal-window-effect--6 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time);
	transform: translateY(-200%);
}

.modal-window-effect--6.is-open .modal-window__container {
	opacity: 1;
	transform: translateY(0%);
}

.modal-window-effect--7.modal-window {
	perspective: 1300px;
}

.modal-window-effect--7 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time);
	transform: rotateY(-70deg);
	transform-style: preserve-3d;
}

.modal-window-effect--7.is-open .modal-window__container {
	opacity: 1;
	transform: rotateY(0deg);
}

.modal-window-effect--8.modal-window {
	perspective: 1300px;
}

.modal-window-effect--8 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time);
	transform: rotateX(-70deg);
	transform-style: preserve-3d;
}

.modal-window-effect--8.is-open .modal-window__container {
	opacity: 1;
	transform: rotateX(0deg);
}

.modal-window-effect--9.modal-window {
	perspective: 1300px;
}

.modal-window-effect--9 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time);
	transform: rotateX(-60deg);
	transform-origin: 50% 0;
	transform-style: preserve-3d;
}

.modal-window-effect--9.is-open .modal-window__container {
	opacity: 1;
	transform: rotateX(0deg);
}

.modal-window-effect--10 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time);
	transform: scale(2);
}

.modal-window-effect--10.is-open .modal-window__container {
	opacity: 1;
	transform: scale(1);
}

.modal-window-effect--11.modal-window {
	perspective: 1300px;
}

.modal-window-effect--11 .modal-window__container {
	opacity: 0;
	transition: all var(--transition-time);
	transform: translateZ(100px) translateX(-30%) rotateY(90deg);
	transform-origin: 0 100%;
	transform-style: preserve-3d;
}

.modal-window-effect--11.is-open .modal-window__container {
	opacity: 1;
	transform: translateZ(0px) translateX(0%) rotateY(0deg);
}

@media (max-width: 767.98px) {
	.modal-window--right .modal-window__close {
		top: 19px;
		right: 16px;
	}
}

.button--all {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	padding: 0;
	text-align: left;
	background-color: transparent;
	color: var(--color-accent);
	border: none;
	margin-top: 36px;
	cursor: pointer;
}

.modal-tracking {
	background-color: var(--color-light);
	max-width: 818px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}

.modal-tracking__logo {
	width: 100px;
	height: 32px;
}

.modal-tracking__header {
	font-weight: 600;
	font-size: 24px;
	color: #0e406a;
	text-align: center;
	margin-bottom: 41px;
}

.modal-tracking__body {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	padding: 70px 46px 60px 46px;
}

.modal-tracking__list {
	margin-bottom: auto;
}

.modal-tracking__info {
	margin-top: 63px;
}

.modal-tracking__footer {
	margin-top: 40px;
}

.tracking-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.tracking-list__item {
	position: relative;
	display: grid;
	grid-template-columns: 24px auto;
	-moz-column-gap: 10px;
	column-gap: 10px;
	align-items: baseline;
}

.tracking-list__item:first-child {
	align-items: center;
}

.tracking-list__item:first-child::before {
	width: 24px;
	height: 24px;
	background-color: #969696;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2992 11.8V6.20003C15.299 5.95452 15.2342 5.7134 15.1113 5.50084C14.9884 5.28829 14.8118 5.11178 14.5992 4.98903L9.69922 2.18903C9.48639 2.06615 9.24497 2.00146 8.99922 2.00146C8.75347 2.00146 8.51205 2.06615 8.29922 2.18903L3.39922 4.98903C3.1866 5.11178 3.01 5.28829 2.88714 5.50084C2.76428 5.7134 2.69947 5.95452 2.69922 6.20003V11.8C2.69947 12.0455 2.76428 12.2867 2.88714 12.4992C3.01 12.7118 3.1866 12.8883 3.39922 13.011L8.29922 15.811C8.51205 15.9339 8.75347 15.9986 8.99922 15.9986C9.24497 15.9986 9.48639 15.9339 9.69922 15.811L14.5992 13.011C14.8118 12.8883 14.9884 12.7118 15.1113 12.4992C15.2342 12.2867 15.299 12.0455 15.2992 11.8Z' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M2.88672 5.47205L8.99772 9.00705L15.1087 5.47205' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M9 16.056V9' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 18px;
	background-position: center;
	justify-self: center;
}

.tracking-list__item:not(:last-child) {
	padding-bottom: 34px;
}

.tracking-list__item::after {
	content: "";
	position: absolute;
	height: 100%;
	top: 6px;
	left: 11.5px;
	border-left: 1px dashed #969696;
}

.tracking-list__item:nth-child(n + 2)::after {
	border-left-color: var(--color-accent);
	border-left-style: solid;
}

.tracking-list__item::before {
	content: "";
	display: inline-block;
	justify-self: center;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: var(--color-accent);
	z-index: 1;
}

.tracking-list__item.last {
	padding-bottom: 0;
}

.tracking-list__item.last::after {
	top: -50%;
}

.tracking-list__wrapper {
	display: flex;
	justify-content: space-between;
}

.tracking-list__content {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
	max-width: 416px;
}

.tracking-list__description {
	color: #969696;
}

.tracking-list__dates {
	font-weight: 400;
	font-size: 18px;
	line-height: 140%;
}

.tracking-list__time {
	color: #969696;
}

.tracking-info {
	border-radius: 36px;
	padding: 20px;
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.06);
	background: #fff;
}

.tracking-info__title {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	margin-bottom: 20px;
}

.tracking-info__list {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tracking-info__list > li {
	display: flex;
	align-items: flex-start;
}

.tracking-info__list > li::before {
	content: "";
	flex-shrink: 0;
	margin-top: 0.5em;
	display: inline-block;
	margin-right: 8px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: currentColor;
}

.tracking-info__list > li:not(:first-child) {
	margin-top: 20px;
}

.tracking-footer__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
}

.tracking-footer__links {
	margin-top: 24px;
}

.social-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 37px;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #0e406a;
}

.social-links__item {
	display: inline-flex;
	align-items: center;
	-moz-column-gap: 8px;
	column-gap: 8px;
}

.social-links__icon {
	display: inline-block;
	width: 24px;
	height: 24px;
}

@media (min-width: 768px) {
	.modal-tracking__logo {
		display: none;
	}

	.modal-tracking__number::before {
		content: "/";
		margin-left: 24px;
		margin-right: 24px;
	}

	.tracking-list__item:last-child::after {
		content: none;
	}

	.tracking-list__dates {
		display: flex;
		flex-direction: column;
	}
}

@media (max-width: 767.98px) {
	.button--all {
		margin-top: 24px;
	}

	.modal-tracking__top {
		box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.06);
		background-color: #fff;
		padding: 16px;
	}

	.modal-tracking__header {
		display: flex;
		flex-direction: column;
		gap: 4px;
		margin-bottom: 25px;
	}

	.modal-tracking__body {
		padding: 32px 15px;
	}

	.modal-tracking__info {
		margin-top: 34px;
	}

	.modal-tracking__footer {
		margin-top: 32px;
	}

	.tracking-list__item {
		grid-template-columns: 16px auto;
		-moz-column-gap: 6px;
		column-gap: 6px;
	}

	.tracking-list__item:last-child::after {
		top: -50%;
	}

	.tracking-list__item:first-child::before {
		width: 16px;
		height: 16px;
		background-size: 12px;
	}

	.tracking-list__item::after {
		left: 7.5px;
	}

	.tracking-list__item::before {
		width: 12px;
		height: 12px;
		align-self: center;
	}

	.tracking-list__wrapper {
		flex-direction: column;
		row-gap: 1px;
	}

	.tracking-list__content {
		font-size: 16px;
	}

	.tracking-list__dates {
		font-size: 13px;
		color: #969696;
	}

	.social-links {
		font-size: 12px;
		gap: 24px;
	}

	.social-links__icon {
		width: 20px;
		height: 20px;
	}
}

/* End */


/* Start:/local/templates/pmlog2024/css/custom.css?17509332836726*/
.faq-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	row-gap: 12px;
}

.faq-list__item {
	border-radius: 5px;
	overflow: hidden;
}

.faq-list.init .faq-list__button {
	cursor: pointer;
}

.faq-list__button {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 12px;
	width: 100%;
	text-align: left;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #292a2c;
	padding: 12px 20px;
	background-color: #f7f5f4;
	border: none;
	transition: background-color 0.2s ease-out;
}

.faq-list__button--plus {
	position: relative;
	display: inline-block;
	width: 16px;
	height: 15px;
	flex-shrink: 0;
	transition: transform 0.2s linear;
}

.faq-list__button.active .faq-list__button--plus {
	transform: rotate(45deg);
}

.faq-list__content {
	padding: 0 80px 12px 20px;
	background-color: #f7f5f4;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #292a2c;
}

.faq-list__content p {
	margin: 0;
}

.faq-list__content p + ul {
	margin-top: 6px;
}

.faq-list__content p + ul li:not(:last-child) {
	margin-bottom: 6px;
}

.faq-list__content p + p {
	margin-top: 0.3em;
}

.faq-list__content ul {
	margin-left: 20px;
}

.faq-list__content ul li {
	list-style: disc;
}

.faq-list__content ul li:not(:last-child) {
	margin-bottom: 10px;
}

.wherefore {
	padding-top: 130px;
	padding-bottom: 65px;
}

.wherefore__wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 16px;
}

.wherefore__title {
	text-align: center;
	margin-bottom: 50px;
}

.wherefore__body {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 34px 24px;
}

.wherefore-card {
	display: grid;
	grid-template-columns: minmax(auto, 230px) auto;
	gap: 20px 10px;
	justify-content: space-between;
	border-radius: 36px;
	background-color: #6ea6d4;
	color: #fff;
	padding: 44px 32px 50px 32px;
}

.wherefore-card__title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 16px;
}

.wherefore-card__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.wherefore-card__action {
	margin-top: 24px;
}

.wherefore-card__button {
	display: inline-block;
	border: none;
	border-radius: 100px;
	padding: 16px 23px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	background-color: #2b689b;
	transition: background 0.2s ease-out;
}

.wherefore-card__button:hover {
	background-color: #3d7fb7;
	color: #fff;
}

.wherefore-card__img {
	max-height: 204px;
}

.wherefore-card__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: top;
}

.social-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.social-list__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 100px;
	background-color: #2b689b;
	border: none;
	transition: background 0.2s ease-out;
}

.social-list__item:hover {
	background-color: #3d7fb7;
}

.social-list__item img {
	width: 28px;
	height: 28px;
}

.steps-work {
	padding-top: 65px;
}

.steps-work__wrapper {
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 16px;
}

.steps-work__title {
	margin-bottom: 52px;
	text-align: center;
}

.steps-work__video {
	padding-top: 70px;
}

.steps-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 34px 9px;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: item;
}

.steps-list__item {
	position: relative;
	border-radius: 36px;
	background-color: #2b689b;
	padding: 32px;
	color: #fff;
}

.steps-list__wrapper {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.steps-list__item::before {
	position: absolute;
	top: 32px;
	right: 32px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	content: counter(item);
	counter-increment: item;
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 24px;
	color: #2b689b;
	text-align: center;
	border-radius: 100%;
	width: 38px;
	height: 38px;
	background-color: #fff;
}

.steps-list__icon {
	padding-bottom: 40px;
	margin-bottom: auto;
}

.steps-list__title {
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 16px;
	font-family: var(--font-title);
	line-height: 1.2;
	max-width: 98%;
}

.steps-list__description {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
}

.cookie-notice {
	position: fixed;
	bottom: 24px;
	left: 0;
	right: 0;
	border-radius: 36px;
	padding: 10px 12px 10px 24px;
	background-color: #fff4d4;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2147483001;
	max-width: max-content;
	margin-left: auto;
	margin-right: auto;
}

.cookie-notice__text {
	margin: 0;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #292a2c;
	flex-grow: 1;
	padding-right: 23px;
}

.cookie-notice__text a {
	color: #2b689b;
}

.cookie-notice__button {
	background-color: #2b689b;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	text-align: center;
	color: white;
	border: none;
	border-radius: 100px;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
	transition: background-color 0.3s;
	white-space: nowrap;
}

@media not all and (hover: none) {
	.faq-list__button:hover {
		background-color: #f0eeed;
	}
	.cookie-notice__button:hover {
		background-color: #3d7fb7;
		color: #fff;
	}
}

@media (max-width: 992px) {
	.wherefore {
		padding-top: 90px;
		padding-bottom: 45px;
	}
	.wherefore-card {
		text-align: center;
		grid-template-columns: 100%;
		border-radius: 16px;
		padding: 32px 20px 22px 20px;
	}
	.wherefore__title {
		margin-bottom: 34px;
	}
	.wherefore-card__title {
		font-size: 20px;
	}
	.steps-work {
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.social-list {
		justify-content: center;
	}
	.social-list__item {
		width: 40px;
		height: 40px;
	}
	.social-list__item img {
		width: 18px;
		height: 18px;
	}
	.steps-work__title {
		margin-bottom: 34px;
	}
	.steps-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.steps-list__title {
		font-size: 20px;
		margin-bottom: 12px;
		max-width: 100%;
	}
	.steps-list__item {
		padding: 20px;
	}
	.steps-list__item::before {
		top: 20px;
		right: 20px;
	}
	.cookie-notice {
		max-width: 100%;
		padding: 20px;
		border-radius: 16px;
		margin-left: 16px;
		margin-right: 16px;
		bottom: 15px;
		flex-direction: column;
		align-items: flex-start;
	}
	.cookie-notice__text {
		padding-right: 0;
		margin-bottom: 20px;
		font-size: 12px;
	}
}

@media (max-width: 768px) {
	.faq-list__content {
		padding: 0 15px 12px 20px;
	}
	.wherefore__body {
		grid-template-columns: 100%;
		grid-auto-rows: 1fr;
	}
	.steps-list {
		grid-template-columns: 100%;
	}
}


@media (max-width: 1000px) {
	.calc .ves-row label {
		display: block !important;
	}
}

/* End */


/* Start:/local/templates/pmlog2024/components/bitrix/menu/top/style.css?1716206756516*/
.main-menu {
    position: relative;
    z-index: 1;
}
.main-menu ul {
    margin: 0;
    padding: 0;
    text-align: center;
    width: 100%;
}
.main-menu li {
    display: inline-block;
    margin: 0 15px;
}
.main-menu a.root-item-selected, .main-menu a:hover {
    text-decoration: underline;
}
.main-menu a {
    display: table-cell;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    vertical-align: middle;
    width: 125px;
    height: 96px;
}
.main-menu a:hover {background: #f4f4f4	}
/* End */


/* Start:/local/templates/pmlog2024/styles.css?17376187675149*/
.param-phone a {color:#fff}

.about-block2.wrapper {
	display: grid;
	grid-template-columns: 50% 50%;
	gap: 10px;
  max-width: 1170px;
  margin-top: 130px;
}
.about-block2-descr {
	background: #fff;
	border-radius: 36px;
	padding: 36px;
}
.about-block2 h2 {
	max-width: 488px;
	font-size: 48px;
	font-weight: 600;
	line-height: 57.6px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.about-block2 img {
	margin: 33px 0 0 17px;
}
.about-block2-slider .slick-slide {
	background: #fff;
	border-radius: 36px;
	padding: 36px;
	font-size: 24px;
	font-weight: 500;
	line-height: 32.78px;
	text-align: left;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
}
.about-block2-slider .slick-arrow {
	background: #fff;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #292A2C;
	position: absolute;
	right: 36px;
	bottom: 49px;
	background: url("/local/templates/pmlog2024/images/small-arrow.svg") center center no-repeat;
	text-indent: -9999px;
	z-index: 2;
	cursor: pointer;
}
.about-block2-slider {
	height: 100%;
}
.about-block2-slider .slick-prev {
	right: 73px;
	background-image: url("/local/templates/pmlog2024/images/small-arrow-prev.svg");
}
.about-block2 .slick-slider .slick-track, .about-block2 .slick-slider .slick-list {
	height: 100%;
  border-radius: 36px;
}
.about-block2-counter {
	font-size: 24px;
	line-height: 32px;
	font-weight: 500;
	position: absolute;
  left: 36px;
  bottom: 49px;
}
.about-block2-counter-total {
	color: #969696;
}
.about-block2-slider-wrapper {
  position: relative;
}
.about-block2-slider-line {
	position: absolute;
  left: 36px;
  bottom: 65px;
  height: 1px;
  left: 145px;
  right: 135px;
  background: #C9C9C9;
}
.about-block2-slider-line span {
	width: 33%;
	display: block;
	left: 0;
	top: 0;
	height: 1px;
	background: #292A2C;
}
.about-block2 .slick-disabled {
	opacity: 0.5;
	cursor: default;
}
#slide-txt {
	max-width: 1100px;
}
.box-line {
	display: none;
}
#slide-txt .slide-block {
	padding: 0;
  flex-direction: column-reverse;
  text-align: center;
}
#slide-txt .banner-box__left {
	margin: 0 auto;
}
#slide-txt .slide-block .point {
	background: #2B689B;
	border-radius: 16px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 22.4px;
	text-align: center;
	text-underline-position: from-font;
	text-decoration-skip-ink: none;
	padding: 24px 30px;
	max-width: 270px;
}
#slide-txt .banner-box__right {
  flex-direction: row;
  height: 170px;
}
#slide-txt .slide-block .point {
	position: absolute;
	counter-increment: point;
/*	visibility: hidden;*/
	transition: opacity 0.3s ease;
	opacity: 0;
}
#slide-txt .slide-block .point.visible {
/*	visibility: visible;*/
	opacity: 1;
}
#slide-txt .slide-block .point:before {
	position: absolute;
	content: counter(point);
	width: 16px;
	height: 16px;
	background: #fff;
	color: #2B689B;
	font-size: 12px;
	line-height: 16px;
	border-radius: 50%;
	text-align: center;
	top: 10px;
	left: 10px;
}
#slide-txt .slide-block .point.point1 {
    left: 0;
    transform: rotate(-10deg);
}
#slide-txt .slide-block .point.point2 {
    left: 50%;
    transform: rotate(10deg);
    margin-left: -135px;
}
#slide-txt .slide-block .point.point3 {
  right: 0;
  transform: rotate(-10deg);
}
#slide-txt .slide-block .point.point2:after {
	position: absolute;
	content: "";
	display: block;
	width: 126px;
	height: 24px;
	background: url("/local/templates/pmlog2024/images/arrow-line.svg") center center no-repeat;
  left: -147px;
  transform: rotate(-10deg);
  top: 56px;
}
#slide-txt .slide-block .point.point3:after {
	position: absolute;
	content: "";
	display: block;
	width: 126px;
	height: 33px;
	background: url("/local/templates/pmlog2024/images/arrow-line2.svg") center center no-repeat;
  left: -160px;
  transform: rotate(10deg);
  top: 28px;
}
.main-banner.wrapper {
  max-width: 1100px;
}

@media screen and (max-width: 750px) {
	.about-block2.wrapper {
		grid-template-columns: 100%;
	}
	.about-block2-slider .slick-slide {
		padding: 22px 22px 90px;
		font-size: 16px;
		line-height: 22px;
	}
	.about-block2 h2 {
		font-size: 24px;
		font-weight: 600;
		line-height: 28.8px;
		text-align: left;
		text-underline-position: from-font;
		text-decoration-skip-ink: none;
	}
	.about-block2-descr {
		padding: 22px;
	}
	.about-block2 img {
    margin: 0;
	}
	.about-block2-counter {
		left: 22px;
		font-size: 16px;
		bottom: 22px;
	}
	.about-block2-slider .slick-arrow {
		bottom: 28px;
		right: 22px;
		width: 20px;
		height: 20px;
		background-size: 7px;
	}
	.about-block2-slider .slick-prev {
		right: 46px;
	}
	.about-block2-slider-line {
		bottom: 38px;
		left: 85px;
		right: 85px;
	}
	#slide-txt .slide-block .point {
		position: relative;
    margin: 0 auto 140px;
    width: 205px;
	}
	#slide-txt .slide-block .point:last-child {
		margin-bottom: 0;
	}
	#slide-txt .banner-box__right {
		height: auto;
    padding: 20px;
    display: block;
	}
	#slide-txt .slide-block {
		flex-direction: column;
	}
	#slide-txt .slide-block .point.point2:after, #slide-txt .slide-block .point.point3:after {
    left: 40px;
    transform: rotate(35deg);
    top: -72px;
	}
	#slide-txt .slide-block .point.point3:after {
        left: 84px;
        transform: rotate(163deg);
	}
}
/* End */


/* Start:/local/templates/pmlog2024/template_styles.css?1750414735157185*/
:root {
	--font: "Inter", sans-serif;
	--font-title: "Manrope", sans-serif;
	--font-size: 16px;
	--font-line: 20px;
	--font-weight: 400;
	--font-color: #292a2c;
	--white: #fff;
	--yellow: #ffd970;
	--blue: #2b689b;
	--blue-link: #0e406a;
	--blue-link-hover: #3d7fb7;
	--grey: #f7f5f4;
	--grey-font: #969696;
	--grey-light: #e6e6e6;
	--animation: all ease-out 0.3s;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar,
.fancybox-slide::-webkit-scrollbar,
textarea::-webkit-scrollbar,
body .bx-filter-select-popup::-webkit-scrollbar,
.calc .jq-selectbox__dropdown ul::-webkit-scrollbar,
.select2-container--default
	.select2-results
	> .select2-results__options::-webkit-scrollbar,
.inline-window::-webkit-scrollbar {
	width: 4px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track,
.fancybox-slide::-webkit-scrollbar-track,
textarea::-webkit-scrollbar-track,
body .bx-filter-select-popup::-webkit-scrollbar-track,
.calc .jq-selectbox__dropdown ul::-webkit-scrollbar-track,
.select2-container--default
	.select2-results
	> .select2-results__options::-webkit-scrollbar-track,
.inline-window::-webkit-scrollbar-track {
	background: transparent;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb,
.fancybox-slide::-webkit-scrollbar-thumb,
textarea::-webkit-scrollbar-thumb,
body .bx-filter-select-popup::-webkit-scrollbar-thumb,
.calc .jq-selectbox__dropdown ul::-webkit-scrollbar-thumb,
.select2-container--default
	.select2-results
	> .select2-results__options::-webkit-scrollbar-thumb,
.inline-window::-webkit-scrollbar-thumb {
	background-color: var(--font-color);
	border-radius: 3px;
	border: 0;
}
body {
	background: var(--white);
	font-family: var(--font);
	font-weight: var(--font-weight);
	font-size: var(--font-size);
	line-height: var(--font-line);
	color: var(--font-color);
	padding: 0;
	margin: 0;
	overflow: hidden;
	overflow-y: auto;
}
body.fixed {
	overflow-y: hidden;
}
a {
	color: var(--font-color);
	outline: none;
	-webkit-appearance: none;
	text-decoration: none;
}
a:hover {
	color: var(--blue);
	text-decoration: none;
}
H1 {
	margin: 0 0 35px;
	padding: 0;
	font-family: var(--font-title);
	font-weight: 700;
	font-size: 48px;
	line-height: 57px;
	color: var(--blue-link);
}
H2 {
	padding: 0;
	margin: 0 0 10px;
	font-family: var(--font-title);
	font-size: 38px;
	line-height: 52px;
	color: var(--blue-link);
}
H3 {
	padding: 0;
	margin: 0 0 40px;
	font-family: var(--font-title);
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: var(--blue-link);
}
H4 {
	padding: 0;
	margin: 0 0 10px;
	font-family: var(--font);
	font-weight: 600;
	font-size: 18px;
	line-height: normal;
	color: var(--font-color);
}
img {
	border: none;
	outline: none;
	max-width: 100%;
	height: auto;
}
ul,
ol {
	padding: 0;
	margin: 0;
}
ul li,
ol li {
	list-style: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="phone"],
input[type="date"],
input[type="search"] {
	border: 1px solid #969696;
	border-radius: 3px;
	background: var(--white);
	box-sizing: border-box;
	width: 100%;
	font-family: var(--font);
	font-weight: var(--font-weight);
	font-size: var(--font-size);
	line-height: var(--font-line);
	color: var(--font-color);
	padding: 15px;
	outline: none;
	-webkit-appearance: none;
}
textarea {
	border: 1px solid #969696;
	border-radius: 5px;
	background: var(--white);
	box-sizing: border-box;
	width: 100%;
	font-family: var(--font);
	font-weight: var(--font-weight);
	font-size: var(--font-size);
	line-height: var(--font-line);
	color: var(--font-color);
	padding: 15px;
	outline: none;
	-webkit-appearance: none;
	height: 120px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="phone"]:focus,
textarea:focus,
input[type="date"]:focus {
	border: 1px solid var(--font-color);
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="number"]:hover,
input[type="phone"]:hover,
textarea:hover,
input[type="date"]:hover {
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="password"]::placeholder,
input[type="number"]::placeholder,
input[type="phone"]::placeholder,
textarea::placeholder,
input[type="date"]::placeholder {
	color: #969696;
}
.error input,
.error textarea {
	border-color: #f13f58 !important;
}
.error-message {
	color: #f13f58;
	margin: 4px 0 0;
	font-size: 12px;
}
.btn {
	outline: none;
	font-family: var(--font);
	font-weight: 500;
	font-size: var(--font-size);
	line-height: var(--font-line);
	text-align: center;
	color: var(--blue-link);
	-webkit-appearance: none;
	cursor: pointer;
	text-decoration: none;
	border-radius: 36px;
	background: var(--yellow);
	border: 0;
	box-sizing: border-box;
	display: block;
	padding: 24px 30px;
	width: max-content;
}
.btn:hover {
	background: #fff4d4;
}
.btn-blue {
	padding: 15px 23px;
	background: var(--blue);
	color: var(--white);
}
.btn-blue:hover {
	background: var(--blue-link-hover);
	color: var(--white);
}
.btn-border {
	padding: 15px 23px;
	background: none;
	color: var(--blue);
	border: 1px solid var(--blue);
}
.btn-border:hover {
	background: none;
	color: var(--blue-link-hover);
	border: 1px solid var(--blue-link-hover);
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.grid {
	display: grid;
	grid-gap: 20px;
}
.col-2 {
	grid-template-columns: repeat(2, 1fr);
}
.col-3 {
	grid-template-columns: repeat(3, 1fr);
}
.col-4 {
	grid-template-columns: repeat(4, 1fr);
}
.col-5 {
	grid-template-columns: repeat(5, 1fr);
}
.col-6 {
	grid-template-columns: repeat(6, 1fr);
}
.icon {
	display: block;
	mask-size: contain;
	mask-repeat: no-repeat;
	mask-position: center;
	-webkit-mask-size: contain;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center;
	flex-shrink: 0;
}
.wrapper {
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}
svg path,
svg rect,
a,
.icon,
input[type="submit"],
button,
.btn,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="phone"],
textarea,
.jq-selectbox__dropdown,
label,
i,
img,
.footer-tab__box,
.calc .jq-selectbox .jq-selectbox__trigger-arrow,
.banner-box__right div,
.banner-box__right:before,
.box,
#phone-btn span,
.dop-cell span i,
.table-row,
.radio-box label:before {
	-moz-transition: var(--animation);
	-webkit-transition: var(--animation);
	transition: var(--animation);
}
/*Icons*/
.login-icon {
	width: 23px;
	height: 23px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3926_185)'%3E%3Cpath d='M18.7782 3.72182C16.7006 1.64421 13.9382 0.5 11 0.5C8.06184 0.5 5.29942 1.64421 3.22182 3.72182C1.14421 5.79942 0 8.56184 0 11.5C0 14.4382 1.14421 17.2006 3.22182 19.2782C5.29942 21.3558 8.06184 22.5 11 22.5C13.9382 22.5 16.7006 21.3558 18.7782 19.2782C20.8558 17.2006 22 14.4382 22 11.5C22 8.56184 20.8558 5.79942 18.7782 3.72182ZM4.77406 18.9464C5.13728 15.821 7.82434 13.4081 11 13.4081C12.6741 13.4081 14.2483 14.0603 15.4325 15.2443C16.4329 16.2449 17.0638 17.5512 17.2261 18.9462C15.5392 20.3589 13.3673 21.2109 11 21.2109C8.63269 21.2109 6.46092 20.3591 4.77406 18.9464ZM11 12.0804C9.15788 12.0804 7.65901 10.5815 7.65901 8.73943C7.65901 6.89714 9.15788 5.39844 11 5.39844C12.8421 5.39844 14.341 6.89714 14.341 8.73943C14.341 10.5815 12.8421 12.0804 11 12.0804ZM18.3356 17.8565C18.0071 16.5322 17.3221 15.3111 16.3439 14.3329C15.5517 13.5407 14.6144 12.9463 13.5922 12.5739C14.821 11.7405 15.6301 10.3326 15.6301 8.73943C15.6301 6.18648 13.5529 4.10938 11 4.10938C8.44705 4.10938 6.36995 6.18648 6.36995 8.73943C6.36995 10.3335 7.17964 11.7419 8.40945 12.5751C7.46901 12.9178 6.59872 13.4477 5.84996 14.1453C4.76567 15.155 4.01271 16.4426 3.66359 17.8555C2.18503 16.151 1.28906 13.9282 1.28906 11.5C1.28906 6.14536 5.64536 1.78906 11 1.78906C16.3546 1.78906 20.7109 6.14536 20.7109 11.5C20.7109 13.9287 19.8146 16.152 18.3356 17.8565Z' fill='%23292A2C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3926_185'%3E%3Crect width='22' height='22' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='23' viewBox='0 0 22 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3926_185)'%3E%3Cpath d='M18.7782 3.72182C16.7006 1.64421 13.9382 0.5 11 0.5C8.06184 0.5 5.29942 1.64421 3.22182 3.72182C1.14421 5.79942 0 8.56184 0 11.5C0 14.4382 1.14421 17.2006 3.22182 19.2782C5.29942 21.3558 8.06184 22.5 11 22.5C13.9382 22.5 16.7006 21.3558 18.7782 19.2782C20.8558 17.2006 22 14.4382 22 11.5C22 8.56184 20.8558 5.79942 18.7782 3.72182ZM4.77406 18.9464C5.13728 15.821 7.82434 13.4081 11 13.4081C12.6741 13.4081 14.2483 14.0603 15.4325 15.2443C16.4329 16.2449 17.0638 17.5512 17.2261 18.9462C15.5392 20.3589 13.3673 21.2109 11 21.2109C8.63269 21.2109 6.46092 20.3591 4.77406 18.9464ZM11 12.0804C9.15788 12.0804 7.65901 10.5815 7.65901 8.73943C7.65901 6.89714 9.15788 5.39844 11 5.39844C12.8421 5.39844 14.341 6.89714 14.341 8.73943C14.341 10.5815 12.8421 12.0804 11 12.0804ZM18.3356 17.8565C18.0071 16.5322 17.3221 15.3111 16.3439 14.3329C15.5517 13.5407 14.6144 12.9463 13.5922 12.5739C14.821 11.7405 15.6301 10.3326 15.6301 8.73943C15.6301 6.18648 13.5529 4.10938 11 4.10938C8.44705 4.10938 6.36995 6.18648 6.36995 8.73943C6.36995 10.3335 7.17964 11.7419 8.40945 12.5751C7.46901 12.9178 6.59872 13.4477 5.84996 14.1453C4.76567 15.155 4.01271 16.4426 3.66359 17.8555C2.18503 16.151 1.28906 13.9282 1.28906 11.5C1.28906 6.14536 5.64536 1.78906 11 1.78906C16.3546 1.78906 20.7109 6.14536 20.7109 11.5C20.7109 13.9287 19.8146 16.152 18.3356 17.8565Z' fill='%23292A2C'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3926_185'%3E%3Crect width='22' height='22' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.standart,
.econom {
	width: 20px;
	height: 20px;
	background-color: var(--white);
	/*mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.50008 7.5C2.00008 7.5 1.66675 7.83613 1.66675 8.34034V16.6597C1.66675 17.1639 2.00008 17.5 2.50008 17.5C3.00008 17.5 3.33341 17.1639 3.33341 16.6597V8.34034C3.33341 7.83613 3.00008 7.5 2.50008 7.5Z' fill='white'/%3E%3Cpath d='M16.4179 7.39058H11.2153L12.2223 4.36027C12.6418 3.09765 11.6349 1.66667 10.2084 1.66667C9.62101 1.66667 9.03363 1.9192 8.69798 2.34007L5.00587 6.54883C4.50239 7.13805 4.16675 7.89563 4.16675 8.6532V16.3973C4.16675 17.4916 5.00587 18.3333 6.09672 18.3333H13.9005C14.9914 18.3333 15.9983 17.5758 16.3339 16.4815L18.2639 9.91583C18.5996 8.6532 17.6765 7.39058 16.4179 7.39058Z' fill='white'/%3E%3C/svg%3E%0A");
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.50008 7.5C2.00008 7.5 1.66675 7.83613 1.66675 8.34034V16.6597C1.66675 17.1639 2.00008 17.5 2.50008 17.5C3.00008 17.5 3.33341 17.1639 3.33341 16.6597V8.34034C3.33341 7.83613 3.00008 7.5 2.50008 7.5Z' fill='white'/%3E%3Cpath d='M16.4179 7.39058H11.2153L12.2223 4.36027C12.6418 3.09765 11.6349 1.66667 10.2084 1.66667C9.62101 1.66667 9.03363 1.9192 8.69798 2.34007L5.00587 6.54883C4.50239 7.13805 4.16675 7.89563 4.16675 8.6532V16.3973C4.16675 17.4916 5.00587 18.3333 6.09672 18.3333H13.9005C14.9914 18.3333 15.9983 17.5758 16.3339 16.4815L18.2639 9.91583C18.5996 8.6532 17.6765 7.39058 16.4179 7.39058Z' fill='white'/%3E%3C/svg%3E%0A");*/
	mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_408_5118)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7578 4.68031C16.4918 5.08266 17.1551 6.0966 17.9867 7.49219H14.7578V4.68031ZM4.62414 7.60938C4.96367 7.60938 5.21008 7.77324 5.21008 8.15625C5.21008 8.4793 4.94871 8.74129 4.62582 8.74219H1.08594C0.762305 8.74219 0.5 9.00465 0.5 9.32812C0.5 9.65176 0.762305 9.91406 1.08594 9.91406H6.35938C6.68605 9.91406 6.94762 10.1762 6.94762 10.5C6.94762 10.8236 6.68531 11.0859 6.36168 11.0859H1.08594C0.762305 11.0859 0.5 11.3482 0.5 11.6719C0.5 11.9955 0.762305 12.2578 1.08594 12.2578H2.375V14.0156C2.375 14.3393 2.6373 14.6016 2.96094 14.6016H4.13875C4.34871 15.6358 5.26258 16.3984 6.33984 16.3984C7.41711 16.3984 8.33098 15.6358 8.54094 14.6016H14.4903C14.7003 15.6358 15.6141 16.3984 16.6914 16.3984C17.7687 16.3984 18.6825 15.6358 18.8925 14.6016H19.9141C20.2377 14.6016 20.5 14.3393 20.5 14.0156V10.5C20.5 8.78078 18.6866 8.66664 18.685 8.66406H14.1719C13.8482 8.66406 13.5859 8.40176 13.5859 8.07812V4.5625H2.96094C2.6373 4.5625 2.375 4.8248 2.375 5.14844V6.4375H1.67188C1.34824 6.4375 1.08594 6.6998 1.08594 7.02344C1.08594 7.34707 1.34824 7.60938 1.67188 7.60938H4.62414ZM17.451 13.3928C17.8705 13.8122 17.8705 14.4926 17.451 14.9121C16.7763 15.5868 15.6172 15.1068 15.6172 14.1523C15.6172 13.198 16.7763 12.718 17.451 13.3928ZM7.09941 13.3928C7.51891 13.8122 7.51891 14.4926 7.09941 14.9121C6.42469 15.5868 5.26562 15.1068 5.26562 14.1523C5.26562 13.198 6.42469 12.718 7.09941 13.3928Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_408_5118'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_408_5118)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.7578 4.68031C16.4918 5.08266 17.1551 6.0966 17.9867 7.49219H14.7578V4.68031ZM4.62414 7.60938C4.96367 7.60938 5.21008 7.77324 5.21008 8.15625C5.21008 8.4793 4.94871 8.74129 4.62582 8.74219H1.08594C0.762305 8.74219 0.5 9.00465 0.5 9.32812C0.5 9.65176 0.762305 9.91406 1.08594 9.91406H6.35938C6.68605 9.91406 6.94762 10.1762 6.94762 10.5C6.94762 10.8236 6.68531 11.0859 6.36168 11.0859H1.08594C0.762305 11.0859 0.5 11.3482 0.5 11.6719C0.5 11.9955 0.762305 12.2578 1.08594 12.2578H2.375V14.0156C2.375 14.3393 2.6373 14.6016 2.96094 14.6016H4.13875C4.34871 15.6358 5.26258 16.3984 6.33984 16.3984C7.41711 16.3984 8.33098 15.6358 8.54094 14.6016H14.4903C14.7003 15.6358 15.6141 16.3984 16.6914 16.3984C17.7687 16.3984 18.6825 15.6358 18.8925 14.6016H19.9141C20.2377 14.6016 20.5 14.3393 20.5 14.0156V10.5C20.5 8.78078 18.6866 8.66664 18.685 8.66406H14.1719C13.8482 8.66406 13.5859 8.40176 13.5859 8.07812V4.5625H2.96094C2.6373 4.5625 2.375 4.8248 2.375 5.14844V6.4375H1.67188C1.34824 6.4375 1.08594 6.6998 1.08594 7.02344C1.08594 7.34707 1.34824 7.60938 1.67188 7.60938H4.62414ZM17.451 13.3928C17.8705 13.8122 17.8705 14.4926 17.451 14.9121C16.7763 15.5868 15.6172 15.1068 15.6172 14.1523C15.6172 13.198 16.7763 12.718 17.451 13.3928ZM7.09941 13.3928C7.51891 13.8122 7.51891 14.4926 7.09941 14.9121C6.42469 15.5868 5.26562 15.1068 5.26562 14.1523C5.26562 13.198 6.42469 12.718 7.09941 13.3928Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_408_5118'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.premium {
	width: 20px;
	height: 20px;
	background-color: var(--white);
	/*mask-image:url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7104 2.34805C12.7104 1.66099 12.2959 1.1172 11.7291 0.915734C11.1749 0.718714 10.5036 0.868855 10.1009 1.42872L7.90034 4.15909L6.10987 6.32607L3.28423 9.84173C3.2622 9.86914 3.24193 9.89791 3.22354 9.92788C2.93003 10.4061 2.9514 10.9708 3.13853 11.3977C3.33097 11.8367 3.77692 12.2826 4.44626 12.2826H7.37101V17.6281C7.37101 18.3327 7.8016 18.8612 8.36594 19.068C8.90333 19.2651 9.53182 19.1662 10.0119 18.7751C10.058 18.7376 10.1 18.6952 10.1371 18.6487L14.0627 13.7264L15.7676 11.6431L15.7791 11.6287L16.8894 10.2093C16.9088 10.1845 16.9268 10.1586 16.9433 10.1317C17.2368 9.65353 17.2154 9.08878 17.0283 8.66193C16.8359 8.22297 16.3899 7.777 15.7206 7.777H12.7104V2.34805Z' fill='%230E406A'/%3E%3C/svg%3E%0A");
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7104 2.34805C12.7104 1.66099 12.2959 1.1172 11.7291 0.915734C11.1749 0.718714 10.5036 0.868855 10.1009 1.42872L7.90034 4.15909L6.10987 6.32607L3.28423 9.84173C3.2622 9.86914 3.24193 9.89791 3.22354 9.92788C2.93003 10.4061 2.9514 10.9708 3.13853 11.3977C3.33097 11.8367 3.77692 12.2826 4.44626 12.2826H7.37101V17.6281C7.37101 18.3327 7.8016 18.8612 8.36594 19.068C8.90333 19.2651 9.53182 19.1662 10.0119 18.7751C10.058 18.7376 10.1 18.6952 10.1371 18.6487L14.0627 13.7264L15.7676 11.6431L15.7791 11.6287L16.8894 10.2093C16.9088 10.1845 16.9268 10.1586 16.9433 10.1317C17.2368 9.65353 17.2154 9.08878 17.0283 8.66193C16.8359 8.22297 16.3899 7.777 15.7206 7.777H12.7104V2.34805Z' fill='%230E406A'/%3E%3C/svg%3E%0A");*/
	mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_408_5269)'%3E%3Cpath d='M14.4537 17.1737L13.7297 17.8977C13.6569 17.9704 13.5671 18.0237 13.4684 18.0528C13.3697 18.0818 13.2653 18.0856 13.1648 18.0639C13.0642 18.0422 12.9707 17.9956 12.8928 17.9284C12.8149 17.8612 12.7551 17.7756 12.7188 17.6793L10.6032 12.0575L7.9124 14.6314L8.11556 16.7546C8.16261 17.1678 8.11909 17.4163 7.7465 17.7889L7.25914 18.2763C7.18446 18.3559 7.09168 18.4164 6.98866 18.4526C6.88565 18.4887 6.77543 18.4995 6.66735 18.4841C6.51532 18.4615 6.30373 18.3772 6.1547 18.1041L4.76278 15.6341C4.75245 15.6157 4.74293 15.5963 4.73423 15.5768C4.73315 15.5751 4.73176 15.5738 4.73015 15.5727C4.7104 15.5642 4.69115 15.5545 4.67249 15.5439L2.18973 14.1402C1.92429 13.9918 1.84352 13.7832 1.82258 13.6339C1.80849 13.5336 1.81813 13.4314 1.85072 13.3355C1.88331 13.2396 1.93795 13.1527 2.01023 13.0818L2.52479 12.5672C2.80301 12.289 3.1979 12.1438 3.55825 12.1865L5.64204 12.3899L8.24964 9.70397L2.63521 7.59461C2.53892 7.55843 2.45324 7.49868 2.38601 7.42084C2.31877 7.34299 2.27211 7.24954 2.25031 7.14902C2.22851 7.04849 2.23225 6.94411 2.26119 6.8454C2.29014 6.7467 2.34336 6.65682 2.416 6.584L3.14786 5.85214C3.25201 5.75209 3.37737 5.67679 3.51461 5.63182C3.65186 5.58686 3.79747 5.57339 3.94064 5.59241L11.4754 6.32536L13.0052 4.71288C13.114 4.59159 13.4306 4.27067 13.5043 4.19697C15.0079 2.69491 16.3933 2.28533 17.2109 3.10285C17.4681 3.36013 17.8424 3.93996 17.4581 4.93127C17.2315 5.51681 16.7806 6.1494 16.1181 6.8119C16.0452 6.88479 15.7251 7.20054 15.6022 7.31096L13.9894 8.83994L14.714 16.3831C14.7326 16.526 14.7188 16.6712 14.6738 16.8081C14.6287 16.9449 14.5535 17.0699 14.4537 17.1737Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_408_5269'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_408_5269)'%3E%3Cpath d='M14.4537 17.1737L13.7297 17.8977C13.6569 17.9704 13.5671 18.0237 13.4684 18.0528C13.3697 18.0818 13.2653 18.0856 13.1648 18.0639C13.0642 18.0422 12.9707 17.9956 12.8928 17.9284C12.8149 17.8612 12.7551 17.7756 12.7188 17.6793L10.6032 12.0575L7.9124 14.6314L8.11556 16.7546C8.16261 17.1678 8.11909 17.4163 7.7465 17.7889L7.25914 18.2763C7.18446 18.3559 7.09168 18.4164 6.98866 18.4526C6.88565 18.4887 6.77543 18.4995 6.66735 18.4841C6.51532 18.4615 6.30373 18.3772 6.1547 18.1041L4.76278 15.6341C4.75245 15.6157 4.74293 15.5963 4.73423 15.5768C4.73315 15.5751 4.73176 15.5738 4.73015 15.5727C4.7104 15.5642 4.69115 15.5545 4.67249 15.5439L2.18973 14.1402C1.92429 13.9918 1.84352 13.7832 1.82258 13.6339C1.80849 13.5336 1.81813 13.4314 1.85072 13.3355C1.88331 13.2396 1.93795 13.1527 2.01023 13.0818L2.52479 12.5672C2.80301 12.289 3.1979 12.1438 3.55825 12.1865L5.64204 12.3899L8.24964 9.70397L2.63521 7.59461C2.53892 7.55843 2.45324 7.49868 2.38601 7.42084C2.31877 7.34299 2.27211 7.24954 2.25031 7.14902C2.22851 7.04849 2.23225 6.94411 2.26119 6.8454C2.29014 6.7467 2.34336 6.65682 2.416 6.584L3.14786 5.85214C3.25201 5.75209 3.37737 5.67679 3.51461 5.63182C3.65186 5.58686 3.79747 5.57339 3.94064 5.59241L11.4754 6.32536L13.0052 4.71288C13.114 4.59159 13.4306 4.27067 13.5043 4.19697C15.0079 2.69491 16.3933 2.28533 17.2109 3.10285C17.4681 3.36013 17.8424 3.93996 17.4581 4.93127C17.2315 5.51681 16.7806 6.1494 16.1181 6.8119C16.0452 6.88479 15.7251 7.20054 15.6022 7.31096L13.9894 8.83994L14.714 16.3831C14.7326 16.526 14.7188 16.6712 14.6738 16.8081C14.6287 16.9449 14.5535 17.0699 14.4537 17.1737Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_408_5269'%3E%3Crect width='20' height='20' fill='white' transform='translate(0.5 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.icon.docs {
	width: 20px;
	height: 20px;
	background-color: var(--white);
	/*mask-image:url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7104 2.34805C12.7104 1.66099 12.2959 1.1172 11.7291 0.915734C11.1749 0.718714 10.5036 0.868855 10.1009 1.42872L7.90034 4.15909L6.10987 6.32607L3.28423 9.84173C3.2622 9.86914 3.24193 9.89791 3.22354 9.92788C2.93003 10.4061 2.9514 10.9708 3.13853 11.3977C3.33097 11.8367 3.77692 12.2826 4.44626 12.2826H7.37101V17.6281C7.37101 18.3327 7.8016 18.8612 8.36594 19.068C8.90333 19.2651 9.53182 19.1662 10.0119 18.7751C10.058 18.7376 10.1 18.6952 10.1371 18.6487L14.0627 13.7264L15.7676 11.6431L15.7791 11.6287L16.8894 10.2093C16.9088 10.1845 16.9268 10.1586 16.9433 10.1317C17.2368 9.65353 17.2154 9.08878 17.0283 8.66193C16.8359 8.22297 16.3899 7.777 15.7206 7.777H12.7104V2.34805Z' fill='%230E406A'/%3E%3C/svg%3E%0A");
	-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.7104 2.34805C12.7104 1.66099 12.2959 1.1172 11.7291 0.915734C11.1749 0.718714 10.5036 0.868855 10.1009 1.42872L7.90034 4.15909L6.10987 6.32607L3.28423 9.84173C3.2622 9.86914 3.24193 9.89791 3.22354 9.92788C2.93003 10.4061 2.9514 10.9708 3.13853 11.3977C3.33097 11.8367 3.77692 12.2826 4.44626 12.2826H7.37101V17.6281C7.37101 18.3327 7.8016 18.8612 8.36594 19.068C8.90333 19.2651 9.53182 19.1662 10.0119 18.7751C10.058 18.7376 10.1 18.6952 10.1371 18.6487L14.0627 13.7264L15.7676 11.6431L15.7791 11.6287L16.8894 10.2093C16.9088 10.1845 16.9268 10.1586 16.9433 10.1317C17.2368 9.65353 17.2154 9.08878 17.0283 8.66193C16.8359 8.22297 16.3899 7.777 15.7206 7.777H12.7104V2.34805Z' fill='%230E406A'/%3E%3C/svg%3E%0A");*/
	mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.146 7.3337H17.2936V12.2326C17.2936 12.6786 17.1172 13.0969 16.795 13.4119L13.2834 16.8456C12.9613 17.1606 12.5334 17.3331 12.0773 17.3331H9.41113V18.1665C9.41113 18.6272 9.79237 19 10.2635 19H18.1477C18.6188 19 19 18.6272 19 18.1665V8.16545C19 7.7048 18.6188 7.33203 18.1477 7.33203L18.146 7.3337Z' fill='white'/%3e%3cpath d='M12.1795 16.4908V14.0011C12.1795 13.0823 12.9445 12.3343 13.8842 12.3343H16.4304C16.4346 12.3009 16.4412 12.2676 16.4412 12.2326V4.83342C16.4412 4.37277 16.06 4 15.5889 4H6.85234C6.38123 4 6 4.37277 6 4.83342V15.6679C6 16.1286 6.38123 16.5014 6.85234 16.5014H12.0755C12.1096 16.5014 12.1438 16.4949 12.1795 16.4908Z' fill='white'/%3e%3cpath d='M12.8187 14.0012V15.9122L15.6255 13.1677H13.6711C13.2 13.1677 12.8187 13.5405 12.8187 14.0012Z' fill='white'/%3e%3c/svg%3e ");
	-webkit-mask-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18.146 7.3337H17.2936V12.2326C17.2936 12.6786 17.1172 13.0969 16.795 13.4119L13.2834 16.8456C12.9613 17.1606 12.5334 17.3331 12.0773 17.3331H9.41113V18.1665C9.41113 18.6272 9.79237 19 10.2635 19H18.1477C18.6188 19 19 18.6272 19 18.1665V8.16545C19 7.7048 18.6188 7.33203 18.1477 7.33203L18.146 7.3337Z' fill='white'/%3e%3cpath d='M12.1795 16.4908V14.0011C12.1795 13.0823 12.9445 12.3343 13.8842 12.3343H16.4304C16.4346 12.3009 16.4412 12.2676 16.4412 12.2326V4.83342C16.4412 4.37277 16.06 4 15.5889 4H6.85234C6.38123 4 6 4.37277 6 4.83342V15.6679C6 16.1286 6.38123 16.5014 6.85234 16.5014H12.0755C12.1096 16.5014 12.1438 16.4949 12.1795 16.4908Z' fill='white'/%3e%3cpath d='M12.8187 14.0012V15.9122L15.6255 13.1677H13.6711C13.2 13.1677 12.8187 13.5405 12.8187 14.0012Z' fill='white'/%3e%3c/svg%3e ");
}

.wh-icon {
	width: 24px;
	height: 25px;
	background-color: var(--blue-link);
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4731 5.01914C17.4905 3.04368 14.8537 1.95525 12.0446 1.9541C6.25633 1.9541 1.54548 6.64228 1.54316 12.4044C1.54236 14.2464 2.02585 16.0445 2.94487 17.6294L1.45508 23.045L7.02207 21.5917C8.556 22.4244 10.2829 22.8632 12.0404 22.8638H12.0448C17.8324 22.8638 22.5438 18.1752 22.546 12.4128C22.5472 9.62015 21.4559 6.9945 19.4731 5.01914ZM12.0446 21.0987H12.041C10.4749 21.0981 8.93885 20.6792 7.59854 19.8879L7.27999 19.6996L3.97644 20.5621L4.85817 17.3566L4.65055 17.0279C3.77683 15.6449 3.31543 14.0463 3.31623 12.405C3.31805 7.61569 7.23366 3.71921 12.0481 3.71921C14.3795 3.71997 16.571 4.62467 18.2189 6.2666C19.8668 7.90853 20.7738 10.091 20.773 12.4121C20.771 17.2018 16.8556 21.0987 12.0446 21.0987ZM16.8323 14.5929C16.57 14.4621 15.2799 13.8306 15.0393 13.7433C14.7989 13.6562 14.6238 13.6128 14.4491 13.8741C14.2741 14.1354 13.7713 14.7237 13.6181 14.8979C13.465 15.0722 13.3121 15.094 13.0496 14.9633C12.7872 14.8326 11.9418 14.5567 10.9395 13.6671C10.1595 12.9747 9.63293 12.1195 9.47979 11.8582C9.3269 11.5966 9.47846 11.4689 9.59489 11.3253C9.87893 10.9742 10.1634 10.6062 10.2508 10.432C10.3384 10.2577 10.2945 10.1052 10.2288 9.97451C10.1634 9.84385 9.63863 8.55849 9.42002 8.03547C9.20687 7.52648 8.99071 7.59519 8.82955 7.58725C8.67666 7.57964 8.50166 7.57809 8.32666 7.57809C8.15176 7.57809 7.86745 7.64334 7.62688 7.90493C7.38642 8.1664 6.70866 8.79807 6.70866 10.0834C6.70866 11.3688 7.64887 12.6105 7.78003 12.7848C7.91116 12.9591 9.63035 15.5967 12.2624 16.7278C12.8885 16.9971 13.3772 17.1576 13.7584 17.2779C14.387 17.4767 14.9588 17.4486 15.411 17.3814C15.9152 17.3064 16.9633 16.7496 17.1822 16.1397C17.4008 15.5297 17.4008 15.0069 17.3351 14.8979C17.2696 14.789 17.0946 14.7237 16.8323 14.5929Z' fill='%230E406A'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4731 5.01914C17.4905 3.04368 14.8537 1.95525 12.0446 1.9541C6.25633 1.9541 1.54548 6.64228 1.54316 12.4044C1.54236 14.2464 2.02585 16.0445 2.94487 17.6294L1.45508 23.045L7.02207 21.5917C8.556 22.4244 10.2829 22.8632 12.0404 22.8638H12.0448C17.8324 22.8638 22.5438 18.1752 22.546 12.4128C22.5472 9.62015 21.4559 6.9945 19.4731 5.01914ZM12.0446 21.0987H12.041C10.4749 21.0981 8.93885 20.6792 7.59854 19.8879L7.27999 19.6996L3.97644 20.5621L4.85817 17.3566L4.65055 17.0279C3.77683 15.6449 3.31543 14.0463 3.31623 12.405C3.31805 7.61569 7.23366 3.71921 12.0481 3.71921C14.3795 3.71997 16.571 4.62467 18.2189 6.2666C19.8668 7.90853 20.7738 10.091 20.773 12.4121C20.771 17.2018 16.8556 21.0987 12.0446 21.0987ZM16.8323 14.5929C16.57 14.4621 15.2799 13.8306 15.0393 13.7433C14.7989 13.6562 14.6238 13.6128 14.4491 13.8741C14.2741 14.1354 13.7713 14.7237 13.6181 14.8979C13.465 15.0722 13.3121 15.094 13.0496 14.9633C12.7872 14.8326 11.9418 14.5567 10.9395 13.6671C10.1595 12.9747 9.63293 12.1195 9.47979 11.8582C9.3269 11.5966 9.47846 11.4689 9.59489 11.3253C9.87893 10.9742 10.1634 10.6062 10.2508 10.432C10.3384 10.2577 10.2945 10.1052 10.2288 9.97451C10.1634 9.84385 9.63863 8.55849 9.42002 8.03547C9.20687 7.52648 8.99071 7.59519 8.82955 7.58725C8.67666 7.57964 8.50166 7.57809 8.32666 7.57809C8.15176 7.57809 7.86745 7.64334 7.62688 7.90493C7.38642 8.1664 6.70866 8.79807 6.70866 10.0834C6.70866 11.3688 7.64887 12.6105 7.78003 12.7848C7.91116 12.9591 9.63035 15.5967 12.2624 16.7278C12.8885 16.9971 13.3772 17.1576 13.7584 17.2779C14.387 17.4767 14.9588 17.4486 15.411 17.3814C15.9152 17.3064 16.9633 16.7496 17.1822 16.1397C17.4008 15.5297 17.4008 15.0069 17.3351 14.8979C17.2696 14.789 17.0946 14.7237 16.8323 14.5929Z' fill='%230E406A'/%3E%3C/svg%3E%0A");
}
.email-icon {
	width: 24px;
	height: 24px;
	background-color: var(--blue-link);
	mask-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%3Cg clip-path='url(%23clip0_4007_1128)'%3E%3Cpath d='M2.98291 2.46484H20.7212C21.9407 2.46484 22.9385 3.49638 22.9385 4.75715V18.511C22.9385 19.7718 21.9407 20.8033 20.7212 20.8033H2.98291C1.7634 20.8033 0.765625 19.7718 0.765625 18.511V4.75715C0.765625 3.49638 1.7634 2.46484 2.98291 2.46484Z' stroke='%230E406A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.9375 4.96582L11.8511 13.3015L0.764648 4.96582' stroke='%230E406A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4007_1128'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-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%3Cg clip-path='url(%23clip0_4007_1128)'%3E%3Cpath d='M2.98291 2.46484H20.7212C21.9407 2.46484 22.9385 3.49638 22.9385 4.75715V18.511C22.9385 19.7718 21.9407 20.8033 20.7212 20.8033H2.98291C1.7634 20.8033 0.765625 19.7718 0.765625 18.511V4.75715C0.765625 3.49638 1.7634 2.46484 2.98291 2.46484Z' stroke='%230E406A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M22.9375 4.96582L11.8511 13.3015L0.764648 4.96582' stroke='%230E406A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4007_1128'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.phone-icon {
	width: 24px;
	height: 24px;
	background-color: var(--blue-link);
	mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8176 17.3835V20.3395C21.8188 20.614 21.7624 20.8856 21.6523 21.137C21.5421 21.3885 21.3806 21.6142 21.1779 21.7997C20.9753 21.9852 20.7361 22.1265 20.4756 22.2144C20.2152 22.3023 19.9392 22.335 19.6653 22.3103C16.6272 21.9808 13.7089 20.9447 11.1448 19.2852C8.7593 17.7724 6.7368 15.7539 5.22094 13.3731C3.55237 10.8025 2.51398 7.87578 2.1899 4.83005C2.16523 4.55757 2.19767 4.28295 2.28517 4.02366C2.37268 3.76438 2.51331 3.52612 2.69813 3.32406C2.88295 3.12199 3.1079 2.96055 3.35867 2.85C3.60943 2.73946 3.88051 2.68224 4.15465 2.68198H7.11658C7.59573 2.67727 8.06024 2.84661 8.42354 3.15843C8.78685 3.47025 9.02414 3.90328 9.0912 4.37679C9.21622 5.3228 9.44807 6.25165 9.78232 7.14564C9.91516 7.49832 9.94391 7.88161 9.86516 8.2501C9.78642 8.61859 9.60348 8.95683 9.33803 9.22474L8.08415 10.4761C9.48964 12.943 11.5362 14.9856 14.008 16.3883L15.2619 15.1369C15.5303 14.8719 15.8692 14.6894 16.2385 14.6108C16.6077 14.5322 16.9917 14.5609 17.3451 14.6935C18.2409 15.027 19.1716 15.2584 20.1195 15.3832C20.5991 15.4507 21.0371 15.6918 21.3502 16.0606C21.6633 16.4294 21.8297 16.9002 21.8176 17.3835Z' stroke='%230E406A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21.8176 17.3835V20.3395C21.8188 20.614 21.7624 20.8856 21.6523 21.137C21.5421 21.3885 21.3806 21.6142 21.1779 21.7997C20.9753 21.9852 20.7361 22.1265 20.4756 22.2144C20.2152 22.3023 19.9392 22.335 19.6653 22.3103C16.6272 21.9808 13.7089 20.9447 11.1448 19.2852C8.7593 17.7724 6.7368 15.7539 5.22094 13.3731C3.55237 10.8025 2.51398 7.87578 2.1899 4.83005C2.16523 4.55757 2.19767 4.28295 2.28517 4.02366C2.37268 3.76438 2.51331 3.52612 2.69813 3.32406C2.88295 3.12199 3.1079 2.96055 3.35867 2.85C3.60943 2.73946 3.88051 2.68224 4.15465 2.68198H7.11658C7.59573 2.67727 8.06024 2.84661 8.42354 3.15843C8.78685 3.47025 9.02414 3.90328 9.0912 4.37679C9.21622 5.3228 9.44807 6.25165 9.78232 7.14564C9.91516 7.49832 9.94391 7.88161 9.86516 8.2501C9.78642 8.61859 9.60348 8.95683 9.33803 9.22474L8.08415 10.4761C9.48964 12.943 11.5362 14.9856 14.008 16.3883L15.2619 15.1369C15.5303 14.8719 15.8692 14.6894 16.2385 14.6108C16.6077 14.5322 16.9917 14.5609 17.3451 14.6935C18.2409 15.027 19.1716 15.2584 20.1195 15.3832C20.5991 15.4507 21.0371 15.6918 21.3502 16.0606C21.6633 16.4294 21.8297 16.9002 21.8176 17.3835Z' stroke='%230E406A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sender-icon {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='%230E406A'/%3E%3Cpath d='M5.50503 13.5753C5.23166 13.8487 5.23166 14.2919 5.50503 14.5653C5.77839 14.8387 6.22161 14.8387 6.49497 14.5653L5.50503 13.5753ZM13.7711 6.99924C13.7711 6.61265 13.4577 6.29924 13.0711 6.29924L6.77107 6.29924C6.38447 6.29924 6.07107 6.61265 6.07107 6.99924C6.07107 7.38584 6.38447 7.69924 6.77107 7.69924L12.3711 7.69924L12.3711 13.2992C12.3711 13.6858 12.6845 13.9992 13.0711 13.9992C13.4577 13.9992 13.7711 13.6858 13.7711 13.2992L13.7711 6.99924ZM6.49497 14.5653L13.566 7.49422L12.5761 6.50427L5.50503 13.5753L6.49497 14.5653Z' fill='white'/%3E%3C/svg%3E%0A")
		no-repeat center center;
}
.recipient-icon {
	width: 20px;
	height: 20px;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' transform='rotate(-180 10 10)' fill='%230E406A'/%3E%3Cpath d='M14.495 6.42466C14.7683 6.1513 14.7683 5.70808 14.495 5.43471C14.2216 5.16135 13.7784 5.16135 13.505 5.43471L14.495 6.42466ZM6.22893 13.0008C6.22893 13.3874 6.54233 13.7008 6.92893 13.7008L13.2289 13.7008C13.6155 13.7008 13.9289 13.3874 13.9289 13.0008C13.9289 12.6142 13.6155 12.3008 13.2289 12.3008L7.62893 12.3008L7.62893 6.70076C7.62893 6.31416 7.31553 6.00076 6.92893 6.00076C6.54233 6.00076 6.22893 6.31416 6.22893 6.70076L6.22893 13.0008ZM13.505 5.43471L6.43396 12.5058L7.42391 13.4957L14.495 6.42466L13.505 5.43471Z' fill='white'/%3E%3C/svg%3E%0A")
		no-repeat center center;
}
.delete-icon {
	width: 20px;
	height: 20px;
	background-color: #969696;
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3847_1724)'%3E%3Cpath d='M7.08209 0.0781269C6.55865 0.265627 6.15631 0.671877 5.97272 1.20313C5.91412 1.36719 5.8985 1.52735 5.8985 1.88281V2.34375H4.26568C2.74615 2.34375 2.61334 2.34766 2.41022 2.41797C2.00397 2.5586 1.67193 2.82813 1.42975 3.21485C1.10943 3.73047 1.14068 4.57422 1.50397 5.10938C1.66412 5.34375 2.01568 5.63672 2.24615 5.72656L2.4024 5.78516L2.92584 12.0859C3.211 15.5547 3.461 18.4766 3.48053 18.5781C3.59381 19.1992 4.09772 19.7539 4.72272 19.9453C4.99225 20.0273 15.0079 20.0273 15.2774 19.9453C15.5626 19.8594 15.754 19.7461 15.9922 19.5313C16.2344 19.3047 16.461 18.9023 16.5196 18.582C16.5391 18.4766 16.7891 15.5547 17.0743 12.0898L17.5977 5.78516L17.754 5.72656C17.9844 5.63672 18.336 5.34375 18.4962 5.10938C18.8594 4.57422 18.8907 3.73047 18.5704 3.21485C18.3282 2.82813 17.9962 2.5586 17.5899 2.41797C17.3868 2.34766 17.254 2.34375 15.7344 2.34375H14.1016V1.88281C14.1016 1.52735 14.086 1.36719 14.0274 1.20313C13.8438 0.664064 13.4376 0.257814 12.9024 0.0742207C12.6915 0.00390816 12.5587 1.90735e-06 9.98443 0.00390816C7.45709 0.00390816 7.2735 0.0117207 7.08209 0.0781269ZM12.6094 1.26953C12.8282 1.40235 12.8985 1.5625 12.9219 1.97656L12.9415 2.34375H10.0001H7.05865L7.07818 1.97656C7.10553 1.48047 7.22272 1.28906 7.55865 1.20703C7.62506 1.19141 8.75787 1.17969 10.0782 1.1836C12.4063 1.19141 12.4844 1.19531 12.6094 1.26953ZM17.3047 3.6211C17.4844 3.73047 17.5782 3.89844 17.5782 4.10156C17.5782 4.30469 17.4844 4.47266 17.3047 4.58203L17.168 4.66797H10.0001C2.9024 4.66797 2.83209 4.66797 2.70318 4.58985C2.25787 4.32031 2.35943 3.67578 2.86725 3.55078C2.93365 3.53516 6.17975 3.52735 10.0782 3.52735L17.168 3.53516L17.3047 3.6211ZM16.3672 5.88672C16.3672 5.90625 16.1368 8.71094 15.8555 12.1289C15.4493 17.0508 15.3321 18.3672 15.2813 18.4727C15.1993 18.6406 15.0626 18.7422 14.8594 18.7891C14.6563 18.8359 5.34381 18.8359 5.14068 18.7891C4.93756 18.7422 4.80084 18.6406 4.71881 18.4727C4.66803 18.3672 4.55084 17.0508 4.14459 12.1289C3.86334 8.71094 3.63287 5.90625 3.63287 5.88672C3.63287 5.8711 6.50006 5.85938 10.0001 5.85938C13.504 5.85938 16.3672 5.8711 16.3672 5.88672Z' fill='%23C2CCD1'/%3E%3Cpath d='M6.15625 7.10548C5.95312 7.2383 5.89844 7.37111 5.89844 7.71486C5.89844 7.88673 6.03125 10.1055 6.1875 12.6445C6.50391 17.7149 6.46875 17.4102 6.74219 17.582C6.91797 17.6875 7.24219 17.6836 7.40625 17.5703C7.60547 17.4336 7.65625 17.3125 7.65625 16.9649C7.65625 16.7969 7.52344 14.582 7.36719 12.0391C7.08594 7.50783 7.07812 7.41798 6.98828 7.28908C6.9375 7.21486 6.85156 7.12892 6.79297 7.09377C6.64453 7.00392 6.30078 7.01173 6.15625 7.10548Z' fill='%23C2CCD1'/%3E%3Cpath d='M9.67188 7.10547C9.61328 7.14453 9.52734 7.23047 9.48828 7.28906C9.41797 7.39844 9.41406 7.57031 9.41406 12.3438C9.41406 17.1172 9.41797 17.2891 9.48828 17.3984C9.60938 17.5781 9.75781 17.6562 10 17.6562C10.2422 17.6562 10.3906 17.5781 10.5117 17.3984C10.582 17.2891 10.5859 17.1172 10.5859 12.3438C10.5859 7.57031 10.582 7.39844 10.5117 7.28906C10.3906 7.10938 10.2422 7.03125 10 7.03125C9.85547 7.03125 9.75 7.05469 9.67188 7.10547Z' fill='%23C2CCD1'/%3E%3Cpath d='M13.1875 7.10547C12.9141 7.28516 12.9492 6.96094 12.6328 12.043C12.4766 14.582 12.3438 16.8008 12.3438 16.9727C12.3438 17.3164 12.3984 17.4492 12.6016 17.582C12.7539 17.6836 13.0938 17.6836 13.2578 17.582C13.5312 17.4102 13.4961 17.7148 13.8125 12.6445C13.9688 10.1055 14.1016 7.88672 14.1016 7.71484C14.1016 7.37109 14.0469 7.23828 13.8438 7.10547C13.6875 7.00391 13.3398 7.00391 13.1875 7.10547Z' fill='%23C2CCD1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3847_1724'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3847_1724)'%3E%3Cpath d='M7.08209 0.0781269C6.55865 0.265627 6.15631 0.671877 5.97272 1.20313C5.91412 1.36719 5.8985 1.52735 5.8985 1.88281V2.34375H4.26568C2.74615 2.34375 2.61334 2.34766 2.41022 2.41797C2.00397 2.5586 1.67193 2.82813 1.42975 3.21485C1.10943 3.73047 1.14068 4.57422 1.50397 5.10938C1.66412 5.34375 2.01568 5.63672 2.24615 5.72656L2.4024 5.78516L2.92584 12.0859C3.211 15.5547 3.461 18.4766 3.48053 18.5781C3.59381 19.1992 4.09772 19.7539 4.72272 19.9453C4.99225 20.0273 15.0079 20.0273 15.2774 19.9453C15.5626 19.8594 15.754 19.7461 15.9922 19.5313C16.2344 19.3047 16.461 18.9023 16.5196 18.582C16.5391 18.4766 16.7891 15.5547 17.0743 12.0898L17.5977 5.78516L17.754 5.72656C17.9844 5.63672 18.336 5.34375 18.4962 5.10938C18.8594 4.57422 18.8907 3.73047 18.5704 3.21485C18.3282 2.82813 17.9962 2.5586 17.5899 2.41797C17.3868 2.34766 17.254 2.34375 15.7344 2.34375H14.1016V1.88281C14.1016 1.52735 14.086 1.36719 14.0274 1.20313C13.8438 0.664064 13.4376 0.257814 12.9024 0.0742207C12.6915 0.00390816 12.5587 1.90735e-06 9.98443 0.00390816C7.45709 0.00390816 7.2735 0.0117207 7.08209 0.0781269ZM12.6094 1.26953C12.8282 1.40235 12.8985 1.5625 12.9219 1.97656L12.9415 2.34375H10.0001H7.05865L7.07818 1.97656C7.10553 1.48047 7.22272 1.28906 7.55865 1.20703C7.62506 1.19141 8.75787 1.17969 10.0782 1.1836C12.4063 1.19141 12.4844 1.19531 12.6094 1.26953ZM17.3047 3.6211C17.4844 3.73047 17.5782 3.89844 17.5782 4.10156C17.5782 4.30469 17.4844 4.47266 17.3047 4.58203L17.168 4.66797H10.0001C2.9024 4.66797 2.83209 4.66797 2.70318 4.58985C2.25787 4.32031 2.35943 3.67578 2.86725 3.55078C2.93365 3.53516 6.17975 3.52735 10.0782 3.52735L17.168 3.53516L17.3047 3.6211ZM16.3672 5.88672C16.3672 5.90625 16.1368 8.71094 15.8555 12.1289C15.4493 17.0508 15.3321 18.3672 15.2813 18.4727C15.1993 18.6406 15.0626 18.7422 14.8594 18.7891C14.6563 18.8359 5.34381 18.8359 5.14068 18.7891C4.93756 18.7422 4.80084 18.6406 4.71881 18.4727C4.66803 18.3672 4.55084 17.0508 4.14459 12.1289C3.86334 8.71094 3.63287 5.90625 3.63287 5.88672C3.63287 5.8711 6.50006 5.85938 10.0001 5.85938C13.504 5.85938 16.3672 5.8711 16.3672 5.88672Z' fill='%23C2CCD1'/%3E%3Cpath d='M6.15625 7.10548C5.95312 7.2383 5.89844 7.37111 5.89844 7.71486C5.89844 7.88673 6.03125 10.1055 6.1875 12.6445C6.50391 17.7149 6.46875 17.4102 6.74219 17.582C6.91797 17.6875 7.24219 17.6836 7.40625 17.5703C7.60547 17.4336 7.65625 17.3125 7.65625 16.9649C7.65625 16.7969 7.52344 14.582 7.36719 12.0391C7.08594 7.50783 7.07812 7.41798 6.98828 7.28908C6.9375 7.21486 6.85156 7.12892 6.79297 7.09377C6.64453 7.00392 6.30078 7.01173 6.15625 7.10548Z' fill='%23C2CCD1'/%3E%3Cpath d='M9.67188 7.10547C9.61328 7.14453 9.52734 7.23047 9.48828 7.28906C9.41797 7.39844 9.41406 7.57031 9.41406 12.3438C9.41406 17.1172 9.41797 17.2891 9.48828 17.3984C9.60938 17.5781 9.75781 17.6562 10 17.6562C10.2422 17.6562 10.3906 17.5781 10.5117 17.3984C10.582 17.2891 10.5859 17.1172 10.5859 12.3438C10.5859 7.57031 10.582 7.39844 10.5117 7.28906C10.3906 7.10938 10.2422 7.03125 10 7.03125C9.85547 7.03125 9.75 7.05469 9.67188 7.10547Z' fill='%23C2CCD1'/%3E%3Cpath d='M13.1875 7.10547C12.9141 7.28516 12.9492 6.96094 12.6328 12.043C12.4766 14.582 12.3438 16.8008 12.3438 16.9727C12.3438 17.3164 12.3984 17.4492 12.6016 17.582C12.7539 17.6836 13.0938 17.6836 13.2578 17.582C13.5312 17.4102 13.4961 17.7148 13.8125 12.6445C13.9688 10.1055 14.1016 7.88672 14.1016 7.71484C14.1016 7.37109 14.0469 7.23828 13.8438 7.10547C13.6875 7.00391 13.3398 7.00391 13.1875 7.10547Z' fill='%23C2CCD1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3847_1724'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.close {
	width: 20px;
	height: 20px;
	background-color: #292a2c;
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5L15 15' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5L5 15' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5 5L15 15' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.back-icon {
	width: 12px;
	height: 12px;
	background-color: #292a2c;
	mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6.7C11.3866 6.7 11.7 6.3866 11.7 6C11.7 5.6134 11.3866 5.3 11 5.3V6.7ZM0.505025 5.50503C0.231658 5.77839 0.231658 6.22161 0.505025 6.49497L4.9598 10.9497C5.23316 11.2231 5.67638 11.2231 5.94975 10.9497C6.22311 10.6764 6.22311 10.2332 5.94975 9.9598L1.98995 6L5.94975 2.0402C6.22311 1.76684 6.22311 1.32362 5.94975 1.05025C5.67638 0.776886 5.23316 0.776886 4.9598 1.05025L0.505025 5.50503ZM11 5.3L1 5.3V6.7L11 6.7V5.3Z' fill='%23292A2C'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6.7C11.3866 6.7 11.7 6.3866 11.7 6C11.7 5.6134 11.3866 5.3 11 5.3V6.7ZM0.505025 5.50503C0.231658 5.77839 0.231658 6.22161 0.505025 6.49497L4.9598 10.9497C5.23316 11.2231 5.67638 11.2231 5.94975 10.9497C6.22311 10.6764 6.22311 10.2332 5.94975 9.9598L1.98995 6L5.94975 2.0402C6.22311 1.76684 6.22311 1.32362 5.94975 1.05025C5.67638 0.776886 5.23316 0.776886 4.9598 1.05025L0.505025 5.50503ZM11 5.3L1 5.3V6.7L11 6.7V5.3Z' fill='%23292A2C'/%3E%3C/svg%3E%0A");
}
.add-icon {
	width: 18px;
	height: 18px;
	background-color: var(--blue);
	mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1V17' stroke='%232B689B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 9L1 9' stroke='%232B689B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1V17' stroke='%232B689B' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M17 9L1 9' stroke='%232B689B' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.arrow-icon {
	width: 15px;
	height: 11px;
	background-color: var(--blue);
	mask-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3489_1583)'%3E%3Cpath d='M13.1875 5.29688L7.9375 10.5625C7.875 10.625 7.80729 10.6692 7.73438 10.695C7.66146 10.7213 7.58333 10.7344 7.5 10.7344C7.41667 10.7344 7.33854 10.7213 7.26562 10.695C7.19271 10.6692 7.125 10.625 7.0625 10.5625L1.79687 5.29688C1.65104 5.15104 1.57813 4.96875 1.57813 4.75C1.57813 4.53125 1.65625 4.34375 1.8125 4.1875C1.96875 4.03125 2.15104 3.95313 2.35938 3.95313C2.56771 3.95313 2.75 4.03125 2.90625 4.1875L7.5 8.78125L12.0938 4.1875C12.2396 4.04167 12.4192 3.96875 12.6325 3.96875C12.8463 3.96875 13.0312 4.04688 13.1875 4.20313C13.3438 4.35938 13.4219 4.54167 13.4219 4.75C13.4219 4.95833 13.3438 5.14063 13.1875 5.29688Z' fill='%232B689B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3489_1583'%3E%3Crect width='10.625' height='15' fill='white' transform='matrix(0 -1 1 0 0 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_3489_1583)'%3E%3Cpath d='M13.1875 5.29688L7.9375 10.5625C7.875 10.625 7.80729 10.6692 7.73438 10.695C7.66146 10.7213 7.58333 10.7344 7.5 10.7344C7.41667 10.7344 7.33854 10.7213 7.26562 10.695C7.19271 10.6692 7.125 10.625 7.0625 10.5625L1.79687 5.29688C1.65104 5.15104 1.57813 4.96875 1.57813 4.75C1.57813 4.53125 1.65625 4.34375 1.8125 4.1875C1.96875 4.03125 2.15104 3.95313 2.35938 3.95313C2.56771 3.95313 2.75 4.03125 2.90625 4.1875L7.5 8.78125L12.0938 4.1875C12.2396 4.04167 12.4192 3.96875 12.6325 3.96875C12.8463 3.96875 13.0312 4.04688 13.1875 4.20313C13.3438 4.35938 13.4219 4.54167 13.4219 4.75C13.4219 4.95833 13.3438 5.14063 13.1875 5.29688Z' fill='%232B689B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_3489_1583'%3E%3Crect width='10.625' height='15' fill='white' transform='matrix(0 -1 1 0 0 11)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.declaration-icon {
	width: 16px;
	height: 16px;
	background-color: var(--white);
	mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33268 1.33331H3.99935C3.64573 1.33331 3.30659 1.47379 3.05654 1.72384C2.80649 1.97389 2.66602 2.31302 2.66602 2.66665V13.3333C2.66602 13.6869 2.80649 14.0261 3.05654 14.2761C3.30659 14.5262 3.64573 14.6666 3.99935 14.6666H11.9993C12.353 14.6666 12.6921 14.5262 12.9422 14.2761C13.1922 14.0261 13.3327 13.6869 13.3327 13.3333V5.33331L9.33268 1.33331Z' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33398 1.33331V5.33331H13.334' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6673 8.66669H5.33398' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6673 11.3333H5.33398' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66732 6H6.00065H5.33398' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.33268 1.33331H3.99935C3.64573 1.33331 3.30659 1.47379 3.05654 1.72384C2.80649 1.97389 2.66602 2.31302 2.66602 2.66665V13.3333C2.66602 13.6869 2.80649 14.0261 3.05654 14.2761C3.30659 14.5262 3.64573 14.6666 3.99935 14.6666H11.9993C12.353 14.6666 12.6921 14.5262 12.9422 14.2761C13.1922 14.0261 13.3327 13.6869 13.3327 13.3333V5.33331L9.33268 1.33331Z' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9.33398 1.33331V5.33331H13.334' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6673 8.66669H5.33398' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.6673 11.3333H5.33398' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.66732 6H6.00065H5.33398' stroke='white' stroke-width='1.12' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.sendin-icon {
	width: 11px;
	height: 10px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.540381 8.78303C0.28654 9.03687 0.28654 9.44842 0.540381 9.70226C0.794221 9.95611 1.20578 9.95611 1.45962 9.70226L0.540381 8.78303ZM10.1353 0.757364C10.1353 0.398379 9.84427 0.107364 9.48528 0.107364L3.63528 0.107364C3.2763 0.107364 2.98528 0.398379 2.98528 0.757364C2.98528 1.11635 3.2763 1.40736 3.63528 1.40736L8.83528 1.40736L8.83528 6.60736C8.83528 6.96635 9.1263 7.25736 9.48528 7.25736C9.84427 7.25736 10.1353 6.96635 10.1353 6.60736L10.1353 0.757364ZM1.45962 9.70226L9.9449 1.21698L9.02566 0.297745L0.540381 8.78303L1.45962 9.70226Z' fill='%23292A2C'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.540381 8.78303C0.28654 9.03687 0.28654 9.44842 0.540381 9.70226C0.794221 9.95611 1.20578 9.95611 1.45962 9.70226L0.540381 8.78303ZM10.1353 0.757364C10.1353 0.398379 9.84427 0.107364 9.48528 0.107364L3.63528 0.107364C3.2763 0.107364 2.98528 0.398379 2.98528 0.757364C2.98528 1.11635 3.2763 1.40736 3.63528 1.40736L8.83528 1.40736L8.83528 6.60736C8.83528 6.96635 9.1263 7.25736 9.48528 7.25736C9.84427 7.25736 10.1353 6.96635 10.1353 6.60736L10.1353 0.757364ZM1.45962 9.70226L9.9449 1.21698L9.02566 0.297745L0.540381 8.78303L1.45962 9.70226Z' fill='%23292A2C'/%3E%3C/svg%3E%0A");
}
.send-icon {
	width: 11px;
	height: 10px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.94399 1.21697C10.1978 0.963133 10.1978 0.551576 9.94399 0.297735C9.69015 0.0438946 9.2786 0.0438946 9.02476 0.297735L9.94399 1.21697ZM0.349094 9.24264C0.349094 9.60162 0.640109 9.89264 0.999094 9.89264L6.84909 9.89264C7.20808 9.89264 7.49909 9.60162 7.49909 9.24264C7.49909 8.88365 7.20808 8.59264 6.84909 8.59264L1.64909 8.59264L1.64909 3.39264C1.64909 3.03365 1.35808 2.74264 0.999094 2.74264C0.640109 2.74264 0.349094 3.03365 0.349094 3.39264L0.349094 9.24264ZM9.02476 0.297735L0.539474 8.78302L1.45871 9.70226L9.94399 1.21697L9.02476 0.297735Z' fill='%23292A2C'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='11' height='10' viewBox='0 0 11 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.94399 1.21697C10.1978 0.963133 10.1978 0.551576 9.94399 0.297735C9.69015 0.0438946 9.2786 0.0438946 9.02476 0.297735L9.94399 1.21697ZM0.349094 9.24264C0.349094 9.60162 0.640109 9.89264 0.999094 9.89264L6.84909 9.89264C7.20808 9.89264 7.49909 9.60162 7.49909 9.24264C7.49909 8.88365 7.20808 8.59264 6.84909 8.59264L1.64909 8.59264L1.64909 3.39264C1.64909 3.03365 1.35808 2.74264 0.999094 2.74264C0.640109 2.74264 0.349094 3.03365 0.349094 3.39264L0.349094 9.24264ZM9.02476 0.297735L0.539474 8.78302L1.45871 9.70226L9.94399 1.21697L9.02476 0.297735Z' fill='%23292A2C'/%3E%3C/svg%3E%0A");
}
.prev-icon {
	width: 12px;
	height: 17px;
	background-color: #969696;
	mask-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.41475 14.7427L0.202765 8.98021C0.129032 8.91161 0.0769278 8.83729 0.0464516 8.75726C0.0154839 8.67722 0 8.59147 0 8.5C0 8.40853 0.0154839 8.32278 0.0464516 8.24274C0.0769278 8.16271 0.129032 8.08839 0.202765 8.01979L6.41475 2.24011C6.58679 2.08004 6.80184 2 7.05991 2C7.31797 2 7.53917 2.08575 7.7235 2.25726C7.90783 2.42876 8 2.62885 8 2.85752C8 3.08619 7.90783 3.28628 7.7235 3.45778L2.30415 8.5L7.7235 13.5422C7.89555 13.7023 7.98157 13.8994 7.98157 14.1336C7.98157 14.3682 7.8894 14.5712 7.70507 14.7427C7.52074 14.9142 7.30568 15 7.05991 15C6.81413 15 6.59908 14.9142 6.41475 14.7427Z' fill='%23969696'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.41475 14.7427L0.202765 8.98021C0.129032 8.91161 0.0769278 8.83729 0.0464516 8.75726C0.0154839 8.67722 0 8.59147 0 8.5C0 8.40853 0.0154839 8.32278 0.0464516 8.24274C0.0769278 8.16271 0.129032 8.08839 0.202765 8.01979L6.41475 2.24011C6.58679 2.08004 6.80184 2 7.05991 2C7.31797 2 7.53917 2.08575 7.7235 2.25726C7.90783 2.42876 8 2.62885 8 2.85752C8 3.08619 7.90783 3.28628 7.7235 3.45778L2.30415 8.5L7.7235 13.5422C7.89555 13.7023 7.98157 13.8994 7.98157 14.1336C7.98157 14.3682 7.8894 14.5712 7.70507 14.7427C7.52074 14.9142 7.30568 15 7.05991 15C6.81413 15 6.59908 14.9142 6.41475 14.7427Z' fill='%23969696'/%3E%3C/svg%3E%0A");
}
.next-icon {
	width: 12px;
	height: 17px;
	background-color: #969696;
	mask-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.58525 14.7427L11.7972 8.98021C11.871 8.91161 11.9231 8.83729 11.9535 8.75726C11.9845 8.67722 12 8.59147 12 8.5C12 8.40853 11.9845 8.32278 11.9535 8.24274C11.9231 8.16271 11.871 8.08839 11.7972 8.01979L5.58525 2.24011C5.41321 2.08004 5.19816 2 4.94009 2C4.68203 2 4.46083 2.08575 4.2765 2.25726C4.09217 2.42876 4 2.62885 4 2.85752C4 3.08619 4.09217 3.28628 4.2765 3.45778L9.69585 8.5L4.2765 13.5422C4.10445 13.7023 4.01843 13.8994 4.01843 14.1336C4.01843 14.3682 4.1106 14.5712 4.29493 14.7427C4.47926 14.9142 4.69432 15 4.94009 15C5.18587 15 5.40092 14.9142 5.58525 14.7427Z' fill='%23969696'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.58525 14.7427L11.7972 8.98021C11.871 8.91161 11.9231 8.83729 11.9535 8.75726C11.9845 8.67722 12 8.59147 12 8.5C12 8.40853 11.9845 8.32278 11.9535 8.24274C11.9231 8.16271 11.871 8.08839 11.7972 8.01979L5.58525 2.24011C5.41321 2.08004 5.19816 2 4.94009 2C4.68203 2 4.46083 2.08575 4.2765 2.25726C4.09217 2.42876 4 2.62885 4 2.85752C4 3.08619 4.09217 3.28628 4.2765 3.45778L9.69585 8.5L4.2765 13.5422C4.10445 13.7023 4.01843 13.8994 4.01843 14.1336C4.01843 14.3682 4.1106 14.5712 4.29493 14.7427C4.47926 14.9142 4.69432 15 4.94009 15C5.18587 15 5.40092 14.9142 5.58525 14.7427Z' fill='%23969696'/%3E%3C/svg%3E%0A");
}
.arrow-right {
	width: 20px;
	height: 20px;
	background-color: var(--blue);
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 4.16666L13.3333 9.99999L7.5 15.8333' stroke='%232B689B' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 4.16666L13.3333 9.99999L7.5 15.8333' stroke='%232B689B' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.plus-icon {
	width: 20px;
	height: 20px;
	background-color: var(--blue);
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4.16667V15.8333' stroke='%232B689B' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16602 10H15.8327' stroke='%232B689B' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4.16667V15.8333' stroke='%232B689B' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16602 10H15.8327' stroke='%232B689B' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.pas-icon {
	width: 22px;
	height: 22px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4415_19683)'%3E%3Cpath d='M18 10H4C2.89543 10 2 10.8954 2 12V19C2 20.1046 2.89543 21 4 21H18C19.1046 21 20 20.1046 20 19V12C20 10.8954 19.1046 10 18 10Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 10V6C6 4.67392 6.52678 3.40215 7.46447 2.46447C8.40215 1.52678 9.67392 1 11 1C12.3261 1 13.5979 1.52678 14.5355 2.46447C15.4732 3.40215 16 4.67392 16 6V10' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4415_19683'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4415_19683)'%3E%3Cpath d='M18 10H4C2.89543 10 2 10.8954 2 12V19C2 20.1046 2.89543 21 4 21H18C19.1046 21 20 20.1046 20 19V12C20 10.8954 19.1046 10 18 10Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 10V6C6 4.67392 6.52678 3.40215 7.46447 2.46447C8.40215 1.52678 9.67392 1 11 1C12.3261 1 13.5979 1.52678 14.5355 2.46447C15.4732 3.40215 16 4.67392 16 6V10' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4415_19683'%3E%3Crect width='22' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.edit-icon {
	width: 20px;
	height: 20px;
	background-color: #969696;
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4274_12819)'%3E%3Cpath d='M9.16797 3.33363H3.33464C2.89261 3.33363 2.46868 3.50923 2.15612 3.82179C1.84356 4.13435 1.66797 4.55827 1.66797 5.0003V16.667C1.66797 17.109 1.84356 17.5329 2.15612 17.8455C2.46868 18.158 2.89261 18.3336 3.33464 18.3336H15.0013C15.4433 18.3336 15.8673 18.158 16.1798 17.8455C16.4924 17.5329 16.668 17.109 16.668 16.667V10.8336' stroke='%23969696' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.418 2.08294C15.7495 1.75142 16.1991 1.56517 16.668 1.56517C17.1368 1.56517 17.5864 1.75142 17.918 2.08294C18.2495 2.41446 18.4357 2.8641 18.4357 3.33294C18.4357 3.80178 18.2495 4.25142 17.918 4.58294L10.0013 12.4996L6.66797 13.3329L7.5013 9.9996L15.418 2.08294Z' stroke='%23969696' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4274_12819'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4274_12819)'%3E%3Cpath d='M9.16797 3.33363H3.33464C2.89261 3.33363 2.46868 3.50923 2.15612 3.82179C1.84356 4.13435 1.66797 4.55827 1.66797 5.0003V16.667C1.66797 17.109 1.84356 17.5329 2.15612 17.8455C2.46868 18.158 2.89261 18.3336 3.33464 18.3336H15.0013C15.4433 18.3336 15.8673 18.158 16.1798 17.8455C16.4924 17.5329 16.668 17.109 16.668 16.667V10.8336' stroke='%23969696' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.418 2.08294C15.7495 1.75142 16.1991 1.56517 16.668 1.56517C17.1368 1.56517 17.5864 1.75142 17.918 2.08294C18.2495 2.41446 18.4357 2.8641 18.4357 3.33294C18.4357 3.80178 18.2495 4.25142 17.918 4.58294L10.0013 12.4996L6.66797 13.3329L7.5013 9.9996L15.418 2.08294Z' stroke='%23969696' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4274_12819'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.eye {
	width: 20px;
	height: 20px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.835938 10.0002C0.835938 10.0002 4.16927 3.3335 10.0026 3.3335C15.8359 3.3335 19.1693 10.0002 19.1693 10.0002C19.1693 10.0002 15.8359 16.6668 10.0026 16.6668C4.16927 16.6668 0.835938 10.0002 0.835938 10.0002Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.835938 10.0002C0.835938 10.0002 4.16927 3.3335 10.0026 3.3335C15.8359 3.3335 19.1693 10.0002 19.1693 10.0002C19.1693 10.0002 15.8359 16.6668 10.0026 16.6668C4.16927 16.6668 0.835938 10.0002 0.835938 10.0002Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.eye-off {
	width: 20px;
	height: 20px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4415_19771)'%3E%3Cpath d='M14.9487 14.9497C13.5242 16.0355 11.7896 16.6371 9.9987 16.6664C4.16536 16.6664 0.832031 9.99969 0.832031 9.99969C1.86861 8.06794 3.30631 6.3802 5.0487 5.0497M8.2487 3.53303C8.82231 3.39876 9.40959 3.33164 9.9987 3.33303C15.832 3.33303 19.1654 9.99969 19.1654 9.99969C18.6595 10.946 18.0562 11.837 17.3654 12.658M11.7654 11.7664C11.5365 12.012 11.2605 12.209 10.9538 12.3456C10.6472 12.4823 10.3161 12.5557 9.98044 12.5617C9.64476 12.5676 9.31133 12.5058 9.00004 12.3801C8.68875 12.2544 8.40597 12.0672 8.16857 11.8298C7.93117 11.5924 7.74403 11.3096 7.61829 10.9984C7.49255 10.6871 7.4308 10.3536 7.43673 10.018C7.44265 9.68228 7.51612 9.35123 7.65276 9.04457C7.7894 8.7379 7.98641 8.4619 8.23203 8.23303' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.832031 0.833496L19.1654 19.1668' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4415_19771'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4415_19771)'%3E%3Cpath d='M14.9487 14.9497C13.5242 16.0355 11.7896 16.6371 9.9987 16.6664C4.16536 16.6664 0.832031 9.99969 0.832031 9.99969C1.86861 8.06794 3.30631 6.3802 5.0487 5.0497M8.2487 3.53303C8.82231 3.39876 9.40959 3.33164 9.9987 3.33303C15.832 3.33303 19.1654 9.99969 19.1654 9.99969C18.6595 10.946 18.0562 11.837 17.3654 12.658M11.7654 11.7664C11.5365 12.012 11.2605 12.209 10.9538 12.3456C10.6472 12.4823 10.3161 12.5557 9.98044 12.5617C9.64476 12.5676 9.31133 12.5058 9.00004 12.3801C8.68875 12.2544 8.40597 12.0672 8.16857 11.8298C7.93117 11.5924 7.74403 11.3096 7.61829 10.9984C7.49255 10.6871 7.4308 10.3536 7.43673 10.018C7.44265 9.68228 7.51612 9.35123 7.65276 9.04457C7.7894 8.7379 7.98641 8.4619 8.23203 8.23303' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M0.832031 0.833496L19.1654 19.1668' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4415_19771'%3E%3Crect width='20' height='20' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.back-icon {
	width: 12px;
	height: 12px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6.7C11.3866 6.7 11.7 6.3866 11.7 6C11.7 5.6134 11.3866 5.3 11 5.3V6.7ZM0.505025 5.50503C0.231658 5.77839 0.231658 6.22161 0.505025 6.49497L4.9598 10.9497C5.23316 11.2231 5.67638 11.2231 5.94975 10.9497C6.22311 10.6764 6.22311 10.2332 5.94975 9.9598L1.98995 6L5.94975 2.0402C6.22311 1.76684 6.22311 1.32362 5.94975 1.05025C5.67638 0.776886 5.23316 0.776886 4.9598 1.05025L0.505025 5.50503ZM11 5.3L1 5.3V6.7L11 6.7V5.3Z' fill='%23292A2C'/%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 6.7C11.3866 6.7 11.7 6.3866 11.7 6C11.7 5.6134 11.3866 5.3 11 5.3V6.7ZM0.505025 5.50503C0.231658 5.77839 0.231658 6.22161 0.505025 6.49497L4.9598 10.9497C5.23316 11.2231 5.67638 11.2231 5.94975 10.9497C6.22311 10.6764 6.22311 10.2332 5.94975 9.9598L1.98995 6L5.94975 2.0402C6.22311 1.76684 6.22311 1.32362 5.94975 1.05025C5.67638 0.776886 5.23316 0.776886 4.9598 1.05025L0.505025 5.50503ZM11 5.3L1 5.3V6.7L11 6.7V5.3Z' fill='%23292A2C'/%3E%3C/svg%3E%0A");
}
.lock-icon {
	width: 16px;
	height: 16px;
	background-color: var(--font-color);
	mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4423_13306)'%3E%3Cpath d='M13.0934 7.27273H2.91158C2.10825 7.27273 1.45703 7.92395 1.45703 8.72727V13.8182C1.45703 14.6215 2.10825 15.2727 2.91158 15.2727H13.0934C13.8967 15.2727 14.5479 14.6215 14.5479 13.8182V8.72727C14.5479 7.92395 13.8967 7.27273 13.0934 7.27273Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.36328 7.27273V4.36364C4.36328 3.39921 4.7464 2.47429 5.42835 1.79234C6.1103 1.11039 7.03522 0.727272 7.99964 0.727272C8.96407 0.727272 9.88899 1.11039 10.5709 1.79234C11.2529 2.47429 11.636 3.39921 11.636 4.36364V7.27273' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4423_13306'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	-webkit-mask-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4423_13306)'%3E%3Cpath d='M13.0934 7.27273H2.91158C2.10825 7.27273 1.45703 7.92395 1.45703 8.72727V13.8182C1.45703 14.6215 2.10825 15.2727 2.91158 15.2727H13.0934C13.8967 15.2727 14.5479 14.6215 14.5479 13.8182V8.72727C14.5479 7.92395 13.8967 7.27273 13.0934 7.27273Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.36328 7.27273V4.36364C4.36328 3.39921 4.7464 2.47429 5.42835 1.79234C6.1103 1.11039 7.03522 0.727272 7.99964 0.727272C8.96407 0.727272 9.88899 1.11039 10.5709 1.79234C11.2529 2.47429 11.636 3.39921 11.636 4.36364V7.27273' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4423_13306'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
/*Header*/
header {
	padding: 20px 0;
	background: var(--white);
}
.header-left__block {
	column-gap: 72px;
}
.menu-box .left-menu {
	display: flex;
	align-items: center;
	column-gap: 30px;
}
.menu-box .left-menu a,
.lang-box a,
.login-box a {
	font-weight: 500;
}
.menu-box .left-menu a.selected {
	color: var(--blue);
}
.logo img {
	display: block;
}
.header-right__block {
	column-gap: 60px;
}
.lang-box {
	column-gap: 10px;
}
.lang-box a {
	color: var(--grey-font);
	text-transform: uppercase;
}
.lang-box a:hover,
.lang-box a.active {
	color: var(--font-color);
}
.login-box a.personal-link {
	display: flex;
	align-items: center;
	column-gap: 10px;
	color: var(--font-color);
}
a.personal-link:hover .login-icon {
	background-color: var(--blue);
}
/*Content*/
.banner-header {
	background: var(--blue) url(/local/templates/pmlog2024/images/bg.png) no-repeat bottom center;
	color: var(--white);
	padding: 80px 0 80px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center bottom 110%;
}
.banner-header h1 {
	color: var(--white);
	text-align: center;
}
.banner-pic {
	margin: 70px 0 0;
	position: relative;
	bottom: -400px;
	opacity: 0;
	-moz-transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
.banner-pic.visible {
	bottom: 0;
	opacity: 1;
}
.banner-pic img {
	display: block;
	margin: 0 auto;
}
.calc-list__box {
	justify-content: center;
	background: #6ea6d4;
	border-radius: 40px;
	padding: 2px;
	color: var(--bg-white);
	width: max-content;
	margin: 0 auto 26px;
}

.result-item {
	border-radius: 36px;
	padding: 10px 25px;
	position: relative;
}
.result-item input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
}
.result-item a,
.result-item label {
	color: var(--white);
}
.result-item.selected,
.result-item:has(input:checked) {
	background: var(--yellow);
	color: var(--blue-link);
}
.result-item.selected a,
.result-item:has(input:checked) label {
	color: var(--blue-link);
}
.result-item.selected .icon,
.result-item:has(input:checked) .icon {
	background-color: var(--blue-link);
}
.result-item a.disabled,
.result-item div.disabled,
.result-item label.disabled,
.post-btn.disabled {
	opacity: 0.3;
	pointer-events: none;
}

.result-title,
.result-values {
	justify-content: center;
}

.result-values {
	margin: 2px 0 0;
	column-gap: 10px;
	font-size: 13px;
}
.result-values .flex {
	column-gap: 10px;
}

.result-title {
	column-gap: 5px;
}
.result-title {
	font-weight: 600;
	font-size: 18px;
	line-height: 140%;
}

@media screen and (max-width: 736px) {
	.result-item {
		padding: 10px 15px;
	}
}

.calc .select-row.flex {
	column-gap: 5px;
	align-items: flex-start;
}
.calc .jq-selectbox,
.country-txt .jq-selectbox {
	display: block !important;
}
.calc .jq-selectbox .jq-selectbox__select,
.country-txt .jq-selectbox .jq-selectbox__select {
	background: none;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	padding: 20px;
	font-family: var(--font) !important;
	font-size: var(--font-size);
}
.calc .jq-selectbox__select-text,
.country-txt .jq-selectbox__select-text {
	font-family: var(--font);
	box-sizing: border-box;
}
.calc .jq-selectbox:has(.lang-flag) .jq-selectbox__select-text,
.country-txt .jq-selectbox__select-text {
	padding-left: 30px;
}
.calc .jq-selectbox,
.country-txt .jq-selectbox {
	background-color: var(--white);
	border-radius: 36px 0px 0px 36px;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	color: var(--font-color);
	font-size: var(--font-size);
}
.calc .jq-selectbox__trigger,
.country-txt .jq-selectbox__trigger {
	border: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 30px;
}
.calc .jq-selectbox__trigger-arrow,
.country-txt .jq-selectbox__trigger-arrow {
	position: relative;
	right: auto;
	top: auto;
	border-top-color: var(--blue);
	opacity: 1;
}
.calc .select-row.flex > .row {
	width: 100%;
}
.calc .select-row.flex label,
.calc .select-row__subtitle {
	margin: 5px 0 0;
	color: var(--grey);
	font-size: 12px;
	line-height: 17px;
}
.calc .select-row.flex > .row.to-row .jq-selectbox {
	border-radius: 0;
}
.calc .select-row.flex > .row.ves-row .jq-selectbox {
	border-radius: 0px 36px 36px 0px;
}
.row.btn-box {
	max-width: 282px;
}
.row.btn-box .btn {
	width: 100%;
}
#main.wrapper {
	max-width: 1180px;
}
main {
	padding: 0 0 130px;
}
.calc .lang-flag,
.country-txt .lang-flag {
	background-position: 20px center;
	background-repeat: no-repeat;
}
.lang-DE,
.lang-2705,
.lang-207850 {
	background-image: url(/local/templates/pmlog2024/images/flag/de.png);
}
.lang-FR,
.lang-2706,
.lang-207853 {
	background-image: url(/local/templates/pmlog2024/images/flag/fr.png);
}
.lang-IT,
.lang-2897,
.lang-207851 {
	background-image: url(/local/templates/pmlog2024/images/flag/it.png);
}
.lang-LV,
.lang-2899,
.lang-2914 {
	background-image: url(/local/templates/pmlog2024/images/flag/lv.png);
}
.lang-LT,
.lang-2900,
.lang-2913 {
	background-image: url(/local/templates/pmlog2024/images/flag/lt.png);
}
.lang-EE,
.lang-2911,
.lang-2915 {
	background-image: url(/local/templates/pmlog2024/images/flag/es.png);
}
.lang-RU,
.lang-2709,
.lang-207849 {
	background-image: url(/local/templates/pmlog2024/images/flag/ru.png);
}
.lang-BE,
.lang-2888 {
	background-image: url(/local/templates/pmlog2024/images/flag/be.png);
}
.calc .jq-selectbox__dropdown {
	top: 70px;
	border-radius: 0 0 3px 3px;
	border: 0;
	box-shadow: none;
	font-size: var(--font-size);
	line-height: var(--font-line);
}
.calc .jq-selectbox__dropdown li {
	padding: 12px 20px;
}
.calc .jq-selectbox__dropdown li.selected {
	background-color: #f0f6f9;
	color: var(--font-color);
}
.calc .jq-selectbox__dropdown .lang-flag,
.country-txt .jq-selectbox__dropdown .lang-flag {
	padding-left: 50px;
}
.calc .jq-selectbox.dropdown.opened .jq-selectbox__trigger-arrow,
.calc .jq-selectbox.dropup.opened .jq-selectbox__trigger-arrow {
	transform: rotate(-180deg);
}
.calc .jq-selectbox.dropdown.opened {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}
.calc .jq-selectbox.dropup.opened {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
.calc:has(.dropup) .jq-selectbox__dropdown {
	border-radius: 3px 3px 0 0;
}
.main-promo .package-form .error-msg {
	display: none;
}
.main-promo .package-form .form.change .error-msg {
	display: block;
}
#languageBlock {
	width: 435px;
	position: fixed;
	z-index: 10003;
	background: #fff;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	max-height: 470px;
	padding: 80px 63px 63px;
	text-align: center;
	display: none;
}
#languageBlock.active {
	display: block;
}
#languageBg {
	position: fixed;
	z-index: 10002;
	top: 0;
	left: 0;
	display: none;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	cursor: pointer;
	-webkit-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
	background-color: rgba(41, 42, 44, 0.7);
}
#languageBg.active {
	display: block;
}
#languageBlockClose {
	width: 32px;
	height: 18px;
	background-image: url("data:image/svg+xml,%3Csvg width='32' height='18' viewBox='0 0 32 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.4243 0.588941L24.4245 0.589121C24.8457 1.0103 24.8457 1.72579 24.4245 2.14697L17.7483 8.82322L17.5715 9L17.7483 9.17678L24.4245 15.853C24.5277 15.9562 24.6096 16.0787 24.6654 16.2135C24.7213 16.3484 24.75 16.4929 24.75 16.6388C24.75 16.7847 24.7213 16.9292 24.6654 17.064C24.6096 17.1988 24.5277 17.3213 24.4245 17.4245C24.3213 17.5277 24.1988 17.6096 24.064 17.6654C23.9292 17.7213 23.7847 17.75 23.6388 17.75C23.4929 17.75 23.3484 17.7213 23.2135 17.6654C23.0787 17.6096 22.9562 17.5277 22.853 17.4245L16.1768 10.7483L16 10.5715L15.8232 10.7483L9.14697 17.4245C9.04378 17.5277 8.92128 17.6096 8.78647 17.6654C8.65164 17.7213 8.50715 17.75 8.36122 17.75C8.21529 17.75 8.07079 17.7213 7.93597 17.6654C7.80116 17.6096 7.67866 17.5277 7.57547 17.4245C7.47228 17.3213 7.39043 17.1988 7.33459 17.064C7.27874 16.9292 7.25 16.7847 7.25 16.6388C7.25 16.4929 7.27874 16.3484 7.33459 16.2135C7.39043 16.0787 7.47228 15.9562 7.57547 15.853L14.2517 9.17678L14.4285 9L14.2517 8.82322L7.57547 2.14697C7.47228 2.04378 7.39043 1.92128 7.33459 1.78646C7.27874 1.65165 7.25 1.50715 7.25 1.36122C7.25 1.21529 7.27874 1.07079 7.33459 0.935974C7.39043 0.801154 7.47228 0.678655 7.57547 0.575468C7.67865 0.472282 7.80115 0.39043 7.93597 0.334586C8.07079 0.278742 8.21529 0.25 8.36122 0.25C8.50715 0.25 8.65165 0.278742 8.78646 0.334586C8.92128 0.39043 9.04378 0.472282 9.14697 0.575468L15.8232 7.25172L15.9998 7.42832L16.1766 7.2519L22.8528 0.589303L22.8532 0.58894C22.9563 0.485643 23.0787 0.40369 23.2135 0.347773C23.3483 0.291857 23.4928 0.263074 23.6388 0.263074C23.7847 0.263074 23.9292 0.291857 24.064 0.347773C24.1988 0.403689 24.3213 0.485642 24.4243 0.588941Z' fill='%23717273' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E");
	position: absolute;
	top: 25px;
	right: 20px;
	cursor: pointer;
}
#languageBlockTitle {
	font-size: 25px;
	margin-bottom: 30px;
}
#languageBlockItems {
	margin-bottom: 32px;
}
#languageSave {
	border-radius: 5px;
	background: #1f679f;
	color: #fff;
	font-size: 20px;
	height: 52px;
	padding: 0 10px;
	line-height: 52px;
	cursor: pointer;
}
.languageLabel {
	border-radius: 5px;
	border: 1px solid #3f3f3f;
	background: rgba(255, 255, 255, 0.2);
	height: 53px;
	padding: 15px 30px 15px 30px;
	font-size: 20px;
	display: flex;
	text-align: left;
	justify-content: space-between;
	position: relative;
	margin-bottom: 20px;
	align-items: center;
}
.languageText {
	display: flex;
	gap: 20px;
}
.languageText img {
	width: 24px;
}
.languageLabel input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}
.checkMark {
	position: relative;
	height: 20px;
	display: block;
	width: 20px;
	background-color: #fff;
	border: 1.5px solid #2b689b;
	border-radius: 2px;
	cursor: pointer;
}
.languageLabel input:checked ~ .checkMark {
	background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.5' width='20' height='20' rx='1.5' fill='%231F679F'/%3E%3Cpath d='M5 10.125L9.375 13.875L15.625 7' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3C/svg%3E")
		no-repeat -1px -1px;
	background-color: #1f679f;
}
#slide-txt,
#slide-about {
	margin-top: 130px;
}
#slide-txt h2,
#slide-about h2 {
	text-align: center;
	font-size: 48px;
	line-height: 120%;
	margin: 0 0 90px;
}
.slide-block {
	column-gap: 140px;
	align-items: normal;
	padding: 100px 0;
}
.slide-block img {
	display: block;
	margin: 0 auto;
}
.banner-box__left {
	width: 100%;
	max-width: 630px;
}
.banner-box__left img {
	display: block;
}
.banner-box__right {
	width: 100%;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-flow: column;
	justify-content: center;
	row-gap: 30px;
}
.banner-box__right div {
	font-family: var(--font-title);
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: #969696;
}
.banner-box__right div.active {
	color: var(--font-color);
}
.box-line {
	width: 2px;
	position: absolute;
	left: -70px;
	height: 100%;
}
.box-line:before {
	content: "";
	position: absolute;
	height: 100%;
	background: var(--blue-link);
	width: 100%;
	top: 0;
}
.box {
	position: absolute;
	background: url(/local/templates/pmlog2024/images/post-icon.svg) no-repeat left top / cover;
	width: 52px;
	height: 52px;
	left: 50%;
	margin-left: -26px;
	z-index: 2;
}
#track-box {
	background: var(--blue) url(/local/templates/pmlog2024/images/bg-track.png) no-repeat center bottom;
	position: relative;
	padding: 115px 0;
	overflow: hidden;
	margin-top: 130px;
}
#track-box .wrapper {
	z-index: 2;
	position: relative;
}
#track-box h2 {
	color: var(--white);
	text-align: center;
	margin: 0 0 50px;
}
#track-box h2 div {
	color: var(--yellow);
}
#track-box .form {
	max-width: 575px;
	margin: 0 auto;
}
#track-box form {
	position: relative;
}
#track-box .form input.pack-txt {
	background: var(--white);
	border-radius: 36px;
	padding: 23px 55px 23px 30px;
	color: var(--grey-font);
	border: 0;
}
#track-box .pack-btn {
	position: absolute;
	font-size: 0;
	background: 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='M11 19C15.4183 19 19 15.4183 19 11C19 6.58172 15.4183 3 11 3C6.58172 3 3 6.58172 3 11C3 15.4183 6.58172 19 11 19Z' stroke='%23969696' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M21.0004 20.9999L16.6504 16.6499' stroke='%23969696' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat center center;
	width: 24px;
	height: 24px;
	border: 0;
	padding: 0;
	top: 21px;
	right: 30px;
	border-radius: 0;
	cursor: pointer;
}
#track-box .error-msg {
	color: var(--white);
	margin: 5px 0 0 30px;
	font-size: 12px;
}
#partners {
	margin-top: 130px;
}
#partners h2 {
	text-align: center;
	margin: 0 0 75px;
	font-size: 48px;
	line-height: 56px;
}
#partners .grid {
	grid-column-gap: 5.21vw;
}
#partners .grid a {
	display: flex;
	align-items: center;
	justify-content: center;
}
#partners a img {
	display: block;
	max-height: 56px;
	margin: auto;
	filter: grayscale(1);
	opacity: 0.9;
}
#partners a:hover img {
	filter: grayscale(0);
	opacity: 1;
}
#phone-btn {
	display: none;
	width: 20px;
	height: 20px;
	align-items: center;
	justify-content: center;
	flex-flow: column;
	row-gap: 5px;
	cursor: pointer;
}
#phone-btn span {
	height: 2px;
	width: 100%;
	display: block;
	background: var(--blue);
	position: relative;
}
#phone-btn.active span:nth-child(2),
.fixed .header-page #phone-btn span:nth-child(2) {
	opacity: 0;
}
#phone-btn.active span:first-child,
.fixed .header-page #phone-btn span:first-child {
	top: 7px;
	transform: rotate(45deg);
}
#phone-btn.active span:last-child,
.fixed .header-page #phone-btn span:last-child {
	top: -7px;
	transform: rotate(-45deg);
}
#phone-menu {
	position: fixed;
	top: 80px;
	right: 0;
	bottom: 0;
	background: var(--white);
	width: 100%;
	max-width: 310px;
	box-sizing: border-box;
	padding: 30px;
	z-index: 1001;
	display: none;
}
.phone-menu__box {
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	height: 100%;
}
.menu-box__phone ul {
	display: flex;
	flex-flow: column;
	row-gap: 16px;
}
.menu-box__phone ul li a.selected {
	color: var(--blue);
}
.login-box a {
	color: var(--blue);
}
.login-box a.no-login__link {
	color: var(--grey-font);
}
.user-personal__box {
	margin: 30px 0 0;
	padding: 30px 0 0;
	border-top: 1px solid var(--grey-light);
}
.user-personal__box h4 {
	font-size: 16px;
}
.user-buy__no-pay {
	position: relative;
	padding: 15px 0;
}
.user-buy__no-pay:before {
	content: "";
	position: absolute;
	left: -30px;
	right: -30px;
	top: 0;
	bottom: 0;
	background: var(--grey);
}
.user-buy__no-pay a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 15px;
	position: relative;
	z-index: 2;
}
.user-buy__no-pay span {
	background: var(--blue);
	width: 24px;
	height: 24px;
	border-radius: 50%;
	color: var(--white);
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}
.user-links {
	margin: 12px 0 0;
	display: flex;
	flex-flow: column;
	row-gap: 15px;
}
/*Footer*/
footer {
	background: var(--white);
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
}
.top-footer__block {
	padding: 30px 0;
	text-align: center;
}
.bottom-footer__block {
	text-align: center;
	background: var(--grey);
	padding: 20px 0;
}
.soc-box {
	column-gap: 30px;
	justify-content: center;
}
.soc-box a {
	color: var(--blue-link);
	font-weight: 600;
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.soc-box a:hover {
	color: var(--blue-link-hover);
}
.menu-footer__box {
	margin: 30px 0 0;
	justify-content: center;
	column-gap: 16px;
}
.create {
	margin: 16px 0 0;
}
.copy {
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.menu-footer__box ul {
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.menu-footer__box ul li a {
	position: relative;
	display: flex;
	align-items: center;
	column-gap: 16px;
}
.menu-footer__box ul li:not(:last-child) a:after,
.copy:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: var(--font-color);
}
.bottom-footer__block .wrapper.flex {
	justify-content: center;
	column-gap: 32px;
	color: var(--blue-link);
	font-weight: 600;
}
.login-box {
	position: relative;
}
.login-box .user-personal__box {
	position: absolute;
	margin: 0;
	padding: 0;
	display: none;
	z-index: 5;
	min-width: 295px;
	right: 0;
	border: 0;
}
.user-personal__box-in {
	background: var(--white);
	border: 1px solid #c2ccd1;
	border-radius: 3px;
	padding: 16px;
	margin: 15px 0 0;
}
.login-box .user-personal__box .user-buy__no-pay:before {
	left: -16px;
	right: -16px;
}
.login-box .user-personal__box a {
	font-weight: 400;
}
.login-box .user-personal__box a:not(.no-login__link) {
	color: var(--font-color);
}
.login-box .user-personal__box a:not(.no-login__link):hover {
	color: var(--blue);
}
#send .package-calc__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#send .package-calc__title {
	font-weight: 600;
	font-size: 24px;
	color: #fff;
}
#send .package-calc__button {
	display: inline-flex;
	align-items: center;
	column-gap: 6px;
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #fff;
	background-color: transparent;
	border: none;
	padding: 0;
}
#send .package-calc__button::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 5px 0 5px;
	border-color: #fff transparent transparent transparent;
}
#send .package-calc {
	position: relative;
	background: var(--blue);
	padding-top: 50px;
	padding-bottom: 50px;
}
#send .package-calc__wrapper .calc-form.calc-inner {
	position: relative;
	z-index: 1;
}
#page {
	background: var(--grey);
}
.post-form.after {
	margin: 35px 0 0;
}
.post-form.after.flex {
	align-items: normal;
	column-gap: 20px;
}
.form-col {
	border-radius: 36px;
	background: var(--white);
	padding: 32px;
	width: 100%;
	box-sizing: border-box;
}
.post-declaration {
	margin: 25px 0 0;
	padding: 32px;
	background: var(--white);
	border-radius: 36px;
}
.col-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: var(--blue-link);
	display: flex;
	align-items: center;
	column-gap: 8px;
	margin: 0 0 24px;
}
.bookFrom {
	margin: 0 0 15px;
}
.col-inner {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.form-address__box {
	margin: 0 0 20px;
}
.col-inner .row {
	width: 100%;
}
.col-inner .phone-txt,
.col-inner .email-txt,
.col-inner .zip-txt,
.col-inner .punkt-txt {
	width: calc(100% / 2 - 5px);
}
.col-inner .phone-txt__one {
	width: 100%;
}
.col-inner .row-house,
.col-inner .row-block,
.col-inner .row-flat {
	width: calc(100% / 3 - 6.8px);
}
.showAdress {
	margin: 0 0 15px;
	display: inline-block;
}
.tobook {
	position: relative;
	margin: 10px 0 0;
}
.tobook input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.tobook label {
	display: flex;
	align-items: center;
	column-gap: 12px;
	position: relative;
	font-size: 16px;
}
.form-col .tobook label {
	font-size: 12px;
}
.tobook label:before {
	content: "";
	display: block;
	border-radius: 2px;
	width: 18px;
	height: 18px;
	border: 1px solid var(--blue);
}
.tobook label:after {
	content: "";
	position: absolute;
	background: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6668 3.5L5.25016 9.91667L2.3335 7' stroke='%232B689B' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat center center;
	width: 14px;
	height: 14px;
	top: 3px;
	left: 3px;
	opacity: 0;
}
.tobook input:checked ~ label:after {
	opacity: 1;
}
.form-title__warning {
	background: #fff4d4;
	border-radius: 36px;
	padding: 20px 60px 20px 24px;
	position: relative;
	margin: 0 0 24px;
}
.close-warning {
	position: absolute;
	top: 20px;
	right: 24px;
	cursor: pointer;
}
.form-title__warning a {
	color: var(--blue);
	font-weight: 700;
}
.form-title__warning a:hover {
	color: var(--blue-link-hover);
}
.row-group-grid {
	margin: 0 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	column-gap: 10px;
}
.btn-group {
	margin: 24px 0 0;
}
.btn-group .post-btn {
	color: var(--white);
	background: var(--blue);
	padding: 24px 30px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 36px;
	border: 0;
	cursor: pointer;
	font-family: var(--font);
	font-size: 16px;
	font-weight: 500;
	text-align: center;
}
.btn-group .post-btn span {
	margin-left: 5px;
}
.btn-group .post-btn:hover {
	background: var(--blue-link-hover);
}
#send .wrapper {
	max-width: 1170px;
}
body .select2-container--default .select2-selection--single {
	border: 1px solid #969696;
	padding: 12px 24px;
	border-radius: 3px;
	height: 46px;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 20px;
	padding: 0;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 46px;
	width: 30px;
}
body
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	background: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 0.428589L4.5 5.57145L0 0.428589H9Z' fill='%232B689B'/%3E%3C/svg%3E%0A")
		no-repeat center center;
	width: 9px;
	height: 6px;
	border: 0;
	right: 18px;
	margin: -4px 0 0;
	left: 0;
}
body .select2-container {
	width: 100% !important;
}
body .select2-search--dropdown {
	padding: 12px 20px;
}
body
	.select2-container--default
	.select2-search--dropdown
	.select2-search__field {
	padding: 11px 20px 11px 48px;
	background: url("data:image/svg+xml,%3Csvg width='18' height='19' viewBox='0 0 18 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6 18.5L10.3 12.2C9.8 12.6 9.225 12.9167 8.575 13.15C7.925 13.3833 7.23333 13.5 6.5 13.5C4.68333 13.5 3.146 12.871 1.888 11.613C0.629333 10.3543 0 8.81667 0 7C0 5.18333 0.629333 3.64567 1.888 2.387C3.146 1.129 4.68333 0.5 6.5 0.5C8.31667 0.5 9.85433 1.129 11.113 2.387C12.371 3.64567 13 5.18333 13 7C13 7.73333 12.8833 8.425 12.65 9.075C12.4167 9.725 12.1 10.3 11.7 10.8L18 17.1L16.6 18.5ZM6.5 11.5C7.75 11.5 8.81267 11.0627 9.688 10.188C10.5627 9.31267 11 8.25 11 7C11 5.75 10.5627 4.68733 9.688 3.812C8.81267 2.93733 7.75 2.5 6.5 2.5C5.25 2.5 4.18733 2.93733 3.312 3.812C2.43733 4.68733 2 5.75 2 7C2 8.25 2.43733 9.31267 3.312 10.188C4.18733 11.0627 5.25 11.5 6.5 11.5Z' fill='%23A9AAAB'/%3E%3C/svg%3E%0A")
		no-repeat 20px center;
	border: 1px solid #c2ccd1;
	border-radius: 3px;
}
body
	.select2-container--default
	.select2-results__option--highlighted.select2-results__option--selectable {
	background: #f0f6f9;
	color: var(--font-color);
}
body .select2-results__option {
	padding: 12px 20px;
}
.rowItem {
	width: 100%;
}
.delete-item {
	cursor: pointer;
	max-width: 20px;
}
.rowSum {
	max-width: 130px;
}
.rowCount {
	max-width: 110px;
	position: relative;
}
.rowOpis {
	max-width: 300px;
}
.rowCat {
	max-width: 476px;
}
.count-btn {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 35px;
	border: 0;
	background: none;
	padding: 0;
	cursor: pointer;
}
#count_plus {
	right: 0;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 4.16602V15.8327' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.16797 10H15.8346' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat left center;
}
#count_minus {
	left: 0;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.16797 10H15.8346' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat right center;
}
.rowCount .form-txt {
	text-align: center;
}
.declaration-form input[type="text"] {
	padding: 12px 20px;
}
.add-declaration {
	color: var(--blue);
	font-weight: 600;
	display: flex;
	align-items: center;
	column-gap: 10px;
}
.add-declaration {
	color: var(--blue-link-hover);
}
.all-items__box {
	column-gap: 4px;
	font-weight: 600;
}
#page-box {
	margin: 74px 0 0;
}
.header-page {
	box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.06);
}
#page-box h2 {
	color: var(--blue);
	font-weight: 600;
	margin: 0 0 32px;
}
.dop-cell span {
	cursor: pointer;
	display: block;
}
.orders-list__links {
	column-gap: 20px;
	align-items: flex-start;
	margin: 0 0 25px;
}
.orders-list__links-list {
	column-gap: 12px;
}
.orders-list__links-list a {
	padding: 9px 16px;
	border: 1px solid #e6e6e6;
	border-radius: 100px;
	display: block;
}
.orders-list__links-list a:hover,
.orders-list__links-list a.selected {
	background: var(--blue);
	border: 1px solid var(--blue);
	color: var(--white);
}
.orders-list__links-list a.selected {
	font-weight: 600;
}
.orders-list__track {
	position: relative;
}
.orders-list__track input[type="text"] {
	padding: 8px 16px 8px 50px;
	border: 1px solid #e6e6e6;
	border-radius: 100px;
}
.orders-list__track input[type="submit"] {
	border: 0;
	padding: 0;
	border-radius: 0;
	background: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.16667 15.8333C12.8486 15.8333 15.8333 12.8486 15.8333 9.16667C15.8333 5.48477 12.8486 2.5 9.16667 2.5C5.48477 2.5 2.5 5.48477 2.5 9.16667C2.5 12.8486 5.48477 15.8333 9.16667 15.8333Z' stroke='%23969696' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M17.5 17.5L13.875 13.875' stroke='%23969696' stroke-width='1.16667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat center center;
	position: absolute;
	top: 10px;
	left: 20px;
	width: 20px;
	height: 20px;
}
.orders-list__track .error-msg {
	display: none;
	margin: 5px 0 0;
	font-size: 12px;
}
.orders-list__track input.pack-txt.error ~ .error-msg {
	display: block;
}
.table-cell {
	padding: 25px 20px 25px 0;
}
.table-cell:first-child {
	padding-left: 20px;
}
.table-header {
	display: grid;
	font-weight: 600;
	border-bottom: 1px solid #e6e6e6;
	grid-template-columns: 11% 23% 15% 9% 20% 19% 3%;
	box-sizing: border-box;
}
.table-row {
	display: grid;
	border-bottom: 1px solid #e6e6e6;
	grid-template-columns: 11% 23% 15% 9% 20% 19% 3%;
	box-sizing: border-box;
}
.table-row .track-link {
	margin: 0;
	font-weight: 600;
	color: var(--blue);
}
.table-row .track-link:hover {
	color: var(--blue-link-hover);
}
.pay-btn__box {
	column-gap: 12px;
	justify-content: flex-start;
	font-weight: 600;
	color: var(--blue);
}
.btn-pay {
	padding: 4px 14px;
	border-radius: 8px;
	color: var(--font-color);
	font-weight: 600;
}
.phone-dop__params {
	display: none;
}
.dop-params__box {
	background: var(--grey);
	padding: 15px 20px 25px;
	display: none;
}
.icon-box {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: var(--blue);
	display: flex;
	align-items: center;
	justify-content: center;
}
.declaration-link {
	column-gap: 8px;
	justify-content: flex-start;
	font-weight: 600;
	color: var(--blue);
	margin: 0 0 24px;
}
.declaration-link:hover {
	color: var(--blue-link-hover);
}
.dop-params__col h4 {
	display: flex;
	align-items: center;
	column-gap: 5px;
	font-size: 16px;
	margin: 0 0 15px;
}
.sender-table .flex:not(:last-child) {
	margin: 0 0 15px;
}
.dots {
	width: 100%;
	background: url(/local/templates/pmlog2024/images/dots.svg) repeat-x bottom left;
	height: 2px;
}
.sender-table .flex {
	align-items: baseline;
	column-gap: 4px;
}
.sender-table .flex div:last-child {
	flex-shrink: 0;
}
.dop-param__grid {
	grid-gap: 40px;
}
.table-row.active {
	background: var(--grey);
	border-bottom: 1px solid var(--grey);
}
.table-row.active .dop-cell span i {
	transform: rotate(-180deg);
}
.pagination {
	margin: 30px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 8px;
	font-weight: 600;
}
.pagination a {
	font-weight: 600;
	color: var(--grey-font);
	min-width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.pagination span {
	color: var(--blue);
	text-decoration: underline;
	min-width: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.showAdress {
	font-weight: 600;
	color: var(--blue);
	cursor: pointer;
	margin: 0;
}
.showAdress:hover {
	color: var(--blue-link-hover);
}
.bookWrapBlock {
	display: none;
	margin: 15px 0 0;
}
.result-error {
	margin: 10px 0 0;
	font-size: 12px;
	color: #f13f58;
}
.bookItem {
	margin: 12px 0 0;
	position: relative;
}
.bookItem input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.bookItem label {
	display: flex;
	align-items: flex-start;
	column-gap: 8px;
}
.bookItem label:before {
	content: "";
	display: block;
	flex-shrink: 0;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid var(--blue);
}
.bookItem input:checked ~ label:before {
	box-shadow: inset 0 0 0 4px var(--blue);
}
.hiddata {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 5px;
}
.hiddata .LASTNAME,
.hiddata .NAME,
.hiddata .SECONDNAME {
	display: none;
}
.hiddata div:not(:last-child):after {
	content: ",";
}
.adresContent {
	font-weight: 600;
}
body .track-link {
	padding: 0;
}
.dop-cell.table-cell {
	display: flex;
	align-items: center;
	justify-content: center;
}
.orders-list > .btn {
	margin: 30px 0 0;
}
.pay-list__box {
	max-width: 565px;
}
.pay-list__box .btn {
	width: 100%;
	margin: 24px 0 0;
}
.pay-item input[type="radio"] {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.pay-item label {
	padding: 20px 15px;
	border-bottom: 1px solid var(--grey-light);
	cursor: pointer;
	border-radius: 2px;
	display: block;
}
.pay-item img {
	display: block;
}
.pay-logo__box {
	column-gap: 20px;
	font-weight: 600;
	margin: 0 0 8px;
}
.pay-logo__box .flex {
	column-gap: 12px;
	justify-content: flex-start;
}
.pay-sub__title {
	color: var(--grey-font);
}
.pay-item input[type="radio"]:checked ~ label {
	background: #f7f5f4;
	border-bottom: 1px solid #f7f5f4;
}
.pay-item input[type="radio"]:checked ~ label .pay-price__box {
	font-weight: 600;
}
.inline-window {
	display: none;
	background: var(--white);
	padding: 70px 60px 100px;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1001;
	overflow: hidden;
	overflow-y: auto;
	max-width: 820px;
	width: 100%;
	box-sizing: border-box;
}
.black-bg {
	background: rgba(41, 42, 44, 0.7);
	position: fixed;
	display: none;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 100;
}
body .jq-selectbox ul {
	max-height: 400px !important;
}

@media screen and (max-width: 768px) {
	body .calc #ves_select-styler.jq-selectbox ul,
	body .calc #country_to-styler.jq-selectbox ul,
	body .calc #country_post-styler.jq-selectbox ul {
		max-height: 300px !important;
	}
	#send .package-calc {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	#send .package-calc__wrapper {
		padding-top: 20px;
	}
	#send .package-calc__wrapper.collapsed {
		display: none;
	}
}

.win-close {
	position: absolute;
	right: 60px;
	top: 32px;
	cursor: pointer;
}
.win-close i {
	background-color: var(--blue);
}
.send-title {
	text-align: center;
	margin: 0 0 40px;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: var(--blue);
}
.send-title span {
	margin: 0 15px;
}
.send-item {
	font-size: 18px;
	line-height: 26px;
	position: relative;
	column-gap: 50px;
	padding-left: 26px;
}
.send-item:not(:last-child) {
	padding-bottom: 30px;
}
.send-item span {
	display: block;
	color: var(--grey-font);
}
.send-item__package,
.send-item.send-item__package:not(:last-child) {
	padding-bottom: 70px;
	color: var(--grey-font);
}
.send-item__package.success,
.send-item.send-item__package.success:not(:last-child) {
	color: var(--font-color);
	padding-bottom: 50px;
}
.send-item:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background: var(--blue);
	z-index: 2;
}
.send-item:after {
	content: "";
	position: absolute;
	width: 1px;
	height: 100%;
	background: var(--blue);
	top: 10px;
	left: 7px;
	z-index: 1;
}
.send-item:last-child:after {
	display: none;
}
.send-item.send-item__package:before {
	top: 2px;
	left: -4px;
	width: 24px;
	height: 24px;
	background: var(--grey-font)
		url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2992 11.8V6.2C15.299 5.95449 15.2342 5.71337 15.1113 5.50081C14.9884 5.28826 14.8118 5.11175 14.5992 4.989L9.69922 2.189C9.48639 2.06612 9.24497 2.00143 8.99922 2.00143C8.75347 2.00143 8.51205 2.06612 8.29922 2.189L3.39922 4.989C3.1866 5.11175 3.01 5.28826 2.88714 5.50081C2.76428 5.71337 2.69947 5.95449 2.69922 6.2V11.8C2.69947 12.0455 2.76428 12.2866 2.88714 12.4992C3.01 12.7117 3.1866 12.8882 3.39922 13.011L8.29922 15.811C8.51205 15.9339 8.75347 15.9986 8.99922 15.9986C9.24497 15.9986 9.48639 15.9339 9.69922 15.811L14.5992 13.011C14.8118 12.8882 14.9884 12.7117 15.1113 12.4992C15.2342 12.2866 15.299 12.0455 15.2992 11.8Z' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.88672 5.47208L8.99772 9.00708L15.1087 5.47208' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 16.056V9' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat center center;
}
.send-item div:first-child {
	width: 100%;
}
.send-item div:last-child {
	flex-shrink: 0;
}
.send-item.send-item__package.success:before {
	background: var(--blue)
		url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2992 11.8V6.2C15.299 5.95449 15.2342 5.71337 15.1113 5.50081C14.9884 5.28826 14.8118 5.11175 14.5992 4.989L9.69922 2.189C9.48639 2.06612 9.24497 2.00143 8.99922 2.00143C8.75347 2.00143 8.51205 2.06612 8.29922 2.189L3.39922 4.989C3.1866 5.11175 3.01 5.28826 2.88714 5.50081C2.76428 5.71337 2.69947 5.95449 2.69922 6.2V11.8C2.69947 12.0455 2.76428 12.2866 2.88714 12.4992C3.01 12.7117 3.1866 12.8882 3.39922 13.011L8.29922 15.811C8.51205 15.9339 8.75347 15.9986 8.99922 15.9986C9.24497 15.9986 9.48639 15.9339 9.69922 15.811L14.5992 13.011C14.8118 12.8882 14.9884 12.7117 15.1113 12.4992C15.2342 12.2866 15.299 12.0455 15.2992 11.8Z' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.88672 5.47208L8.99772 9.00708L15.1087 5.47208' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M9 16.056V9' stroke='white' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat center center;
}
.tooltip {
	display: inline-block !important;
	vertical-align: middle;
	margin-left: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	background: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.9974 18.8329C14.5998 18.8329 18.3307 15.102 18.3307 10.4996C18.3307 5.89722 14.5998 2.16626 9.9974 2.16626C5.39502 2.16626 1.66406 5.89722 1.66406 10.4996C1.66406 15.102 5.39502 18.8329 9.9974 18.8329Z' stroke='%23969696' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.57812 7.99956C7.77405 7.44262 8.16075 6.97298 8.66975 6.67384C9.17876 6.37469 9.7772 6.26534 10.3591 6.36515C10.941 6.46496 11.4688 6.7675 11.849 7.21917C12.2292 7.67084 12.4373 8.24249 12.4365 8.83289C12.4365 10.4996 9.93646 11.3329 9.93646 11.3329' stroke='%23969696' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10 14.6663H10.0091' stroke='%23969696' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
		no-repeat center center / cover;
}
#tooltip {
	display: none;
	padding: 14px 20px;
	color: var(--white);
	font-size: 14px;
	line-height: 18px;
	border-radius: 6px;
	background: #272737;
	box-shadow: 0px 4px 11px 0px rgba(27, 27, 49, 0.2);
	position: absolute;
	z-index: 1001;
}
.send-item.send-item__package:not(.success):after {
	background: url("data:image/svg+xml,%3Csvg width='2' height='80' viewBox='0 0 2 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 0V80' stroke='%23969696' stroke-dasharray='6 6'/%3E%3C/svg%3E%0A")
		repeat-y left top;
}
.declaration-row {
	margin: 0 0 24px;
	padding: 0 0 24px;
	border-bottom: 2px dotted #969696;
}
.declaration-item {
	column-gap: 30px;
	align-items: flex-start;
}
.declaration-item:not(:last-child) {
	margin: 0 0 8px;
}
.declaration-item div:first-child {
	color: var(--grey-font);
	flex-shrink: 0;
}
.see-more {
	font-weight: 600;
	color: var(--blue);
}
.declaration-item div:last-child {
	width: 100%;
	max-width: 480px;
	text-align: right;
}
.user-buy__sends {
	margin: 0 0 16px;
}
.login-box .user-personal__box .user-buy__sends .flex,
.user-buy__sends .flex {
	column-gap: 15px;
	font-weight: 600;
	color: var(--blue);
}
.login-box .user-personal__box .user-buy__sends .flex:hover {
	color: var(--blue-link-hover);
}
.calc-form.calc-inner {
	max-width: 855px;
	margin: 0 auto;
}
.back-link {
	padding: 32px 0;
}
.back-link .flex {
	justify-content: flex-start;
	column-gap: 10px;
	width: max-content;
}
.noteBlock.form-title__warning {
	margin: 0 0 20px;
}
.post-form-edit .post-form.after.flex {
	margin: 0;
}
.form-col .formVal {
	border: 1px solid #969696;
	border-radius: 5px;
	padding: 15px;
}
.formVal-empty {
	color: #969696;
}
.attach-block {
	margin: 32px 0 0;
}
.row-group__table {
	max-width: 550px;
	margin-bottom: 20px;
}
.declaration-form .row-group .row:not(:last-child),
.deliv-block .b-title:not(:last-child),
.deliv-block .row:not(:last-child),
.declaration-form .row-group:not(:last-child) {
	margin: 0 0 14px;
}
.row-group__table .row-group .flex div:last-child,
.row-group__table .flex span:last-child {
	font-weight: 600;
}
.attach-inner .table-header,
.attach-inner .table-row {
	grid-template-columns: 35% 15% 15% 15% 20%;
}
.attach-inner .table-header .table-cell {
	padding-top: 0;
	padding-left: 0;
}
.attach-inner .table-body .table-cell {
	padding-left: 0;
}
.agree-box .btn-group {
	margin: 0;
}
.agree-box .btn-group input {
	background: none;
	border: 0;
	padding: 0;
	font-weight: 600;
	color: var(--blue);
	cursor: pointer;
	font-family: var(--font);
	font-size: var(--font-size);
	line-height: var(--font-line);
}
.agree-box .btn-group input:hover {
	color: var(--blue-link-hover);
}
.edit-form .result-error {
	margin-bottom: 15px;
}
.phone-cat__title {
	display: none;
}
.profile-link.profile-user-div-link {
	margin: 0 0 15px;
	padding: 0;
}
.profile-row:not(:last-child) {
	margin: 0 0 12px;
}
.profile-message__box {
	margin: 15px 0 0;
	font-size: 13px;
}
.profile-btns__box {
	margin: 20px 0 0;
}
.profile-btns__box .btn {
	width: 100%;
}
.profile-btns__box div:not(:last-child) {
	margin: 0 0 12px;
}
.address-top__box {
	margin: 0 0 44px;
	column-gap: 30px;
}
.address-filter {
	column-gap: 24px;
	display: flex;
	align-items: center;
}
.address-filter a {
	position: relative;
	display: block;
	width: max-content;
	padding: 9px 16px;
	border: 1px solid #e6e6e6;
	border-radius: 100px;
}
.address-filter a:hover,
.address-filter a.selected {
	color: var(--white);
	background: var(--blue);
	border: 1px solid var(--blue);
}
.address-filter a span {
	background: var(--yellow);
	padding: 4px;
	border-radius: 24px;
	color: var(--blue);
	position: absolute;
	top: -5px;
	right: -7px;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
}
.add-link__address {
	margin: 0 0 24px;
	column-gap: 4px;
	justify-content: flex-start;
	width: max-content;
	font-weight: 600;
	color: var(--blue);
	cursor: pointer;
}
.add-link__address:hover {
	color: var(--blue-link-hover);
}
.address-book-name {
	font-weight: 600;
	margin: 0 0 8px;
}
.address-list__box {
	grid-row-gap: 44px;
	grid-column-gap: 90px;
}
.address-btns {
	margin: 10px 0 0;
	column-gap: 24px;
	justify-content: flex-start;
}
.address-btns a {
	display: flex;
	align-items: center;
	column-gap: 8px;
	color: #969696;
}
.address-btns a:hover {
	color: var(--font-color);
}
.address-book-name .address-btns {
	display: none;
}
.small-win {
	max-width: 520px;
}
.delete-box__win {
	text-align: center;
}
.delete-box__btns {
	column-gap: 10px;
	margin: 24px 0 0;
}
.delete-box__btns a {
	width: 100%;
}
.edit-box__btns {
	margin: 20px 0 0;
	flex-flow: column;
	row-gap: 8px;
}
.edit-box__btns a {
	width: 100%;
}
.profile-table_left {
	width: 100%;
	max-width: 730px;
}
.profile-table_right {
	position: relative;
	overflow: hidden;
}
.profile-table_right img {
	display: block;
	margin: 0 auto;
	position: relative;
	opacity: 0;
	right: -50%;
	-moz-transition: all ease-out 0.5s;
	-webkit-transition: all ease-out 0.5s;
	transition: all ease-out 0.5s;
}
.profile-table_right img.visible {
	right: 0;
	opacity: 1;
}
.profile-table__box {
	padding: 32px;
	background: var(--white);
	box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.06);
	border-radius: 36px;
}
.profile-table__box:not(:last-child) {
	margin: 0 0 30px;
}
.profile-link.profile-user-div-link a {
	font-weight: 600;
	margin: 0 0 24px;
	display: flex;
	column-gap: 8px;
}
.profile-row {
	position: relative;
}
.profile-row img.calendar-icon {
	display: block;
	margin: 0;
	top: 10px;
	right: 10px;
	position: absolute;
}
.profile-table.data-table.grid .profile-row {
	margin: 0;
}
.profile-row.flex {
	justify-content: flex-start;
	column-gap: 20px;
}
.profile-link__btn {
	margin: 24px 0 0;
}
.profile-link__btn input {
	background: none;
	border: 0;
	padding: 0;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--blue);
	cursor: pointer;
}
.profile-link__btn input:hover {
	color: var(--blue-link-hover);
}
.radio-box label {
	display: flex;
	align-items: center;
	column-gap: 8px;
}
.radio-box label:before {
	content: "";
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px var(--grey-font);
}
.radio-box input:checked ~ label:before {
	box-shadow: inset 0 0 0 5px var(--blue);
}
.radio-box {
	position: relative;
}
.radio-box input {
	position: absolute;
	opacity: 0;
	visibility: hidden;
}
.pas-btn {
	position: absolute;
	top: 16px;
	right: 20px;
	cursor: pointer;
}
.flex.profile-table__wrapper {
	column-gap: 30px;
}
.address-book-address {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.loginWrap {
	position: relative;
	right: auto;
	top: auto;
}
.login-box a.login-link {
	color: var(--font-color);
	font-weight: 500;
}
.login-box a.login-link:hover {
	color: var(--blue);
}
.login-page__box {
	background: #f7f5f4;
}
.login-wrapper .wrapper {
	max-width: 590px;
}
.login-wrapper {
	padding: 75px 0;
}
.login-back__box {
	margin: 0 0 20px;
}
.login-back__box .flex {
	justify-content: flex-start;
	column-gap: 10px;
}
.login-box__white {
	padding: 32px;
	background: var(--white);
	border-radius: 36px;
}
.login-box__white h2 {
	margin: 0 0 24px;
	text-align: center;
	font-size: 24px;
	line-height: 33px;
}
.login-box__white .bx-auth {
	margin: 0;
	padding: 0;
}
.profile-row.profile-row__forgot {
	margin: 20px 0 0;
}
.profile-row.profile-row__forgot .flex {
	justify-content: center;
	column-gap: 8px;
}
.login-btns__box {
	margin: 20px 0 0;
}
.login-btns__box .btn {
	width: 100%;
}
.login-btns__box .btn:not(:last-child) {
	margin: 0 0 12px;
}
body .errortext {
	font-size: 12px;
	line-height: 140%;
	color: #f13f58;
	margin: 0 0 10px;
}
.pas-forgot__box {
	text-align: center;
	margin: 0 0 24px;
}
.legal-box {
	margin: 12px auto 0;
	text-align: center;
	color: var(--grey-font);
	max-width: 380px;
}
.login-link__box {
	margin: 20px 0 0;
	text-align: Center;
}
.login-link__box a {
	font-weight: 600;
	color: var(--blue);
}
.login-link__box a:hover {
	color: var(--blue-link-hover);
}
.login-btns__box.flex a:not(:last-child) {
	margin: 0;
}
.login-btns__box.flex {
	column-gap: 12px;
}
.page-inner {
	background: var(--grey);
}
.page-inner h1,
.page-inner h2 {
	text-align: center;
}
.page-inner #page-box .wrapper {
	max-width: 1140px;
}
.country-txt .jq-selectbox .jq-selectbox__select {
	padding: 10px 20px;
	border: 1px solid var(--grey-font);
	border-radius: 5px;
	z-index: 2;
}
.country-txt label {
	display: block;
	margin: 0 0 8px;
	font-size: 12px;
	line-height: 140%;
	color: var(--grey-font);
}
.tip {
	vertical-align: middle;
	border-radius: 50%;
	width: 16px;
	height: 16px;
	background: var(--blue);
	color: var(--white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: 600;
}
.tip:hover {
	background: var(--blue-link-hover);
	color: var(--white);
}
.cargo-form__list {
	grid-gap: 12px;
	margin: 0 0 12px;
}
.country-txt .jq-selectbox__dropdown {
	top: 51px;
	border-radius: 0;
	border: 1px solid var(--grey-font);
	box-shadow: none;
}
.country-txt .jq-selectbox__dropdown .lang-flag {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 20px;
}
.country-txt .jq-selectbox li.selected {
	background-color: #f0f6f9;
	color: var(--font-color);
}
.country-txt .jq-selectbox.opened .jq-selectbox__select {
	border-radius: 5px 5px 0 0;
}
.page-inner .declaration-form input[type="text"] {
	padding: 15px;
}
.row.country-txt {
	display: flex;
	flex-flow: column;
	justify-content: flex-end;
}
.post-info__box ul {
	margin: 20px 0;
}
.post-info__box ul:first-child {
	margin: 0 0 20px 0;
}
.post-info__box ul:last-child {
	margin: 20px 0 0;
}
.post-info__box ul li:not(:last-child) {
	margin: 0 0 15px;
}
.post-info__box ul li {
	padding-left: 20px;
	position: relative;
}
.post-info__box ul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 8px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: var(--font-color);
}
.about-title__box {
	max-width: 625px;
	margin: 0 auto;
	text-align: center;
}
.about-banner__header .banner-pic {
	margin: 24px 0 0;
}
#about-page {
	background: #f7f5f4;
}
#about-txt {
	margin-top: 130px;
	max-width: 1170px;
}
.about-spec__box {
	grid-gap: 10px;
}
.about-spec__item {
	border-radius: 36px;
	background: var(--white);
	padding: 22px 32px 32px;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: space-between;
	min-height: 440px;
	box-sizing: border-box;
}
.about-spec__num {
	position: relative;
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	color: var(--white);
}
.about-spec__num span {
	position: relative;
	z-index: 3;
}
.about-spec__num:before {
	content: "";
	position: absolute;
	z-index: 2;
	width: 140px;
	height: 140px;
	top: -80px;
	left: -90px;
	background: var(--blue);
	border-radius: 50%;
}
.about-spec__num:after {
	content: "";
	position: absolute;
	z-index: 1;
	width: 85px;
	height: 85px;
	top: -50px;
	left: 15px;
	background: #fff4d4;
	border-radius: 50%;
}
.about-spec__item h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	margin: 0 0 15px;
}
.about-spec__item:first-child h3 {
	color: #0e406a;
}
.about-spec__item img {
	display: block;
	margin: 0 auto;
}
#legal {
	margin-top: 130px;
	max-width: 1170px;
}
#legal h2 {
	text-align: center;
	margin: 0 0 44px;
}
.legal-list__box {
	column-gap: 20px;
	align-items: normal;
}
.legal-item__box {
	background: var(--white);
	border-radius: 36px;
	box-sizing: border-box;
	padding: 32px;
	width: 100%;
}
.legal-item__box h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 33px;
	margin: 0 0 24px;
}
.legal-table .flex:not(:last-child) {
	margin: 0 0 8px;
}
.legal-table .flex {
	column-gap: 20px;
}
.legal-table .flex div:first-child {
	color: #969696;
}
.about-block {
	max-width: 1170px;
}
.about-block .banner-box__left {
	max-width: 465px;
}
.about-block .slide-block {
	column-gap: 60px;
}
.about-block .banner-box__right {
	row-gap: 80px;
	position: relative;
}
.about-block .banner-box__right:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: linear-gradient(
		1.24deg,
		rgba(247, 245, 244, 0.8) 1%,
		#f7f5f4 98.88%
	);
	height: 165px;
	z-index: 2;
}
.about-block .banner-box__right:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(
		1.24deg,
		rgba(247, 245, 244, 0.8) 1%,
		#f7f5f4 98.88%
	);
	transform: matrix(1, 0, 0, -1, 0, 0);
	height: 165px;
	z-index: 2;
}

.main-banner {
	padding-top: 130px;
	display: grid;
	grid-template-columns: minmax(auto, 606px) auto;
	gap: 32px 52px;
	align-items: center;
}
.main-banner__content {
	display: flex;
	flex-direction: column;
}
.main-banner__img {
	text-align: center;
}
.main-banner__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	color: #0e406a;
	margin: 0 0 28px 0;
	max-width: 479px;
}
.main-banner__button {
	display: inline-block;
	border-radius: 36px;
	padding: 24px 49px;
	background-color: #2b689b;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	text-align: center;
	min-width: 282px;
	box-sizing: border-box;
	transition: background 0.2s ease-out;
}
.main-banner__button:hover {
	background-color: #3d7fb7;
	color: #fff;
}
.main-banner__mobile {
	display: none;
}
.main-partners {
	padding-top: 130px;
}
.main-partners__title {
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	color: #0e406a;
	margin-bottom: 34px;
	text-align: center;
}
.main-partners__item {
	display: inline-block;
	filter: grayscale(1);
	transition: filter 0.2s ease-out;
	max-height: 81px;
	text-align: center;
}
.main-partners__item img {
	max-width: 100%;
	height: 100%;
	object-fit: contain;
}
.main-partners__item:hover {
	filter: grayscale(0);
}
.main-partners__list {
	padding-top: 33px;
	padding-bottom: 33px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 100px;
	justify-content: center;
	max-width: 679px;
	margin: 0 auto;
}
@media (min-width: 1201px) {
	.menu-box .left-menu {
		column-gap: 0;
	}
	.left-menu a {
		padding: 9.5px 16px;
	}
	.left-menu a {
		padding: 9.5px 16px;
	}
	.link-blank a {
		display: inline-block;
		background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2134 8.33307L17.274 2.27246M17.274 2.27246H13.2336M17.274 2.27246V6.31287M17.274 11.1614V15.2018C17.274 15.6304 17.1037 16.0415 16.8006 16.3446C16.4975 16.6476 16.0864 16.8179 15.6578 16.8179H4.34468C3.91604 16.8179 3.50497 16.6476 3.20188 16.3446C2.89879 16.0415 2.72852 15.6304 2.72852 15.2018V3.88862C2.72852 3.45999 2.89879 3.04891 3.20188 2.74582C3.50497 2.44273 3.91604 2.27246 4.34468 2.27246H8.38508' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: center right 16px;
		padding-right: 44px;
	}
	.link-blank a:hover {
		color: #fff;
		background-color: #2b689b;
		border-radius: 50px;
		transition: background-color 0.2s ease-out;
	}
	.header-left__block {
		column-gap: 42px;
	}
}
@media screen and (max-width: 992px) {
	.main-banner {
		padding-top: 90px;
		grid-template-columns: 100%;
	}
	.main-banner__title {
		font-weight: 700;
		font-size: 24px;
		text-align: center;
		margin: 0 0 32px 0;
		max-width: 100%;
	}
	.main-banner__button {
		padding: 20px;
		width: 100%;
	}
	.main-banner__mobile {
		display: block;
		margin-top: 32px;
	}
	.main-banner__action {
		display: none;
	}
	.main-partners {
		padding-top: 90px;
	}
	.main-partners__title {
		font-size: 24px;
		margin-bottom: 18px;
		font-weight: 600;
	}
	.main-partners__item {
		filter: grayscale(0);
	}
	.main-partners__list {
		padding-top: 0;
		padding-bottom: 0;
		gap: 16px;
		max-width: 289px;
	}
}

/*Mobile*/
@media screen and (max-width: 1200px) {
	.menu-box,
	.header-right__block {
		display: none;
	}
	#phone-btn {
		display: flex;
	}
	.orders-list__links {
		flex-wrap: wrap;
		row-gap: 12px;
	}
}
@media screen and (max-width: 1100px) {
	.table-cell {
		width: calc(100% / 2 - 18px);
		box-sizing: border-box;
		padding: 16px 10px;
	}
	.dop-cell.table-cell {
		width: 100%;
		max-width: 35px;
	}
	.PRICE.table-cell {
		order: 9999;
		width: 100%;
		padding-top: 0;
	}
	.STATUS.table-cell,
	.WEIGHT.table-cell,
	.DELIVERY.table-cell,
	.table-header .PRICE.table-cell,
	.PRICE.table-cell:not(:has(a)) {
		display: none;
	}
	.table-header,
	.table-row {
		display: flex;
		flex-wrap: wrap;
	}
	.table-cell:first-child {
		padding-left: 10px;
	}
	.btn-pay {
		padding: 0;
		background: none;
		order: -1;
	}
	.flex.pay-btn__box {
		column-gap: 5px;
		background: var(--yellow);
		padding: 9px 20px;
		border-radius: 100px;
		color: var(--font-color);
		justify-content: center;
		font-weight: 600;
	}
	#page-box {
		margin: 40px 0 0;
	}
	.orders-list__links-list a {
		white-space: nowrap;
	}
	.orders-list__links-list div:last-child {
		padding-right: 15px;
	}
	.orders-list__links-list__box {
		overflow: hidden;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
		outline: none !important;
		-webkit-tap-highlight-color: transparent;
		scrollbar-face-color: transparent;
		scrollbar-shadow-color: transparent;
		scrollbar-highlight-color: transparent;
		scrollbar-3dlight-color: transparent;
		scrollbar-darkshadow-color: transparent;
		scrollbar-track-color: transparent;
		scrollbar-arrow-color: transparent;
		margin: 0 -15px;
		padding: 0 15px;
	}
	.orders-list__links-list__box::-webkit-scrollbar {
		background: transparent;
		display: none;
	}
	.orders-list__links-list__box::-webkit-scrollbar-thumb {
		background: transparent;
		display: none;
	}
	.orders-list__links-list__box::-webkit-scrollbar-track {
		background: transparent;
		display: none;
	}
	.attach-inner .table-row {
		flex-flow: column;
		flex-wrap: nowrap;
		border: 0;
	}
	.attach-inner .table-row .table-cell {
		width: 100%;
		padding: 0;
	}
	.attach-inner .table-row .table-cell:not(:last-child) {
		margin: 0 0 12px;
	}
	.attach-inner .table-row:not(:last-child) {
		border-bottom: 1px solid #e6e6e6;
		margin: 0 0 16px;
		padding: 0 0 16px;
	}
	.attach-inner .table-row:first-child {
		border-top: 1px solid #e6e6e6;
		padding: 16px 0 0;
	}
	.phone-cat__title {
		display: block;
		margin: 0 0 4px;
	}
	.cat-value__box {
		font-weight: 600;
	}
	.address-list__box {
		grid-column-gap: 30px;
		grid-row-gap: 40px;
	}
	.address-btns {
		display: none;
	}
	.address-book-name {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		column-gap: 20px;
	}
	.address-book-name .address-btns {
		display: flex;
		margin: 0;
		column-gap: 13px;
	}
}
@media screen and (min-width: 768px) {
	#send .package-calc__head {
		display: none;
	}
}
@media screen and (min-width: 1001px) {
	.about-block__right {
		overflow: hidden;
		min-height: 0;
		max-height: 100%;
	}

	.about-carousel {
		overflow: visible;
	}

	.about-carousel__slide:not(:first-child) {
		padding-top: 80px;
	}

	.about-block .banner-box__right {
		row-gap: 0;
	}

	.about-block .banner-box__right:before,
	.about-block .banner-box__right:after {
		position: relative;
		flex: 1;
	}
}
@media screen and (max-width: 1000px) {
	.banner-header {
		padding: 50px 0;
	}
	h1 {
		font-size: 36px;
		line-height: 40px;
	}
	h2,
	#slide-txt h2,
	#partners h2,
	#slide-about h2 {
		font-size: 30px;
		line-height: 36px;
	}
	#slide-txt h2,
	#partners h2,
	#slide-about h2 {
		margin: 0 0 30px;
	}
	#track-box {
		padding: 80px 0;
	}
	#slide-txt,
	#track-box,
	#partners,
	#slide-about {
		margin-top: 90px;
	}
	main {
		padding: 0 0 90px;
	}
	.calc .select-row.flex {
		flex-flow: column;
		row-gap: 2px;
	}
	.calc .select-row.flex label {
		display: none;
	}
	.calc .select-row__subtitle {
		margin-top: 8px;
	}
	.calc .select-row__subtitle:not(.show) {
		display: none;
		margin-top: 8px;
	}
	.calc .jq-selectbox {
		border-radius: 28px 28px 0px 0px;
	}
	.calc .select-row.flex > .row.ves-row .jq-selectbox {
		border-radius: 0px 0px 28px 28px;
	}
	.row.btn-box {
		margin: 10px auto 0;
	}
	.slide-block {
		flex-flow: column;
		row-gap: 30px;
		padding: 0;
	}
	.banner-box__left {
		order: 2;
		width: 100%;
		max-width: none;
	}
	.banner-box__right {
		padding: 60px 0 60px 70px;
	}
	.box-line {
		left: 20px;
	}
	.box {
		width: 44px;
		height: 44px;
		margin-left: -22px;
	}
	.box-line:before {
		height: 100%;
	}
	#partners .grid {
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
		grid-gap: 35px;
	}
	.menu-footer__box {
		flex-flow: column;
		row-gap: 10px;
	}
	.copy:before {
		display: none;
	}
	.post-form.after.flex {
		flex-flow: column;
		row-gap: 20px;
	}
	.row-group-grid {
		flex-wrap: wrap;
		row-gap: 8px;
		column-gap: 8px;
	}
	.rowCat {
		max-width: none;
	}
	.declaration-row:first-child {
		margin-top: 24px;
		padding-top: 24px;
		border-top: 2px dotted #969696;
	}
	.declaration-item {
		flex-flow: column;
		row-gap: 4px;
	}
	.declaration-item div:last-child {
		text-align: left;
	}
	.declaration-item:not(:last-child) {
		margin: 0 0 12px;
	}
	.profile-table__box {
		padding: 20px 16px;
		border-radius: 26px;
	}
	.profile-table.grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
	}
	.flex.profile-table__wrapper {
		flex-flow: column;
		row-gap: 20px;
	}
	.profile-table__box:not(:last-child) {
		margin: 0 0 20px;
	}
	#about-txt {
		margin-top: 90px;
	}
	.about-spec__box {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-block .banner-box__right {
		padding: 0;
		row-gap: 40px;
	}
	.about-block .banner-box__left {
		max-width: none;
	}
	.legal-list__box {
		flex-flow: column;
		row-gap: 20px;
	}
	.about-block .banner-box__right:before,
	.about-block .banner-box__right:after {
		display: none;
	}
	.about-carousel__wrapper {
		flex-direction: column;
		row-gap: 40px;
	}
}

@media screen and (max-width: 736px) {
	.logo {
		max-width: 125px;
	}
	header {
		padding: 15px 0;
		z-index: 1002;
		position: relative;
	}
	#phone-menu {
		top: 71px;
	}
	h1,
	h2,
	#slide-txt h2,
	#partners h2,
	#slide-about h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 24px;
	}
	.result-item,
	.result-item label {
		font-size: 12px;
		line-height: 17px;
	}
	.result-item .result-title,
	.result-item label .result-title {
		font-size: 16px;
	}
	.calc-result {
		display: flex;
		flex-direction: column;
		gap: 6px;
	}
	.calc-list__box,
	.result-item {
		width: 100%;
		box-sizing: border-box;
	}
	.docs-block-ph {
		max-width: 100% !important;
		margin-bottom: 24px !important;
	}
	.calc-list__box {
		gap: 6px;
		margin-bottom: 6px;
		flex-direction: column;
	}
	.calc-list__box .result-values {
		flex-direction: row;
	}
	.calc-list__box {
		background: transparent;
	}
	.result-values {
		column-gap: 4px;
	}
	.result-values .flex {
		column-gap: 4px;
	}
	.result-values .result-price,
	.result-values .hr {
		display: none;
	}
	.result-item {
		background: #6ea6d4;
	}
	.row.btn-box {
		max-width: none;
	}
	#slide-txt h2,
	#partners h2,
	#track-box h2,
	#slide-about h2 {
		margin: 0 0 30px;
	}
	.banner-box__right div {
		font-size: 16px;
		line-height: 22px;
	}
	.banner-box__right {
		row-gap: 20px;
	}
	#track-box .form input.pack-txt {
		padding: 20px 50px 20px 20px;
	}
	#track-box .pack-btn {
		top: 17px;
		right: 20px;
	}
	#partners a img {
		filter: none;
		opacity: 1;
		width: 100%;
		max-width: 140px;
	}
	.top-footer__block {
		padding: 24px 0;
	}
	.soc-box a {
		font-size: 12px;
		line-height: 17px;
		column-gap: 6px;
	}
	.soc-box a i {
		width: 20px;
		height: 20px;
	}
	.soc-box {
		column-gap: 15px;
	}
	.menu-footer__box ul {
		flex-flow: column;
		row-gap: 8px;
	}
	.menu-footer__box ul li a {
		font-size: 12px;
		line-height: 17px;
	}
	.menu-footer__box ul li:not(:last-child) a:after {
		display: none;
	}
	footer {
		font-size: 12px;
		line-height: 17px;
	}
	.create {
		margin: 8px 0 0;
	}
	.bottom-footer__block {
		padding: 12px 0;
	}
	.bottom-footer__block .wrapper.flex {
		flex-flow: column;
		row-gap: 4px;
		font-size: 12px;
		line-height: 17px;
	}
	.menu-footer__box {
		margin: 24px 0 0;
	}
	.post-form.after {
		margin: 16px 0 0;
	}
	.form-col,
	.post-declaration {
		padding: 20px;
		border-radius: 28px;
	}
	.col-inner {
		gap: 8px;
	}
	.col-inner .phone-txt,
	.col-inner .email-txt,
	.col-inner .zip-txt,
	.col-inner .punkt-txt,
	.col-inner .row-house {
		width: 100%;
	}
	.col-inner .row-block,
	.col-inner .row-flat {
		width: calc(100% / 2 - 5px);
	}
	.tobook {
		margin: 20px 0 0;
	}
	.form-title__warning {
		padding: 16px 36px 16px 16px;
		margin: 0 0 20px;
		font-size: 12px;
		line-height: 17px;
		border-radius: 24px;
	}
	.noteBlock.form-title__warning {
		padding: 16px;
	}
	.btn-group .post-btn {
		padding: 13px 20px;
	}
	.form-title__warning a {
		font-size: 12px;
		line-height: 17px;
	}
	.flex.form-decl__bottom {
		flex-flow: column;
		row-gap: 15px;
		align-items: flex-start;
	}
	.rowOpis {
		max-width: none;
	}
	.rowCount {
		max-width: 135px;
	}
	.close-warning {
		top: 16px;
		right: 16px;
	}
	.row-group-grid {
		margin: 0 0 20px;
	}
	.row-group-grid:not(:last-child) {
		padding: 0 0 20px;
		border-bottom: 1px dashed #969696;
	}
	.btn-group button {
		padding: 13px 20px;
	}
	.orders-list__links {
		row-gap: 25px;
	}
	.table-header > div {
		padding-top: 0;
	}
	.dop-params__box {
		padding: 0 10px 25px;
	}
	.phone-dop__params {
		display: block;
		margin: 0 0 28px;
		order: -1;
	}
	.phone-dop__params span {
		font-weight: 600;
	}
	.dop-param__grid {
		display: block;
	}
	.sender-table .flex {
		flex-flow: column;
	}
	.dots {
		order: 9999;
		padding: 0 0 8px;
	}
	.sender-table .flex:last-child .dots {
		margin: 0;
	}
	.dop-params__col:not(:last-child) {
		margin: 0 0 28px;
	}
	.sender-table .flex div:first-child {
		color: #969696;
	}
	.dop-params__box-in {
		display: flex;
		flex-flow: column;
	}
	.orders-list .btn {
		width: 100%;
	}
	.orders-list .PRICE.table-cell .btn {
		width: auto;
	}
	.orders-list .orders-list__track.package-form.after {
		width: 100%;
	}
	.pay-sub__title {
		font-size: 12px;
	}
	.send-title {
		margin: 0 0 25px;
		font-size: 24px;
		line-height: 33px;
	}
	.send-title span {
		display: none;
	}
	.send-item__package,
	.send-item.send-item__package:not(:last-child) {
		padding-bottom: 50px;
	}
	.send-item__package.success,
	.send-item.send-item__package.success:not(:last-child) {
		padding-bottom: 30px;
	}
	.send-item {
		font-size: 16px;
		line-height: 22px;
		display: block;
		padding-left: 18px;
	}
	.send-item:before {
		width: 12px;
		height: 12px;
	}
	.send-item:after {
		left: 5px;
	}
	.send-item span {
		font-size: 13px;
		line-height: 18px;
	}
	.send-item div:not(:first-child):last-child {
		font-size: 13px;
		line-height: 18px;
		color: var(--grey-font);
	}
	.send-item div:not(:first-child):last-child span {
		display: inline;
	}
	.send-item.send-item__package:before,
	.send-item.send-item__package.success:before {
		width: 16px;
		height: 16px;
		background-size: 12px 12px;
		left: -2px;
	}
	.tooltip {
		width: 16px;
		height: 16px;
	}
	.tobook label {
		font-size: 12px;
	}
	.back-link {
		padding: 20px 0;
	}
	.row-group__table .flex,
	.row-group__table .flex span {
		display: block;
	}
	.row-group__table .flex span:last-child,
	.row-group__table .row-group .flex div:last-child {
		margin: 4px 0 0;
	}
	.agree-box {
		display: block;
	}
	.agree-box {
		position: relative;
	}
	.agree-box .btn-group {
		margin-top: 10px;
	}
	.col-title {
		margin: 0 0 16px;
	}
	.address-top__box {
		flex-wrap: wrap;
		gap: 8px;
		margin: 0 0 32px;
	}
	.address-filter,
	.addrewss-search {
		width: 100%;
	}
	.address-filter {
		column-gap: 8px;
	}
	.address-filter a {
		width: 100%;
		text-align: center;
	}
	.address-list__box {
		display: block;
	}
	.address-book-item:not(:last-child) {
		margin: 0 0 16px;
		padding: 0 0 16px;
		border-bottom: 1px dashed #969696;
	}
	.win-close {
		position: fixed;
	}
	.inline-window {
		left: 0;
		top: 80px;
		padding: 30px 15px;
		max-width: none;
	}
	.header-page {
		position: relative;
	}
	header.header-page {
		z-index: 1002;
	}
	.attach-inner .table-header {
		display: none;
	}
	.small-win {
		max-width: none;
	}
	.delete-box__btns {
		flex-flow: column;
		row-gap: 8px;
	}
	input[type="text"],
	input[type="email"],
	input[type="password"],
	input[type="number"],
	input[type="phone"],
	input[type="date"],
	input[type="search"] {
		padding: 12px 15px;
	}
	.pas-btn {
		top: 13px;
		right: 13px;
	}
	.login-box__white {
		border-radius: 20px;
		padding: 20px;
	}
	.login-wrapper {
		padding: 20px 0;
	}
	.login-btns__box.flex {
		row-gap: 12px;
		flex-flow: column;
	}
	.cargo-form__list {
		grid-template-columns: repeat(1, 1fr);
	}
	.about-spec__box {
		grid-template-columns: repeat(1, 1fr);
	}
	#slide-about .banner-box__right div {
		color: var(--font-color);
	}
	#legal {
		margin-top: 90px;
	}
	.legal-item__box {
		padding: 20px;
	}
	.legal-table .flex {
		flex-flow: column;
		row-gap: 8px;
		align-items: flex-start;
	}
	.legal-table .flex:not(:last-child) {
		margin: 0 0 15px;
	}
}

#calc .result-item {
	cursor: pointer;
}

body
	.select-cat-wrap.error
	.select2-container--default
	.select2-selection--single {
	border-color: #f13f58 !important;
}

.delete-item-empty {
	width: 20px;
	flex-shrink: 0;
}

.send-title div {
	display: inline;
}

.declaration-row.dec-hid {
	display: none;
}

.see-more,
.declaration-link,
.orders-list__links-list a {
	cursor: pointer;
}

.track-link {
	cursor: pointer;
}

#edit-address .jq-selectbox {
	background-color: var(--white);
	border-radius: 36px 0px 0px 36px;
	border: 0;
	text-shadow: none;
	box-shadow: none;
	color: var(--font-color);
	font-size: var(--font-size);
	display: block !important;
}

#edit-address .jq-selectbox .jq-selectbox__select {
	border: 1px solid #969696;
	border-radius: 3px;
	background: var(--white);
	text-shadow: none;
	box-shadow: none;
	padding: 15px;
	font-family: var(--font) !important;
	font-size: var(--font-size);
	line-height: var(--font-line);
	height: auto;
}

#edit-address .jq-selectbox__trigger {
	border: 0;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 30px;
}

#edit-address .jq-selectbox__trigger-arrow {
	position: relative;
	right: auto;
	top: auto;
	left: auto;
}

#edit-address .jq-selectbox__dropdown {
	width: 100% !important;
	top: 50px !important;
}

#edit-address .jq-selectbox .placeholder {
	color: #969696;
}

#edit-address .error .jq-selectbox .jq-selectbox__select {
	border-color: #ffb6c1 !important;
}

#send-edit-adr,
#cancel-edit-adr {
	width: 100%;
}

.hid_row {
	display: none;
}

.editaddr-success {
	display: none;
	text-align: center;
}

.editaddr-success .btn {
	width: 100%;
	margin-top: 24px;
}

.editadr-error {
	color: #f13f58;
	margin: 15px 0 0;
	font-size: 14px;
}

.delete-box__btns div {
	width: 100%;
}

.profile-link__btn.hidden {
	display: none;
}

.add-success-block {
	text-align: center;
}

.add-success-block .btn {
	width: 100%;
	margin-top: 24px;
}

.btn-group .post-btn:disabled {
	opacity: 0.5;
	cursor: initial;
}

@media screen and (max-width: 520px) {
	#languageBlock {
		max-width: 100%;
		padding: 20px 10px 10px;
		box-sizing: border-box;
		max-height: 290px;
	}
	#languageBlockTitle {
		font-size: 18px;
		margin-bottom: 10px;
	}

	#languageBlockClose {
		top: 8px;
		right: 8px;
	}
	.languageLabel {
		height: auto;
		padding: 10px 15px 10px 15px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	#languageSave {
		font-size: 16px;
		height: 32px;
		padding: 0 10px;
		line-height: 32px;
	}
}

#page-box .top-flexblock {
	display: flex;
	justify-content: space-between;
	margin: 0 0 32px;
}

#page-box .top-flexblock h2 {
	margin-bottom: 0;
}

#page-box .top-flexblock .btn {
	padding: 16px 30px;
	color: var(--font-color);
	min-width: 278px;
}

@media screen and (max-width: 1000px) {
	#page-box .top-flexblock {
		flex-direction: column;
		gap: 25px;
		margin: 0 0 25px;
	}

	#page-box .top-flexblock .btn {
		padding: 14px 30px;
		width: 100%;
		max-width: 520px;
		min-width: auto;
	}
}

.lang-ES,
.lang-207852,
.lang-2896 {
	background-image: url(/local/templates/pmlog2024/images/flag/sp.png);
}

.lang-KZ,
.lang-2912,
.lang-218711 {
	background-image: url(/local/templates/pmlog2024/images/flag/kz.png);
}

.dcLine {
	display: flex;
	justify-content: center;
	gap: 10px;
	margin: 25px 0;
}

.dcLine .btn {
	min-width: 280px;
	padding: 10px 30px;
}

.lang-US,
.lang-2708,
.lang-218751 {
	background-image: url(/local/templates/pmlog2024/images/flag/us.png);
}

.lang-UK,
.lang-GB,
.lang-2707,
.lang-218750 {
	background-image: url(/local/templates/pmlog2024/images/flag/uk.png);
}

.lang-PL,
.lang-2903,
.lang-218724 {
	background-image: url(/local/templates/pmlog2024/images/flag/pl.png);
}

.lang-CN,
.lang-218698,
.lang-218712 {
	background-image: url(/local/templates/pmlog2024/images/flag/cn.png);
}

.lang-KG,
.lang-218699,
.lang-218713 {
	background-image: url(/local/templates/pmlog2024/images/flag/kg.png);
}

.lang-HU,
.lang-2890,
.lang-218706 {
	background-image: url(/local/templates/pmlog2024/images/flag/hu.png);
}

.lang-GR,
.lang-2892,
.lang-218707 {
	background-image: url(/local/templates/pmlog2024/images/flag/gr.png);
}

.lang-GE,
.lang-218708,
.lang-218709 {
	background-image: url(/local/templates/pmlog2024/images/flag/ge.png);
}

.lang-DK,
.lang-2893,
.lang-218710 {
	background-image: url(/local/templates/pmlog2024/images/flag/dk.png);
}

.lang-LI,
.lang-218714,
.lang-218715 {
	background-image: url(/local/templates/pmlog2024/images/flag/li.png);
}

.lang-LU,
.lang-218716,
.lang-218717 {
	background-image: url(/local/templates/pmlog2024/images/flag/lu.png);
}

.lang-MD,
.lang-218718,
.lang-218719 {
	background-image: url(/local/templates/pmlog2024/images/flag/md.png);
}

.lang-NL,
.lang-218721,
.lang-218720,
.lang-2902 {
	background-image: url(/local/templates/pmlog2024/images/flag/nl.png);
}

.lang-NO,
.lang-218723,
.lang-218722 {
	background-image: url(/local/templates/pmlog2024/images/flag/no.png);
}

.lang-PT,
.lang-2904,
.lang-218725 {
	background-image: url(/local/templates/pmlog2024/images/flag/pt.png);
}

.lang-RO,
.lang-2905,
.lang-218733 {
	background-image: url(/local/templates/pmlog2024/images/flag/ro.png);
}

.lang-RS,
.lang-218747,
.lang-218748 {
	background-image: url(/local/templates/pmlog2024/images/flag/rs.png);
}

.lang-SK,
.lang-2908,
.lang-218749 {
	background-image: url(/local/templates/pmlog2024/images/flag/sk.png);
}

.lang-TJ,
.lang-218753,
.lang-218752 {
	background-image: url(/local/templates/pmlog2024/images/flag/tj.png);
}

.lang-TM,
.lang-218755,
.lang-218754 {
	background-image: url(/local/templates/pmlog2024/images/flag/tm.png);
}

.lang-TK,
.lang-218757,
.lang-218756 {
	background-image: url(/local/templates/pmlog2024/images/flag/tk.png);
}

.lang-UZ,
.lang-218766,
.lang-218765 {
	background-image: url(/local/templates/pmlog2024/images/flag/uz.png);
}

.lang-FI,
.lang-218768,
.lang-218767,
.lang-2894 {
	background-image: url(/local/templates/pmlog2024/images/flag/fi.png);
}

.lang-HR,
.lang-218759,
.lang-218758 {
	background-image: url(/local/templates/pmlog2024/images/flag/hr.png);
}

.lang-ME,
.lang-218761,
.lang-218760 {
	background-image: url(/local/templates/pmlog2024/images/flag/me.png);
}

.lang-ME,
.lang-218761,
.lang-218760 {
	background-image: url(/local/templates/pmlog2024/images/flag/me.png);
}

.lang-CZ,
.lang-2910,
.lang-218762 {
	background-image: url(/local/templates/pmlog2024/images/flag/cz.png);
}

.lang-CH,
.lang-2906,
.lang-218763 {
	background-image: url(/local/templates/pmlog2024/images/flag/ch.png);
}

.lang-SE,
.lang-2907,
.lang-218764 {
	background-image: url(/local/templates/pmlog2024/images/flag/se.png);
}

.lang-BY,
.lang-218990 {
	background-image: url(/local/templates/pmlog2024/images/flag/by.png);
}

.lang-AZ,
.lang-219713 {
	background-image: url(/local/templates/pmlog2024/images/flag/az.png);
}

.lang-AM,
.lang-219958 {
	background-image: url(/local/templates/pmlog2024/images/flag/am.png);
}

.lang-CY,
.lang-2898 {
	background-image: url(/local/templates/pmlog2024/images/flag/cy.png);
}

.lang-AT,
.lang-2887 {
	background-image: url(/local/templates/pmlog2024/images/flag/at.png);
}

.lang-IE,
.lang-2895 {
	background-image: url(/local/templates/pmlog2024/images/flag/ie.png);
}

.requisite-table {
	max-width: 500px;
	margin-bottom: 100px;
}

.main-blog {
	padding-top: 130px;
}

.blogMainWrapper {
	margin: 0 auto;
	max-width: 1139px;
}

.blogMainTitle {
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
	color: #0e406a;
	margin-bottom: 32px;
	text-align: center;
}

.blogMainText {
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 130%;
	/* or 21px */
	text-align: center;
	color: #292a2c;
	margin: 0 auto 32px;
	max-width: 792px;
}

.blogMainItems {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
	margin-bottom: 40px;
}

.blogMainItem {
	padding: 9px 10px 24px;
	background: #f7f5f4;
	border-radius: 36px;
}

.blogMainItemPic {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 28px;
}

.blogMainItemPic img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 28px;
}

.blogMainItemName {
	height: 43px;
	text-overflow: ellipsis;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #292a2c;
	padding: 0 14px;
	overflow: hidden;

	@supports (-webkit-line-clamp: 2) {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: initial;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
}

.blogMainReadAll {
	margin: auto;
	/* btn */
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 24px 49px;
	gap: 12px;
	background: #2b689b;
	border-radius: 36px;
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 140%;
	color: #ffffff;
	width: fit-content;
	min-width: 282px;
}

.blogMainReadAll:hover {
	color: #ffffff;
}

@media screen and (max-width: 800px) {
	.blogMainItems {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.blogMainItem:last-child {
		display: none;
	}
}

@media screen and (max-width: 520px) {
	.main-blog {
		padding-top: 90px;
	}

	.blogMainItems {
		display: block;
	}

	.blogMainItem {
		margin-bottom: 10px;
		display: block;
		padding: 9px 9px 24px;
	}

	.blogMainItem:last-child {
		display: block;
	}

	.blogMainTitle {
		font-style: normal;
		font-weight: 700;
		font-size: 24px;
		line-height: 33px;
		margin-bottom: 24px;
	}

	.blogMainText {
		font-family: "Inter";
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 130%;
		margin-bottom: 24px;
	}

	.blogMainItemName {
		font-weight: 600;
		font-size: 16px;
		line-height: 140%;
	}

	.blogMainReadAll {
		width: 100%;
		min-width: auto;
		padding: 20px 0px;
	}
}

#blog-page {
	background: #f7f5f4;
}

.blogItemsWrap {
	padding-top: 50px;
	max-width: 1140px;
	margin: auto;
}

.blogItemsWrap h1 {
	margin-bottom: 24px;
}

.blogListText {
	margin-bottom: 24px;
	max-width: 729px;
}

.blogListTags {
	margin-bottom: 52px;
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
.blogListTag {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid #e6e6e6;
	border-radius: 100px;
	font-family: "Inter";
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #292a2c;
	height: 40px;
	box-sizing: border-box;
	flex-shrink: 0;
}
.blogListTag:hover,
.blogListTagActive {
	border: 1px solid #2b689b;
	background: #2b689b;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.blogListTags {
		flex-wrap: nowrap;
		overflow: auto;
	}

	.blogListTag {
		padding: 7px 16px;
		height: 38px;
	}
	.blogItemsWrap {
		padding-top: 32px;
	}

	.blogItemsWrap h1 {
		margin-bottom: 20px;
	}

	.blogListText {
		margin-bottom: 20px;
	}

	.blogListTags {
		margin-bottom: 20px;
	}
}

.video-container {
	max-width: 677px;
	margin: 0 auto;
	position: relative;
	background: #fff;
	border-radius: 48px;
}

#myVideo {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 48px;
}

#playButton {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 82px;
	height: 82px;
	cursor: pointer;
	background: url("/local/templates/pmlog2024/images/play.svg");
	z-index: 3; /* Поверх обложки */
}

@media screen and (max-width: 750px) {
	#slide-txt .slide-block.mainVideoBlock {
		flex-direction: column-reverse;
	}
	.video-container,
	#myVideo {
		border-radius: 18px;
	}
}

.premDocDays {
	display: none;
}

.docs-block-ph,
.calc-doc-block-ph {
	display: none;
}

.lkmake__account {
	margin-top: 24px;
}

.create-account {
	box-shadow: 0 0 22px 0 rgba(0, 0, 0, 0.06);
	background-color: var(--white);
	border-radius: 36px;
	max-width: 562px;
	padding: 32px;
}

.create-account__title {
	display: flex;
	align-items: center;
	column-gap: 8px;
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: #292a2c;
	margin-bottom: 24px;
}

.account-icon {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2010_41)'%3E%3Cpath d='M18.7782 3.22182C16.7006 1.14421 13.9382 0 11 0C8.06184 0 5.29942 1.14421 3.22182 3.22182C1.14421 5.29942 0 8.06184 0 11C0 13.9382 1.14421 16.7006 3.22182 18.7782C5.29942 20.8558 8.06184 22 11 22C13.9382 22 16.7006 20.8558 18.7782 18.7782C20.8558 16.7006 22 13.9382 22 11C22 8.06184 20.8558 5.29942 18.7782 3.22182V3.22182ZM4.77406 18.4464C5.13728 15.321 7.82434 12.9081 11 12.9081C12.6741 12.9081 14.2483 13.5603 15.4325 14.7443C16.4329 15.7449 17.0638 17.0512 17.2261 18.4462C15.5392 19.8589 13.3673 20.7109 11 20.7109C8.63269 20.7109 6.46092 19.8591 4.77406 18.4464V18.4464ZM11 11.5804C9.15788 11.5804 7.65901 10.0815 7.65901 8.23943C7.65901 6.39714 9.15788 4.89844 11 4.89844C12.8421 4.89844 14.341 6.39714 14.341 8.23943C14.341 10.0815 12.8421 11.5804 11 11.5804ZM18.3356 17.3565C18.0071 16.0322 17.3221 14.8111 16.3439 13.8329C15.5517 13.0407 14.6144 12.4463 13.5922 12.0739C14.821 11.2405 15.6301 9.83263 15.6301 8.23943C15.6301 5.68648 13.5529 3.60938 11 3.60938C8.44705 3.60938 6.36995 5.68648 6.36995 8.23943C6.36995 9.83347 7.17964 11.2419 8.40945 12.0751C7.46901 12.4178 6.59872 12.9477 5.84996 13.6453C4.76567 14.655 4.01271 15.9426 3.66359 17.3555C2.18503 15.651 1.28906 13.4282 1.28906 11C1.28906 5.64536 5.64536 1.28906 11 1.28906C16.3546 1.28906 20.7109 5.64536 20.7109 11C20.7109 13.4287 19.8146 15.652 18.3356 17.3565V17.3565Z' fill='%23292A2C' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2010_41'%3E%3Crect width='22' height='22' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.create-account__fieldset {
	display: grid;
	grid-template-columns: 100%;
	gap: 12px;
	padding: 0;
	border: none;
}

.create-account__label {
	position: relative;
}

.create-account__label.error > input {
	border-color: #f13f58;
}
.create-account__label.error[data-error]::after {
	content: attr(data-error);
	font-weight: 400;
	font-size: 12px;
	line-height: 140%;
	color: #f13f58;
	padding-top: 4px;
}

.create-account__label input {
	width: 100%;
	border-radius: 5px;
	padding: 15px 20px;
	border: 1px solid #292a2c;
	background-color: var(--white);
}

.js-password-control {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 39px 0 9px;
	display: inline-block;
	border: none;
	height: 52px;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2010_30)'%3E%3Cpath d='M14.9487 14.9497C13.5242 16.0355 11.7896 16.6371 9.9987 16.6664C4.16536 16.6664 0.832031 9.99969 0.832031 9.99969C1.86861 8.06794 3.30631 6.3802 5.0487 5.0497M8.2487 3.53303C8.82231 3.39876 9.40959 3.33164 9.9987 3.33303C15.832 3.33303 19.1654 9.99969 19.1654 9.99969C18.6595 10.946 18.0562 11.837 17.3654 12.658M11.7654 11.7664C11.5365 12.012 11.2605 12.209 10.9538 12.3456C10.6472 12.4823 10.3161 12.5557 9.98044 12.5617C9.64476 12.5676 9.31133 12.5058 9.00004 12.3801C8.68875 12.2544 8.40597 12.0672 8.16857 11.8298C7.93117 11.5924 7.74403 11.3096 7.61829 10.9984C7.49255 10.6871 7.4308 10.3536 7.43673 10.018C7.44265 9.68228 7.51612 9.35123 7.65276 9.04457C7.7894 8.7379 7.98641 8.4619 8.23203 8.23303' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M0.832031 0.833008L19.1654 19.1663' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2010_30'%3E%3Crect width='20' height='20' fill='white' /%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center center;
}

.js-password-control.show {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.835938 9.99967C0.835938 9.99967 4.16927 3.33301 10.0026 3.33301C15.8359 3.33301 19.1693 9.99967 19.1693 9.99967C19.1693 9.99967 15.8359 16.6663 10.0026 16.6663C4.16927 16.6663 0.835938 9.99967 0.835938 9.99967Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' /%3E%3Cpath d='M10 12.5C11.3807 12.5 12.5 11.3807 12.5 10C12.5 8.61929 11.3807 7.5 10 7.5C8.61929 7.5 7.5 8.61929 7.5 10C7.5 11.3807 8.61929 12.5 10 12.5Z' stroke='%23292A2C' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
}

.create-account__action {
	margin-top: 24px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.create-account__link {
	font-weight: 600;
	font-size: 16px;
	line-height: 140%;
	color: var(--blue);
	transition: var(--animation);
}

.create-account__submit {
	border: 1px solid var(--blue);
	border-radius: 100px;
	padding: 16px 23px;
	background-color: var(--blue);
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #fff;
	text-align: center;
	padding: 15px 40px;
	transition: var(--animation);
}

.create-account__submit:hover {
	background-color: var(--blue-link-hover);
}

.sender-list {
	display: flex;
	flex-direction: column;
	row-gap: 16px;
}

.sender-list__item {
	border-bottom: 1px solid #e6e6e6;
	padding: 0px 0px 16px 0px;
}

.sender-list__title {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #292a2c;
}

.sender-list__value {
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #969696;
}

.border-button {
	display: inline-block;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #2b689b;
	border: 1px solid #2b689b;
	border-radius: 100px;
	padding: 13px 23px;
	background-color: #fff;
	cursor: pointer;
}

@media screen and (max-width: 1000px) {
	.docs-block-ph {
		display: flex;
		width: 100%;
		max-width: 534px;
		margin-top: -10px;
	}

	.calc-doc-block-ph {
		display: flex;
		width: 100%;
		max-width: 534px;
		margin-top: -4px;
	}

	.docs-block-pc {
		display: none;
	}

	.calc-doc-block-ph .result-item {
		width: 100%;
	}

	#send .calc-list__box .result-item {
		min-width: 220px;
	}
}

@media screen and (max-width: 736px) {
	.docs-block-ph .result-values {
		flex-direction: row;
	}
	.result-item {
		padding: 10px 15px;
	}

	.calc-doc-block-ph {
		max-width: 100%;
	}

	.create-account {
		border-radius: 28px;
		padding: 20px;
		max-width: 100%;
	}

	.create-account__title {
		margin-bottom: 20px;
	}

	.create-account__action {
		margin-top: 20px;
		flex-direction: column-reverse;
		justify-content: center;
	}

	.create-account__submit {
		width: 100%;
		padding: 12px;
	}

	.sender-list__title {
		display: block;
	}
}

@media screen and (max-width: 520px) {
	.result-item {
		padding: 10px 5px;
	}
	.border-button {
		width: 100%;
	}
}

.form-address__box.form-address__box-small {
	margin-bottom: 10px;
}
.form-warning {
	margin-bottom: 10px;
	color: var(--blue-link);
}

.create-account
{
	display: none;
}

.create-account.active
{
	display: block;
}

.rowWeight{
  	max-width: 130px;
}
/* End */
/* /local/templates/pmlog2024/css/jquery.formstyler.css?171620675610630 */
/* /local/templates/pmlog2024/js/jquery.fancybox.css?17162067564895 */
/* /local/templates/pmlog2024/js/slick/slick.css?17374508481776 */
/* /local/templates/pmlog2024/css/swiper-bundle.min.css?173238093918435 */
/* /local/templates/pmlog2024/css/tracking.css?174798766111676 */
/* /local/templates/pmlog2024/css/custom.css?17509332836726 */
/* /local/templates/pmlog2024/components/bitrix/menu/top/style.css?1716206756516 */
/* /local/templates/pmlog2024/styles.css?17376187675149 */
/* /local/templates/pmlog2024/template_styles.css?1750414735157185 */
