@charset "UTF-8";
@font-face{
	font-family:Gotham;
	src:url(../fonts/Gotham-Font/Gotham-Book.woff2) format("woff2"),url(../fonts/Gotham-Font/Gotham-Book.woff) format("woff");
	font-weight:400;
	font-style:normal;
	font-display:swap;
}

@font-face{
	font-family:Gotham;src:url(../fonts/Gotham-Font/Gotham-LightItalic.woff2) format("woff2"),url(../fonts/Gotham-Font/Gotham-LightItalic.woff) format("woff");
	font-weight:300;
	font-style:italic;
	font-display:swap;
}
 
* {
  padding: 0;
  margin: 0;    
  position: relative;
  
  box-sizing: border-box;    
}
*, ::after, ::before {
    box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
  color: #CDCAE6;
  background: #312F50;
}

::selection {
  color: #CDCAE6;
  background: #312F50;
}
* {
    box-sizing: border-box;
	outline:none;
}

body {
    font-size: 20px;
    font-family: Gotham,sans-serif;
    line-height: 1.31;
    font-weight: 400;
    color: #190f19;
    background: #fbf9fb;
    min-height: 100vh;
    position: relative;
    text-rendering: optimizeLegibility!important;
    -webkit-font-smoothing: antialiased!important;
}
.wrap {
    width: 100%;
    display: block;
    max-width: 1360px;
    margin: 0 auto;
}

a {cursor:pointer;text-decoration:none;}



.pageEvents {}
.pageEvents .promo {
    height: 70vh;
    min-height: 680px;
    background: url(../img/promobg.webp) top center no-repeat;
    background-size: cover;
}
.pageEvents .promo h1 {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    display: block;
    text-align: center;
    color: #FBF9FB;
    height: 72px;
    position: relative;
    top: calc( (100% - 72px) / 2);
}
.wrap {
    max-width: 1660px;
    display: block;
    margin: 0 auto;
    padding: 0 24px;
    width: 100%;
}
.eventsFuture {}
.eventsPast h2,
.eventsFuture h2 {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    display: block;
    margin-bottom: 32px;
}
.eventsFuture .items {
    font-size: 0;text-align:center;
}

.eventsFuture .items .ev_item {
    display: inline-block;
    vertical-align: top;
    width: calc( 50% - 16px);
    margin-right: 32px;
    height: 510px;
    border-radius: 32px;
    overflow: hidden;
    padding: 24px 48px;
}
.eventsFuture .items .ev_item:last-child {
    margin-right: 0;
}
.eventsFuture .items .ev_item .img {
    display: block;
    width: 100%;
    height: 100%;    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
	-webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.eventsFuture .items .ev_item img {
    display: block;
    width: 100%;
    height: 100%;    top: 0;
    left: 0;
    position: absolute;
    object-fit: cover;
	-webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.eventsPast .items .ev_item:hover img,
.eventsFuture .items .ev_item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.eventsFuture .items .ev_item:after {
    content: '';
    background: linear-gradient(180deg, rgba(25, 15, 25, 0.3) 0%, rgba(25, 15, 25, 0.65) 100%);
    display: block;
    width: 100%;    top: 0;
    left: 0;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.eventsFuture .items .ev_item b {
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    color: #FBF9FB;
    z-index: 1;
    text-align: left;
    display: block;
    position: absolute;
    bottom: 24px;
    left: 48px;
}
.eventsFuture .items .ev_item .scht {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #FBF9FB;
    z-index: 1;
}
.eventsFuture .items .ev_item .scht span {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px;
    padding-left: 0;
}
.eventsFuture .items .ev_item .scht span:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-right: 8px;
}
.eventsFuture .items .ev_item .scht .date:before {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.125 7.49998C28.125 6.50541 27.7299 5.55159 27.0266 4.84832C26.3234 4.14506 25.3696 3.74998 24.375 3.74998H23.4375V2.83884C23.4375 2.33435 23.0496 1.90134 22.5451 1.87615C22.4184 1.87004 22.2917 1.88973 22.1728 1.93403C22.0538 1.97833 21.9451 2.04631 21.8533 2.13386C21.7614 2.2214 21.6882 2.32669 21.6383 2.44334C21.5883 2.55999 21.5625 2.68557 21.5625 2.81248V3.74998H8.4375V2.83884C8.4375 2.33435 8.04961 1.90134 7.54512 1.87615C7.41836 1.87004 7.29168 1.88973 7.17276 1.93403C7.05383 1.97833 6.94514 2.04631 6.85327 2.13386C6.76139 2.2214 6.68825 2.32669 6.63827 2.44334C6.58829 2.55999 6.56251 2.68557 6.5625 2.81248V3.74998H5.625C4.63044 3.74998 3.67661 4.14506 2.97335 4.84832C2.27009 5.55159 1.875 6.50541 1.875 7.49998V8.2031C1.875 8.26526 1.89969 8.32488 1.94365 8.36883C1.9876 8.41278 2.04721 8.43748 2.10938 8.43748H27.8906C27.9528 8.43748 28.0124 8.41278 28.0564 8.36883C28.1003 8.32488 28.125 8.26526 28.125 8.2031V7.49998ZM1.875 24.375C1.875 25.3695 2.27009 26.3234 2.97335 27.0266C3.67661 27.7299 4.63044 28.125 5.625 28.125H24.375C25.3696 28.125 26.3234 27.7299 27.0266 27.0266C27.7299 26.3234 28.125 25.3695 28.125 24.375V10.4883C28.125 10.4416 28.1065 10.3969 28.0735 10.364C28.0405 10.331 27.9958 10.3125 27.9492 10.3125H2.05078C2.00416 10.3125 1.95945 10.331 1.92649 10.364C1.89352 10.3969 1.875 10.4416 1.875 10.4883V24.375ZM22.0312 12.1875C22.3094 12.1875 22.5813 12.2699 22.8125 12.4245C23.0438 12.579 23.224 12.7986 23.3305 13.0556C23.4369 13.3125 23.4647 13.5953 23.4105 13.8681C23.3562 14.1409 23.2223 14.3914 23.0256 14.5881C22.829 14.7848 22.5784 14.9187 22.3056 14.973C22.0328 15.0272 21.7501 14.9994 21.4931 14.8929C21.2361 14.7865 21.0165 14.6063 20.862 14.375C20.7075 14.1437 20.625 13.8719 20.625 13.5937C20.625 13.2208 20.7732 12.8631 21.0369 12.5994C21.3006 12.3356 21.6583 12.1875 22.0312 12.1875ZM22.0312 16.875C22.3094 16.875 22.5813 16.9575 22.8125 17.112C23.0438 17.2665 23.224 17.4861 23.3305 17.7431C23.4369 18 23.4647 18.2828 23.4105 18.5556C23.3562 18.8284 23.2223 19.0789 23.0256 19.2756C22.829 19.4723 22.5784 19.6062 22.3056 19.6605C22.0328 19.7147 21.7501 19.6869 21.4931 19.5804C21.2361 19.474 21.0165 19.2938 20.862 19.0625C20.7075 18.8312 20.625 18.5594 20.625 18.2812C20.625 17.9083 20.7732 17.5506 21.0369 17.2869C21.3006 17.0231 21.6583 16.875 22.0312 16.875ZM17.3438 12.1875C17.6219 12.1875 17.8938 12.2699 18.125 12.4245C18.3563 12.579 18.5365 12.7986 18.643 13.0556C18.7494 13.3125 18.7772 13.5953 18.723 13.8681C18.6687 14.1409 18.5348 14.3914 18.3381 14.5881C18.1415 14.7848 17.8909 14.9187 17.6181 14.973C17.3453 15.0272 17.0626 14.9994 16.8056 14.8929C16.5486 14.7865 16.329 14.6063 16.1745 14.375C16.02 14.1437 15.9375 13.8719 15.9375 13.5937C15.9375 13.2208 16.0857 12.8631 16.3494 12.5994C16.6131 12.3356 16.9708 12.1875 17.3438 12.1875ZM17.3438 16.875C17.6219 16.875 17.8938 16.9575 18.125 17.112C18.3563 17.2665 18.5365 17.4861 18.643 17.7431C18.7494 18 18.7772 18.2828 18.723 18.5556C18.6687 18.8284 18.5348 19.0789 18.3381 19.2756C18.1415 19.4723 17.8909 19.6062 17.6181 19.6605C17.3453 19.7147 17.0626 19.6869 16.8056 19.5804C16.5486 19.474 16.329 19.2938 16.1745 19.0625C16.02 18.8312 15.9375 18.5594 15.9375 18.2812C15.9375 17.9083 16.0857 17.5506 16.3494 17.2869C16.6131 17.0231 16.9708 16.875 17.3438 16.875ZM17.3438 21.5625C17.6219 21.5625 17.8938 21.645 18.125 21.7995C18.3563 21.954 18.5365 22.1736 18.643 22.4306C18.7494 22.6875 18.7772 22.9703 18.723 23.2431C18.6687 23.5159 18.5348 23.7664 18.3381 23.9631C18.1415 24.1598 17.8909 24.2937 17.6181 24.348C17.3453 24.4022 17.0626 24.3744 16.8056 24.2679C16.5486 24.1615 16.329 23.9813 16.1745 23.75C16.02 23.5187 15.9375 23.2469 15.9375 22.9687C15.9375 22.5958 16.0857 22.2381 16.3494 21.9744C16.6131 21.7106 16.9708 21.5625 17.3438 21.5625ZM12.6562 16.875C12.9344 16.875 13.2063 16.9575 13.4375 17.112C13.6688 17.2665 13.849 17.4861 13.9555 17.7431C14.0619 18 14.0897 18.2828 14.0355 18.5556C13.9812 18.8284 13.8473 19.0789 13.6506 19.2756C13.454 19.4723 13.2034 19.6062 12.9306 19.6605C12.6578 19.7147 12.3751 19.6869 12.1181 19.5804C11.8611 19.474 11.6415 19.2938 11.487 19.0625C11.3325 18.8312 11.25 18.5594 11.25 18.2812C11.25 17.9083 11.3982 17.5506 11.6619 17.2869C11.9256 17.0231 12.2833 16.875 12.6562 16.875ZM12.6562 21.5625C12.9344 21.5625 13.2063 21.645 13.4375 21.7995C13.6688 21.954 13.849 22.1736 13.9555 22.4306C14.0619 22.6875 14.0897 22.9703 14.0355 23.2431C13.9812 23.5159 13.8473 23.7664 13.6506 23.9631C13.454 24.1598 13.2034 24.2937 12.9306 24.348C12.6578 24.4022 12.3751 24.3744 12.1181 24.2679C11.8611 24.1615 11.6415 23.9813 11.487 23.75C11.3325 23.5187 11.25 23.2469 11.25 22.9687C11.25 22.5958 11.3982 22.2381 11.6619 21.9744C11.9256 21.7106 12.2833 21.5625 12.6562 21.5625ZM7.96875 16.875C8.24688 16.875 8.51876 16.9575 8.75002 17.112C8.98128 17.2665 9.16152 17.4861 9.26796 17.7431C9.37439 18 9.40224 18.2828 9.34798 18.5556C9.29372 18.8284 9.15979 19.0789 8.96312 19.2756C8.76645 19.4723 8.51588 19.6062 8.2431 19.6605C7.97031 19.7147 7.68756 19.6869 7.4306 19.5804C7.17364 19.474 6.95402 19.2938 6.7995 19.0625C6.64498 18.8312 6.5625 18.5594 6.5625 18.2812C6.5625 17.9083 6.71066 17.5506 6.97438 17.2869C7.2381 17.0231 7.59579 16.875 7.96875 16.875ZM7.96875 21.5625C8.24688 21.5625 8.51876 21.645 8.75002 21.7995C8.98128 21.954 9.16152 22.1736 9.26796 22.4306C9.37439 22.6875 9.40224 22.9703 9.34798 23.2431C9.29372 23.5159 9.15979 23.7664 8.96312 23.9631C8.76645 24.1598 8.51588 24.2937 8.2431 24.348C7.97031 24.4022 7.68756 24.3744 7.4306 24.2679C7.17364 24.1615 6.95402 23.9813 6.7995 23.75C6.64498 23.5187 6.5625 23.2469 6.5625 22.9687C6.5625 22.5958 6.71066 22.2381 6.97438 21.9744C7.2381 21.7106 7.59579 21.5625 7.96875 21.5625Z' fill='%23FBF9FB'/%3E%3C/svg%3E%0A");
}
.eventsFuture .items .ev_item .scht .time:before {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99923 6.47227C9.12241 6.35037 9.219 6.20427 9.2829 6.04319C9.34681 5.88211 9.37665 5.70953 9.37054 5.53634C9.36443 5.36315 9.3225 5.1931 9.2474 5.03692C9.1723 4.88074 9.06565 4.74182 8.93419 4.62891C8.2726 4.06428 7.43208 3.75282 6.56231 3.75L6.37071 3.75527H6.34259C4.35919 3.87598 2.81231 5.59863 2.81641 7.67578C2.81641 8.78906 3.28516 9.37852 3.65548 9.8502C3.75939 9.98206 3.88966 10.0908 4.03796 10.1695C4.18627 10.2482 4.34935 10.2951 4.5168 10.3072C4.53204 10.3072 4.55782 10.3102 4.63399 10.3102C4.78462 10.3099 4.93364 10.2792 5.0721 10.2199C5.21055 10.1606 5.33558 10.0739 5.43966 9.96504L8.99923 6.47227ZM23.6594 3.75645L23.4678 3.75059H23.4373C22.5667 3.75285 21.7253 4.06435 21.0631 4.62949C20.9318 4.7424 20.8253 4.88126 20.7503 5.03733C20.6754 5.1934 20.6335 5.36331 20.6274 5.53635C20.6213 5.7094 20.6511 5.88183 20.7148 6.0428C20.7786 6.20378 20.8751 6.3498 20.9981 6.47168L24.5588 9.9668C24.6631 10.0761 24.7885 10.1631 24.9274 10.2225C25.0662 10.2819 25.2157 10.3125 25.3668 10.3125C25.4418 10.3125 25.4676 10.3125 25.484 10.3096C25.6513 10.2974 25.8143 10.2504 25.9625 10.1717C26.1107 10.093 26.2409 9.98434 26.3447 9.85254C26.7174 9.38086 27.1815 8.79316 27.1838 7.67812C27.1873 5.59863 25.6404 3.87598 23.6594 3.75645Z' fill='%23FBF9FB'/%3E%3Cpath d='M15.0055 5.625C9.32189 5.625 4.69299 10.251 4.69299 15.9375C4.69097 18.3485 5.53749 20.6833 7.0842 22.5328L4.96779 24.6498C4.87867 24.7364 4.80765 24.8399 4.75886 24.9541C4.71007 25.0684 4.6845 25.1913 4.68362 25.3155C4.68274 25.4398 4.70657 25.563 4.75373 25.678C4.80089 25.793 4.87044 25.8974 4.95833 25.9853C5.04622 26.0731 5.1507 26.1426 5.26569 26.1897C5.38068 26.2368 5.50389 26.2606 5.62815 26.2597C5.75242 26.2587 5.87525 26.2331 5.98952 26.1843C6.10379 26.1354 6.20721 26.0644 6.29377 25.9752L8.41017 23.8588C10.2607 25.4038 12.5948 26.2501 15.0055 26.2501C17.4161 26.2501 19.7503 25.4038 21.6008 23.8588L23.7178 25.9752C23.8043 26.0644 23.9078 26.1354 24.022 26.1843C24.1363 26.2331 24.2591 26.2587 24.3834 26.2597C24.5077 26.2606 24.6309 26.2368 24.7459 26.1897C24.8609 26.1426 24.9653 26.0731 25.0532 25.9853C25.1411 25.8974 25.2107 25.793 25.2578 25.678C25.305 25.563 25.3288 25.4398 25.3279 25.3155C25.3271 25.1913 25.3015 25.0684 25.2527 24.9541C25.2039 24.8399 25.1329 24.7364 25.0438 24.6498L22.9268 22.5328C24.4737 20.6835 25.3203 18.3486 25.318 15.9375C25.318 10.2539 20.692 5.625 15.0055 5.625ZM15.943 15.9375C15.943 16.1861 15.8442 16.4246 15.6684 16.6004C15.4926 16.7762 15.2541 16.875 15.0055 16.875H10.318C10.0693 16.875 9.83089 16.7762 9.65507 16.6004C9.47926 16.4246 9.38049 16.1861 9.38049 15.9375C9.38049 15.6889 9.47926 15.4504 9.65507 15.2746C9.83089 15.0988 10.0693 15 10.318 15H14.068V9.375C14.068 9.12636 14.1668 8.8879 14.3426 8.71209C14.5184 8.53627 14.7568 8.4375 15.0055 8.4375C15.2541 8.4375 15.4926 8.53627 15.6684 8.71209C15.8442 8.8879 15.943 9.12636 15.943 9.375V15.9375Z' fill='%23FBF9FB'/%3E%3C/svg%3E%0A");
}
.eventsFuture .items .ev_item .scht .long:before {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2.8125C8.26934 2.8125 2.8125 8.26934 2.8125 15C2.8125 21.7307 8.26934 27.1875 15 27.1875C21.7307 27.1875 27.1875 21.7307 27.1875 15C27.1875 8.26934 21.7307 2.8125 15 2.8125ZM20.625 16.875H15C14.7514 16.875 14.5129 16.7762 14.3371 16.6004C14.1613 16.4246 14.0625 16.1861 14.0625 15.9375V7.5C14.0625 7.25136 14.1613 7.0129 14.3371 6.83709C14.5129 6.66127 14.7514 6.5625 15 6.5625C15.2486 6.5625 15.4871 6.66127 15.6629 6.83709C15.8387 7.0129 15.9375 7.25136 15.9375 7.5V15H20.625C20.8736 15 21.1121 15.0988 21.2879 15.2746C21.4637 15.4504 21.5625 15.6889 21.5625 15.9375C21.5625 16.1861 21.4637 16.4246 21.2879 16.6004C21.1121 16.7762 20.8736 16.875 20.625 16.875Z' fill='%23FBF9FB'/%3E%3C/svg%3E%0A");
}
.eventsFuture .items .ev_item .tag {
    color: #190f19;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    background: #02AB6B;
    padding: 0 24px;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    border-radius: 10px;
    z-index: 1;
    position: absolute;
    right: 48px;
    top: 24px;
}
.eventsFuture .items .ev_item ins {
    display: none;
}
.eventsFuture .items .ev_item.conference .tag {
    color: #FBF9FB;
    background-color: #CA8B02;
}
body.pageEvents {
    min-width: 990px;
}
.eventsFuture {
    margin-top: 80px;
}

.eventsPast {    margin-top: 80px;}
.eventsPast h2 {}
.eventsPast .tabs {
    margin-bottom: 32px;
    text-align: center;
    font-size: 0;
}
.eventsPast .tabs a {
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    vertical-align: top;
    padding: 0 24px;
    margin: 0 12px;
    color: #190F19;
    background-color: #F6EEF7;
    border-radius: 12px;
    transition: all 0.6s ease;
}
.eventsPast .tabs a.active, .eventsPast .tabs a:hover{
	background-color: #007347;
    color: #fbf9fb;
}
.eventsPast .items {
    font-size: 0;
}
.eventsPast .items .ev_item {
    display: inline-block;
    vertical-align: top;
    height: 400px;
    width: calc(25% - 18px);
    margin-right: 24px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 24px;
    border: 1px solid #FBF9FB;
    box-shadow: 0px 0px 5px 0px #190F1926;
    padding: 24px;
    padding-top: 274px;    color: #190F19;
}
.eventsPast .items .ev_item:nth-child(4n) {
    margin-right: 0;
}
.eventsPast .items .ev_item .img {
    height: 250px;
    object-fit: cover;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;overflow: hidden;
    left: 0;
}
.eventsPast .items .ev_item img {
    height: 100%;
    object-fit: cover;
    display: block;
    width: 100%;
	-webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
}
.eventsPast .items .ev_item b {
    display: block;
    height: 62px;
    overflow: hidden;
    margin-bottom: 8px;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
}
.eventsPast .items .ev_item .scht {}
.eventsPast .items .ev_item .scht span {
    display: none;
}
.eventsPast .items .ev_item .scht .date {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    text-align: left;
    display: block;
    line-height: 32px;
}
.eventsPast .items .ev_item .tag {
    display: none;
}
.eventsPast .items .ev_item ins {
    position: absolute;
    right: 24px;
    bottom: 24px;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    color: #86368C;
    text-decoration: none;
    padding-right: 32px;
    height: 30px;
    line-height: 30px;
}
.eventsPast .items .ev_item ins:after {
	content:'';
	background-image: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 13L6.625 7.375L1 1.75' stroke='%2386368C' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.eventsPast .items .ev_item ins:after {
    width: 24px;
    height: 32px;
    position: absolute;
    right: 0;
    top: 0;
    background-position: center;
    background-repeat: no-repeat;
}
.eventsPast .items {
    font-size: 0;
    margin-bottom: 48px;
}
.eventsPast .paginator {
    text-align: center;
}
.eventsPast .paginator .loadMore {
    margin: 0 auto;
    margin-bottom: 24px;
    height: 60px;
    background: #F6EEF7;
    line-height: 60px;
    width: 243px;
    display: block;
    text-align: center;
    border-radius: 12px;
    padding-right: 32px;
    color: #190F19;
    font-size: 20px;
    font-weight: 400;
    transition: all 0.6s ease;
}
.eventsPast .paginator .loadMore:after {content:'';
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.75 8.55469C18.75 8.55469 20.1773 7.85156 15 7.85156C13.1458 7.85156 11.3332 8.4014 9.79153 9.43153C8.24982 10.4617 7.04821 11.9258 6.33863 13.6389C5.62906 15.352 5.44341 17.237 5.80514 19.0555C6.16688 20.8741 7.05976 22.5446 8.37088 23.8557C9.682 25.1668 11.3525 26.0597 13.171 26.4214C14.9896 26.7832 16.8746 26.5975 18.5877 25.8879C20.3007 25.1784 21.7649 23.9767 22.795 22.435C23.8252 20.8933 24.375 19.0808 24.375 17.2266' stroke='%23190F19' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3Cpath d='M15 3.39844L19.6875 8.08594L15 12.7734' stroke='%23190F19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.eventsPast .paginator .loadMore:after {
    width: 30px;
    height: 100%;
    position: absolute;
    margin-left: 8px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.6s ease;
}
.eventsPast .paginator .pages {
    height: 40px;
    text-align: center;
    font-size: 0;
}
.eventsPast .paginator .pages a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 12px;
    margin: 0 10px;
    text-align: center;
    transition: all 0.6s ease;
    color: #190F19;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    background-color: #F6EEF7;
    cursor: pointer;
}
.eventsPast .paginator .pages .prev {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.625 8.75L14.375 20L25.625 31.25' stroke='%23190F19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.eventsPast .paginator .pages .next {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.375 8.75L25.625 20L14.375 31.25' stroke='%23190F19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.eventsPast .paginator .pages .prev, .eventsPast .paginator .pages .next {
    background-color: transparent;
}
.eventsPast .paginator .pages .page {}
.eventsPast .paginator .pages .page.active,
.eventsPast .paginator .pages .page:hover {
    color: #fff;
    background-color: #86368C;
}
.eventsPast .paginator .pages .page.active {}
.eventsPast .paginator .pages {
    margin-top: 48px;
}


footer {
    margin-top: 200px;
    background: #F6EEF7;
}
footer .footer_1 {
    padding: 80px 0;
}
footer .footer_1 .wrap {
    font-size: 0;
    padding: 0;
}
footer .footer_1 .wrap > .left {
    display: inline-block;
    vertical-align: top;
    width: 42%;
    padding: 0 20px;
}
footer .footer_1 .wrap > .rght .left b, footer .footer_1 .wrap > .rght .rght b,
footer .footer_1 .wrap > .left b {
    margin-bottom: 20px;
    display: block;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.2;
}
footer .footer_1 .wrap > .left .forma {
    font-size: 0;
}
footer .footer_1 .wrap > .left .forma .fitem {}
.fitem {
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.fitem.short {
    width: calc(50% - 10px);
    margin-right: 20px;
}
.fitem.short.short2 {
    margin-right: 0;
}
.fitem input {
    border-radius: 16px;
    padding: 12px 10px;
    border: 0;
    background: #fbf9fb;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-size: 15px;
    transition: all ease-in-out .3s;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
}
.fitem input:hover {
	    -webkit-box-shadow: 0 5px 25px rgb(134 54 140 / 15%);
    box-shadow: 0 5px 25px rgb(134 54 140 / 15%);
}
.fitem.select > span {
    border-radius: 16px;
    padding: 12px 10px;
    border: 0;
    background: #fbf9fb;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-size: 15px;
    transition: all ease-in-out .3s;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    display: block;
}
.fitem.select > span:after {
    width: 50px;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.6s ease;
}
.fitem.select > span:after {content:'';
background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 8.625L12 15.375L18.75 8.625' stroke='%23190F19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.fitem.select.active > span {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.fitem.select.active > span:after {
    transform: rotate(180deg);
}
.fitem.select > div {
    display: none;
}
.fitem.select.active > div {
    display: block;
    background: #fff;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.fitem.select > div span {
    border-radius: 16px;
    padding: 12px 10px;
    border: 0;
    background: #fbf9fb;
    width: 100%;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    font-size: 15px;
    transition: all ease-in-out .3s;
    padding: 0 15px;
    height: 50px;
    line-height: 50px;
    display: block;cursor:pointer;
}
.fitem.select > div span:hover {
    color: #86368C;
}
.fitem.select > div span:hover {}
footer .footer_1 .wrap > .left .forma .button {}
footer .footer_1 .wrap > .left .forma .button:hover {}
footer .footer_1 .wrap > .rght {
    width: 58%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
    font-size: 0;
}
footer .footer_1 .wrap > .rght .left, footer .footer_1 .wrap > .rght .rght {
    width: 40%;
    display: inline-block;
    max-width: 340px;
    margin-left: 10%;
    vertical-align: top;
}
footer .footer_1 .wrap > .rght .rght {}
footer .footer_1 .wrap > .rght .left b, footer .footer_1 .wrap > .rght .rght b {}
footer .footer_1 .wrap > .rght .left a {}
footer .footer_1 .wrap > .rght a {
    background: -webkit-gradient(linear,left bottom,left top,from(#86368c),to(#86368c)) no-repeat right bottom/0 1px;
    background: -o-linear-gradient(bottom,#86368c,#86368c) no-repeat right bottom/0 1px;
    background: linear-gradient(0deg,#86368c,#86368c) no-repeat right bottom/0 1px;
    -webkit-transition: background-size .3s;
    -o-transition: background-size .3s;
    transition: background-size .3s;
    font-size: 18px;
    font-weight: 400;
    color: #190f19;
}
footer .footer_1 ins {
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
}
footer .footer_1 .wrap > .rght a:hover {
	    color: #86368c;
    background-size: 100% 1px;
    background-position-x: left;
}
footer .footer_1 .wrap > .rght b.pan {
    margin-top: 48px;
}
footer .footer_1 .wrap > .rght a.biglink {
    font-size: 26px;
}
.fitem.select > span {
    cursor: pointer;
}
footer .footer_1 .wrap > .left .forma .button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 17px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fbf9fb;
    background: #86368c;
    border-radius: var(--border-radius-16);
    border: 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    border-radius: 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
footer .footer_1 .wrap > .left .forma .button:hover {
    background: #85c3ff;
    color: #fbf9fb;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}


footer .footer_2 {
    padding: 40px 0 5px;
    background: #86368c;
    color: #fbf9fb;
}
footer .footer_2 .logo {
	background-image: url("data:image/svg+xml,%3Csvg width='500' height='140' viewBox='0 0 500 140' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M120.816 116.659L111.855 46.0583L92.3778 116.659H70.6255L51.1368 46.0583L42.1759 116.659H23.2559L36.4767 23.3335H60.7941L81.4088 94.2259L102.174 23.3335H126.492L139.713 116.659H120.816Z' fill='%23FBF9FB'/%3E%3Cpath d='M297.143 85.08H279.221V116.671H260.73V23.3452H300.695C324.153 23.3452 336.387 33.926 336.387 54.3526C336.387 69.3547 329.841 78.9322 316.759 82.9336L338.233 116.659H316.62L297.143 85.08ZM279.221 69.7863H297.99C310.793 69.7863 317.189 64.5018 317.189 54.061C317.189 43.7718 310.793 38.6273 297.99 38.6273H279.221V69.7863Z' fill='%23FBF9FB'/%3E%3Cpath d='M441.331 23.3335L407.774 116.659H382.597L349.18 23.3335H368.239L395.261 102.229L422.283 23.3335H441.331Z' fill='%23FBF9FB'/%3E%3Cpath d='M223.588 116.659L196.566 37.764L169.544 116.659H150.484L183.902 23.3335H209.078L242.635 116.659H223.588Z' fill='%23FBF9FB'/%3E%3Cpath d='M476.744 116.659H458.254V23.3335H476.744V116.659Z' fill='%23FBF9FB'/%3E%3C/svg%3E%0A");
}
footer .footer_2 .logo {
    width: 500px;
    height: 140px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
    background-repeat: no-repeat;
    background-position: center;
}
footer .footer_2 .socials {
    font-size: 0;
    text-align: center;
    height: 40px;
    margin-bottom: 12px;
}
footer .footer_2 .socials a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 8px;transition: all 0.6s ease;
}
footer .footer_2 .socials a:hover {
	    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
footer .footer_2 .socials .fb {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.5 20.1055C37.5 10.4414 29.6641 2.60547 20 2.60547C10.3359 2.60547 2.5 10.4414 2.5 20.1055C2.5 28.8398 8.89844 36.0797 17.2656 37.3937V25.1656H12.8211V20.1055H17.2656V16.25C17.2656 11.8648 19.8789 9.44062 23.8758 9.44062C25.7906 9.44062 27.7938 9.78281 27.7938 9.78281V14.0898H25.5859C23.4133 14.0898 22.7336 15.4383 22.7336 16.8242V20.1055H27.5867L26.8117 25.1656H22.7344V37.3953C31.1016 36.082 37.5 28.8422 37.5 20.1055Z' fill='%23FBF9FB'/%3E%3C/svg%3E%0A");
}
footer .footer_2 .socials .in {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2914 5.41641C29.2236 5.42218 31.0751 6.19231 32.4414 7.55861C33.8077 8.92491 34.5778 10.7764 34.5836 12.7086V27.2914C34.5778 29.2236 33.8077 31.0751 32.4414 32.4414C31.0751 33.8077 29.2236 34.5778 27.2914 34.5836H12.7086C10.7764 34.5778 8.92491 33.8077 7.55861 32.4414C6.19231 31.0751 5.42218 29.2236 5.41641 27.2914V12.7086C5.42218 10.7764 6.19231 8.92491 7.55861 7.55861C8.92491 6.19231 10.7764 5.42218 12.7086 5.41641H27.2914ZM27.2914 2.5H12.7086C7.09375 2.5 2.5 7.09375 2.5 12.7086V27.2914C2.5 32.9062 7.09375 37.5 12.7086 37.5H27.2914C32.9062 37.5 37.5 32.9062 37.5 27.2914V12.7086C37.5 7.09375 32.9062 2.5 27.2914 2.5Z' fill='%23FBF9FB'/%3E%3Cpath d='M29.4789 12.7085C29.0463 12.7085 28.6233 12.5802 28.2636 12.3398C27.9039 12.0995 27.6235 11.7578 27.4579 11.3581C27.2924 10.9584 27.249 10.5186 27.3334 10.0942C27.4178 9.6699 27.6262 9.28013 27.9321 8.9742C28.238 8.66827 28.6278 8.45993 29.0521 8.37553C29.4765 8.29112 29.9163 8.33444 30.316 8.50001C30.7157 8.66558 31.0574 8.94595 31.2977 9.30569C31.5381 9.66542 31.6664 10.0884 31.6664 10.521C31.667 10.8084 31.6109 11.0932 31.5012 11.3588C31.3914 11.6245 31.2303 11.8659 31.0271 12.0692C30.8238 12.2724 30.5824 12.4335 30.3168 12.5432C30.0511 12.653 29.7663 12.7091 29.4789 12.7085ZM20 14.1663C21.1538 14.1663 22.2816 14.5084 23.241 15.1494C24.2003 15.7905 24.948 16.7015 25.3895 17.7675C25.8311 18.8334 25.9466 20.0064 25.7215 21.138C25.4964 22.2696 24.9408 23.309 24.125 24.1249C23.3091 24.9407 22.2697 25.4963 21.1381 25.7214C20.0065 25.9465 18.8335 25.831 17.7676 25.3894C16.7016 24.9479 15.7906 24.2002 15.1495 23.2409C14.5085 22.2815 14.1664 21.1537 14.1664 19.9999C14.1681 18.4532 14.7832 16.9704 15.8769 15.8768C16.9705 14.7831 18.4533 14.168 20 14.1663ZM20 11.2499C18.2694 11.2499 16.5777 11.7631 15.1388 12.7245C13.6998 13.686 12.5783 15.0526 11.9161 16.6514C11.2538 18.2503 11.0805 20.0096 11.4181 21.7069C11.7558 23.4043 12.5891 24.9634 13.8128 26.1871C15.0365 27.4108 16.5956 28.2442 18.293 28.5818C19.9903 28.9194 21.7496 28.7461 23.3485 28.0838C24.9473 27.4216 26.3139 26.3001 27.2754 24.8611C28.2368 23.4222 28.75 21.7305 28.75 19.9999C28.75 17.6793 27.8281 15.4537 26.1872 13.8127C24.5462 12.1718 22.3206 11.2499 20 11.2499Z' fill='%23FBF9FB'/%3E%3C/svg%3E%0A");
}
footer .footer_2 .socials .li {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.7008 2.5H5.49063C3.89453 2.5 2.5 3.64844 2.5 5.22578V34.5008C2.5 36.0867 3.89453 37.5 5.49063 37.5H34.6922C36.2969 37.5 37.5 36.0773 37.5 34.5008V5.22578C37.5094 3.64844 36.2969 2.5 34.7008 2.5ZM13.3492 31.6742H8.33516V16.0844H13.3492V31.6742ZM11.0156 13.7141H10.9797C9.375 13.7141 8.33594 12.5195 8.33594 11.0242C8.33594 9.50156 9.40234 8.33516 11.043 8.33516C12.6836 8.33516 13.6875 9.49297 13.7234 11.0242C13.7227 12.5195 12.6836 13.7141 11.0156 13.7141ZM31.6742 31.6742H26.6602V23.15C26.6602 21.1078 25.9305 19.7125 24.1164 19.7125C22.7305 19.7125 21.9102 20.65 21.5453 21.5633C21.4086 21.8914 21.3719 22.3383 21.3719 22.7945V31.6742H16.3578V16.0844H21.3719V18.2539C22.1016 17.2148 23.2414 15.7195 25.8938 15.7195C29.1852 15.7195 31.675 17.8891 31.675 22.5664L31.6742 31.6742Z' fill='%23FBF9FB'/%3E%3C/svg%3E%0A");
}
footer .footer_2 .copyright {
    display: block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    opacity: 0.7;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 80px;
    z-index: 2;transition: all 0.6s ease;
}
header .wrap {}
header .logo {
	background-image: url("data:image/svg+xml,%3Csvg width='145' height='40' viewBox='0 0 145 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.0365 33.3311L32.4379 13.1595L26.7895 33.3311H20.4813L14.8296 13.1595L12.2309 33.3311H6.74414L10.5782 6.66668H17.6302L23.6085 26.9217L29.6305 6.66668H36.6826L40.5166 33.3311H35.0365Z' fill='%23FBF9FB'/%3E%3Cpath d='M86.1709 24.3085H80.9736V33.3345H75.6113V6.67002H87.2009C94.0039 6.67002 97.5518 9.6931 97.5518 15.5293C97.5518 19.8156 95.6533 22.552 91.8597 23.6953L98.087 33.3311H91.8193L86.1709 24.3085ZM80.9736 19.9389H86.4166C90.1295 19.9389 91.9842 18.429 91.9842 15.446C91.9842 12.5062 90.1295 11.0363 86.4166 11.0363H80.9736V19.9389Z' fill='%23FBF9FB'/%3E%3Cpath d='M127.985 6.66668L118.254 33.3311H110.953L101.262 6.66668H106.789L114.625 29.2081L122.462 6.66668H127.985Z' fill='%23FBF9FB'/%3E%3Cpath d='M64.8406 33.3311L57.0042 10.7897L49.1678 33.3311H43.6406L53.3317 6.66668H60.6329L70.3644 33.3311H64.8406Z' fill='%23FBF9FB'/%3E%3Cpath d='M138.255 33.3311H132.893V6.66668H138.255V33.3311Z' fill='%23FBF9FB'/%3E%3C/svg%3E%0A");
}
header .logo {
    width: 150px;
    height: 100%;
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 80px;transition: all 0.6s ease;
}
header .menu {
    width: calc(100% - 400px);
    position: absolute;
    top: 0;
    right: 220px;
    height: 100%;
    text-align: right;
    font-size: 0;transition: all 0.6s ease;
}
header .menu > .link {
    padding: 0px 16px;
    color: #fbf9fb;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    line-height: 60px;
    margin: 10px 12px; margin: 10px 6px;
    border-radius: 20px;
    transition: all 0.6s ease;
    position: relative;
}
header .menu > .link:not(.folder).active,
header .menu > .link:hover {
	background: #fbf9fb;
    
    color: #190f19;
}
 
header .menu .folder {
    padding-right: 24px;
}
header .menu .folder:after {content:'';
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 8.625L12 15.375L18.75 8.625' stroke='%23FBF9FB' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

}
header .menu .folder:after {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: calc((100% - 24px) / 2);
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
}
header .menu .folder:hover {}
header .menu .folder:hover:after {}
header .menu .folder:hover + div {
}
header .menu > .link.fld:hover {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
header .menu > .link > div {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 100%;
    background: #fbf9fb;
    opacity: 0;
    -webkit-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
    pointer-events: none;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0 10px 12px rgb(134 54 140 / 15%);
    box-shadow: 0 10px 12px rgb(134 54 140 / 15%);padding-bottom: 12px;
}
header .menu .link.fld:hover div {
    opacity: 1;
    pointer-events: auto;
}
header .menu > .link div a {
    padding: 0px 16px;
    font-size: 20px;
    font-weight: 400;
    color: #190f19;
    display: block;
    height: 40px;
    line-height: 40px;
}
header .menu > .link div a:hover {}
header .getDemo {
    background: #86368C;
    height: 50px;
    color: #FBF9FB;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    width: 200px;
    display: block;
    position: absolute;
    right: 0;
    border-radius: 12px;
    text-align: center;
    line-height: 50px;
    top: 15px;
    transition: all 0.6s ease;
}
header .getDemo:hover {
	background: #85c3ff;
    color: #fbf9fb;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
header .menu > .link div a {
    padding: 0px 16px;
    font-size: 20px;
    font-weight: 400;
    color: #190f19;
}
header .menu > .link div a:hover {
	color:#86368C;
}
header .menu > .link > div a {
    white-space: nowrap;
}
.pageEvent header,
.scrolled header {
    background-color: #f6eef7;
    height: 60px;
}
.pageEvent header .logo,
.scrolled header .logo {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='145' height='40' viewBox='0 0 145 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M35.0365 33.3311L32.4379 13.1595L26.7895 33.3311H20.4813L14.8296 13.1595L12.2309 33.3311H6.74414L10.5782 6.66668H17.6302L23.6085 26.9217L29.6305 6.66668H36.6826L40.5166 33.3311H35.0365Z' fill='%2386368C'/%3E%3Cpath d='M86.1709 24.3085H80.9736V33.3345H75.6113V6.67002H87.2009C94.0039 6.67002 97.5518 9.6931 97.5518 15.5293C97.5518 19.8156 95.6533 22.552 91.8597 23.6953L98.087 33.3311H91.8193L86.1709 24.3085ZM80.9736 19.9389H86.4166C90.1295 19.9389 91.9842 18.429 91.9842 15.446C91.9842 12.5062 90.1295 11.0363 86.4166 11.0363H80.9736V19.9389Z' fill='%2386368C'/%3E%3Cpath d='M127.985 6.66668L118.254 33.3311H110.953L101.262 6.66668H106.789L114.625 29.2081L122.462 6.66668H127.985Z' fill='%2386368C'/%3E%3Cpath d='M64.8406 33.3311L57.0042 10.7897L49.1678 33.3311H43.6406L53.3317 6.66668H60.6329L70.3644 33.3311H64.8406Z' fill='%2386368C'/%3E%3Cpath d='M138.255 33.3311H132.893V6.66668H138.255V33.3311Z' fill='%2386368C'/%3E%3C/svg%3E%0A");
	height: 60px;
}
.pageEvent header .menu > .link,
.scrolled header .menu > .link {    color: #190f19;}
.pageEvent header .getDemo,
.scrolled header .getDemo {
    height: 44px;
    line-height: 44px;
    top: 8px;
}
header .openMenu {
    display: none;
    width: 60px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 10px;
    right: 10px;
} 
.pageEvent header .menu > .link,
.scrolled header .menu > .link {
    line-height: 40px;
}
.pageEvent header .menu .folder:after,
.scrolled header .menu .folder:after {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.25 8.625L12 15.375L18.75 8.625' stroke='%23190f19' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
 
body:not(.scrolled) header .openMenu {
	background-image: url("data:image/svg+xml,%0A%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.875 11.875H33.125M6.875 20H33.125M6.875 28.125H33.125' stroke='%23fbf9fb' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
header .openMenu {
	transition: all 0.6s ease;
}
.pageEvent header .openMenu ,
.scrolled header .openMenu {
    top: 0;
}

.menuopened header .openMenu  {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5715 29.4281L29.4277 10.5719' stroke='%23190F19' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5715 10.5719L29.4277 29.4281' stroke='%23190F19' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.modal {
    display: none;
}
.modal.visible {}
.modal.active {}
.modal .win {}
.modal .win .close {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.34375 17.6569L17.6575 6.34315' stroke='%23190F19' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M6.34375 6.34314L17.6575 17.6568' stroke='%23190F19' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.modal .sobaka {}
.modal .sobaka.register {
	background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.8716 123.044C24.8716 123.044 26.975 129.357 28.6604 132.725C30.3431 136.093 34.9971 135.04 34.9971 135.04C37.3361 134.199 34.3436 130.68 34.3436 130.68C31.3962 127.373 32.8699 121.782 34.3436 118.623C35.8173 115.467 34.3436 107.047 34.3436 107.047L33.452 99.7979L26.4352 98.9565L22.2257 105.69L24.8716 123.044Z' fill='%23FBF9FB'/%3E%3Cpath d='M33.3667 135.781C34.3589 135.781 35.0865 135.62 35.1262 135.612L35.195 135.591C36.0046 135.3 36.301 134.757 36.4094 134.353C36.8328 132.765 34.9992 130.548 34.7876 130.299C32.2423 127.442 33.245 122.356 34.8722 118.869C36.3883 115.62 35.0124 107.481 34.9198 106.96L33.9753 99.2715L26.1357 98.3322L21.614 105.566L24.3154 123.229C24.4027 123.489 26.4532 129.622 28.1359 132.987C28.9165 134.548 30.3875 135.495 32.3931 135.726C32.7344 135.765 33.0625 135.781 33.3667 135.781ZM34.8352 134.477C34.433 134.556 30.5701 135.236 29.1837 132.463C27.6121 129.323 25.6383 123.489 25.4425 122.904L22.839 105.815L26.7363 99.5784L32.9302 100.322L33.7689 107.145C33.7821 107.227 35.1924 115.419 33.8139 118.374C33.2715 119.539 32.3243 121.891 32.1047 124.544C31.8771 127.272 32.483 129.468 33.9091 131.066C34.5891 131.868 35.4755 133.337 35.2823 134.051C35.2453 134.186 35.1606 134.35 34.8352 134.477Z' fill='%23190F19'/%3E%3Cpath d='M73.4908 74.5674C73.4908 74.5674 56.8645 74.8452 35.1845 74.5674C13.5046 74.2869 10.5598 95.6837 13.2956 97.9988C16.0314 100.314 18.3465 115.678 17.0844 123.465C15.8223 131.252 18.3465 137.356 21.9263 137.147C25.5034 136.935 24.8737 135.043 24.8737 135.043C24.8737 135.043 20.4525 126.624 24.8737 123.047C29.2949 119.47 30.3453 104.314 30.3453 104.314C37.288 108.101 69.0697 106.627 69.0697 106.627C80.0154 104.732 96.8509 115.887 101.693 119.888C106.535 123.888 108.006 119.888 108.006 119.888C109.268 111.26 90.4374 103.47 90.4374 103.47C87.3788 101.253 87.1565 97.5252 87.9238 93.9534C87.9238 93.9534 85.7463 74.8716 73.4908 74.5674Z' fill='%23FBF9FB'/%3E%3Cpath d='M21.744 137.734C21.8154 137.734 21.8868 137.731 21.9583 137.729C23.5696 137.633 24.6491 137.194 25.173 136.422C25.6783 135.675 25.4534 134.937 25.427 134.855L25.3899 134.768C25.3476 134.688 21.2465 126.73 25.2391 123.497C27.1811 121.922 28.729 118.205 29.8402 112.445C30.4276 109.4 30.7318 106.558 30.8562 105.195C39.1218 108.556 67.8396 107.27 69.099 107.212L69.1705 107.204C73.7186 106.418 80.0289 107.926 87.4134 111.572C93.8799 114.765 99.2006 118.583 101.323 120.338C103.233 121.914 104.918 122.52 106.334 122.139C107.945 121.705 108.532 120.155 108.556 120.089L108.585 119.972C109.874 111.17 92.1601 103.558 90.7287 102.957C88.358 101.203 87.6092 98.2157 88.4956 94.075L88.5168 93.9824L88.5062 93.8872C88.4824 93.6887 87.9267 88.9765 85.8418 84.1426C83.0267 77.6259 78.7616 74.1149 73.507 73.9826H73.4937H73.4805C73.3138 73.9852 56.6133 74.2578 35.1927 73.9826C35.0472 73.98 34.9043 73.9799 34.7614 73.9799C20.0374 73.9799 14.7616 83.8172 13.1688 88.0769C11.5125 92.5087 11.4014 97.1601 12.9175 98.4433C14.0658 99.4143 15.3199 103.465 16.111 108.765C16.9286 114.236 17.0794 119.832 16.5052 123.37C15.6347 128.741 16.5052 133.799 18.7277 136.257C19.6008 137.228 20.6406 137.734 21.744 137.734ZM24.321 135.249C24.3342 135.323 24.3554 135.554 24.194 135.781C24.0167 136.033 23.4796 136.466 21.8895 136.559C21.0613 136.607 20.2887 136.242 19.5955 135.474C17.6032 133.268 16.8439 128.59 17.6614 123.555C18.86 116.17 16.7883 100.184 13.6742 97.549C12.9333 96.9219 12.4809 93.2548 14.2642 88.4844C15.7697 84.4521 20.7703 75.1468 34.7667 75.1468C34.9017 75.1468 35.0393 75.1468 35.1768 75.1494C56.3673 75.4219 72.9461 75.1573 73.4884 75.1494C78.3118 75.2738 82.1033 78.4488 84.7597 84.5818C86.6276 88.8971 87.2468 93.2469 87.3341 93.9269C86.3657 98.5412 87.297 101.912 90.0963 103.941L90.1519 103.981L90.2154 104.007C90.3979 104.084 108.506 111.675 107.44 119.729C107.347 119.935 106.918 120.774 106.016 121.01C105.006 121.277 103.638 120.732 102.066 119.433C98.0285 116.099 80.6057 104.066 69.0091 106.042C67.7814 106.098 37.2459 107.407 30.626 103.796L29.827 103.359L29.7635 104.267C29.7608 104.304 29.4936 108.079 28.6919 112.231C27.6521 117.631 26.2048 121.211 24.5062 122.584C19.921 126.299 23.8844 134.395 24.321 135.249Z' fill='%23190F19'/%3E%3Cpath d='M71.5981 107.048C71.5981 107.048 69.283 124.939 71.5981 128.727C71.5981 128.727 77.7021 135.895 74.3339 137.152C70.9658 138.409 66.3356 134.62 65.4942 131.675C64.6528 128.727 62.5468 107.05 62.5468 107.05' fill='%23FBF9FB'/%3E%3Cpath d='M72.9006 137.985C73.4748 137.985 74.0225 137.89 74.5358 137.699C75.2237 137.443 75.6788 136.956 75.8507 136.292C76.5069 133.76 72.6599 129.082 72.0725 128.386C70.2945 125.351 71.5407 112.024 72.1757 107.124C72.218 106.804 71.9905 106.51 71.6703 106.471C71.3528 106.431 71.0565 106.656 71.0168 106.976C70.9216 107.714 68.7017 125.116 71.0988 129.034L71.1518 129.108C72.7393 130.974 75.1126 134.495 74.721 136.001C74.6443 136.295 74.4617 136.482 74.1283 136.607C72.7763 137.112 71.3184 136.625 70.3342 136.128C68.3287 135.117 66.5295 133.178 66.0559 131.516C65.2383 128.653 63.1508 107.212 63.1296 106.995C63.0979 106.674 62.8095 106.436 62.492 106.471C62.1718 106.503 61.9363 106.788 61.9681 107.108C62.0554 107.995 64.0874 128.873 64.9341 131.839C65.5003 133.815 67.5032 136.009 69.8103 137.173C70.8819 137.71 71.9296 137.985 72.9006 137.985Z' fill='%23190F19'/%3E%3Cpath d='M17.0391 82.3858C17.0391 82.3858 0.669312 62.4283 9.29736 36.5388C9.29736 36.5388 10.5859 33.1707 6.78382 35.4858C2.98177 37.8009 -4.25722 79.7929 13.5704 88.6855L17.0391 82.3858Z' fill='%23190F19'/%3E%3Cpath d='M56.9023 106.91L51.399 106.521C47.9594 105.923 49.8327 106.291 42.5037 106.616L37.3682 105.621C37.3867 104.918 35.786 99.1365 36.0215 98.4459C37.4978 94.12 38.6937 90.6116 48.0415 93.7999C53.2061 95.5593 56.4208 102.047 56.9023 106.91Z' fill='%23190F19'/%3E%3Cpath d='M76.6935 44.1191C76.6935 44.1191 72.4443 72.7496 75.9818 84.5024C75.9818 84.5024 79.7971 95.7604 92.587 93.702C92.587 93.702 110.565 88.6087 127.816 74.5541C127.816 74.5541 133.677 66.3864 121.371 55.7158C121.371 55.7158 112.867 48.4054 108.552 45.323C98.9952 38.4941 89.3909 34.8878 89.3909 34.8878C89.3909 34.8878 80.0723 32.4669 76.6935 44.1191Z' fill='%23FBF9FB'/%3E%3Cpath d='M89.588 94.5328C90.5564 94.5328 91.5883 94.4534 92.6836 94.2761L92.7498 94.2602C92.9297 94.21 111.04 88.9712 128.188 75.0012L128.249 74.951L128.294 74.8875C128.357 74.7975 129.871 72.6465 129.794 69.1169C129.667 63.3226 125.354 58.3854 121.756 55.266C121.669 55.1919 113.181 47.9027 108.895 44.8388C99.3855 38.0443 89.6965 34.3692 89.5986 34.3322L89.5404 34.3137C89.4425 34.2872 79.6291 31.8928 76.134 43.9498L76.1181 44.0265C76.1075 44.098 75.0465 51.3052 74.4301 59.8565C73.6019 71.3765 73.9353 79.7241 75.4249 84.6665C75.4725 84.8067 76.4594 87.6589 79.0788 90.2836C81.1161 92.3261 84.4975 94.5328 89.588 94.5328ZM92.464 93.1305C87.392 93.9374 83.1745 92.7151 79.9387 89.4951C77.4966 87.0636 76.5467 84.3437 76.5388 84.3146C73.1415 73.038 77.0944 45.4526 77.269 44.2435C80.3885 33.5517 88.572 35.2874 89.2203 35.4461C89.8235 35.6789 99.1024 39.2826 108.217 45.7966C112.461 48.8287 120.909 56.0836 120.994 56.1577C132.226 65.8969 127.852 73.427 127.384 74.1546C110.778 87.6562 93.3213 92.8791 92.464 93.1305Z' fill='%23190F19'/%3E%3Cpath d='M101.734 41.5792L93.736 28.006C92.6803 26.2122 90.7251 23.4367 89.3942 21.8386C89.3942 21.8386 85.915 17.6556 80.7053 23.8098C72.7573 33.1998 70.7464 45.3336 70.7464 45.3336C70.4051 47.3867 71.6143 48.2361 73.4319 47.2254C73.4319 47.2254 86.5632 39.9096 101.734 41.5792Z' fill='%23FBF9FB'/%3E%3Cpath d='M72.0478 48.2387C72.4897 48.2387 73.0426 48.1117 73.7173 47.736C73.847 47.6645 86.8697 40.5314 101.673 42.1612L102.832 42.2882L94.241 27.7097C93.1695 25.892 91.1983 23.0901 89.8463 21.4655C89.7934 21.3994 88.4996 19.8754 86.2877 19.8675C86.2797 19.8675 86.2744 19.8675 86.2665 19.8675C84.2848 19.8675 82.266 21.0687 80.2605 23.434C72.2992 32.84 70.1904 45.1166 70.1693 45.2383C69.8941 46.892 70.537 47.6196 70.9445 47.908C71.1615 48.0641 71.5266 48.2387 72.0478 48.2387ZM97.1991 40.751C84.0202 40.751 73.2675 46.6486 73.1458 46.7147C72.4923 47.0772 71.9208 47.1671 71.6139 46.9528C71.307 46.7385 71.1985 46.1697 71.3202 45.4315C71.3414 45.3124 73.4025 33.3427 81.1495 24.1907C82.9195 22.1005 84.6393 21.0369 86.2612 21.0369H86.2638C87.9254 21.0369 88.907 22.1693 88.9467 22.217C90.2617 23.7992 92.1852 26.5323 93.2303 28.305L100.647 40.8912C99.4851 40.796 98.3315 40.751 97.1991 40.751Z' fill='%23190F19'/%3E%3Cpath d='M123.529 56.9567L138.171 62.7722C140.106 63.5395 143.148 65.0423 144.934 66.1112C144.934 66.1112 149.604 68.9052 144.323 75.0012C136.266 84.3013 124.59 88.1563 124.59 88.1563C122.614 88.8098 121.587 87.7462 122.31 85.7936C122.31 85.7936 127.517 71.6913 123.529 56.9567Z' fill='%23190F19'/%3E%3Cpath d='M123.524 88.9342C123.874 88.9342 124.286 88.8707 124.773 88.712C124.892 88.6723 136.698 84.6982 144.765 75.3849C146.802 73.0328 147.678 70.8447 147.363 68.8815C147.014 66.6986 145.307 65.6535 145.236 65.6112C143.424 64.5264 140.354 63.0104 138.389 62.2298L122.662 55.9857L122.966 57.1128C126.855 71.4876 121.812 85.4549 121.76 85.5925C121.177 87.1668 121.672 88.0002 122.016 88.3601C122.257 88.6061 122.728 88.9342 123.524 88.9342ZM124.379 57.9224L137.957 63.3146C139.873 64.0766 142.868 65.5556 144.635 66.6113C144.686 66.6431 145.958 67.4395 146.212 69.0825C146.461 70.6833 145.678 72.5459 143.884 74.6176C136.034 83.6822 124.524 87.561 124.408 87.6007C123.699 87.8335 123.12 87.815 122.86 87.5451C122.601 87.2753 122.598 86.6958 122.858 85.9947C122.908 85.8571 127.824 72.2655 124.379 57.9224Z' fill='%23190F19'/%3E%3Cpath d='M79.1779 44.68C76.3072 42.6269 73.8624 44.1879 73.746 48.1514L73.2459 65C73.1295 68.9608 76.0664 71.0484 79.7732 69.6381L95.418 63.685C99.1248 62.2748 99.8101 59.4411 96.942 57.388L79.1779 44.68Z' fill='%238585B9'/%3E%3Cpath d='M77.5304 70.5827C78.2977 70.5827 79.1126 70.424 79.9514 70.1065L95.5961 64.1534C97.6916 63.357 99.0013 62.0526 99.1945 60.5762C99.3612 59.2798 98.6653 58.0018 97.2339 56.9779L79.4698 44.27C78.0358 43.246 76.6044 42.9973 75.4376 43.5768C74.1094 44.2356 73.3103 45.8971 73.2415 48.1329L72.7415 64.9815C72.6806 67.0691 73.4029 68.7598 74.7788 69.7387C75.5672 70.3023 76.5065 70.5827 77.5304 70.5827ZM78.8851 45.0902L96.6492 57.7981C97.7657 58.5971 98.3161 59.539 98.197 60.4492C98.0541 61.5472 96.9773 62.5553 95.239 63.2167L79.5942 69.1699C77.9617 69.7916 76.4589 69.7043 75.3635 68.9238C74.2708 68.1459 73.6966 66.7569 73.7469 65.0159L74.2469 48.1673C74.3025 46.3125 74.8978 44.9685 75.8821 44.4816C76.7023 44.0742 77.7686 44.2911 78.8851 45.0902Z' fill='%23190F19'/%3E%3Cpath d='M79.1779 44.68C76.3072 42.6269 73.8624 44.1879 73.746 48.1514L73.2459 65C73.1295 68.9608 76.0664 71.0484 79.7732 69.6381L95.418 63.685C99.1248 62.2748 99.8101 59.4411 96.942 57.388L79.1779 44.68Z' fill='%238585B9'/%3E%3Cpath d='M77.5304 70.5827C78.2977 70.5827 79.1126 70.424 79.9514 70.1065L95.5961 64.1534C97.6916 63.357 99.0013 62.0526 99.1945 60.5762C99.3612 59.2798 98.6653 58.0018 97.2339 56.9779L79.4698 44.27C78.0358 43.246 76.6044 42.9973 75.4376 43.5768C74.1094 44.2356 73.3103 45.8971 73.2415 48.1329L72.7415 64.9815C72.6806 67.0691 73.4029 68.7598 74.7788 69.7387C75.5672 70.3023 76.5065 70.5827 77.5304 70.5827ZM78.8851 45.0902L96.6492 57.7981C97.7657 58.5971 98.3161 59.539 98.197 60.4492C98.0541 61.5472 96.9773 62.5553 95.239 63.2167L79.5942 69.1699C77.9617 69.7916 76.4589 69.7043 75.3635 68.9238C74.2708 68.1459 73.6966 66.7569 73.7469 65.0159L74.2469 48.1673C74.3025 46.3125 74.8978 44.9685 75.8821 44.4816C76.7023 44.0742 77.7686 44.2911 78.8851 45.0902Z' fill='%23190F19'/%3E%3Cpath d='M105.522 63.5264C102.651 61.4733 100.206 63.0343 100.09 66.9978L99.5897 83.8464C99.4733 87.8072 102.41 89.8948 106.117 88.4845L121.762 82.5314C125.469 81.1212 126.154 78.2875 123.286 76.2344L105.522 63.5264Z' fill='%238585B9'/%3E%3Cpath d='M103.874 89.429C104.641 89.429 105.456 89.2703 106.295 88.9528L121.94 82.9997C124.035 82.2033 125.345 80.8989 125.538 79.4225C125.705 78.1261 125.009 76.8481 123.578 75.8242L105.814 63.1163C104.38 62.0923 102.948 61.8463 101.781 62.4231C100.453 63.0819 99.6541 64.7434 99.5879 66.9792L99.0879 83.8252C99.027 85.9127 99.7493 87.6034 101.125 88.5824C101.911 89.1459 102.85 89.429 103.874 89.429ZM105.229 63.9338L122.993 76.6417C124.109 77.4408 124.66 78.3827 124.541 79.2929C124.398 80.3909 123.321 81.3989 121.583 82.0604L105.938 88.0135C104.305 88.6353 102.803 88.548 101.707 87.7675C100.615 86.9896 100.04 85.6005 100.091 83.8596L100.591 67.0109C100.646 65.1562 101.242 63.8121 102.226 63.3253C103.046 62.9178 104.112 63.1374 105.229 63.9338Z' fill='%23190F19'/%3E%3Cpath d='M105.522 63.5264C102.651 61.4733 100.206 63.0343 100.09 66.9978L99.5897 83.8464C99.4733 87.8072 102.41 89.8948 106.117 88.4845L121.762 82.5314C125.469 81.1212 126.154 78.2875 123.286 76.2344L105.522 63.5264Z' fill='%238585B9'/%3E%3Cpath d='M103.874 89.429C104.641 89.429 105.456 89.2703 106.295 88.9528L121.94 82.9997C124.035 82.2033 125.345 80.8989 125.538 79.4225C125.705 78.1261 125.009 76.8481 123.578 75.8242L105.814 63.1163C104.38 62.0923 102.948 61.8463 101.781 62.4231C100.453 63.0819 99.6541 64.7434 99.5879 66.9792L99.0879 83.8252C99.027 85.9127 99.7493 87.6034 101.125 88.5824C101.911 89.1459 102.85 89.429 103.874 89.429ZM105.229 63.9338L122.993 76.6417C124.109 77.4408 124.66 78.3827 124.541 79.2929C124.398 80.3909 123.321 81.3989 121.583 82.0604L105.938 88.0135C104.305 88.6353 102.803 88.548 101.707 87.7675C100.615 86.9896 100.04 85.6005 100.091 83.8596L100.591 67.0109C100.646 65.1562 101.242 63.8121 102.226 63.3253C103.046 62.9178 104.112 63.1374 105.229 63.9338Z' fill='%23190F19'/%3E%3Cpath d='M86.8412 70.0509C86.8412 70.0509 85.5633 77.6392 86.3385 79.7664C86.3385 79.7664 86.8597 82.1662 89.5373 81.4862C89.5373 81.4862 94.1516 79.695 97.6203 76.1363C97.6203 76.1363 98.7739 74.8584 96.0937 72.9375C93.4479 71.0405 90.2649 68.6486 90.2649 68.6486C90.2649 68.6486 87.9048 67.0876 86.8412 70.0509Z' fill='%23190F19'/%3E%3Cpath d='M83.5227 71.178C78.6438 76.9512 86.3353 79.5521 86.3353 79.5521C86.3353 79.5521 80.6176 83.0287 86.875 87.0371' fill='%23FBF9FB'/%3E%3Cpath d='M86.8736 87.6245C87.0667 87.6245 87.2546 87.5293 87.3657 87.3546C87.5403 87.0821 87.461 86.7223 87.1884 86.5477C85.4104 85.4073 84.5162 84.2431 84.5294 83.0896C84.5506 81.3698 86.6169 80.0654 86.6355 80.0548L87.707 79.4039L86.5191 79.0017C86.4873 78.9912 83.2171 77.8535 82.5873 75.5807C82.2566 74.3848 82.7196 73.0328 83.9658 71.559C84.1748 71.313 84.1431 70.9426 83.897 70.7362C83.651 70.5272 83.2806 70.5589 83.0742 70.805C81.5634 72.5935 81.021 74.3054 81.4629 75.8982C82.0159 77.8852 83.9738 79.1155 85.1776 79.7003C84.4024 80.3802 83.3785 81.5656 83.3626 83.079C83.3441 84.6638 84.4183 86.164 86.5614 87.5345C86.6566 87.5954 86.7651 87.6245 86.8736 87.6245Z' fill='%23190F19'/%3E%3Cpath d='M91.7478 61.6583C90.8039 61.6583 90.0386 60.8931 90.0386 59.9491C90.0386 59.0052 90.8039 58.2399 91.7478 58.2399C92.6918 58.2399 93.457 59.0052 93.457 59.9491C93.457 60.8931 92.6918 61.6583 91.7478 61.6583Z' fill='%23190F19'/%3E%3Cpath d='M112.873 82.2905C111.929 82.2905 111.164 81.5253 111.164 80.5813C111.164 79.6373 111.929 78.8721 112.873 78.8721C113.817 78.8721 114.582 79.6373 114.582 80.5813C114.582 81.5253 113.817 82.2905 112.873 82.2905Z' fill='%23190F19'/%3E%3Cpath d='M105.684 64.1004C105.732 64.1004 105.78 64.0951 105.83 64.0819C106.142 64.0025 106.332 63.685 106.25 63.3702C105.787 61.5551 104.774 59.965 103.322 58.7717C101.512 57.2874 99.2311 56.5942 96.9028 56.8217C96.5826 56.8535 96.3471 57.1392 96.3789 57.4594C96.4106 57.7795 96.6937 58.015 97.0165 57.9833C99.0353 57.7848 101.012 58.3854 102.578 59.6713C103.837 60.7058 104.713 62.0817 105.115 63.6559C105.187 63.9258 105.425 64.1004 105.684 64.1004Z' fill='%23190F19'/%3E%3Cpath d='M101.604 129.767C103.853 128.175 106.588 127.45 109.279 126.844C115.002 125.558 120.81 124.69 126.612 123.82C126.924 123.772 127.268 123.732 127.538 123.896C127.811 124.063 127.93 124.391 128.03 124.695C128.996 127.667 129.848 130.672 130.578 133.71C130.708 134.247 130.819 134.863 130.496 135.313C130.171 135.768 129.538 135.855 128.98 135.89C125.289 136.128 121.58 135.866 117.891 136.154C111.473 136.654 105.131 138.811 98.7277 138.126C100.066 135.384 101.064 132.479 101.691 129.495' fill='%23FBF9FB'/%3E%3Cpath d='M101.288 129.222C103.09 127.96 105.193 127.217 107.307 126.669C109.644 126.063 112.022 125.6 114.396 125.161C116.832 124.708 119.28 124.309 121.73 123.928C122.976 123.735 124.222 123.547 125.468 123.359C126.535 123.2 127.884 122.809 128.453 124.044C128.694 124.566 128.837 125.14 129.009 125.687C129.191 126.267 129.368 126.849 129.543 127.434C129.89 128.6 130.22 129.773 130.53 130.947C130.686 131.535 130.837 132.125 130.982 132.715C131.12 133.268 131.287 133.826 131.329 134.395C131.371 134.935 131.223 135.498 130.829 135.887C130.474 136.239 129.99 136.395 129.506 136.461C128.292 136.633 127.029 136.609 125.804 136.623C124.558 136.636 123.309 136.625 122.063 136.633C119.626 136.649 117.208 136.781 114.795 137.133C110.054 137.824 105.328 139.022 100.505 138.872C99.9124 138.853 99.3197 138.813 98.7271 138.75C98.2376 138.7 97.9624 138.26 98.1847 137.805C99.4943 135.109 100.463 132.257 101.084 129.325C101.251 128.534 102.463 128.87 102.296 129.659C101.651 132.699 100.627 135.646 99.2694 138.44C99.0895 138.125 98.907 137.811 98.7271 137.496C103.286 137.972 107.797 137.027 112.271 136.271C114.565 135.884 116.87 135.554 119.198 135.445C121.584 135.334 123.976 135.4 126.365 135.361C126.969 135.35 127.569 135.334 128.172 135.305C128.636 135.284 129.125 135.294 129.575 135.175C129.943 135.077 130.091 134.882 130.08 134.493C130.064 133.99 129.879 133.474 129.757 132.987C129.194 130.725 128.564 128.476 127.868 126.251C127.707 125.732 127.567 125.198 127.368 124.693C127.334 124.603 127.291 124.473 127.201 124.423C127.051 124.338 126.757 124.425 126.596 124.449C125.41 124.626 124.225 124.804 123.042 124.986C120.693 125.346 118.349 125.719 116.01 126.137C113.708 126.547 111.411 126.997 109.13 127.518C107.12 127.979 105.09 128.508 103.262 129.484C102.799 129.73 102.354 130.005 101.926 130.307C101.648 130.503 101.227 130.357 101.066 130.082C100.878 129.77 101.008 129.418 101.288 129.222Z' fill='%23190F19'/%3E%3Cpath d='M109.1 106.997C108.762 109.479 108.114 111.905 107.166 114.223C107.037 114.538 106.748 114.76 106.394 114.662C106.097 114.58 105.825 114.205 105.955 113.89C106.902 111.572 107.553 109.146 107.889 106.664C107.934 106.328 108.365 106.143 108.661 106.225C109.024 106.323 109.145 106.659 109.1 106.997Z' fill='%23190F19'/%3E%3Cpath d='M103.721 121.303C103.494 122.605 103.266 123.909 103.039 125.211C102.983 125.537 102.568 125.748 102.266 125.65C101.917 125.537 101.766 125.224 101.827 124.878C102.054 123.576 102.282 122.272 102.509 120.97C102.565 120.644 102.98 120.433 103.282 120.531C103.631 120.644 103.782 120.957 103.721 121.303Z' fill='%23190F19'/%3E%3Cpath d='M124.589 131.9C124.594 131.865 124.599 131.831 124.605 131.797C124.594 131.871 124.594 131.881 124.599 131.836C124.605 131.775 124.613 131.717 124.618 131.656C124.628 131.553 124.634 131.45 124.639 131.347C124.647 131.114 124.644 130.881 124.626 130.648C124.62 130.587 124.615 130.527 124.61 130.468C124.607 130.434 124.594 130.275 124.607 130.429C124.599 130.318 124.573 130.206 124.552 130.095C124.507 129.865 124.446 129.64 124.377 129.418C124.276 129.106 124.493 128.72 124.816 128.645C125.16 128.566 125.483 128.749 125.589 129.085C125.914 130.109 125.97 131.18 125.803 132.236C125.753 132.561 125.327 132.77 125.031 132.675C124.673 132.559 124.533 132.249 124.589 131.9Z' fill='%23190F19'/%3E%3Cpath d='M122.395 132.233C122.215 131.296 122.033 130.36 121.853 129.423C121.789 129.1 121.943 128.73 122.292 128.651C122.602 128.579 122.999 128.743 123.065 129.09C123.245 130.026 123.427 130.963 123.607 131.9C123.671 132.223 123.517 132.593 123.168 132.672C122.858 132.741 122.461 132.577 122.395 132.233Z' fill='%23190F19'/%3E%3Cpath d='M120.123 131.114C120.031 130.553 119.935 129.992 119.843 129.431C119.814 129.259 119.816 129.103 119.906 128.947C119.983 128.817 120.131 128.693 120.282 128.659C120.443 128.622 120.623 128.63 120.766 128.722C120.896 128.807 121.028 128.939 121.055 129.098C121.147 129.659 121.242 130.22 121.335 130.781C121.364 130.953 121.362 131.109 121.272 131.265C121.195 131.394 121.047 131.519 120.896 131.553C120.734 131.59 120.555 131.582 120.412 131.49C120.282 131.408 120.15 131.273 120.123 131.114Z' fill='%23190F19'/%3E%3Cpath d='M117.316 130.834C117.117 130.183 116.919 129.532 116.721 128.878C116.625 128.563 116.834 128.18 117.16 128.106C117.498 128.029 117.832 128.209 117.932 128.545C118.131 129.196 118.329 129.847 118.528 130.5C118.623 130.815 118.414 131.199 118.088 131.273C117.75 131.349 117.419 131.17 117.316 130.834Z' fill='%23190F19'/%3E%3Cpath d='M119.947 118.896C120.294 115.435 119.36 111.956 117.328 109.132C117.13 108.857 117.28 108.431 117.553 108.273C117.87 108.087 118.214 108.222 118.413 108.497C120.556 111.474 121.569 115.244 121.204 118.896C121.17 119.234 120.94 119.525 120.575 119.525C120.262 119.523 119.916 119.234 119.947 118.896Z' fill='%23190F19'/%3E%3Cpath d='M125.895 117.337C125.373 114.112 124.117 111.061 122.212 108.41C122.013 108.135 122.164 107.709 122.436 107.55C122.754 107.365 123.098 107.5 123.296 107.775C125.257 110.503 126.572 113.689 127.106 117.004C127.159 117.337 127.019 117.681 126.667 117.776C126.368 117.858 125.95 117.676 125.895 117.337Z' fill='%23190F19'/%3E%3C/svg%3E%0A");
}
.modal .sobaka.register_ok {
	background-image: url("data:image/svg+xml,%3Csvg width='300' height='300' viewBox='0 0 300 300' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M144.692 183.573C144.692 183.573 190.529 167.661 192.005 145.468C192.005 145.468 193.413 133.514 184.983 133.778C176.554 134.043 178.279 148.6 168.341 155.167C158.403 161.734 135.945 168.142 135.945 168.142' fill='white'/%3E%3Cpath d='M144.692 184.642C144.247 184.642 143.834 184.367 143.681 183.922C143.485 183.361 143.782 182.753 144.342 182.557C144.792 182.398 189.528 166.624 190.941 145.394L190.946 145.341C190.951 145.282 191.618 139.224 188.967 136.34C187.999 135.287 186.713 134.8 185.025 134.847C181.532 134.958 180.088 138.017 178.029 142.996C176.145 147.553 174.007 152.712 168.943 156.062C158.984 162.644 137.178 168.91 136.251 169.174C135.685 169.338 135.093 169.005 134.929 168.439C134.765 167.873 135.098 167.28 135.664 167.116C135.886 167.052 158.074 160.676 167.763 154.273C172.282 151.288 174.288 146.447 176.055 142.176C178.04 137.387 179.908 132.863 184.966 132.704C187.279 132.63 189.163 133.366 190.56 134.89C193.804 138.424 193.153 145.002 193.089 145.558C192.438 155.13 184.115 164.618 168.351 173.762C156.751 180.488 145.179 184.536 145.062 184.578C144.925 184.626 144.808 184.642 144.692 184.642Z' fill='black'/%3E%3Cpath d='M160.117 197.453C160.117 197.453 200.027 175.36 211.161 196.829C211.161 196.829 219.786 211.518 208.705 221.292C208.705 221.292 240.741 216.418 244.143 228.457C244.143 228.457 246.847 233.436 232.2 234.087C217.553 234.738 181.718 234.987 175.034 244.242' fill='white'/%3E%3Cpath d='M175.023 245.311C174.806 245.311 174.589 245.247 174.399 245.11C173.917 244.766 173.811 244.094 174.155 243.612C180.442 234.907 209.514 233.849 226.887 233.219C228.834 233.151 230.601 233.082 232.141 233.013C240.693 232.632 242.64 230.769 243.079 229.991C243.402 229.42 243.19 228.965 243.19 228.965L243.132 228.859L243.1 228.743C241.518 223.149 232.453 221.678 225.125 221.424C216.88 221.138 208.932 222.334 208.853 222.345L205.254 222.89L207.985 220.482C212.271 216.699 213.97 211.698 213.028 205.618C212.308 200.967 210.244 197.395 210.223 197.363L210.197 197.315C208.175 193.421 204.974 190.786 200.682 189.489C185.352 184.859 160.868 198.252 160.625 198.39C160.106 198.675 159.455 198.49 159.169 197.972C158.884 197.453 159.069 196.802 159.587 196.516C159.847 196.374 165.996 192.987 174.219 190.14C185.358 186.282 194.47 185.377 201.301 187.441C206.159 188.907 209.789 191.897 212.091 196.315C212.499 197.04 219.611 209.978 211.567 219.847C219.828 218.948 242.031 217.551 245.132 228.076C245.312 228.483 245.714 229.679 244.942 231.05C243.582 233.457 239.306 234.844 232.231 235.161C230.691 235.23 228.913 235.294 226.961 235.368C211.096 235.945 181.564 237.013 175.886 244.872C175.685 245.157 175.356 245.311 175.023 245.311Z' fill='black'/%3E%3Cpath d='M136.48 208.714C183.978 213.005 170.987 258.974 170.987 258.974C221.326 280.14 200.514 287.681 200.514 287.681C184.798 273.489 131.178 269.79 131.178 269.79C132.977 261.551 123.521 258.619 123.521 258.619C35.1501 196.839 94.967 119.099 94.967 119.099C94.967 119.099 129.781 126.497 137.496 134.726C145.206 142.954 141.893 146.478 141.893 146.478C141.893 146.478 128.357 162.544 157.657 188.515C186.957 214.487 187.402 245.417 170.987 258.968' fill='white'/%3E%3Cpath d='M200.276 288.909L199.8 288.48C184.538 274.701 131.638 270.896 131.108 270.859L129.87 270.774L130.135 269.562C131.706 262.366 123.557 259.752 123.208 259.646L123.049 259.598L122.912 259.503C95.1517 240.093 79.0597 217.117 75.0804 191.203C71.9054 170.518 77.2447 151.844 82.2877 139.821C87.7486 126.804 93.8605 118.787 94.1198 118.454L94.5326 117.919L95.194 118.062C96.6281 118.369 130.426 125.629 138.279 134.006C141.649 137.599 143.459 140.837 143.655 143.626C143.808 145.785 142.919 146.944 142.708 147.187C142.576 147.357 139.554 151.199 139.866 157.898C140.163 164.285 143.613 174.646 158.371 187.727C174.257 201.808 183.205 218.985 182.93 234.854C182.76 244.453 179.247 252.835 172.981 258.662C194.958 268.054 206.017 276.119 205.853 282.633C205.747 286.887 201.085 288.623 200.884 288.697L200.276 288.909ZM132.421 268.811C136.024 269.102 147.481 270.134 160.139 272.362C180.205 275.886 193.846 280.617 200.704 286.427C201.694 285.924 203.662 284.665 203.71 282.564C203.779 279.357 199.572 272.155 170.595 259.969C170.584 259.963 170.568 259.958 170.558 259.953L169.706 259.593L169.96 258.693C169.96 258.683 169.965 258.677 169.965 258.667C170.119 258.106 175.389 238.379 165.637 224.213C159.885 215.863 150.047 211.005 136.39 209.772C135.802 209.719 135.368 209.2 135.421 208.608C135.474 208.02 135.998 207.586 136.585 207.639C150.91 208.936 161.282 214.106 167.409 223.012C175.4 234.627 173.987 249.258 172.786 255.825C177.829 250.475 180.644 243.136 180.787 234.807C181.051 219.562 172.368 202.983 156.953 189.32C144.576 178.345 138.104 167.74 137.723 157.803C137.432 150.214 140.93 145.97 141.078 145.79L141.115 145.748C141.12 145.743 143.507 142.7 136.718 135.461C129.902 128.19 100.279 121.375 95.4216 120.295C93.9664 122.306 88.8017 129.804 84.235 140.71C79.3137 152.469 74.0962 170.719 77.2024 190.891C81.0917 216.154 96.8397 238.611 124.007 257.646C127.415 258.767 133.088 262.397 132.421 268.811Z' fill='black'/%3E%3Cpath d='M139.484 151.553C139.484 151.553 141.05 174.265 138.473 164.819C141.923 170.201 139.791 171.397 149.305 180.895L154.628 184.885C153.655 185.732 147.829 195.051 146.606 195.585C138.939 198.95 132.716 201.676 125.45 185.102C121.434 175.948 133.509 158.221 139.484 151.553Z' fill='black'/%3E%3Cpath d='M82.0235 102.986C82.0235 102.986 120.531 139.446 141.888 146.484C141.888 146.484 162.795 152.585 173.141 131.223C173.141 131.223 184.38 98.8905 181.411 58.2294C181.411 58.2294 175.31 40.8516 146.365 48.1118C146.365 48.1118 126.458 53.1971 117.298 56.4303C97.0095 63.6005 81.505 74.2261 81.505 74.2261C81.505 74.2261 68.0853 85.6773 82.0235 102.986Z' fill='white'/%3E%3Cpath d='M148.649 148.362C144.575 148.362 141.754 147.558 141.59 147.51C132.573 144.542 119.693 136.276 103.273 122.931C91.0866 113.025 81.387 103.859 81.2864 103.77L81.1912 103.664C66.7661 85.7461 80.6726 73.5383 80.8155 73.4166L80.9054 73.3478C81.0589 73.2419 96.7592 62.5581 116.947 55.4249C126.049 52.2129 145.908 47.1276 146.104 47.0747C154.571 44.9527 166.514 43.6616 175.34 49.5618C180.722 53.1548 182.357 57.6897 182.426 57.8802L182.474 58.0125L182.484 58.1554C185.437 98.5678 174.266 131.254 174.155 131.582L174.107 131.699C168.567 143.139 160.016 146.838 153.819 147.928C151.967 148.246 150.216 148.362 148.649 148.362ZM82.8104 102.261C84.435 103.796 121.694 138.705 142.225 145.468C142.241 145.473 147.321 146.907 153.533 145.796C161.767 144.325 168.033 139.282 172.149 130.815C172.673 129.27 183.177 97.5518 180.357 58.4676C180.071 57.7744 178.415 54.1443 174.028 51.2604C167.562 47.0059 158.079 46.2756 146.623 49.149C146.427 49.1966 126.662 54.2555 117.651 57.441C98.2991 64.2779 83.1385 74.4167 82.1542 75.0781C81.2547 75.8772 70.0364 86.3335 82.8104 102.261Z' fill='black'/%3E%3Cpath d='M90.4327 67.7914L61.5826 66.8548C57.7726 66.7331 51.5602 67.0294 47.782 67.5216C47.782 67.5216 37.8971 68.8022 42.3104 82.9044C49.0414 104.415 65.8424 119.427 65.8424 119.427C68.684 121.967 71.187 120.93 71.4039 117.126C71.4039 117.126 72.9597 89.6301 90.4327 67.7914Z' fill='white'/%3E%3Cpath d='M68.757 121.888C67.8309 121.888 66.5874 121.528 65.1322 120.227C64.9628 120.073 48.0348 104.764 41.288 83.222C39.584 77.7821 39.7163 73.4641 41.6795 70.4003C43.865 66.9871 47.4898 66.4791 47.6432 66.4633C51.4797 65.9659 57.7503 65.6642 61.6185 65.7912L92.6065 66.7967L91.273 68.4688C74.2285 89.773 72.4929 116.925 72.477 117.194C72.3024 120.264 70.863 121.306 70.0217 121.655C69.7095 121.772 69.2861 121.888 68.757 121.888ZM59.6659 67.8973C55.9564 67.8973 51.0881 68.1725 47.9184 68.5852C47.8073 68.6011 45.0927 69.0086 43.4628 71.5856C41.8753 74.0938 41.8277 77.798 43.3305 82.587C49.8975 103.574 66.3916 118.486 66.5556 118.634C67.5769 119.544 68.5665 119.935 69.1962 119.671C69.8312 119.406 70.2545 118.438 70.3339 117.067C70.3497 116.798 72.0272 90.371 88.2991 68.7969L61.5497 67.9291C60.9676 67.9026 60.3379 67.8973 59.6659 67.8973Z' fill='black'/%3E%3Cpath d='M182.145 66.4579L160.237 47.6672C157.343 45.1854 152.967 40.7722 150.506 37.8565C150.506 37.8565 144.082 30.2365 156.856 22.8176C176.35 11.4987 198.877 11.7739 198.877 11.7739C202.687 11.8215 203.835 14.2716 201.422 17.2243C201.428 17.2243 184.007 38.555 182.145 66.4579Z' fill='black'/%3E%3Cpath d='M183.071 68.6646L159.539 48.4822C156.602 45.9634 152.183 41.5025 149.686 38.5497C149.585 38.4333 147.252 35.6076 147.945 31.6177C148.569 28.0299 151.384 24.7597 156.316 21.8969C175.837 10.5622 198.665 10.705 198.888 10.705C201.962 10.7421 203.068 12.1338 203.449 12.9593C203.835 13.7848 204.19 15.5257 202.248 17.907C202.079 18.1187 185.024 39.317 183.203 66.5373L183.071 68.6646ZM198.787 12.8429C197.316 12.8429 175.827 13.044 157.39 23.7437C153.051 26.2625 150.58 29.0248 150.056 31.9458C149.522 34.9461 151.247 37.0787 151.321 37.1686C153.75 40.0473 158.063 44.397 160.925 46.8524L181.24 64.2778C183.806 37.3803 200.417 16.7534 200.592 16.547C201.459 15.4887 201.803 14.4833 201.512 13.8589C201.221 13.2397 200.232 12.8587 198.861 12.8376C198.861 12.8429 198.835 12.8429 198.787 12.8429Z' fill='black'/%3E%3Cpath d='M85.4736 99.8536C79.3776 102.002 79.1501 107.315 84.9762 111.654L109.736 130.106C115.557 134.445 121.78 132.228 123.558 125.185L131.061 95.4456C132.839 88.3971 129.304 84.3914 123.208 86.5451L85.4736 99.8536Z' fill='%237D86C1'/%3E%3Cpath d='M115.719 133.255C113.565 133.255 111.321 132.44 109.184 130.847L84.424 112.395C81.1326 109.945 79.4816 106.997 79.889 104.314C80.2489 101.954 82.1221 100.065 85.1648 98.9911L122.9 85.6825C125.942 84.6083 128.593 84.9047 130.361 86.5186C132.377 88.3548 132.959 91.6939 131.954 95.6785L124.445 125.412C123.508 129.132 121.381 131.752 118.46 132.789C117.576 133.101 116.655 133.255 115.719 133.255ZM126.276 86.889C125.44 86.889 124.508 87.0637 123.513 87.4182L85.7786 100.727C83.408 101.563 81.9634 102.933 81.7094 104.59C81.4077 106.579 82.7994 108.886 85.5246 110.918L110.284 129.37C112.845 131.281 115.528 131.873 117.846 131.053C120.169 130.228 121.878 128.063 122.662 124.963L130.165 95.2234C131.001 91.9214 130.615 89.2438 129.117 87.8786C128.398 87.2171 127.429 86.889 126.276 86.889Z' fill='black'/%3E%3Cpath d='M85.4736 99.8536C79.3776 102.002 79.1501 107.315 84.9762 111.654L109.736 130.106C115.557 134.445 121.78 132.228 123.558 125.185L131.061 95.4456C132.839 88.3971 129.304 84.3914 123.208 86.5451L85.4736 99.8536Z' fill='%238585B9'/%3E%3Cpath d='M115.719 133.255C113.565 133.255 111.321 132.44 109.184 130.847L84.424 112.395C81.1326 109.945 79.4816 106.997 79.889 104.314C80.2489 101.954 82.1221 100.065 85.1648 98.9911L122.9 85.6825C125.942 84.6083 128.593 84.9047 130.361 86.5186C132.377 88.3548 132.959 91.6939 131.954 95.6785L124.445 125.412C123.508 129.132 121.381 131.752 118.46 132.789C117.576 133.101 116.655 133.255 115.719 133.255ZM126.276 86.889C125.44 86.889 124.508 87.0637 123.513 87.4182L85.7786 100.727C83.408 101.563 81.9634 102.933 81.7094 104.59C81.4077 106.579 82.7994 108.886 85.5246 110.918L110.284 129.37C112.845 131.281 115.528 131.873 117.846 131.053C120.169 130.228 121.878 128.063 122.662 124.963L130.165 95.2234C131.001 91.9214 130.615 89.2438 129.117 87.8786C128.398 87.2171 127.429 86.889 126.276 86.889Z' fill='black'/%3E%3Cpath d='M141.438 80.1157C135.342 82.2641 135.115 87.5769 140.941 91.9161L165.701 110.368C171.522 114.707 177.745 112.49 179.523 105.447L187.026 75.7077C188.804 68.6592 185.269 64.6534 179.173 66.8071L141.438 80.1157Z' fill='%237D86C1'/%3E%3Cpath d='M171.684 113.517C169.53 113.517 167.286 112.702 165.148 111.109L140.389 92.6569C137.097 90.2069 135.446 87.2594 135.854 84.5765C136.214 82.2165 138.087 80.3273 141.13 79.2531L178.864 65.9446C181.907 64.8704 184.553 65.1667 186.326 66.7807C188.342 68.6169 188.924 71.9559 187.918 75.9406L180.415 105.68C179.478 109.4 177.351 112.019 174.43 113.056C173.541 113.358 172.62 113.517 171.684 113.517ZM141.743 80.9835C139.373 81.8196 137.928 83.1954 137.674 84.8464C137.373 86.8361 138.764 89.1433 141.489 91.1752L166.249 109.627C168.81 111.532 171.493 112.13 173.811 111.31C176.134 110.485 177.843 108.32 178.626 105.219L186.13 75.4802C186.966 72.1782 186.58 69.5006 185.082 68.1354C183.839 67.0029 181.849 66.8389 179.478 67.675L141.743 80.9835Z' fill='black'/%3E%3Cpath d='M141.438 80.1157C135.342 82.2641 135.115 87.5769 140.941 91.9161L165.701 110.368C171.522 114.707 177.745 112.49 179.523 105.447L187.026 75.7077C188.804 68.6592 185.269 64.6534 179.173 66.8071L141.438 80.1157Z' fill='%238585B9'/%3E%3Cpath d='M171.684 113.517C169.53 113.517 167.286 112.702 165.148 111.109L140.389 92.6569C137.097 90.2069 135.446 87.2594 135.854 84.5765C136.214 82.2165 138.087 80.3273 141.13 79.2531L178.864 65.9446C181.907 64.8704 184.553 65.1667 186.326 66.7807C188.342 68.6169 188.924 71.9559 187.918 75.9406L180.415 105.68C179.478 109.4 177.351 112.019 174.43 113.056C173.541 113.358 172.62 113.517 171.684 113.517ZM141.743 80.9835C139.373 81.8196 137.928 83.1954 137.674 84.8464C137.373 86.8361 138.764 89.1433 141.489 91.1752L166.249 109.627C168.81 111.532 171.493 112.13 173.811 111.31C176.134 110.485 177.843 108.32 178.626 105.219L186.13 75.4802C186.966 72.1782 186.58 69.5006 185.082 68.1354C183.839 67.0029 181.849 66.8389 179.478 67.675L141.743 80.9835Z' fill='black'/%3E%3Cpath d='M123.261 87.5981C123.081 87.5981 122.901 87.5558 122.737 87.4605C122.224 87.1695 122.038 86.5186 122.329 86C124.435 82.2641 127.87 79.5706 131.997 78.4171C135.315 77.491 138.765 77.6445 141.977 78.8563C142.533 79.0626 142.808 79.6818 142.602 80.2374C142.39 80.793 141.776 81.0682 141.221 80.8618C138.437 79.8088 135.447 79.6818 132.574 80.4861C128.997 81.4862 126.018 83.8198 124.197 87.0583C123.996 87.4023 123.636 87.5981 123.261 87.5981Z' fill='black'/%3E%3Cpath d='M101.813 177.196C101.813 177.196 69.2429 192.558 52.0556 150.029C52.0556 150.029 47.8117 141.346 57.9241 140.404C63.7608 139.859 70.0525 150.791 72.5026 153.479C72.5026 153.479 86.2821 174.54 103.094 160.866' fill='white'/%3E%3Cpath d='M88.2025 180.985C84.4666 180.985 80.2492 180.398 75.8836 178.689C65.3267 174.556 56.9765 165.057 51.071 150.458C50.854 150.003 49.1131 146.092 50.8858 142.933C52.0499 140.864 54.3783 139.652 57.8231 139.335C62.9931 138.864 67.9778 145.642 71.2745 150.14C72.0894 151.257 72.7985 152.215 73.2906 152.754L73.3965 152.887C73.46 152.987 80.0005 162.808 89.208 164.232C93.6953 164.925 98.135 163.512 102.416 160.03C102.876 159.66 103.548 159.729 103.924 160.184C104.3 160.644 104.226 161.316 103.771 161.692C98.9975 165.576 93.981 167.142 88.8693 166.349C79.0427 164.819 72.3329 155.146 71.6555 154.13C71.0999 153.506 70.412 152.574 69.5547 151.4C66.729 147.542 61.9877 141.081 58.0295 141.462C55.3308 141.716 53.558 142.557 52.7643 143.975C51.4837 146.261 53.0077 149.521 53.0236 149.553L53.0553 149.622C58.728 163.655 66.6655 172.762 76.6456 176.678C89.4249 181.694 101.246 176.276 101.363 176.218C101.897 175.969 102.538 176.196 102.786 176.731C103.04 177.265 102.808 177.906 102.273 178.154C101.919 178.329 96.1506 180.985 88.2025 180.985Z' fill='black'/%3E%3Cpath d='M111.179 249.094C111.179 249.094 68.7085 245.813 51.7329 203.798C51.7329 203.798 42.4248 196.114 44.7637 215.545C47.1027 234.971 77.2704 275.32 123.514 258.625L111.179 249.094Z' fill='black'/%3E%3Cpath d='M130.285 110.855C130.285 110.855 142.245 118.321 146.388 118.496C146.388 118.496 150.817 119.29 151.537 114.279C151.537 114.279 151.727 105.214 148.124 96.8532C148.124 96.8532 146.764 94.0063 141.641 97.2078C136.583 100.367 130.307 104.087 130.307 104.087C130.307 104.087 126.01 106.981 130.285 110.855Z' fill='black'/%3E%3Cpath d='M143.262 128.36C141.399 128.36 139.182 127.661 136.642 126.264C136.124 125.979 135.933 125.328 136.219 124.809C136.505 124.291 137.155 124.1 137.674 124.386C140.076 125.703 143.363 126.989 145.347 125.635C147.744 123.999 147.686 119.062 147.464 117.3L147.241 115.559L148.892 116.157C148.935 116.173 153.152 117.649 155.65 115.676C157.311 114.369 157.941 111.755 157.528 107.913C157.465 107.325 157.888 106.796 158.481 106.733C159.073 106.669 159.597 107.098 159.661 107.685C160.158 112.316 159.253 115.575 156.967 117.369C154.639 119.195 151.528 118.957 149.697 118.586C149.76 120.967 149.459 125.434 146.559 127.407C145.617 128.042 144.521 128.36 143.262 128.36Z' fill='black'/%3E%3Cpath d='M153.875 124.47C153.97 124.544 154.065 124.619 154.166 124.693C156.325 126.227 158.876 126.354 159.855 124.973C160.839 123.592 159.881 121.227 157.722 119.692C157.113 119.258 156.473 118.941 155.843 118.734C155.42 120.719 154.759 122.677 153.875 124.47Z' fill='%23ED71A8'/%3E%3Cpath d='M157.657 127C157.573 127 157.488 127 157.398 126.995C156.123 126.931 154.752 126.423 153.546 125.566C153.434 125.486 153.334 125.407 153.233 125.328L152.551 124.793L152.916 123.999C153.741 122.317 154.376 120.47 154.805 118.507L155.059 117.343L156.186 117.713C156.943 117.962 157.673 118.332 158.35 118.814C159.562 119.676 160.488 120.798 160.97 121.983C161.504 123.312 161.42 124.624 160.737 125.587C160.086 126.497 158.975 127 157.657 127ZM155.228 124.105C155.98 124.55 156.789 124.82 157.504 124.857C158.197 124.888 158.731 124.709 158.98 124.349C159.234 123.994 159.229 123.423 158.975 122.788C158.652 121.989 157.969 121.179 157.102 120.56C156.932 120.438 156.763 120.327 156.583 120.226C156.228 121.581 155.773 122.883 155.228 124.105Z' fill='black'/%3E%3Cpath d='M149.738 125.878C148.415 125.878 147.426 125.672 147.336 125.65L147.786 123.555C147.823 123.566 151.797 124.375 153.855 122.46C154.956 121.438 155.353 119.729 155.035 117.39L157.157 117.099C157.575 120.179 156.951 122.507 155.305 124.036C153.686 125.539 151.437 125.878 149.738 125.878Z' fill='black'/%3E%3Cpath d='M100.091 109.728C99.9273 109.728 99.7633 109.691 99.6045 109.611C99.0807 109.342 98.869 108.701 99.1336 108.177C100.763 104.965 105.939 99.7584 113.903 103.055C114.448 103.283 114.707 103.907 114.485 104.452C114.257 104.997 113.633 105.262 113.088 105.034C104.991 101.685 101.203 108.844 101.044 109.146C100.859 109.516 100.483 109.728 100.091 109.728Z' fill='black'/%3E%3Cpath d='M157.322 89.0587C157.158 89.0587 156.994 89.0216 156.835 88.9422C156.311 88.6724 156.099 88.0321 156.364 87.5082C157.989 84.2962 163.169 79.0892 171.133 82.3859C171.678 82.6134 171.937 83.2378 171.715 83.7829C171.488 84.3279 170.863 84.5925 170.318 84.365C162.222 81.0153 158.433 88.175 158.274 88.4766C158.084 88.847 157.708 89.0587 157.322 89.0587Z' fill='black'/%3E%3Cpath d='M194.432 126.703C197.967 121.068 201.185 115.236 204.074 109.246C204.344 108.685 204.227 108.003 203.661 107.669C203.158 107.373 202.359 107.521 202.084 108.082C199.195 114.078 195.978 119.904 192.443 125.539C191.654 126.799 193.649 127.958 194.432 126.703Z' fill='black'/%3E%3Cpath d='M209.456 132.249C213.424 130.408 217.52 128.857 221.711 127.593C223.124 127.164 222.521 124.941 221.097 125.37C216.721 126.693 212.44 128.333 208.291 130.26C207.725 130.519 207.588 131.334 207.879 131.836C208.223 132.419 208.889 132.514 209.456 132.249Z' fill='black'/%3E%3Cpath d='M221.362 146.23C224.95 147.002 228.532 147.775 232.12 148.548C232.729 148.68 233.364 148.368 233.538 147.743C233.697 147.166 233.342 146.457 232.734 146.325C229.146 145.552 225.564 144.78 221.976 144.007C221.367 143.875 220.732 144.187 220.558 144.812C220.399 145.388 220.748 146.097 221.362 146.23Z' fill='black'/%3E%3Cpath d='M54.299 130.926C52.2194 128.402 49.727 126.233 46.9595 124.492C46.4515 124.169 45.6683 124.365 45.3825 124.904C45.0809 125.471 45.2503 126.137 45.7953 126.481C48.3882 128.111 50.6636 130.122 52.6692 132.556C53.0554 133.022 53.9021 132.985 54.299 132.556C54.7541 132.059 54.7117 131.424 54.299 130.926Z' fill='black'/%3E%3Cpath d='M43.5719 132.889C40.9155 131.678 38.2591 130.466 35.6079 129.254C35.0417 128.995 34.3697 129.09 34.031 129.667C33.74 130.164 33.8776 130.984 34.4438 131.244C37.1002 132.456 39.7566 133.667 42.4077 134.879C42.9739 135.138 43.646 135.043 43.9846 134.466C44.2757 133.969 44.1381 133.149 43.5719 132.889Z' fill='black'/%3E%3Cpath d='M38.3236 145.738C35.4979 145.367 32.6668 144.997 29.8411 144.621C29.222 144.542 28.6875 145.208 28.6875 145.775C28.6875 146.463 29.222 146.844 29.8411 146.928C32.6668 147.299 35.4979 147.669 38.3236 148.045C38.9427 148.124 39.4772 147.457 39.4772 146.891C39.4719 146.198 38.9427 145.817 38.3236 145.738Z' fill='black'/%3E%3Cpath d='M57.5467 191.796C52.7366 189.378 46.6617 189.791 42.3173 193.034C41.8199 193.405 41.5659 194.029 41.9045 194.611C42.1903 195.104 42.9787 195.4 43.4814 195.024C47.1539 192.283 52.2603 191.712 56.3825 193.786C57.7054 194.453 58.8696 192.463 57.5467 191.796Z' fill='black'/%3E%3Cpath d='M43.2726 185.351C42.2619 186.018 41.2512 186.684 40.2352 187.351C39.9865 187.515 39.7854 187.743 39.706 188.039C39.6319 188.314 39.6637 188.679 39.8224 188.928C40.1452 189.431 40.8596 189.695 41.3993 189.341C42.41 188.674 43.4207 188.007 44.4367 187.341C44.6855 187.177 44.8865 186.949 44.9659 186.653C45.04 186.377 45.0082 186.012 44.8495 185.764C44.5267 185.261 43.8123 184.996 43.2726 185.351Z' fill='black'/%3E%3Cpath d='M32.8534 185.859C34.3351 185.859 34.3351 183.557 32.8534 183.557C31.3718 183.557 31.3718 185.859 32.8534 185.859Z' fill='black'/%3E%3C/svg%3E%0A");
}
.modal .fitem {}
.modal .fitem input {}
.modal .button {}
.modal#register_ok .win {}
.modal#register_ok .win b {}
.modal#register_ok .win p {}
.modal#register_ok .win .button {}


::-moz-selection { /* Code for Firefox */
  color: #F6EEF7;
  background: #86368C;
}

::selection {
  color: #F6EEF7;
  background: #86368C;
}

::-webkit-scrollbar {
  width: 4px;height: 4px;
  transition:none;
}
::-webkit-scrollbar-track {
  background: #F6EEF7;border-radius: 1px;width:4px;height: 4px;
  transition:none;
}
::-webkit-scrollbar-thumb {
  background: #86368C;transition:all 0.6s ease;width:4px;height: 4px;
  transition:none;
}
::-webkit-scrollbar-thumb:hover {
  background:#86368C;
  transition:none;
}
body.fixed {
    overflow: hidden;
}


header .openMenu {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.875 11.875H33.125M6.875 20H33.125M6.875 28.125H33.125' stroke='%23190F19' stroke-width='2' stroke-miterlimit='10' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
 
menu {
    width: 320px;
    transition: all 0.6s ease;
    height: 100vh;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
    background: #f6eef7;
    padding: 55px 20px 80px;
    transform: translateX(320px);
}
.menuopened menu {transform: translateX(0px);}
menu .close {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5715 29.4281L29.4277 10.5719' stroke='%23190F19' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.5715 10.5719L29.4277 29.4281' stroke='%23190F19' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
menu .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
menu .link {
    display: block;
    line-height: 1.31;
    font-weight: 400;
    color: #190f19;
    font-size: 18px;
    height: 40px;
    transition: all 0.6s ease;
    line-height: 40px;
	
}
menu .link:hover  {color:#86368c;}
menu .button  {
	    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 17px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fbf9fb;
    background: #86368c;
    border-radius: var(--border-radius-16);
    border: 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;    margin-top: 30px;border-radius: 12px;
}
menu .button:hover  {
	    background: #85c3ff;
    color: #fbf9fb;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
menu .socials {
    height: 40px;
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    bottom: 24px;
    left: 0;
}
menu .socials a {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    margin: 0 10px;
    transition: all 0.6s ease;
}
menu .socials a.fb {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M37.5 20.1054C37.5 10.4413 29.6641 2.60541 20 2.60541C10.3359 2.60541 2.5 10.4413 2.5 20.1054C2.5 28.8398 8.89844 36.0796 17.2656 37.3937V25.1656H12.8211V20.1054H17.2656V16.2499C17.2656 11.8648 19.8789 9.44056 23.8758 9.44056C25.7906 9.44056 27.7938 9.78275 27.7938 9.78275V14.0898H25.5859C23.4133 14.0898 22.7336 15.4382 22.7336 16.8242V20.1054H27.5867L26.8117 25.1656H22.7344V37.3953C31.1016 36.082 37.5 28.8421 37.5 20.1054Z' fill='%2386368C'/%3E%3C/svg%3E%0A");

}
menu .socials a.in {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.2914 5.41635C29.2236 5.42212 31.0751 6.19225 32.4414 7.55855C33.8077 8.92485 34.5778 10.7763 34.5836 12.7085V27.2913C34.5778 29.2236 33.8077 31.075 32.4414 32.4413C31.0751 33.8076 29.2236 34.5778 27.2914 34.5835H12.7086C10.7764 34.5778 8.92491 33.8076 7.55861 32.4413C6.19231 31.075 5.42218 29.2236 5.41641 27.2913V12.7085C5.42218 10.7763 6.19231 8.92485 7.55861 7.55855C8.92491 6.19225 10.7764 5.42212 12.7086 5.41635H27.2914ZM27.2914 2.49994H12.7086C7.09375 2.49994 2.5 7.09369 2.5 12.7085V27.2913C2.5 32.9062 7.09375 37.4999 12.7086 37.4999H27.2914C32.9062 37.4999 37.5 32.9062 37.5 27.2913V12.7085C37.5 7.09369 32.9062 2.49994 27.2914 2.49994Z' fill='%2386368C'/%3E%3Cpath d='M29.4789 12.7086C29.0463 12.7086 28.6233 12.5803 28.2636 12.3399C27.9039 12.0995 27.6235 11.7579 27.4579 11.3582C27.2924 10.9585 27.249 10.5186 27.3334 10.0943C27.4178 9.66996 27.6262 9.28019 27.9321 8.97426C28.238 8.66833 28.6278 8.46 29.0521 8.37559C29.4765 8.29119 29.9163 8.3345 30.316 8.50007C30.7157 8.66564 31.0574 8.94602 31.2977 9.30575C31.5381 9.66548 31.6664 10.0884 31.6664 10.5211C31.667 10.8085 31.6109 11.0932 31.5012 11.3589C31.3914 11.6246 31.2303 11.866 31.0271 12.0692C30.8238 12.2725 30.5824 12.4336 30.3168 12.5433C30.0511 12.653 29.7663 12.7092 29.4789 12.7086ZM20 14.1664C21.1538 14.1664 22.2816 14.5085 23.241 15.1495C24.2003 15.7905 24.948 16.7016 25.3895 17.7675C25.8311 18.8335 25.9466 20.0064 25.7215 21.138C25.4964 22.2696 24.9408 23.3091 24.125 24.1249C23.3091 24.9408 22.2697 25.4964 21.1381 25.7215C20.0065 25.9466 18.8335 25.831 17.7676 25.3895C16.7016 24.948 15.7906 24.2003 15.1495 23.2409C14.5085 22.2816 14.1664 21.1537 14.1664 20C14.1681 18.4533 14.7832 16.9705 15.8769 15.8768C16.9705 14.7832 18.4533 14.168 20 14.1664ZM20 11.25C18.2694 11.25 16.5777 11.7631 15.1388 12.7246C13.6998 13.6861 12.5783 15.0526 11.9161 16.6515C11.2538 18.2503 11.0805 20.0097 11.4181 21.707C11.7558 23.4043 12.5891 24.9634 13.8128 26.1871C15.0365 27.4109 16.5956 28.2442 18.293 28.5818C19.9903 28.9195 21.7496 28.7462 23.3485 28.0839C24.9473 27.4216 26.3139 26.3001 27.2754 24.8612C28.2368 23.4223 28.75 21.7305 28.75 20C28.75 17.6793 27.8281 15.4537 26.1872 13.8128C24.5462 12.1718 22.3206 11.25 20 11.25Z' fill='%2386368C'/%3E%3C/svg%3E%0A");
}
menu .socials a.li {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M34.7008 2.49994H5.49063C3.89453 2.49994 2.5 3.64838 2.5 5.22572V34.5007C2.5 36.0867 3.89453 37.4999 5.49063 37.4999H34.6922C36.2969 37.4999 37.5 36.0773 37.5 34.5007V5.22572C37.5094 3.64838 36.2969 2.49994 34.7008 2.49994ZM13.3492 31.6742H8.33516V16.0843H13.3492V31.6742ZM11.0156 13.714H10.9797C9.375 13.714 8.33594 12.5195 8.33594 11.0242C8.33594 9.5015 9.40234 8.3351 11.043 8.3351C12.6836 8.3351 13.6875 9.49291 13.7234 11.0242C13.7227 12.5195 12.6836 13.714 11.0156 13.714ZM31.6742 31.6742H26.6602V23.1499C26.6602 21.1078 25.9305 19.7124 24.1164 19.7124C22.7305 19.7124 21.9102 20.6499 21.5453 21.5632C21.4086 21.8913 21.3719 22.3382 21.3719 22.7945V31.6742H16.3578V16.0843H21.3719V18.2538C22.1016 17.2148 23.2414 15.7195 25.8938 15.7195C29.1852 15.7195 31.675 17.889 31.675 22.5663L31.6742 31.6742Z' fill='%2386368C'/%3E%3C/svg%3E%0A");
}
menu .socials a:hover{
	    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.modal {
     
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;display:block;
    overflow: hidden;
    z-index: -1;opacity:0;transition: all 0.6s ease;
}
.modal.visible { z-index:100; }
.modal.active { opacity:1;}
.modal .win {
    width: 586px;
    height: 775px;
    margin: 0 auto;
    display: block;
    top: calc( (100% - 775px) / 2);
    background: #F6EEF7;
    padding: 24px 48px;
    border-radius: 32px;
}
.modal .win .close {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 12px;
    top: 12px;
    background-position: center;
    background-repeat: no-repeat;
}
.modal .sobaka {
    width: 250px;
    height: 250px;
    background-repeat: no-repeat;
    background-position: center;
    margin: 0 auto;
    margin-bottom: 12px;
    background-size: 250px;
}
.win b {
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: center;
    color: #007347;
    display: block;
    text-align: center;
    margin-bottom: 16px;
}
.modal .button {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding: 17px 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fbf9fb;
    background: #86368c;
    border-radius: var(--border-radius-16);
    border: 0;
    cursor: pointer;
    -webkit-transition: all ease-in-out .3s;
    -o-transition: all ease-in-out .3s;
    transition: all ease-in-out .3s;
    margin-top: 30px;
    border-radius: 12px;
}
.modal .button:hover {
	background: #85c3ff;
    color: #fbf9fb;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
}
.modal .button {
    margin: 0 auto;
    width: 257px;
    display: block;
    margin-top: 24px;text-align: center;
}
.input-site_error {
    display: none;
    font-size: 14px;
    font-style: italic;
    color: #db0000;
    padding: 0 10px;
}
.error .input-site_error {
    display: block;
}
.modal#register_ok .win {
    height: 520px;
    top: calc( (100% - 520px) / 2);
}


@media only screen and (min-width: 1660px) {
	.pageEvent header {
		height: 80px;
	}
	.pageEvent header .menu a {
	}
	.pageEvent header .logo {
		top: 10px;
	}
	.pageEvent header .menu > .link {
		line-height: 60px;
	}
	.pageEvent header .getDemo {
		height: 50px;
		line-height: 50px;
		top: 15px;
		right: 12px;
	}
}

.pageEvent.scrolled {
	
}
.pageEvent.scrolled header {
	height: 60px;
}
.pageEvent.scrolled header .menu .link {
	line-height: 40px;
}
.pageEvent.scrolled header .getDemo {
	    height: 44px;
    line-height: 44px;
    top: 8px;
}
.pageEvent.scrolled header .logo { top: 0; }




body.pageEvents.pageEvent {
    padding-top: 80px;
	transition:all 0.6s ease;
}
body.scrolled.pageEvents.pageEvent {
    padding-top: 60px;
}
.webinar {
    height: 960px;
    padding-top: 0;
}
.webinar .wrap {
    height: 100%;
}
.webinar .intro {
    max-width: 40%;
    position: relative;
    top: calc( (100% - 420px) / 2);
}
.webinar .intro h1 {
    color: #86368C;
    font-size: 60px;
    font-weight: 400;
    text-align: left;
    display: block;
    margin-bottom: 20px;
}
.webinar .intro  p {
    display: block;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: left;
}
.webinar .intro  strong {
    font: inherit;
    font-size: 32px;
}
.webinar .intro  .cntr {}
.cntr {
    height: 30px;
    font-size: 0;
    margin-bottom: 20px;
}
.cntr span {
    display: inline-block;
    vertical-align: top;
    line-height: 30px;
    margin-right: 24px;
    padding-left: 35px;
    font-size: 20px;
    color: #190F19;
}
.cntr span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
}
 .cntr span.date:before {
	 background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M28.125 7.49998C28.125 6.50541 27.7299 5.55159 27.0266 4.84832C26.3234 4.14506 25.3696 3.74998 24.375 3.74998H23.4375V2.83884C23.4375 2.33435 23.0496 1.90134 22.5451 1.87615C22.4184 1.87004 22.2917 1.88973 22.1728 1.93403C22.0538 1.97833 21.9451 2.04631 21.8533 2.13386C21.7614 2.2214 21.6882 2.32669 21.6383 2.44334C21.5883 2.55999 21.5625 2.68557 21.5625 2.81248V3.74998H8.4375V2.83884C8.4375 2.33435 8.04961 1.90134 7.54512 1.87615C7.41836 1.87004 7.29168 1.88973 7.17276 1.93403C7.05383 1.97833 6.94514 2.04631 6.85327 2.13386C6.76139 2.2214 6.68825 2.32669 6.63827 2.44334C6.58829 2.55999 6.56251 2.68557 6.5625 2.81248V3.74998H5.625C4.63044 3.74998 3.67661 4.14506 2.97335 4.84832C2.27009 5.55159 1.875 6.50541 1.875 7.49998V8.2031C1.875 8.26526 1.89969 8.32488 1.94365 8.36883C1.9876 8.41278 2.04721 8.43748 2.10938 8.43748H27.8906C27.9528 8.43748 28.0124 8.41278 28.0564 8.36883C28.1003 8.32488 28.125 8.26526 28.125 8.2031V7.49998ZM1.875 24.375C1.875 25.3695 2.27009 26.3234 2.97335 27.0266C3.67661 27.7299 4.63044 28.125 5.625 28.125H24.375C25.3696 28.125 26.3234 27.7299 27.0266 27.0266C27.7299 26.3234 28.125 25.3695 28.125 24.375V10.4883C28.125 10.4416 28.1065 10.3969 28.0735 10.364C28.0405 10.331 27.9958 10.3125 27.9492 10.3125H2.05078C2.00416 10.3125 1.95945 10.331 1.92649 10.364C1.89352 10.3969 1.875 10.4416 1.875 10.4883V24.375ZM22.0312 12.1875C22.3094 12.1875 22.5813 12.2699 22.8125 12.4245C23.0438 12.579 23.224 12.7986 23.3305 13.0556C23.4369 13.3125 23.4647 13.5953 23.4105 13.8681C23.3562 14.1409 23.2223 14.3914 23.0256 14.5881C22.829 14.7848 22.5784 14.9187 22.3056 14.973C22.0328 15.0272 21.7501 14.9994 21.4931 14.8929C21.2361 14.7865 21.0165 14.6063 20.862 14.375C20.7075 14.1437 20.625 13.8719 20.625 13.5937C20.625 13.2208 20.7732 12.8631 21.0369 12.5994C21.3006 12.3356 21.6583 12.1875 22.0312 12.1875ZM22.0312 16.875C22.3094 16.875 22.5813 16.9575 22.8125 17.112C23.0438 17.2665 23.224 17.4861 23.3305 17.7431C23.4369 18 23.4647 18.2828 23.4105 18.5556C23.3562 18.8284 23.2223 19.0789 23.0256 19.2756C22.829 19.4723 22.5784 19.6062 22.3056 19.6605C22.0328 19.7147 21.7501 19.6869 21.4931 19.5804C21.2361 19.474 21.0165 19.2938 20.862 19.0625C20.7075 18.8312 20.625 18.5594 20.625 18.2812C20.625 17.9083 20.7732 17.5506 21.0369 17.2869C21.3006 17.0231 21.6583 16.875 22.0312 16.875ZM17.3438 12.1875C17.6219 12.1875 17.8938 12.2699 18.125 12.4245C18.3563 12.579 18.5365 12.7986 18.643 13.0556C18.7494 13.3125 18.7772 13.5953 18.723 13.8681C18.6687 14.1409 18.5348 14.3914 18.3381 14.5881C18.1415 14.7848 17.8909 14.9187 17.6181 14.973C17.3453 15.0272 17.0626 14.9994 16.8056 14.8929C16.5486 14.7865 16.329 14.6063 16.1745 14.375C16.02 14.1437 15.9375 13.8719 15.9375 13.5937C15.9375 13.2208 16.0857 12.8631 16.3494 12.5994C16.6131 12.3356 16.9708 12.1875 17.3438 12.1875ZM17.3438 16.875C17.6219 16.875 17.8938 16.9575 18.125 17.112C18.3563 17.2665 18.5365 17.4861 18.643 17.7431C18.7494 18 18.7772 18.2828 18.723 18.5556C18.6687 18.8284 18.5348 19.0789 18.3381 19.2756C18.1415 19.4723 17.8909 19.6062 17.6181 19.6605C17.3453 19.7147 17.0626 19.6869 16.8056 19.5804C16.5486 19.474 16.329 19.2938 16.1745 19.0625C16.02 18.8312 15.9375 18.5594 15.9375 18.2812C15.9375 17.9083 16.0857 17.5506 16.3494 17.2869C16.6131 17.0231 16.9708 16.875 17.3438 16.875ZM17.3438 21.5625C17.6219 21.5625 17.8938 21.645 18.125 21.7995C18.3563 21.954 18.5365 22.1736 18.643 22.4306C18.7494 22.6875 18.7772 22.9703 18.723 23.2431C18.6687 23.5159 18.5348 23.7664 18.3381 23.9631C18.1415 24.1598 17.8909 24.2937 17.6181 24.348C17.3453 24.4022 17.0626 24.3744 16.8056 24.2679C16.5486 24.1615 16.329 23.9813 16.1745 23.75C16.02 23.5187 15.9375 23.2469 15.9375 22.9687C15.9375 22.5958 16.0857 22.2381 16.3494 21.9744C16.6131 21.7106 16.9708 21.5625 17.3438 21.5625ZM12.6562 16.875C12.9344 16.875 13.2063 16.9575 13.4375 17.112C13.6688 17.2665 13.849 17.4861 13.9555 17.7431C14.0619 18 14.0897 18.2828 14.0355 18.5556C13.9812 18.8284 13.8473 19.0789 13.6506 19.2756C13.454 19.4723 13.2034 19.6062 12.9306 19.6605C12.6578 19.7147 12.3751 19.6869 12.1181 19.5804C11.8611 19.474 11.6415 19.2938 11.487 19.0625C11.3325 18.8312 11.25 18.5594 11.25 18.2812C11.25 17.9083 11.3982 17.5506 11.6619 17.2869C11.9256 17.0231 12.2833 16.875 12.6562 16.875ZM12.6562 21.5625C12.9344 21.5625 13.2063 21.645 13.4375 21.7995C13.6688 21.954 13.849 22.1736 13.9555 22.4306C14.0619 22.6875 14.0897 22.9703 14.0355 23.2431C13.9812 23.5159 13.8473 23.7664 13.6506 23.9631C13.454 24.1598 13.2034 24.2937 12.9306 24.348C12.6578 24.4022 12.3751 24.3744 12.1181 24.2679C11.8611 24.1615 11.6415 23.9813 11.487 23.75C11.3325 23.5187 11.25 23.2469 11.25 22.9687C11.25 22.5958 11.3982 22.2381 11.6619 21.9744C11.9256 21.7106 12.2833 21.5625 12.6562 21.5625ZM7.96875 16.875C8.24688 16.875 8.51876 16.9575 8.75002 17.112C8.98128 17.2665 9.16152 17.4861 9.26796 17.7431C9.37439 18 9.40224 18.2828 9.34798 18.5556C9.29372 18.8284 9.15979 19.0789 8.96312 19.2756C8.76645 19.4723 8.51588 19.6062 8.2431 19.6605C7.97031 19.7147 7.68756 19.6869 7.4306 19.5804C7.17364 19.474 6.95402 19.2938 6.7995 19.0625C6.64498 18.8312 6.5625 18.5594 6.5625 18.2812C6.5625 17.9083 6.71066 17.5506 6.97438 17.2869C7.2381 17.0231 7.59579 16.875 7.96875 16.875ZM7.96875 21.5625C8.24688 21.5625 8.51876 21.645 8.75002 21.7995C8.98128 21.954 9.16152 22.1736 9.26796 22.4306C9.37439 22.6875 9.40224 22.9703 9.34798 23.2431C9.29372 23.5159 9.15979 23.7664 8.96312 23.9631C8.76645 24.1598 8.51588 24.2937 8.2431 24.348C7.97031 24.4022 7.68756 24.3744 7.4306 24.2679C7.17364 24.1615 6.95402 23.9813 6.7995 23.75C6.64498 23.5187 6.5625 23.2469 6.5625 22.9687C6.5625 22.5958 6.71066 22.2381 6.97438 21.9744C7.2381 21.7106 7.59579 21.5625 7.96875 21.5625Z' fill='%23190F19'/%3E%3C/svg%3E%0A");
 }
 .cntr span.time:before {
	 background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99923 6.47227C9.12241 6.35037 9.219 6.20427 9.2829 6.04319C9.34681 5.88211 9.37665 5.70953 9.37054 5.53634C9.36443 5.36315 9.3225 5.1931 9.2474 5.03692C9.1723 4.88074 9.06565 4.74182 8.93419 4.62891C8.2726 4.06428 7.43208 3.75282 6.56231 3.75L6.37071 3.75527H6.34259C4.35919 3.87598 2.81231 5.59863 2.81641 7.67578C2.81641 8.78906 3.28516 9.37852 3.65548 9.8502C3.75939 9.98206 3.88966 10.0908 4.03796 10.1695C4.18627 10.2482 4.34935 10.2951 4.5168 10.3072C4.53204 10.3072 4.55782 10.3102 4.63399 10.3102C4.78462 10.3099 4.93364 10.2792 5.0721 10.2199C5.21055 10.1606 5.33558 10.0739 5.43966 9.96504L8.99923 6.47227ZM23.6594 3.75645L23.4678 3.75059H23.4373C22.5667 3.75285 21.7253 4.06435 21.0631 4.62949C20.9318 4.7424 20.8253 4.88126 20.7503 5.03733C20.6754 5.1934 20.6335 5.36331 20.6274 5.53635C20.6213 5.7094 20.6511 5.88183 20.7148 6.0428C20.7786 6.20378 20.8751 6.3498 20.9981 6.47168L24.5588 9.9668C24.6631 10.0761 24.7885 10.1631 24.9274 10.2225C25.0662 10.2819 25.2157 10.3125 25.3668 10.3125C25.4418 10.3125 25.4676 10.3125 25.484 10.3096C25.6513 10.2974 25.8143 10.2504 25.9625 10.1717C26.1107 10.093 26.2409 9.98434 26.3447 9.85254C26.7174 9.38086 27.1815 8.79316 27.1838 7.67812C27.1873 5.59863 25.6404 3.87598 23.6594 3.75645Z' fill='%23190F19'/%3E%3Cpath d='M15.0055 5.625C9.32189 5.625 4.69299 10.251 4.69299 15.9375C4.69097 18.3485 5.53749 20.6833 7.0842 22.5328L4.96779 24.6498C4.87867 24.7364 4.80765 24.8399 4.75886 24.9541C4.71007 25.0684 4.6845 25.1913 4.68362 25.3155C4.68274 25.4398 4.70657 25.563 4.75373 25.678C4.80089 25.793 4.87044 25.8974 4.95833 25.9853C5.04622 26.0731 5.1507 26.1426 5.26569 26.1897C5.38068 26.2368 5.50389 26.2606 5.62815 26.2597C5.75242 26.2587 5.87525 26.2331 5.98952 26.1843C6.10379 26.1354 6.20721 26.0644 6.29377 25.9752L8.41017 23.8588C10.2607 25.4038 12.5948 26.2501 15.0055 26.2501C17.4161 26.2501 19.7503 25.4038 21.6008 23.8588L23.7178 25.9752C23.8043 26.0644 23.9078 26.1354 24.022 26.1843C24.1363 26.2331 24.2591 26.2587 24.3834 26.2597C24.5077 26.2606 24.6309 26.2368 24.7459 26.1897C24.8609 26.1426 24.9653 26.0731 25.0532 25.9853C25.1411 25.8974 25.2107 25.793 25.2578 25.678C25.305 25.563 25.3288 25.4398 25.3279 25.3155C25.3271 25.1913 25.3015 25.0684 25.2527 24.9541C25.2039 24.8399 25.1329 24.7364 25.0438 24.6498L22.9268 22.5328C24.4737 20.6835 25.3203 18.3486 25.318 15.9375C25.318 10.2539 20.692 5.625 15.0055 5.625ZM15.943 15.9375C15.943 16.1861 15.8442 16.4246 15.6684 16.6004C15.4926 16.7762 15.2541 16.875 15.0055 16.875H10.318C10.0693 16.875 9.83089 16.7762 9.65507 16.6004C9.47926 16.4246 9.38049 16.1861 9.38049 15.9375C9.38049 15.6889 9.47926 15.4504 9.65507 15.2746C9.83089 15.0988 10.0693 15 10.318 15H14.068V9.375C14.068 9.12636 14.1668 8.8879 14.3426 8.71209C14.5184 8.53627 14.7568 8.4375 15.0055 8.4375C15.2541 8.4375 15.4926 8.53627 15.6684 8.71209C15.8442 8.8879 15.943 9.12636 15.943 9.375V15.9375Z' fill='%23190F19'/%3E%3C/svg%3E%0A");
 }
 .cntr span.long:before {
	 background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 2.8125C8.26934 2.8125 2.8125 8.26934 2.8125 15C2.8125 21.7307 8.26934 27.1875 15 27.1875C21.7307 27.1875 27.1875 21.7307 27.1875 15C27.1875 8.26934 21.7307 2.8125 15 2.8125ZM20.625 16.875H15C14.7514 16.875 14.5129 16.7762 14.3371 16.6004C14.1613 16.4246 14.0625 16.1861 14.0625 15.9375V7.5C14.0625 7.25136 14.1613 7.0129 14.3371 6.83709C14.5129 6.66127 14.7514 6.5625 15 6.5625C15.2486 6.5625 15.4871 6.66127 15.6629 6.83709C15.8387 7.0129 15.9375 7.25136 15.9375 7.5V15H20.625C20.8736 15 21.1121 15.0988 21.2879 15.2746C21.4637 15.4504 21.5625 15.6889 21.5625 15.9375C21.5625 16.1861 21.4637 16.4246 21.2879 16.6004C21.1121 16.7762 20.8736 16.875 20.625 16.875Z' fill='%23190F19'/%3E%3C/svg%3E%0A");
 }
 .webinar_know .button,
.webinar_register .forma .button, .webinar_know .items .button, .webinar .button {
    background: #86368C;
    height: 50px;
    color: #FBF9FB;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    width: 200px;
    display: block;
    border-radius: 12px;
    text-align: center;
    line-height: 50px;
    transition: all 0.6s ease;
    padding: 0 24px;
    width: auto;
    display: inline-block;
	height: 60px;
    line-height: 60px;
    padding: 0 40px;
}
 .webinar_know .button:hover,
 .webinar_register .forma .button:hover,
 .webinar_know .items .button:hover,
 .webinar .button:hover {
	 background: #85c3ff;
    color: #fbf9fb;
    -webkit-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    transform: translateY(-7px);
 }
 
.webinar .vect1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
    background-size: 50% auto;
    background-repeat: no-repeat;
    background-position: center right;
}
.webinar .person {
    width: 436px;
    height: 120px;
    background: #F6EEF7;
    position: absolute;
    top: 0;
    right: 0; 
	box-shadow: 0px 0px 60px 0px #86368C73;

    overflow: hidden;
    border-radius: 24px;
    padding: 30px 20px;
    padding-left: 140px;
}
.webinar .person img {
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}
.webinar .person b {
    display: block;
    color: #190F19;
    font-size: 26px;
    font-weight: 400;
    text-align: left;
}
.webinar .person i {
    font-size: 13px;
    font-style: italic;
    font-weight: 300;
    line-height: 16.8px;
    text-align: left;
}
.webinar .person.person1 {
    right: calc(50% - 400px);
    top: 80px;
}
.webinar .person.person2 {
    bottom: 160px;
    top: auto;
    right: 80px;
}
.webinar .event_counter {
    width: 480px;
    height: 165px;
    position: absolute;
    left: calc( (100% - 480px) / 2);
    bottom: 60px;
    background: #02AB6B;
    border-radius: 32px;
    box-shadow: 0px 0px 10px 0px #86368C40;
    padding: 18px;
    font-size: 0;
    padding-left: 180px;
}
.webinar .event_counter .dog {
    width: 120px;
    height: 125px;
    display: inline-block;
    vertical-align: top;
    margin-right: 40px;
    position: absolute;
    left: 20px;
    top: 20px;
}
 .webinar .event_counter .dog.dog_counter {
	 background-image: url("data:image/svg+xml,%3Csvg width='120' height='125' viewBox='0 0 120 125' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M56.542 95.2756H77.9746V114.338H56.542V95.2756Z' fill='%23FBF9FB'/%3E%3Cpath d='M78.2901 110.653V94.1671C79.1931 68.7324 71.7289 64.3375 71.7289 64.3375L46.7081 61.9139C46.7081 61.9139 25.8515 64.6491 2.52881 106.804C2.52881 106.804 -3.60638 118.577 6.13791 119.051H85.5413C85.5413 119.051 87.7073 107.981 72.9079 111.043H62.4226C62.4226 111.043 72.0049 77.3664 39.5199 81.1352' fill='%23FBF9FB'/%3E%3Cpath d='M6.12176 119.677H86.0591L86.1581 119.17C86.1911 118.993 86.9682 114.835 84.2021 112.103C82.9391 110.857 81.172 110.135 78.9189 109.937V94.1699C79.825 68.6782 72.3697 63.9867 72.0517 63.798L71.9317 63.7261L46.701 61.2815L46.629 61.2905C46.41 61.3204 41.1628 62.0634 32.9966 68.0431C25.5293 73.5105 14.087 84.6221 1.98164 106.498C1.83463 106.782 -1.44147 113.161 0.754593 116.983C1.70863 118.643 3.51168 119.548 6.10976 119.674L6.12176 119.677ZM84.9911 118.421H6.15475C4.02169 118.316 2.56965 117.621 1.84363 116.36C-0.0134277 113.134 3.05567 107.151 3.08567 107.091C9.67387 95.1855 20.3272 78.921 33.6236 69.1366C41.0818 63.6482 46.107 62.6506 46.725 62.5457L71.5027 64.9454C72.3427 65.5925 78.4779 71.1348 77.6589 94.1459V109.88C76.2339 109.865 74.6138 110.051 72.8438 110.416H63.2345C64.0505 107.049 66.6036 94.089 59.8924 86.2099C55.7432 81.3387 48.867 79.4213 39.4528 80.5148C39.1077 80.5538 38.8617 80.8653 38.9007 81.2099C38.9397 81.5544 39.2577 81.797 39.5968 81.7611C48.567 80.7185 55.0712 82.4891 58.9353 87.0218C60.9904 89.4335 63.3815 94.0021 63.0965 102.067C62.9255 106.95 61.8364 110.836 61.8244 110.875L61.5994 111.672H72.9788L73.0418 111.66C74.8568 111.285 76.4769 111.111 77.8899 111.135C78.0939 111.306 78.4359 111.324 78.6549 111.171C80.683 111.324 82.243 111.932 83.3261 112.999C85.0991 114.754 85.0871 117.34 84.9911 118.421Z' fill='%23190F19'/%3E%3Cpath d='M34.6399 108.52C35.6839 109.581 35.9149 111.732 35.1499 113.298C35.1499 113.298 35.0449 113.511 34.0339 114.973C27.5387 124.356 16.1863 127.759 8.68012 122.577C4.597 119.758 3.12696 112.801 3.12696 112.801C2.76695 111.094 3.48097 110.707 4.717 111.941C4.717 111.941 6.70606 113.931 9.53214 115.884C17.0384 121.067 22.6455 118.071 29.1407 108.691L29.9958 108.194C31.5048 107.313 33.5929 107.46 34.6399 108.52Z' fill='%23190F19'/%3E%3Cpath d='M76.2554 74.5532C76.6364 74.0948 76.8044 75.7905 77.3744 75.9103C78.0255 80.0176 78.3795 85.3083 78.1395 92.0999V98.8795C77.3354 99.1311 76.4954 99.2659 75.6254 99.2659C70.1712 99.2659 65.7491 99.2659 65.7491 87.4953C65.7461 80.9943 72.5233 79.026 76.2554 74.5532Z' fill='%23190F19'/%3E%3Cpath d='M96.8181 26.6978C96.8181 26.6978 81.0647 57.3962 69.4693 66.3298C69.4693 66.3298 57.949 74.5953 46.9657 63.7324C46.9657 63.7324 33.0542 46.3295 26.067 20.748C26.067 20.748 26.052 8.76764 45.4026 6.95815C45.4026 6.95815 58.732 5.7688 65.0592 5.7718C79.0756 5.77779 90.902 8.9444 90.902 8.9444C90.902 8.9444 101.627 13.0637 96.8181 26.6978Z' fill='%23FBF9FB'/%3E%3Cpath d='M59.5703 70.0325C60.6084 70.0325 61.5774 69.9367 62.4504 69.7929C66.8126 69.0649 69.7526 66.9858 69.8757 66.8959C74.7718 63.1241 80.892 55.266 88.0862 43.5253C93.4263 34.8134 97.3985 27.0901 97.4375 27.0152L97.4735 26.9284C102.454 12.8179 91.2633 8.33614 91.1493 8.2942L91.0803 8.27024C90.9603 8.23728 79.0049 5.07966 65.0575 5.07367C65.0485 5.07367 65.0395 5.07367 65.0335 5.07367C58.7363 5.07367 45.4729 6.25104 45.3379 6.26302C39.6768 6.79328 32.0625 8.5848 27.9164 14.1121C25.3903 17.4795 25.3663 20.6161 25.3663 20.7479V20.8408L25.3903 20.9307C32.3325 46.3594 46.277 63.9929 46.415 64.1667L46.469 64.2266C51.0861 68.7893 55.8022 70.0325 59.5703 70.0325ZM96.1774 26.4221C95.5084 27.7133 80.19 57.1894 69.0446 65.7785C69.0356 65.7844 66.2245 67.7647 62.1684 68.4268C56.7893 69.3046 51.8511 67.567 47.486 63.2679C46.829 62.4321 33.5056 45.2509 26.7674 20.667C26.7914 20.1817 27.0224 17.5963 29.0924 14.8761C32.1435 10.8676 37.8077 8.3691 45.4699 7.6501C45.5989 7.63811 58.8023 6.46674 65.0365 6.46674C65.0455 6.46674 65.0515 6.46674 65.0605 6.46674C78.4289 6.47273 89.9372 9.41165 90.6843 9.60638C91.4163 9.90297 100.576 13.8904 96.1774 26.4221Z' fill='%23190F19'/%3E%3Cpath d='M87.4049 9.01056H106.206C108.691 9.01056 112.726 9.33711 115.177 9.73556C115.177 9.73556 121.585 10.7781 118.414 19.8495C113.575 33.6933 102.321 43.0973 102.321 43.0973C100.416 44.6881 98.8112 43.9631 98.7512 41.4825C98.7512 41.4825 98.3162 23.5764 87.4049 9.01056Z' fill='%23FBF9FB'/%3E%3Cpath d='M100.453 44.6372C101.047 44.6372 101.836 44.4125 102.772 43.6306C102.886 43.5347 114.23 33.942 119.078 20.0772C120.302 16.5751 120.308 13.768 119.093 11.7308C117.743 9.46597 115.391 9.06153 115.292 9.04355C112.805 8.63911 108.728 8.30957 106.207 8.30957H86.0138L86.8479 9.42402C97.4922 23.6333 98.0502 41.3208 98.0532 41.4975C98.1012 43.4958 99.0162 44.2028 99.5562 44.4484C99.7723 44.5473 100.072 44.6372 100.453 44.6372ZM106.21 9.70563C108.668 9.70563 112.643 10.0262 115.07 10.4216C115.142 10.4336 116.9 10.7572 117.908 12.4648C118.889 14.1305 118.841 16.5362 117.761 19.6189C113.039 33.1241 101.989 42.4682 101.878 42.5611C101.194 43.1333 100.543 43.3639 100.135 43.1812C99.7273 42.9985 99.4722 42.3573 99.4512 41.4646C99.4482 41.2878 98.9142 24.0707 88.7769 9.70563H106.21Z' fill='%23190F19'/%3E%3Cpath d='M42.4492 6.67057L24.1997 2.15284C21.7906 1.55667 17.7915 0.903573 15.3164 0.699856C15.3164 0.699856 8.84521 0.169591 9.73624 9.74131C11.0983 24.3401 19.7565 36.1736 19.7565 36.1736C21.2206 38.1749 22.9576 37.8573 23.6117 35.4666C23.6147 35.4666 28.3488 18.1896 42.4492 6.67057Z' fill='%23190F19'/%3E%3Cpath d='M21.7421 38.1868C21.8831 38.1868 22.0091 38.1718 22.1141 38.1539C22.6992 38.046 23.7552 37.5786 24.2862 35.6493C24.3342 35.4786 29.1344 18.4442 42.8898 7.20977L43.9668 6.32899L24.3672 1.47872C21.9191 0.87356 17.887 0.214475 15.3729 0.0077622C15.2739 -0.00122533 12.8919 -0.17199 11.0378 1.70341C9.36976 3.38707 8.69774 6.11329 9.04275 9.80717C10.4048 24.4269 19.1051 36.4642 19.1951 36.584C20.1611 37.9052 21.1091 38.1868 21.7421 38.1868ZM40.9517 7.01804C27.6523 18.5281 22.9872 35.1101 22.9392 35.2808C22.7052 36.1406 22.3001 36.7009 21.8621 36.7818C21.4241 36.8626 20.8481 36.4822 20.3201 35.7632C20.2361 35.6463 11.7578 23.9056 10.4318 9.67835C10.1288 6.41288 10.6658 4.06114 12.0308 2.68305C13.4349 1.26602 15.2439 1.39783 15.2619 1.39783C17.713 1.59856 21.6461 2.24266 24.0342 2.83284L40.9517 7.01804Z' fill='%23190F19'/%3E%3Cpath d='M94.028 25.5233C98.2401 25.5233 99.5272 28.7318 96.8901 32.6534L85.6787 49.3282C83.0417 53.2498 78.7425 53.2378 76.1235 49.2983L65.0711 32.6803C62.4521 28.7438 63.7541 25.5203 67.9662 25.5203H94.028V25.5233Z' fill='%23009FE3'/%3E%3Cpath d='M80.9106 52.9592C82.9536 52.9592 84.8527 51.8088 86.2597 49.7177L97.4711 33.0429C98.9801 30.796 99.3611 28.597 98.5091 27.0032C97.7591 25.6012 96.169 24.8282 94.027 24.8282H67.9622C65.8231 24.8282 64.2301 25.6012 63.474 27.0092C62.616 28.606 62.985 30.8139 64.4851 33.0698L75.5374 49.6848C76.9384 51.7908 78.8405 52.9532 80.8926 52.9592C80.9016 52.9592 80.9046 52.9592 80.9106 52.9592ZM94.027 26.2213C95.626 26.2213 96.781 26.7336 97.2761 27.6593C97.8761 28.7828 97.5221 30.4604 96.31 32.2669L85.0987 48.9418C83.9617 50.6344 82.4736 51.5662 80.9076 51.5662C80.9046 51.5662 80.9016 51.5662 80.8986 51.5662C79.3265 51.5632 77.8385 50.6195 76.7044 48.9148L65.6521 32.2999C64.4461 30.4844 64.1011 28.7977 64.7071 27.6683C65.2081 26.7366 66.3661 26.2243 67.9652 26.2243H94.027V26.2213Z' fill='%23190F19'/%3E%3Cpath d='M94.026 25.5236C98.2382 25.5236 99.5252 28.7321 96.8881 32.6537L85.6768 49.3285C83.0397 53.2501 78.7406 53.2381 76.1215 49.2986L65.0692 32.6806C62.4501 28.7441 63.7521 25.5206 67.9643 25.5206H94.026V25.5236Z' fill='%238585B9'/%3E%3Cpath d='M80.9084 52.8605C82.9185 52.8605 84.7906 51.7251 86.1766 49.6639L97.3879 32.9891C98.876 30.7751 99.254 28.6091 98.423 27.0513C97.6909 25.6822 96.1309 24.9272 94.0278 24.9272H67.9631C65.863 24.9272 64.3 25.6822 63.5619 27.0543C62.7219 28.6181 63.0879 30.7901 64.57 33.016L75.6223 49.631C77.0053 51.7101 78.8774 52.8545 80.8964 52.8605C80.8994 52.8605 80.9024 52.8605 80.9084 52.8605ZM94.0248 26.1226C95.6629 26.1226 96.8479 26.6529 97.3609 27.6115C97.979 28.7679 97.6249 30.4815 96.3889 32.318L85.1776 48.9929C84.0195 50.7125 82.5045 51.6592 80.9054 51.6592C80.9024 51.6592 80.8994 51.6592 80.8964 51.6592C79.2914 51.6562 77.7733 50.6975 76.6213 48.9659L65.569 32.3509C64.3419 30.5055 63.9939 28.7799 64.621 27.6175C65.14 26.6529 66.325 26.1196 67.9631 26.1196H94.0248V26.1226Z' fill='%23190F19'/%3E%3Cpath d='M55.3717 25.5233C59.5839 25.5233 60.8709 28.7319 58.2338 32.6534L47.0225 49.3283C44.3854 53.2499 40.0863 53.2379 37.4672 49.2983L26.4149 32.6804C23.7958 28.7439 25.0978 25.5203 29.31 25.5203H55.3717V25.5233Z' fill='%23009FE3'/%3E%3Cpath d='M42.2524 52.9592C44.2954 52.9592 46.1945 51.8088 47.6015 49.7177L58.8129 33.0428C60.3219 30.7959 60.7029 28.597 59.8509 27.0032C59.1009 25.6011 57.5108 24.8282 55.3688 24.8282H29.304C27.1649 24.8282 25.5719 25.6011 24.8158 27.0092C23.9578 28.6059 24.3268 30.8139 25.8269 33.0698L36.8792 49.6847C38.2802 51.7908 40.1823 52.9532 42.2344 52.9592C42.2434 52.9592 42.2494 52.9592 42.2524 52.9592ZM55.3718 26.2213C56.9708 26.2213 58.1258 26.7335 58.6209 27.6593C59.2209 28.7827 58.8669 30.4604 57.6548 32.2669L46.4435 48.9417C45.3064 50.6344 43.8184 51.5661 42.2524 51.5661C42.2494 51.5661 42.2464 51.5661 42.2434 51.5661C40.6713 51.5631 39.1833 50.6194 38.0492 48.9148L26.9939 32.2968C25.7879 30.4813 25.4429 28.7947 26.0489 27.6652C26.5499 26.7335 27.7079 26.2213 29.307 26.2213H55.3718Z' fill='%23190F19'/%3E%3Cpath d='M55.3698 25.5235C59.5819 25.5235 60.869 28.7321 58.2319 32.6536L47.0205 49.3285C44.3835 53.25 40.0843 53.2381 37.4653 49.2985L26.4129 32.6806C23.7938 28.744 25.0959 25.5205 29.308 25.5205H55.3698V25.5235Z' fill='%238585B9'/%3E%3Cpath d='M42.2502 52.8604C44.2603 52.8604 46.1324 51.725 47.5184 49.6639L58.7297 32.989C60.2178 30.7751 60.5958 28.6091 59.7648 27.0512C59.0327 25.6821 57.4727 24.9272 55.3696 24.9272H29.3049C27.2048 24.9272 25.6417 25.6821 24.9037 27.0542C24.0637 28.6181 24.4297 30.7901 25.9118 33.016L36.9641 49.6309C38.3471 51.71 40.2192 52.8545 42.2382 52.8604C42.2412 52.8604 42.2472 52.8604 42.2502 52.8604ZM55.3696 26.1225C57.0077 26.1225 58.1927 26.6528 58.7057 27.6115C59.3237 28.7679 58.9697 30.4815 57.7337 32.3179L46.5224 48.9928C45.3643 50.7124 43.8493 51.6591 42.2502 51.6591C42.2472 51.6591 42.2442 51.6591 42.2412 51.6591C40.6362 51.6561 39.1181 50.6974 37.9661 48.9658L26.9138 32.3509C25.6867 30.5054 25.3387 28.7798 25.9658 27.6175C26.4848 26.6528 27.6698 26.1195 29.3079 26.1195H55.3696V26.1225Z' fill='%23190F19'/%3E%3Cpath d='M68.969 44.7985C68.969 44.7985 64.9399 53.0401 62.7108 54.562C62.7108 54.562 60.5388 56.5272 58.4117 54.0107C58.4117 54.0107 55.1776 49.0736 54.2806 43.2227C54.2806 43.2227 54.0496 41.1855 57.9827 41.1825C61.8678 41.1795 66.6169 41.0687 66.6169 41.0687C66.6169 41.0687 69.992 41.1885 68.969 44.7985Z' fill='%23190F19'/%3E%3Cpath d='M79.9931 29.7785C78.8664 29.7785 77.9531 28.8662 77.9531 27.7408C77.9531 26.6155 78.8664 25.7032 79.9931 25.7032C81.1198 25.7032 82.0332 26.6155 82.0332 27.7408C82.0332 28.8662 81.1198 29.7785 79.9931 29.7785Z' fill='%23190F19'/%3E%3Cpath d='M44.2178 29.7785C43.0911 29.7785 42.1777 28.8662 42.1777 27.7408C42.1777 26.6155 43.0911 25.7032 44.2178 25.7032C45.3444 25.7032 46.2578 26.6155 46.2578 27.7408C46.2578 28.8662 45.3444 29.7785 44.2178 29.7785Z' fill='%23190F19'/%3E%3Cpath d='M67.922 26.2225C68.117 26.2225 68.309 26.1416 68.447 25.9858C68.699 25.6951 68.672 25.2576 68.381 25.0029C66.278 23.166 63.5869 22.2581 60.7998 22.4439C58.5617 22.5937 56.4767 23.4327 54.7636 24.8711C54.4696 25.1198 54.4306 25.5573 54.6796 25.854C54.9286 26.1476 55.3666 26.1866 55.6636 25.9379C57.1457 24.6913 58.9517 23.9631 60.8928 23.8343C63.3079 23.6725 65.6419 24.4606 67.463 26.0547C67.595 26.1656 67.76 26.2225 67.922 26.2225Z' fill='%23190F19'/%3E%3Cpath d='M56.9444 61.6476C55.4747 61.6476 54.2833 60.4579 54.2833 58.9903C54.2833 57.5227 55.4747 56.3329 56.9444 56.3329C58.4141 56.3329 59.6055 57.5227 59.6055 58.9903C59.6055 60.4579 58.4141 61.6476 56.9444 61.6476Z' fill='%23FBF9FB'/%3E%3Cpath d='M56.9437 62.3423C58.7947 62.3423 60.3008 60.8384 60.3008 58.99C60.3008 57.1415 58.7947 55.6376 56.9437 55.6376C55.0926 55.6376 53.5866 57.1415 53.5866 58.99C53.5866 60.8384 55.0926 62.3423 56.9437 62.3423ZM56.9437 57.0307C58.0267 57.0307 58.9057 57.9115 58.9057 58.99C58.9057 60.0685 58.0237 60.9493 56.9437 60.9493C55.8636 60.9493 54.9816 60.0685 54.9816 58.99C54.9816 57.9115 55.8606 57.0307 56.9437 57.0307Z' fill='%23190F19'/%3E%3C/svg%3E%0A");
 }
.webinar .event_counter > span {
    display: block;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 15px;
    text-align: center;
}
.webinar .event_counter .timer {
    width: 100%;
    height: 90px;
    text-align: left;
    font-size: 0;
}
.webinar .event_counter .timer span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 3);
}
.webinar .event_counter .timer b {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    display: block;
    color: #190F19;
}
.webinar .event_counter .timer i {
    display: block;
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
    line-height: 16.8px;
    text-align: center;
}
 
.webinar_know {
    margin-top: 200px;
    min-height: 1088px;
}
.webinar_know .vect2 {
    width: 45%;
    height: 100%;height: 960px;
    position: absolute;
    top: 0;
    left: 0;
    background-size: contain;background-repeat: no-repeat;
    background-position: top center;
}
.webinar_know .wrap {
    padding-left: 50%;
}
.webinar_know h2 {
    display: block;
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    text-align: left;
    color: #190F19;
    margin-bottom: 24px;
}
.webinar_know .items {
    font-size: 0;
}
.webinar_know .items .item {
    height: 295px;
    width: calc( (50% - 12px) );
    margin-right: 24px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
    font-size: 20px;
    background-color: #CA8B02;
    border-radius: 28px;
    padding: 16px;
}
.webinar_know .items .item:nth-child(2n) {
    margin-right: 0;
}
.webinar_know .items .item i {
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    text-align: right;
    color: #FBF9FB;
    opacity: 0.65;
    display: block;
    font-style: normal;
    margin-bottom: 12px;
}
 .webinar_know .items .item b {
	 color: #FBF9FB; 
font-size: 26px;
font-weight: 500;
line-height: 31.2px;
text-align: left;

 }
.webinar_know .items .item p {
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #FBF9FB;
    display: block;
    margin-top: 16px;
    opacity: 0.8;
}
 .webinar_know .items .item:nth-child(1) {}
 .webinar_know .items .item:nth-child(2) {background-color:#593399;}
 .webinar_know .items .item:nth-child(3) {background-color:#02AB6B;}
 .webinar_know .items .item:nth-child(4) {background-color:#8C3655;}
 .webinar_know .items .item:nth-child(5) {background-color:#36498C;}
 .webinar_know .items .item:nth-child(6) {background-color:#007347;}
 .webinar_know .items .item:nth-child(7) {background-color:#593399;}
 .webinar_know .items .item:nth-child(8) {background-color:#593399;}
.webinar_know .items .button {
    height: 73px;
    width: 100%;
    line-height: 73px;
    margin-top: 24px;
}
 .webinar_know .items .button:hover {}
 
 
.webinar_know .vect2 {
    position: sticky;
    top: 24px;
    width: 45%;
    left: 0;
}
.webinar_know .wrap {
    position: absolute;
    top: 0;
}


.webinar_vidb {
    margin-top: 200px;
}
.webinar_vidb .wrap {
    max-width: 1100px;
    padding: 0 20px;
}
.webinar_vidb .intro {
    background: #CA8B02;
    border-radius: 32px;
    box-shadow: 0px 0px 10px 0px #86368C40;
    margin-bottom: 24px;
    padding: 32px 48px;
}
.webinar_vidb .intro h2 {
    display: block;
    font-size: 51px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    color: #fbf9fb;
    margin-bottom: 30px;
}
.webinar_vidb .intro p {
    display: block;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: center;
    color: #fbf9fb;
}
.webinar_vidb .video {
    width: 100%;
    border-radius: 32px;
    height: 680px;
    overflow: hidden;
}
.webinar_vidb .video iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.webinar_speakers {
    margin-top: 200px;
}
.webinar_speakers .wrap {
    max-width: 1100px;
}
.webinar_speakers h2 {
    display: block;
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    text-align: center;
    margin-bottom: 80px;
    color: #190F19;
}
.webinar_speakers .items {
    font-size: 0;
}
.webinar_speakers .items .item {
    display: inline-block;
    vertical-align: top;
    width: calc( 50% - 24px);
    margin: 0 12px;
}
.webinar_speakers .items .item img {
    display: block;
    object-fit: cover;
    border-radius: 32px;
    margin-bottom: 16px;
    width: 100%;
    height: auto;
}
.webinar_speakers .items .item div {
    box-shadow: 0px 0px 10px 0px #86368C40;
    background: #FBF9FB;
    padding: 32px 24px;
    border-radius: 32px;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #190F19;
}
.webinar_speakers .items .item div b {
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 38.4px;
    text-align: center;
}
.webinar_speakers .items .item div i {
    display: block;
    font-family: Gotham;
    font-size: 20px;
    font-style: italic;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
    margin-bottom: 24px;
}
.webinar_speakers .items .item div p {}

.webinar_register {
    margin-top: 200px;
}
.webinar_register .wrap {
    background: #02AB6B;
    padding: 80px 80px;
    border-radius: 32px;
    font-size: 0;
}
.webinar_register .dog {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top center;
    margin-right: 10%;
    min-height: 380px;
}
.webinar_register .dog.dog-9 {
	background-image: url("data:image/svg+xml,%3Csvg width='588' height='587' viewBox='0 0 588 587' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M97.8357 481.513C97.8357 481.513 106.067 506.218 112.663 519.398C119.248 532.579 137.461 528.458 137.461 528.458C146.613 525.165 134.903 511.395 134.903 511.395C123.369 498.452 129.136 476.574 134.903 464.211C140.67 451.859 134.903 418.913 134.903 418.913L131.414 390.543L103.955 387.25L87.4817 413.601L97.8357 481.513Z' fill='%23FBF9FB'/%3E%3Cpath d='M131.084 531.357C134.967 531.357 137.814 530.726 137.969 530.695L138.238 530.612C141.407 529.473 142.566 527.35 142.991 525.766C144.648 519.554 137.472 510.877 136.644 509.904C126.683 498.721 130.607 478.821 136.975 465.174C142.908 452.46 137.524 420.611 137.162 418.571L133.465 388.482L102.786 384.807L85.0913 413.115L95.6627 482.238C96.0044 483.253 104.029 507.253 110.614 520.423C113.668 526.532 119.425 530.239 127.274 531.14C128.609 531.295 129.893 531.357 131.084 531.357ZM136.83 526.253C135.256 526.563 120.14 529.224 114.714 518.373C108.564 506.083 100.84 483.253 100.074 480.964L89.8852 414.088L105.137 389.683L129.375 392.593L132.658 419.296C132.709 419.617 138.228 451.673 132.834 463.238C130.711 467.794 127.004 476.999 126.145 487.384C125.254 498.059 127.626 506.653 133.206 512.906C135.867 516.044 139.336 521.79 138.58 524.586C138.435 525.114 138.104 525.756 136.83 526.253Z' fill='%23190F19'/%3E%3Cpath d='M288.102 291.807C288.102 291.807 223.038 292.894 138.197 291.807C53.3564 290.71 41.8323 374.442 52.5384 383.502C63.2444 392.562 72.3042 452.688 67.3653 483.16C62.4265 513.631 72.3042 537.518 86.3131 536.7C100.312 535.872 97.8475 528.469 97.8475 528.469C97.8475 528.469 80.546 495.522 97.8475 481.524C115.149 467.525 119.26 408.217 119.26 408.217C146.429 423.034 270.801 417.267 270.801 417.267C313.635 409.853 379.518 453.506 398.466 469.161C417.414 484.816 423.171 469.161 423.171 469.161C428.109 435.397 354.42 404.914 354.42 404.914C342.451 396.238 341.581 381.649 344.584 367.671C344.584 367.671 336.062 292.998 288.102 291.807Z' fill='%23FBF9FB'/%3E%3Cpath d='M85.5977 538.999C85.8773 538.999 86.1568 538.988 86.4364 538.978C92.742 538.605 96.9665 536.886 99.0165 533.863C100.994 530.943 100.114 528.054 100.011 527.733L99.8655 527.392C99.6999 527.081 83.6512 495.936 99.2754 483.284C106.875 477.123 112.932 462.576 117.281 440.035C119.58 428.117 120.77 416.997 121.257 411.665C153.603 424.815 265.985 419.782 270.914 419.555L271.193 419.524C288.992 416.449 313.686 422.35 342.584 436.618C367.89 449.115 388.711 464.056 397.015 470.921C404.491 477.092 411.086 479.463 416.626 477.972C422.931 476.274 425.23 470.207 425.323 469.948L425.437 469.492C430.48 435.044 361.159 405.256 355.558 402.905C346.281 396.041 343.351 384.351 346.819 368.147L346.902 367.785L346.861 367.412C346.767 366.635 344.593 348.195 336.434 329.278C325.417 303.776 308.727 290.036 288.164 289.519H288.112H288.06C287.408 289.529 222.053 290.595 138.227 289.519C137.658 289.508 137.099 289.508 136.539 289.508C78.9194 289.508 58.2735 328.005 52.0404 344.675C45.5588 362.017 45.1239 380.22 51.0568 385.242C55.5504 389.041 60.4582 404.893 63.554 425.633C66.7534 447.045 67.3436 468.943 65.0968 482.787C61.6903 503.805 65.0968 523.602 73.7942 533.221C77.211 537.021 81.2801 538.999 85.5977 538.999ZM95.6826 529.276C95.7343 529.566 95.8171 530.467 95.1855 531.357C94.4918 532.341 92.39 534.039 86.1672 534.401C82.9264 534.588 79.903 533.159 77.1903 530.156C69.3937 521.521 66.4221 503.215 69.6215 483.511C74.3119 454.613 66.2047 392.054 54.018 381.742C51.1189 379.288 49.3483 364.937 56.3269 346.269C62.2184 330.489 81.7874 294.074 136.56 294.074C137.088 294.074 137.627 294.074 138.165 294.085C221.09 295.151 285.969 294.116 288.091 294.085C306.967 294.571 321.804 306.996 332.199 330.997C339.509 347.884 341.932 364.906 342.274 367.567C338.484 385.625 342.129 398.816 353.083 406.757L353.301 406.912L353.549 407.016C354.264 407.316 425.127 437.022 420.954 468.54C420.591 469.347 418.914 472.629 415.383 473.551C411.428 474.597 406.075 472.464 399.925 467.38C384.125 454.334 315.943 407.244 270.562 414.978C265.758 415.196 146.262 420.321 120.356 406.188L117.229 404.479L116.981 408.031C116.97 408.176 115.925 422.951 112.787 439.196C108.718 460.329 103.055 474.338 96.4073 479.712C78.4638 494.249 93.9742 525.932 95.6826 529.276Z' fill='%23190F19'/%3E%3Cpath d='M280.688 418.913C280.688 418.913 271.628 488.926 280.688 503.753C280.688 503.753 304.575 531.802 291.394 536.721C278.214 541.639 260.094 526.812 256.801 515.288C253.509 503.753 245.267 418.923 245.267 418.923' fill='%23FBF9FB'/%3E%3Cpath d='M285.793 539.982C288.039 539.982 290.183 539.609 292.191 538.864C294.883 537.86 296.664 535.954 297.337 533.356C299.905 523.447 284.85 505.141 282.552 502.418C275.594 490.542 280.471 438.389 282.956 419.213C283.121 417.96 282.231 416.811 280.978 416.655C279.735 416.5 278.576 417.38 278.42 418.633C278.048 421.522 269.361 489.62 278.741 504.954L278.949 505.244C285.161 512.544 294.448 526.325 292.916 532.217C292.616 533.366 291.901 534.101 290.597 534.588C285.306 536.565 279.601 534.66 275.749 532.714C267.901 528.758 260.86 521.169 259.007 514.667C255.807 503.464 247.638 419.555 247.555 418.706C247.431 417.453 246.302 416.521 245.06 416.655C243.807 416.78 242.885 417.898 243.01 419.151C243.351 422.619 251.303 504.323 254.617 515.93C256.832 523.664 264.67 532.248 273.699 536.803C277.892 538.905 281.993 539.982 285.793 539.982Z' fill='%23190F19'/%3E%3Cpath d='M67.1777 322.403C67.1777 322.403 3.11745 244.303 36.8819 142.989C36.8819 142.989 41.9243 129.808 27.0456 138.868C12.1669 147.928 -16.1617 312.256 53.6036 347.056L67.1777 322.403Z' fill='%23190F19'/%3E%3Cpath d='M223.182 418.374L201.645 416.852C188.185 414.512 195.516 415.952 166.835 417.225L146.738 413.332C146.81 410.578 140.546 387.954 141.468 385.252C147.245 368.323 151.925 354.594 188.506 367.07C208.717 373.956 221.297 399.344 223.182 418.374Z' fill='%23190F19'/%3E%3Cpath d='M300.638 172.653C300.638 172.653 284.01 284.694 297.853 330.686C297.853 330.686 312.783 374.743 362.835 366.687C362.835 366.687 433.19 346.756 500.698 291.755C500.698 291.755 523.633 259.792 475.476 218.035C475.476 218.035 442.198 189.426 425.311 177.364C387.912 150.64 350.327 136.528 350.327 136.528C350.327 136.528 313.86 127.054 300.638 172.653Z' fill='%23FBF9FB'/%3E%3Cpath d='M351.095 369.938C354.884 369.938 358.922 369.628 363.209 368.934L363.468 368.872C364.172 368.675 435.045 348.174 502.149 293.505L502.388 293.308L502.564 293.06C502.812 292.708 508.735 284.29 508.434 270.478C507.937 247.802 491.06 228.482 476.979 216.274C476.637 215.985 443.421 187.459 426.648 175.469C389.436 148.88 351.519 134.498 351.136 134.354L350.908 134.281C350.525 134.178 312.122 124.807 298.445 171.99L298.382 172.291C298.341 172.57 294.189 200.775 291.777 234.239C288.536 279.32 289.84 311.987 295.67 331.328C295.856 331.877 299.718 343.039 309.969 353.31C317.941 361.303 331.174 369.938 351.095 369.938ZM362.35 364.451C342.501 367.609 325.997 362.825 313.334 350.224C303.777 340.709 300.06 330.065 300.029 329.951C286.734 285.822 302.203 177.871 302.886 173.14C315.094 131.299 347.119 138.091 349.656 138.713C352.016 139.624 388.328 153.726 423.997 179.217C440.605 191.083 473.666 219.474 473.997 219.764C517.95 257.877 500.834 287.344 499.002 290.192C434.02 343.028 365.704 363.467 362.35 364.451Z' fill='%23190F19'/%3E%3Cpath d='M398.629 162.713L367.329 109.597C363.197 102.577 355.546 91.7154 350.338 85.4616C350.338 85.4616 336.722 69.0919 316.335 93.1753C285.232 129.922 277.363 177.405 277.363 177.405C276.027 185.44 280.759 188.764 287.872 184.808C287.872 184.808 339.259 156.179 398.629 162.713Z' fill='%23FBF9FB'/%3E%3Cpath d='M282.457 188.774C284.186 188.774 286.35 188.277 288.99 186.807C289.498 186.527 340.46 158.613 398.391 164.991L402.926 165.488L369.306 108.437C365.113 101.324 357.399 90.3592 352.108 84.0019C351.901 83.743 346.838 77.7791 338.182 77.748C338.151 77.748 338.13 77.748 338.099 77.748C330.344 77.748 322.444 82.4488 314.596 91.7053C283.44 128.514 275.188 176.556 275.105 177.033C274.029 183.504 276.545 186.351 278.139 187.48C278.988 188.091 280.417 188.774 282.457 188.774ZM380.882 159.472C329.309 159.472 287.23 182.551 286.754 182.81C284.196 184.229 281.96 184.581 280.759 183.742C279.558 182.903 279.133 180.677 279.609 177.789C279.692 177.323 287.758 130.481 318.075 94.6665C325.001 86.4868 331.732 82.3245 338.079 82.3245H338.089C344.591 82.3245 348.433 86.756 348.588 86.9424C353.734 93.1341 361.261 103.83 365.351 110.767L394.373 160.021C389.828 159.648 385.314 159.472 380.882 159.472Z' fill='%23190F19'/%3E%3Cpath d='M483.915 222.891L541.215 245.649C548.783 248.651 560.69 254.532 567.679 258.715C567.679 258.715 585.954 269.649 565.288 293.505C533.76 329.899 488.067 344.985 488.067 344.985C480.333 347.543 476.316 343.38 479.142 335.739C479.142 335.739 499.519 280.552 483.915 222.891Z' fill='%23190F19'/%3E%3Cpath d='M483.895 348.029C485.262 348.029 486.877 347.781 488.782 347.16C489.248 347.004 535.448 331.453 567.017 295.006C574.99 285.802 578.417 277.239 577.185 269.556C575.818 261.014 569.14 256.924 568.86 256.759C561.768 252.514 549.757 246.581 542.064 243.526L480.52 219.091L481.711 223.502C496.931 279.755 477.196 334.414 476.989 334.952C474.711 341.113 476.648 344.374 477.994 345.783C478.936 346.745 480.779 348.029 483.895 348.029ZM487.24 226.67L540.377 247.771C547.873 250.753 559.594 256.541 566.51 260.673C566.707 260.797 571.687 263.913 572.681 270.343C573.654 276.607 570.59 283.897 563.57 292.004C532.849 327.477 487.809 342.656 487.354 342.811C484.579 343.722 482.311 343.65 481.297 342.593C480.282 341.537 480.271 339.27 481.286 336.526C481.483 335.988 500.721 282.799 487.24 226.67Z' fill='%23190F19'/%3E%3Cpath d='M310.35 174.848C299.116 166.813 289.549 172.922 289.093 188.433L287.136 254.367C286.681 269.867 298.174 278.036 312.68 272.518L373.903 249.221C388.409 243.702 391.091 232.613 379.867 224.578L310.35 174.848Z' fill='%238585B9'/%3E%3Cpath d='M303.9 276.214C306.902 276.214 310.092 275.593 313.374 274.35L374.597 251.054C382.797 247.937 387.923 242.833 388.678 237.055C389.331 231.982 386.608 226.981 381.006 222.974L311.489 173.243C305.877 169.236 300.276 168.263 295.71 170.53C290.512 173.109 287.385 179.611 287.116 188.36L285.159 254.294C284.921 262.464 287.748 269.08 293.132 272.911C296.217 275.116 299.893 276.214 303.9 276.214ZM309.201 176.453L378.718 226.183C383.087 229.31 385.241 232.996 384.775 236.558C384.216 240.855 380.002 244.8 373.199 247.388L311.976 270.685C305.588 273.118 299.706 272.776 295.42 269.722C291.144 266.678 288.897 261.242 289.094 254.429L291.05 188.495C291.268 181.237 293.598 175.977 297.449 174.072C300.659 172.477 304.832 173.326 309.201 176.453Z' fill='%23190F19'/%3E%3Cpath d='M310.35 174.848C299.116 166.813 289.549 172.922 289.093 188.433L287.136 254.367C286.681 269.867 298.174 278.036 312.68 272.518L373.903 249.221C388.409 243.702 391.091 232.613 379.867 224.578L310.35 174.848Z' fill='%238585B9'/%3E%3Cpath d='M303.9 276.214C306.902 276.214 310.092 275.593 313.374 274.35L374.597 251.054C382.797 247.937 387.923 242.833 388.678 237.055C389.331 231.982 386.608 226.981 381.006 222.974L311.489 173.243C305.877 169.236 300.276 168.263 295.71 170.53C290.512 173.109 287.385 179.611 287.116 188.36L285.159 254.294C284.921 262.464 287.748 269.08 293.132 272.911C296.217 275.116 299.893 276.214 303.9 276.214ZM309.201 176.453L378.718 226.183C383.087 229.31 385.241 232.996 384.775 236.558C384.216 240.855 380.002 244.8 373.199 247.388L311.976 270.685C305.588 273.118 299.706 272.776 295.42 269.722C291.144 266.678 288.897 261.242 289.094 254.429L291.05 188.495C291.268 181.237 293.598 175.977 297.449 174.072C300.659 172.477 304.832 173.326 309.201 176.453Z' fill='%23190F19'/%3E%3Cpath d='M413.448 248.6C402.214 240.565 392.646 246.674 392.191 262.185L390.234 328.119C389.778 343.619 401.271 351.788 415.777 346.27L477.001 322.973C491.507 317.454 494.188 306.365 482.965 298.33L413.448 248.6Z' fill='%238585B9'/%3E%3Cpath d='M406.997 349.966C410 349.966 413.189 349.344 416.471 348.102L477.695 324.805C485.895 321.689 491.02 316.584 491.776 310.807C492.428 305.733 489.705 300.732 484.104 296.725L414.587 246.995C408.975 242.988 403.374 242.025 398.807 244.282C393.61 246.86 390.483 253.363 390.224 262.112L388.267 328.036C388.029 336.205 390.856 342.821 396.24 346.652C399.315 348.858 402.99 349.966 406.997 349.966ZM412.299 250.194L481.816 299.925C486.185 303.052 488.339 306.738 487.873 310.299C487.314 314.596 483.099 318.541 476.297 321.13L415.074 344.426C408.685 346.859 402.804 346.518 398.518 343.463C394.241 340.419 391.994 334.983 392.191 328.17L394.148 262.236C394.366 254.978 396.695 249.718 400.547 247.813C403.757 246.218 407.929 247.078 412.299 250.194Z' fill='%23190F19'/%3E%3Cpath d='M413.448 248.6C402.214 240.565 392.646 246.674 392.191 262.185L390.234 328.119C389.778 343.619 401.271 351.788 415.777 346.27L477.001 322.973C491.507 317.454 494.188 306.365 482.965 298.33L413.448 248.6Z' fill='%238585B9'/%3E%3Cpath d='M406.997 349.966C410 349.966 413.189 349.344 416.471 348.102L477.695 324.805C485.895 321.689 491.02 316.584 491.776 310.807C492.428 305.733 489.705 300.732 484.104 296.725L414.587 246.995C408.975 242.988 403.374 242.025 398.807 244.282C393.61 246.86 390.483 253.363 390.224 262.112L388.267 328.036C388.029 336.205 390.856 342.821 396.24 346.652C399.315 348.858 402.99 349.966 406.997 349.966ZM412.299 250.194L481.816 299.925C486.185 303.052 488.339 306.738 487.873 310.299C487.314 314.596 483.099 318.541 476.297 321.13L415.074 344.426C408.685 346.859 402.804 346.518 398.518 343.463C394.241 340.419 391.994 334.983 392.191 328.17L394.148 262.236C394.366 254.978 396.695 249.718 400.547 247.813C403.757 246.218 407.929 247.078 412.299 250.194Z' fill='%23190F19'/%3E%3Cpath d='M340.336 274.133C340.336 274.133 335.335 303.828 338.369 312.153C338.369 312.153 340.409 321.544 350.887 318.883C350.887 318.883 368.944 311.873 382.518 297.947C382.518 297.947 387.033 292.946 376.544 285.429C366.19 278.005 353.734 268.645 353.734 268.645C353.734 268.645 344.498 262.536 340.336 274.133Z' fill='%23190F19'/%3E%3Cpath d='M327.354 278.543C308.261 301.136 338.36 311.314 338.36 311.314C338.36 311.314 315.985 324.919 340.473 340.605' fill='%23FBF9FB'/%3E%3Cpath d='M340.473 342.904C341.229 342.904 341.964 342.531 342.399 341.848C343.082 340.781 342.771 339.373 341.705 338.69C334.747 334.227 331.247 329.672 331.299 325.157C331.382 318.427 339.469 313.323 339.541 313.281L343.734 310.734L339.085 309.16C338.961 309.119 326.164 304.667 323.699 295.773C322.405 291.093 324.217 285.802 329.094 280.034C329.912 279.071 329.788 277.622 328.825 276.814C327.862 275.996 326.412 276.121 325.604 277.084C319.692 284.083 317.57 290.782 319.299 297.015C321.463 304.791 329.125 309.605 333.836 311.894C330.802 314.555 326.795 319.193 326.733 325.116C326.661 331.318 330.864 337.189 339.251 342.552C339.624 342.79 340.048 342.904 340.473 342.904Z' fill='%23190F19'/%3E%3Cpath d='M359.544 241.289C355.85 241.289 352.855 238.295 352.855 234.601C352.855 230.907 355.85 227.912 359.544 227.912C363.238 227.912 366.232 230.907 366.232 234.601C366.232 238.295 363.238 241.289 359.544 241.289Z' fill='%23190F19'/%3E%3Cpath d='M442.21 322.03C438.516 322.03 435.521 319.036 435.521 315.342C435.521 311.647 438.516 308.653 442.21 308.653C445.904 308.653 448.898 311.647 448.898 315.342C448.898 319.036 445.904 322.03 442.21 322.03Z' fill='%23190F19'/%3E%3Cpath d='M414.089 250.846C414.275 250.846 414.461 250.825 414.658 250.774C415.88 250.463 416.625 249.221 416.304 247.988C414.492 240.886 410.527 234.663 404.842 229.993C397.76 224.185 388.835 221.472 379.724 222.362C378.471 222.487 377.549 223.605 377.673 224.858C377.798 226.11 378.906 227.032 380.169 226.908C388.069 226.131 395.803 228.482 401.933 233.514C406.861 237.562 410.289 242.946 411.862 249.107C412.142 250.163 413.074 250.846 414.089 250.846Z' fill='%23190F19'/%3E%3Cpath d='M398.113 507.823C406.914 501.59 417.62 498.753 428.15 496.382C450.546 491.35 473.273 487.954 495.979 484.547C497.201 484.361 498.547 484.206 499.603 484.847C500.669 485.5 501.135 486.784 501.529 487.974C505.308 499.602 508.642 511.364 511.5 523.25C512.007 525.352 512.442 527.765 511.179 529.525C509.905 531.306 507.431 531.648 505.246 531.782C490.802 532.714 476.286 531.689 461.852 532.818C436.733 534.774 411.915 543.213 386.858 540.531C392.097 529.805 396.001 518.436 398.455 506.757' fill='%23FBF9FB'/%3E%3Cpath d='M396.88 505.69C403.931 500.751 412.163 497.842 420.435 495.698C429.578 493.327 438.886 491.515 448.174 489.796C457.71 488.026 467.287 486.462 476.875 484.972C481.752 484.216 486.629 483.481 491.505 482.745C495.678 482.124 500.959 480.592 503.185 485.427C504.127 487.467 504.686 489.714 505.359 491.857C506.073 494.124 506.767 496.402 507.451 498.691C508.807 503.257 510.101 507.844 511.313 512.441C511.923 514.739 512.514 517.048 513.083 519.357C513.622 521.521 514.274 523.706 514.439 525.932C514.605 528.044 514.025 530.25 512.483 531.772C511.095 533.149 509.2 533.76 507.306 534.018C502.553 534.691 497.614 534.598 492.82 534.65C487.944 534.702 483.056 534.66 478.18 534.691C468.644 534.754 459.18 535.271 449.737 536.648C431.183 539.351 412.691 544.041 393.815 543.451C391.496 543.378 389.177 543.223 386.857 542.975C384.942 542.778 383.865 541.059 384.735 539.278C389.86 528.728 393.65 517.566 396.083 506.094C396.735 502.998 401.477 504.313 400.825 507.398C398.299 519.295 394.292 530.829 388.98 541.763C388.276 540.531 387.561 539.299 386.857 538.067C404.697 539.931 422.351 536.234 439.86 533.273C448.836 531.761 457.855 530.467 466.966 530.043C476.306 529.608 485.666 529.866 495.015 529.711C497.376 529.67 499.726 529.608 502.087 529.494C503.899 529.411 505.815 529.452 507.575 528.986C509.014 528.603 509.594 527.837 509.552 526.315C509.49 524.348 508.765 522.329 508.289 520.424C506.084 511.571 503.62 502.77 500.896 494.062C500.265 492.033 499.716 489.941 498.94 487.964C498.805 487.612 498.639 487.104 498.287 486.908C497.697 486.576 496.548 486.918 495.916 487.011C491.278 487.705 486.639 488.399 482.011 489.113C472.816 490.521 463.643 491.981 454.49 493.617C445.482 495.222 436.494 496.982 427.569 499.022C419.7 500.823 411.759 502.894 404.604 506.715C402.792 507.678 401.053 508.755 399.375 509.935C398.288 510.701 396.642 510.132 396.01 509.055C395.275 507.833 395.783 506.456 396.88 505.69Z' fill='%23190F19'/%3E%3Cpath d='M427.455 418.716C426.13 428.428 423.593 437.923 419.886 446.993C419.379 448.225 418.251 449.095 416.863 448.712C415.703 448.391 414.637 446.921 415.144 445.688C418.851 436.618 421.398 427.124 422.713 417.412C422.889 416.097 424.577 415.372 425.737 415.693C427.155 416.076 427.631 417.391 427.455 418.716Z' fill='%23190F19'/%3E%3Cpath d='M406.396 474.7C405.505 479.794 404.615 484.899 403.724 489.993C403.507 491.266 401.881 492.095 400.701 491.712C399.334 491.266 398.744 490.045 398.982 488.688C399.873 483.594 400.763 478.49 401.654 473.395C401.871 472.122 403.497 471.294 404.677 471.677C406.044 472.122 406.634 473.344 406.396 474.7Z' fill='%23190F19'/%3E%3Cpath d='M488.068 516.168C488.088 516.033 488.109 515.899 488.13 515.764C488.088 516.054 488.088 516.095 488.109 515.919C488.13 515.681 488.161 515.454 488.181 515.215C488.223 514.812 488.244 514.408 488.264 514.004C488.295 513.093 488.285 512.182 488.213 511.27C488.192 511.032 488.171 510.794 488.15 510.566C488.14 510.432 488.088 509.811 488.14 510.411C488.109 509.976 488.005 509.541 487.923 509.107C487.747 508.206 487.508 507.326 487.239 506.456C486.846 505.234 487.695 503.722 488.958 503.432C490.304 503.122 491.567 503.836 491.981 505.151C493.255 509.158 493.472 513.352 492.82 517.483C492.623 518.756 490.956 519.574 489.797 519.202C488.399 518.746 487.85 517.535 488.068 516.168Z' fill='%23190F19'/%3E%3Cpath d='M479.475 517.472C478.77 513.807 478.056 510.142 477.352 506.476C477.103 505.213 477.704 503.764 479.071 503.453C480.282 503.173 481.835 503.815 482.094 505.172C482.798 508.837 483.513 512.502 484.217 516.168C484.465 517.431 483.865 518.881 482.498 519.191C481.286 519.46 479.733 518.818 479.475 517.472Z' fill='%23190F19'/%3E%3Cpath d='M470.58 513.093C470.218 510.898 469.845 508.703 469.482 506.508C469.369 505.835 469.379 505.224 469.731 504.613C470.031 504.105 470.611 503.619 471.201 503.484C471.833 503.339 472.537 503.37 473.096 503.733C473.603 504.064 474.121 504.582 474.225 505.203C474.587 507.398 474.96 509.593 475.322 511.788C475.436 512.461 475.426 513.072 475.074 513.683C474.773 514.19 474.194 514.677 473.603 514.811C472.972 514.956 472.268 514.925 471.709 514.563C471.201 514.242 470.684 513.714 470.58 513.093Z' fill='%23190F19'/%3E%3Cpath d='M459.605 511.995C458.828 509.448 458.052 506.901 457.275 504.344C456.902 503.111 457.72 501.61 458.994 501.32C460.319 501.02 461.624 501.724 462.017 503.039C462.794 505.586 463.57 508.133 464.347 510.691C464.72 511.923 463.902 513.424 462.628 513.714C461.303 514.014 460.009 513.31 459.605 511.995Z' fill='%23190F19'/%3E%3Cpath d='M469.897 465.278C471.254 451.735 467.599 438.119 459.647 427.072C458.87 425.995 459.46 424.328 460.527 423.707C461.769 422.982 463.115 423.51 463.892 424.587C472.279 436.235 476.244 450.989 474.815 465.278C474.681 466.603 473.78 467.742 472.351 467.742C471.129 467.732 469.773 466.603 469.897 465.278Z' fill='%23190F19'/%3E%3Cpath d='M493.173 459.179C491.133 446.558 486.215 434.62 478.76 424.245C477.983 423.168 478.573 421.501 479.64 420.88C480.882 420.155 482.228 420.683 483.005 421.76C490.677 432.435 495.823 444.901 497.915 457.875C498.122 459.179 497.573 460.525 496.196 460.898C495.026 461.219 493.39 460.505 493.173 459.179Z' fill='%23190F19'/%3E%3C/svg%3E%0A");
}
.webinar_register .forma {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 0px;
}
.webinar_register .forma h2 {
    display: block;
    font-size: 40px;
    font-weight: 400;
    line-height: 48px;
    text-align: center;
    margin-bottom: 24px;
}
.webinar_register .forma p {
    display: block;
    max-width: 420px;
    margin: 0 auto;
    font-family: Gotham;
    font-size: 26px;
    font-weight: 400;
    line-height: 31.2px;
    text-align: center;
    margin-bottom: 24px;
}
.webinar_register .forma .cntr {
    text-align: center;
    margin-bottom: 32px;
}
.webinar_register .forma .fitem {}
.webinar_register .forma .fitem input {}
.webinar_register .forma .fitem .input-site_error {}
.webinar_register .forma .fitem.error .input-site_error {}
.webinar_register .forma .button {
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    display: inline-block;
    display: block;
}
.dog.__dog-9.lottie {
    transform: scaleX(-1);
}

.webinar_vidb .video > video {
    display: block;
    width: 100%;
    height: 100%;
}

.videocontrolbtn {
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.28 8.03994C9.19003 8.42994 9 10.5199 9 12.0399C9 13.5599 9.19003 15.5999 10.28 16.0399C11.37 16.4799 16 13.7499 16 12.0399C16 10.3299 11.44 7.61994 10.28 8.03994Z' stroke='%2386368C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z' stroke='%2386368C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-size:64px;
}
.videocontrolbtn {
    transition: all 0.6s ease;
	top:auto;bottom:0;
	
		
	    width: 64px;
    height: 64px;
    cursor: pointer;
    left: calc( (100% - 64px) / 2);
    bottom: calc( (100% - 64px) / 2);
}
.videocontrolbtn.playing {
    opacity:0.05;
	background-image: url("data:image/svg+xml,%3Csvg width='24px' height='24px' viewBox='-0.5 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 6.42004C10 4.76319 8.65685 3.42004 7 3.42004C5.34315 3.42004 4 4.76319 4 6.42004V18.42C4 20.0769 5.34315 21.42 7 21.42C8.65685 21.42 10 20.0769 10 18.42V6.42004Z' stroke='%2386368C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M20 6.42004C20 4.76319 18.6569 3.42004 17 3.42004C15.3431 3.42004 14 4.76319 14 6.42004V18.42C14 20.0769 15.3431 21.42 17 21.42C18.6569 21.42 20 20.0769 20 18.42V6.42004Z' stroke='%2386368C' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.videocontrolbtn.playing {
    width: 64px;
    height: 64px;
    opacity: 0.3;
    top: auto;
    bottom: 16px;
    left: calc( (100% - 32px) / 2);
    width: 32px;
    height: 32px;
    background-size: 32px;
    filter: grayscale(1) brightness(10.5) drop-shadow(2px 2px 3px #000);
}
.video .videocontrolbtn.playing:hover {
    opacity:1;
}
.cntr span {
    margin-right: 12px;
    font-size: 17px;
}

.modal .sobaka.register_ok {
	 background: none;
}
.modal .sobaka.register {
    background: none;
	
}

.modal#register_ok .win p {
    font-size: 17px;
    margin-bottom: 16px;
    text-align: center;
    display: block;
}
.modal#register_ok .win {
    height: auto;top: calc( (100% - 440px) / 2);
}
.webinar_vidb .video {
    border: 1px solid #ddd;
    background-color: #fcfcfc;
}
.webinar_speakers {
    margin-top: 100px;
}
.webinar .person {
	animation: move 10s infinite alternate;
}
.webinar .person2 {
	animation: move2 13s infinite alternate;
}
    @keyframes move {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(30px, 30px); /* Измените это значение, чтобы изменить длину движения */
        }
        100% {
            transform: translate(0, 0);
        }
    }
    @keyframes move2 {
        0% {
            transform: translate(0, 0);
        }
        50% {
            transform: translate(-30px, -30px); /* Измените это значение, чтобы изменить длину движения */
        }
        100% {
            transform: translate(0, 0);
        }
    }


.button {
    text-decoration: none;
}
.webinar_know .wrap ul {
    margin-bottom: 24px;
    display: block;
    padding-left: 24px;
}

.webinar_know.mod .vect2 {
    height: 540px;
}
.webinar_know.simple {
    margin-top: 128px;
}
.webinar_know.simple h2 {
    text-align: center;
}
.webinar_know.simple p {
    display: block;
    font-size: 20px;
    font-family: Gotham,sans-serif;
    line-height: 1.31;
    font-weight: 400;
    color: #190f19;
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    margin-bottom: 56px;
}
.webinar_know.simple .wrap {
    right: 0 !important;
    position: relative;
    padding-left: 0;
}
.webinar_know.simple .wrap {
    max-width: 1900px;
}
.webinar_know.simple .items {
    font-size: 0;
    text-align: center;
}
.webinar_know.simple .items .item {
    width: calc((100% / 3) - 24px);
    display: inline-block;
    vertical-align: top;
    height: 300px;
    margin: 0 12px;
    min-width: 580px;
    margin-bottom: 24px;
}

.webinar_know.simple .items .item:nth-child(2n) {
    margin-right: 12px;
}
.webinar_know.mod:not(.simple) .wrap {
    position: absolute;
    top: 0;
    padding-left: 400px;
}
.webinar_know.simple .items .item p {
    margin-bottom: 12px;
}
.webinar_vidb .intro.padded {    padding: 32px 120px;}


.webinar_speakers .items .item div ul {
    list-style-position: inside;
}
.webinar_speakers .items .item div ul li {
    list-style-position: inside;
    padding-left: 20px;
    display: block;
    margin-bottom: 14px;
    font-size: 17px;
}
.webinar_speakers .items .item div ul li:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 9px;
    background: #343434;
    border-radius: 10px;
    left: 4px;
}

.webinar_register.wide .wrap {
    max-width: calc(100% - 48px);
}
.webinar_register.wide .button {
    max-width: 260px;
}

.webinar_know.mod:not(.simple) .wrap { 
    padding-left: 700px;
}
.pageEvent header .menu .folder:after {
    background-size: 16px;
    right: -2px;
}
.webinar .person i { 
    line-height: 1.3em;
    text-align: left;
    display: block;
}
.webinar .person.person2 { 
    right: 10px;
    width: 460px;
}
header .menu .folder {
    color: #fff;
}
header .wrap {
    max-width: 100%;
}
header .menu .folder:hover {
    color: #000;
}
header {
    min-width: 1190px;
    overflow: hidden;
}
body, body.pageEvents {min-width:1190px;}