@import url(https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap);
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline;
      list-style: none;
      padding: 0; }
    .select2-container .select2-selection--multiple .select2-selection__clear {
      background-color: transparent;
      border: none;
      font-size: 1em; }
  .select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0;
    max-width: 100%;
    resize: none;
    height: 18px;
    vertical-align: bottom;
    font-family: sans-serif;
    overflow: hidden;
    word-break: keep-all; }
    .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

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

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option--selectable {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px;
    padding-right: 0px; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  padding-bottom: 5px;
  padding-right: 5px;
  position: relative; }
  .select2-container--default .select2-selection--multiple.select2-selection--clearable {
    padding-right: 25px; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 20px;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0;
    padding-left: 20px;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-right: 1px solid #aaa;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #999;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px;
    position: absolute;
    left: 0;
    top: 0; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover, .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:focus {
      background-color: #f1f1f1;
      color: #333;
      outline: none; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-left: 1px solid #aaa;
  border-right: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__clear {
  float: left;
  margin-left: 10px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 500px;
  overflow-y: auto; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--group {
  padding: 0; }

.select2-container--default .select2-results__option--disabled {
  color: #999; }

.select2-container--default .select2-results__option--selected {
  background-color: #ddd; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    height: 26px;
    margin-right: 20px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
  padding-bottom: 5px;
  padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    display: inline-block;
    margin-left: 5px;
    margin-top: 5px;
    padding: 0; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__display {
    cursor: default;
    padding-left: 2px;
    padding-right: 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    background-color: transparent;
    border: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    color: #888;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    padding: 0 4px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555;
      outline: none; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 5px;
  padding-right: 2px; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option--group {
  padding: 0; }

.select2-container--classic .select2-results__option--disabled {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after{content:'';content:none}q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}textarea,input,button{background:transparent;border:none;margin:0}textarea:focus,input:focus,button:focus{outline:none}input,textarea,button,select,a{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.col-1{width:8.33333%}.col-2{width:16.66667%}.col-3{width:25%}.col-4{width:33.33333%}.col-5{width:41.66667%}.col-6{width:50%}.col-7{width:58.33333%}.col-8{width:66.66667%}.col-9{width:75%}.col-10{width:83.33333%}.col-11{width:91.66667%}.col-12{width:100%}section{overflow:hidden}.container{width:100%;margin:0 auto;position:relative;padding:0 24px;max-width:1576px}@media (max-width: 767px){.container{padding:0 16px}}.container-outer{max-width:1920px;width:100%;margin:auto;position:relative;padding:0 24px}@media (max-width: 767px){.container-outer{padding:0 16px}}.row{margin:0 -20px;display:flex}.row .col{padding:0 20px}body{color:#333741;font-size:16px;font-family:"Golos Text",serif;font-weight:400;line-height:1.5;background-color:#F0F3FA}@media screen and (max-width: 1439px){body{font-size:15px}}h1,h2,h3,h4,h5,h6{font-family:"Golos Text",serif;line-height:1;color:#091D4F}h1.white,h2.white,h3.white,h4.white,h5.white,h6.white{color:#fff}h1{font-size:72px;font-weight:700;color:#091D4F}@media (max-width: 1919px) and (min-width: 1025px){h1{font-size:calc(15 * ((100vw - 1024px) / 895) + 57px)}}@media (max-width: 1024px){h1{font-size: 57px}}@media (max-width: 1023px) and (min-width: 401px){h1{font-size:calc(17 * ((100vw - 400px) / 623) + 40px)}}@media (max-width: 400px){h1{font-size: 40px}}h1 em{font-style:italic}h1.with-hash{position:relative;padding-left:56px}@media (max-width: 1023px){h1.with-hash{padding-left:48px}}@media (max-width: 550px){h1.with-hash{padding-left:37px}}h1.with-hash:before{content:'#';position:absolute;left:0;top:0;color:#FF3939}h2{font-size:48px;font-style:normal;font-weight:700;line-height:120%}@media (max-width: 1919px) and (min-width: 401px){h2{font-size:calc(12 * ((100vw - 400px) / 1519) + 36px)}}@media (max-width: 400px){h2{font-size: 36px}}h3{font-size:36px;font-style:normal;font-weight:600;line-height:125%}@media (max-width: 1919px) and (min-width: 401px){h3{font-size:calc(8 * ((100vw - 400px) / 1519) + 28px)}}@media (max-width: 400px){h3{font-size: 28px}}h4{font-size:28px;font-style:normal;font-weight:600;line-height:135%}@media (max-width: 1919px) and (min-width: 401px){h4{font-size:calc(4 * ((100vw - 400px) / 1519) + 24px)}}@media (max-width: 400px){h4{font-size: 24px}}h5{font-size:24px;font-style:normal;font-weight:600;line-height:135%}@media (max-width: 1919px) and (min-width: 401px){h5{font-size:calc(4 * ((100vw - 400px) / 1519) + 20px)}}@media (max-width: 400px){h5{font-size: 20px}}@media screen and (max-width: 400px){h5{line-height:140%}}.text-1{font-size:20px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.text-1{font-size:19px}}@media screen and (max-width: 767px){.text-1{font-size:16px}}.text-1.white{color:rgba(255,255,255,0.87)}.content{font-size:20px;font-style:normal;font-weight:400;line-height:150%;color:#333741}@media screen and (max-width: 1439px){.content{font-size:19px}}@media screen and (max-width: 767px){.content{font-size:16px}}.content h1,.content h2,.content h3,.content h4,.content h5,.content h6{font-family:"Golos Text",serif;color:#091D4F;line-height:1.2;font-weight:700;display:inline-block}.content h1{font-size:72px;font-weight:700;margin:0 0 12px}@media (max-width: 1919px) and (min-width: 1025px){.content h1{font-size:calc(15 * ((100vw - 1024px) / 895) + 57px)}}@media (max-width: 1024px){.content h1{font-size: 57px}}@media (max-width: 1023px) and (min-width: 401px){.content h1{font-size:calc(17 * ((100vw - 400px) / 623) + 40px)}}@media (max-width: 400px){.content h1{font-size: 40px}}.content h2{font-size:48px;font-style:normal;font-weight:700;line-height:120%;margin:0 0 12px}@media (max-width: 1919px) and (min-width: 401px){.content h2{font-size:calc(12 * ((100vw - 400px) / 1519) + 36px)}}@media (max-width: 400px){.content h2{font-size: 36px}}.content h3{font-size:36px;font-style:normal;font-weight:600;line-height:125%;margin:0 0 12px}@media (max-width: 1919px) and (min-width: 401px){.content h3{font-size:calc(8 * ((100vw - 400px) / 1519) + 28px)}}@media (max-width: 400px){.content h3{font-size: 28px}}.content h4{font-size:28px;font-style:normal;font-weight:600;line-height:135%;margin:0 0 12px}@media (max-width: 1919px) and (min-width: 401px){.content h4{font-size:calc(4 * ((100vw - 400px) / 1519) + 24px)}}@media (max-width: 400px){.content h4{font-size: 24px}}.content h5{font-size:24px;font-style:normal;font-weight:600;line-height:135%;margin:0 0 12px}@media (max-width: 1919px) and (min-width: 401px){.content h5{font-size:calc(4 * ((100vw - 400px) / 1519) + 20px)}}@media (max-width: 400px){.content h5{font-size: 20px}}@media screen and (max-width: 400px){.content h5{line-height:140%}}.content p{font-size:20px;font-style:normal;font-weight:400;line-height:150%;margin:0 0 12px}@media screen and (max-width: 1439px){.content p{font-size:19px}}@media screen and (max-width: 767px){.content p{font-size:16px}}.content p+h1{margin-top:50px}.content p+h2{margin-top:50px}.content p+h3{margin-top:40px}.content p+h4{margin-top:30px}.content p+h5{margin-top:12px}.content .wp-caption+p{margin:35px 0 0}.content strong{font-weight:700}.content em{font-style:italic}.content a{font-family:"Golos Text",serif;color:#333741;text-decoration:underline;transition:.5s}.content a:hover{color:#FF3939}.content ul{padding:0 0 0 36px}.content ul li{list-style-type:none;position:relative}.content ul li:before{position:absolute;left:-28px;top:8px;content:'';background:#DC9E25;width:8px;height:8px;border-radius:50%}.content ul li+li{margin-top:12px}.content ul+p{margin-top:20px}.content ol>li{font-size:28px;font-style:normal;font-weight:600;line-height:135%;margin:0 0 8px}@media (max-width: 1919px) and (min-width: 401px){.content ol>li{font-size:calc(4 * ((100vw - 400px) / 1519) + 24px)}}@media (max-width: 400px){.content ol>li{font-size: 24px}}.content ol>li ol{margin-top:8px}.content ol>li ol li{list-style-type:none;position:relative;font-size:20px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.content ol>li ol li{font-size:19px}}@media screen and (max-width: 767px){.content ol>li ol li{font-size:16px}}.content ol>li ol li+li{margin-top:8px}.content ol>li ol li ul{margin-top:8px}.content ol>li+li{margin-top:24px}.content ol+p{margin-top:20px}.content blockquote{padding:0 0 0 120px;margin:36px 0;position:relative}@media (max-width: 1200px){.content blockquote{padding:0 0 0 62px}}@media (max-width: 1024px){.content blockquote{padding:0 0 0 104px}}@media (max-width: 767px){.content blockquote{margin:65px 0 16px;padding:0}}.content blockquote:before{content:'';background-image:url(1f6d00b64f7615f9fd2e.svg);position:absolute;left:46px;top:10px;width:48px;height:17px}@media (max-width: 1200px){.content blockquote:before{left:0}}@media (max-width: 1024px){.content blockquote:before{left:37px}}@media (max-width: 767px){.content blockquote:before{left:0;top:-29px}}.content blockquote p{font-size:28px;font-style:normal;font-weight:600;line-height:135%;color:#091D4F}@media (max-width: 1919px) and (min-width: 401px){.content blockquote p{font-size:calc(4 * ((100vw - 400px) / 1519) + 24px)}}@media (max-width: 400px){.content blockquote p{font-size: 24px}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}[class^="icon-"]:before,[class*=" icon-"]:before{margin-right:0 !important;margin-left:0 !important}.btn-group{margin:0 -10px}.btn-group .btn{margin:0 10px}.btn-main{font-size:16px;font-weight:400;line-height:24px;padding:16px 32px;display:inline-block;transition:.5s;cursor:pointer;border-radius:68px;position:relative}@media screen and (max-width: 1200px){.btn-main{font-size:15px;padding:12px 24px}}.btn-main.type-1{color:#fff;background-color:#FF3939;text-align:center}.btn-main.type-1:hover{background-color:#B52828}.btn-main.type-2{color:#333741;background-color:#fff;text-align:center}.btn-main.type-2:hover{background-color:#DDE3F4}.btn-main.type-2-with-arrow{color:#333741;background-color:#fff;padding:16px 81px 16px 32px}.btn-main.type-2-with-arrow svg{display:inline-block;position:absolute;right:32px;top:50%;transform:translateY(-50%)}.btn-main.type-2-with-arrow:hover{background-color:#DDE3F4}.btn-main.type-3{color:#333741;background-color:#F0F3FA;text-align:center}.btn-main.type-3:hover{background-color:#DDE3F4}.btn-main.disabled{background-color:#D4D9E2;text-align:center;color:rgba(51,55,65,0.38);cursor:default;display:none}.header{top:0;left:0;right:0;transition:top .8s ease-in-out, background .4s ease, padding .4s ease;z-index:106;width:100%;position:fixed;padding:24px}@media (max-width: 1023px){.header{padding:8px 16px}}.header.fixed{padding:8px 24px 24px 24px}@media (max-width: 1023px){.header.fixed{padding:8px 16px}}.header .navbar-head{margin:0 44px 0 0;width:100%;max-width:140px}@media (max-width: 550px){.header .navbar-head{max-width:105px}}.header .logo{display:flex;align-items:center;justify-content:center;max-width:138px}@media (max-width: 550px){.header .logo{max-width:105px}}.header .logo img{width:100%}.header-menu{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(255,255,255,0.6);background:#fff;padding:12px 12px 12px 32px;border-radius:90px;box-shadow:0 4px 12px #4D629626}@media (max-width: 550px){.header-menu{max-height:57px}}@media (max-width: 1023px){.wrap-menu{position:relative}}@media screen and (min-width: 1024px){.wrap-menu{display:flex;justify-content:space-between;align-items:center}}.wrap-menu .logo-mobile{max-width:138px}@media screen and (min-width: 1024px){.wrap-menu .logo-mobile{display:none}}@media (max-width: 1023px){.wrap-menu .logo-mobile{display:inline-block;position:absolute;top:24px;left:24px;max-width:120px}}.wrap-menu .logo-mobile img{display:inline-block;width:100%}.nav>li>a{color:#fff;font-weight:400;font-size:16px;font-family:"Golos Text",serif}.nav>li.current-menu-item>a,.nav>li.current-menu-parent>a{position:relative}.btn-main.mobile-visible{display:none}@media (max-width: 1023px){.btn-main.mobile-visible{display:inline-block;margin-left:24px}}@media (max-width: 1023px){.btn-main.mobile-hidden{display:none}}.mobile-menu{display:none;margin-bottom:24px;padding:92px 24px 24px;background-color:#fff}@media screen and (max-width: 1023px){.mobile-menu{display:block}}.mobile-menu li{padding:12px 20px 12px 0}.mobile-menu li.current-menu-item>a:before{position:absolute;left:calc(100% + 10px);transform:translateY(-50%);top:50%;content:'';width:8px;height:8px;background-color:#FF3939;border-radius:50%}.mobile-menu li a{display:inline-block;color:#091D4F;font-size:24px;font-style:normal;font-weight:600;line-height:135%;padding:0 0 3px 0}@media (max-width: 1919px) and (min-width: 401px){.mobile-menu li a{font-size:calc(4 * ((100vw - 400px) / 1519) + 20px)}}@media (max-width: 400px){.mobile-menu li a{font-size: 20px}}@media screen and (max-width: 400px){.mobile-menu li a{line-height:140%}}.mobile-menu li a:hover{color:#FF3939}.desktop-menu{display:block;margin-right:70px}@media screen and (max-width: 1200px){.desktop-menu{margin-right:0}}@media screen and (max-width: 1023px){.desktop-menu{display:none}}.desktop-menu>li{display:inline-block;position:relative;margin:0 21px}@media screen and (max-width: 1200px){.desktop-menu>li{margin:0 15px}}.desktop-menu>li>a{display:block;color:#333741;font-weight:400;font-size:16px;line-height:24px;font-family:"Golos Text",serif;transition:all 0.5s ease;position:relative}@media screen and (max-width: 1200px){.desktop-menu>li>a{font-size:15px}}.desktop-menu>li>a:hover{color:#FF3939}.desktop-menu>li.current-menu-item>a:before{position:absolute;left:50%;transform:translateX(-50%);top:100%;content:'';width:8px;height:8px;background-color:#FF3939;border-radius:50%}.desktop-menu>.current-menu-item>a{position:relative;display:block}#menu-trigger{display:none}@media (max-width: 1023px){#menu-trigger{position:fixed;top:17px;right:30px;z-index:1003;transition:all 0.5s ease;display:flex;align-items:center;justify-content:center;flex-direction:column;background-color:#fff;width:56px;height:56px;border-radius:50%}}@media (max-width: 550px){#menu-trigger{top:9px;right:16px}}#menu-trigger div{position:relative;display:block;height:2px;width:18px;background:#333741;transition:all 0.5s ease}#menu-trigger div+div{margin-top:5px}#menu-trigger:hover{cursor:pointer}#menu-trigger.clicked{background-color:#DDE3F4}#menu-trigger.clicked div:nth-child(even){opacity:0}#menu-trigger.clicked div:nth-child(1){transform:rotate(45deg);top:8px}#menu-trigger.clicked div:nth-child(3){transform:rotate(-45deg);top:-6px}@media (max-width: 1023px){.menu{position:fixed;top:0;right:-100%;width:80%;height:100vh;z-index:1001;background:#F0F3FA;transition:0.5s ease-in-out;overflow-x:hidden;overflow-y:auto;border-radius:32px 0 0 32px}.menu.open{right:0}.menu .wrap-menu{height:86vh;padding-bottom:30px;overflow-y:auto}}@media (max-width: 1023px){.menu-mobile-overlay{transition:.5s}.menu-mobile-overlay.menu-open{position:fixed;content:'';top:0;right:0;bottom:0;left:0;z-index:1000;background-color:rgba(0,0,0,0.62)}}@media screen and (max-width: 1023px){.wrap-lng{display:none}}.wrap-lng-mobile{display:none}@media screen and (max-width: 1023px){.wrap-lng-mobile{display:block}}.country-selector{width:43px !important}.country-selector.weglot-dropdown .wgcurrent{border:none !important}.country-selector.weglot-dropdown .wgcurrent:after{display:none !important}.weglot-flags>a:before{margin-right:0 !important}.country-selector.weglot-dropdown ul{border:none !important;background:transparent !important}.country-selector.weglot-dropdown{background-color:transparent !important}@media screen and (max-width: 1023px){.country-selector.weglot-dropdown{position:absolute;top:27px;right:90px}}@media screen and (max-width: 550px){.country-selector.weglot-dropdown{top:17px;right:80px}}footer{padding:144px 24px 24px;max-width:1920px;margin:0 auto}@media screen and (max-width: 1439px){footer{padding:96px 24px 24px}}@media screen and (max-width: 767px){footer{padding:48px 16px 16px}}footer .wrap-col-footer{border-radius:32px;background:#FFF;padding:96px 168px 72px 168px;display:flex;gap:24px}@media screen and (max-width: 1919px){footer .wrap-col-footer{padding:96px 68px 72px 68px}}@media screen and (max-width: 1439px){footer .wrap-col-footer{padding:72px 48px 48px 48px;flex-direction:column}}@media screen and (max-width: 767px){footer .wrap-col-footer{padding:48px 24px 24px 24px}}footer .wrap-col-footer .wrap-right-part{display:flex;gap:24px;width:66.6%}@media screen and (max-width: 1439px){footer .wrap-col-footer .wrap-right-part{width:100%}}@media screen and (max-width: 767px){footer .wrap-col-footer .wrap-right-part{flex-direction:column}}footer .wrap-col-footer .left-col{width:33.3%}@media screen and (max-width: 1439px){footer .wrap-col-footer .left-col{width:100%}}footer .wrap-col-footer .left-col h3{color:#091D4F}footer .wrap-col-footer .left-col .footer-left-subtitle{padding-bottom:48px}@media screen and (max-width: 1439px){footer .wrap-col-footer .left-col .footer-left-subtitle{padding-bottom:32px}}@media screen and (max-width: 767px){footer .wrap-col-footer .left-col .footer-left-subtitle{padding-bottom:24px}}footer .wrap-col-footer .left-col .footer-left-contact{padding-bottom:48px}@media screen and (max-width: 1439px){footer .wrap-col-footer .left-col .footer-left-contact{display:flex;justify-content:space-between;padding-bottom:32px}}@media screen and (max-width: 767px){footer .wrap-col-footer .left-col .footer-left-contact{padding-bottom:24px;display:block}}@media screen and (max-width: 1439px){footer .wrap-col-footer .left-col .footer-left-contact p{width:30%}}@media screen and (max-width: 767px){footer .wrap-col-footer .left-col .footer-left-contact p{width:100%}}footer .wrap-col-footer .left-col .footer-left-contact p+p{margin-top:24px}@media screen and (max-width: 767px){footer .wrap-col-footer .left-col .footer-left-contact p+p{margin-top:16px}}footer .wrap-col-footer .left-col .footer-left-contact a{transition:all .3s;text-decoration:underline}footer .wrap-col-footer .left-col .footer-left-contact a:hover{color:#FF3939;text-decoration:underline}footer .wrap-col-footer .center-col{width:50%;padding:48px;border-radius:32px;background:#F0F3FA;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}@media screen and (max-width: 1439px){footer .wrap-col-footer .center-col{padding:32px;border-radius:28px}}@media screen and (max-width: 767px){footer .wrap-col-footer .center-col{width:100%;padding:24px;border-radius:24px}}footer .wrap-col-footer .center-col h3{color:#091D4F;margin-bottom:12px}footer .wrap-col-footer .center-col .footer-center-subtitle{font-size:16px;line-height:24px}@media screen and (max-width: 1024px){footer .wrap-col-footer .center-col .footer-center-subtitle{font-size:15px;line-height:22.5px}}@media screen and (max-width: 767px){footer .wrap-col-footer .center-col .footer-center-subtitle{padding-bottom:24px}}footer .wrap-col-footer .center-col .wrap-icons{display:flex;gap:12px;flex-wrap:wrap}footer .wrap-col-footer .center-col .wrap-icons .footer-social-item{display:flex;width:56px;height:56px;justify-content:center;align-items:center;border-radius:68px;background:#fff}@media screen and (max-width: 1439px){footer .wrap-col-footer .center-col .wrap-icons .footer-social-item{width:48px;height:48px}}footer .wrap-col-footer .center-col .wrap-icons .footer-social-item:hover{background:#DDE3F4}footer .wrap-col-footer .right-col{width:50%;padding:48px;border-radius:32px;background:#091D4F;color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;position:relative;overflow:hidden}@media screen and (max-width: 1439px){footer .wrap-col-footer .right-col{padding:32px;border-radius:28px}}@media screen and (max-width: 767px){footer .wrap-col-footer .right-col{width:100%;padding:24px;border-radius:24px}}footer .wrap-col-footer .right-col:before{content:'';background:url(7b8717db914f3505c022.svg) no-repeat;width:313px;height:328px;position:absolute;right:-18%;top:-47%;z-index:1}@media screen and (max-width: 1919px){footer .wrap-col-footer .right-col:before{right:-31%;top:-48%}}@media screen and (max-width: 1439px){footer .wrap-col-footer .right-col:before{right:-35%;top:-59%}}@media screen and (max-width: 767px){footer .wrap-col-footer .right-col:before{width:156.5px;height:164px;right:-17%;top:-15%}}footer .wrap-col-footer .right-col .wrap-text{position:relative;z-index:2}footer .wrap-col-footer .right-col h3{color:#fff;margin-bottom:12px}footer .wrap-col-footer .right-col .footer-right-content{padding-bottom:48px}@media screen and (max-width: 1439px){footer .wrap-col-footer .right-col .footer-right-content{padding-bottom:32px}}@media screen and (max-width: 767px){footer .wrap-col-footer .right-col .footer-right-content{padding-bottom:24px}}footer .wrap-bottom-footer{padding:24px 168px;border-radius:32px;background:#fff;display:flex;justify-content:space-between;align-items:center;max-width:1920px;margin:8px auto 0}@media screen and (max-width: 1919px){footer .wrap-bottom-footer{padding:24px 68px}}@media screen and (max-width: 1439px){footer .wrap-bottom-footer{padding:24px 48px;flex-wrap:wrap}}@media screen and (max-width: 767px){footer .wrap-bottom-footer{flex-direction:column;gap:24px;padding:16px 24px}}footer .wrap-bottom-footer .item-bottom{width:33%;max-width:464px}@media screen and (max-width: 1919px){footer .wrap-bottom-footer .item-bottom{max-width:390px}}@media screen and (max-width: 1439px){footer .wrap-bottom-footer .item-bottom{max-width:unset}}footer .wrap-bottom-footer .wrap-left-logos{display:flex;align-items:center;gap:24px}@media screen and (max-width: 1439px){footer .wrap-bottom-footer .wrap-left-logos{width:50%}}@media screen and (max-width: 1023px){footer .wrap-bottom-footer .wrap-left-logos{flex-direction:column;align-items:start}}@media screen and (max-width: 767px){footer .wrap-bottom-footer .wrap-left-logos{gap:16px;width:100%}}footer .wrap-bottom-footer .wrap-left-logos img{height:53px}@media screen and (max-width: 1439px){footer .wrap-bottom-footer .wrap-logos-triare{width:100%;display:flex;justify-content:space-between;margin-top:48px}}@media screen and (max-width: 767px){footer .wrap-bottom-footer .wrap-logos-triare{margin-top:0;flex-direction:column}}footer .wrap-bottom-footer .wrap-triare-info{display:flex;align-items:center;gap:8px;margin-top:12px}@media screen and (max-width: 1439px){footer .wrap-bottom-footer .wrap-triare-info{width:50%;margin-top:0}}@media screen and (max-width: 767px){footer .wrap-bottom-footer .wrap-triare-info{width:100%;margin-top:24px}}footer .wrap-bottom-footer .btn-triare{color:#333741;padding:12px 52px 12px 24px;border-radius:68px;background-color:#F0F3FA;position:relative;font-size:14px;font-style:normal;font-weight:400;line-height:24px}footer .wrap-bottom-footer .btn-triare svg{display:inline-block;position:absolute;right:24px;top:50%;transform:translateY(-50%)}footer .wrap-bottom-footer .btn-triare:hover{background-color:#DDE3F4}@media screen and (max-width: 1439px){footer .wrap-bottom-footer .wrap-right-menu{width:50%}}@media screen and (max-width: 767px){footer .wrap-bottom-footer .wrap-right-menu{width:100%}}footer .wrap-bottom-footer .wrap-right-menu ul{display:flex;flex-direction:column;gap:8px}footer .wrap-bottom-footer .wrap-right-menu ul li a{text-decoration:underline}footer .wrap-bottom-footer .wrap-right-menu ul li a:not([href]){text-decoration:none}footer .wrap-bottom-footer .wrap-right-menu ul li a:not([href]):hover{color:unset}footer .wrap-bottom-footer .wrap-right-menu ul li a:hover{color:#FF3939}a{text-decoration:none;color:inherit;transition:color .5s, opacity .5s, background .5s}a:focus{outline:none}button{transition:color .5s, opacity .5s, background .5s;cursor:pointer}.back-img{background-repeat:no-repeat;background-position:center;background-size:cover}.rect-outer{position:relative}.rect-outer .rect-inner{position:absolute;left:0;top:0;right:0;bottom:0}.main-page-wrap{margin-top:130px}@media (max-width: 1200px){.main-page-wrap{margin-top:122px}}@media (max-width: 1024px){.main-page-wrap{margin-top:92px}}@media (max-width: 550px){.main-page-wrap{margin-top:76px}}.collapse{display:none}.collapse.in{display:block}.collapsing{position:relative;height:0;overflow:hidden;transition-property:height, visibility;transition:.35s;transition-timing-function:ease}body.modal-open{overflow:hidden;height:100%;position:fixed}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{display:none;overflow:hidden;position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;outline:0;margin:0 24px}.modal.in .close:before{transform:translate(-50%, -50%) rotate(45deg)}.modal.in .close:after{transform:translate(-50%, -50%) rotate(-45deg)}.modal .close{width:24px;height:24px;background:none;border:none;position:absolute;right:29px;top:36px;z-index:1;opacity:1;text-shadow:none;cursor:pointer}@media (max-width: 550px){.modal .close{right:16px}}.modal .close:hover:before{transform:translate(-50%, -50%) rotate(40deg)}.modal .close:hover:after{transform:translate(-50%, -50%) rotate(-40deg)}.modal .close:before,.modal .close:after{content:'';position:absolute;width:100%;height:2px;background:#333741;top:50%;left:50%;transition:.5s}.modal .modal-dialog{max-width:1000px;width:100%;top:50%;position:absolute;left:50%;align-items:baseline;transform:translate(-50%, -50%);transition:transform 0.3s ease-out;background-color:#fff;box-shadow:0 4px 12px 0 #4D629626}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.fade.in{opacity:0.8}.fade{opacity:0;transition:opacity 0.15s linear}.fade.in{opacity:1}#myModal-video-3 .modal-dialog{align-items:baseline;transition:transform 0.3s ease-out;width:100%;padding:20px;max-width:100%;background-color:transparent}#myModal-video-3 .modal-dialog img{display:block;max-width:100%;max-height:calc(100vh - 40px);width:auto}#myModal-video-3 .modal-body{display:flex;justify-content:center}#myModal-video-3 .close{width:48px;height:48px;background:white;border-radius:50%;right:24px;top:24px}#myModal-video-3 .close:before,#myModal-video-3 .close:after{width:24px;height:2px;background:#333741;top:50%;left:50%;transition:.5s}#modal-payment-general .modal-header{padding:0 !important}#modal-payment-general .wrap-select-title h5{margin-bottom:32px}#modal-payment-general .select-text{margin-bottom:12px}#modal-payment-general .wrap-select{background:#F0F3FA;position:relative;padding:24px 0}#modal-payment-general .wrap-select:before{content:'';position:absolute;left:100%;top:0;width:32px;height:100%;background:#F0F3FA}#modal-payment-general .wrap-select:after{content:'';position:absolute;right:100%;top:0;width:32px;height:100%;background:#F0F3FA}#modal-payment-general.no-selection .modal-content{display:none}#modal-payment-general .submit-wrap{display:inline-block}#modal-payment-general input[disabled]{background-color:#D4D9E2;display:inline;cursor:not-allowed;pointer-events:all}#modal-payment-general .wpcf7-spinner{display:none}@media (max-width: 550px){#modal-payment-general{margin:0 16px}}#modal-payment-general .success-copy-message{position:absolute;top:50%;left:50%;transform:translateX(-50%);background:#438BAA;color:#fff;box-shadow:0 4px 8px 0 #33374140;padding:16px 24px;border-radius:12px;font-size:16px;font-weight:400;line-height:24px;z-index:1;display:none}#modal-payment-general .modal-header{padding:0 96px 0 0}@media (max-width: 550px){#modal-payment-general .modal-header{padding:0 50px 0 0}}#modal-payment-general.no-selection .modal-dialog{padding:32px}#modal-payment-general .modal-dialog{padding:32px 32px 16px 32px;border-radius:32px;top:50px;transform:translateX(-50%)}@media (max-width: 550px){#modal-payment-general .modal-dialog{padding:32px 16px}}#modal-payment-general .popup-header-title{color:#091D4F}#modal-payment-general .pay-item.item-bank .popup-title{border-top:1px solid #DDE3F4;margin:0 -32px;padding:24px 32px}#modal-payment-general .pay-item.item-bank.open .popup-title{border-bottom:1px solid #DDE3F4}#modal-payment-general .popup-title{padding:24px 0;font-size:20px;line-height:30px;color:#333741;display:flex;font-weight:600;align-items:center;cursor:pointer}#modal-payment-general .popup-title svg{display:inline-block;margin-right:24px}#modal-payment-general .popup-description li{border-top:1px solid #DDE3F4;padding:8px 0;font-size:20px;font-weight:400;line-height:30px;color:#333741}@media (max-width: 550px){#modal-payment-general .popup-description li{font-size:16px}}@media (max-width: 400px){#modal-payment-general .popup-description li{font-size:15px}}#modal-payment-general .popup-description li:first-child{border-top:none}#modal-payment-general .popup-description li svg{display:inline-block;margin-left:12px;cursor:pointer}#modal-payment-general .popup-description li svg path{transition:.3s}#modal-payment-general .popup-description li svg:hover path{stroke:#FF3939}#modal-payment-general .popup-description .small-title{display:block;font-size:14px;font-weight:400;line-height:20px;color:#333741}#modal-payment-general .popup-description .wrap-text{display:flex;align-items:center}#modal-payment-general .popup-description .wrap-text:not(.not-copy){transition:color .3s}#modal-payment-general .popup-description .wrap-text:not(.not-copy):hover{color:#FF3939;cursor:pointer}#modal-payment-general .popup-description .wrap-text:not(.not-copy):hover svg path{stroke:#FF3939}#modal-payment-general .pay-item .arrow-icon{transition:transform 0.3s;margin:0}#modal-payment-general .pay-item.open .arrow-icon{transform:rotate(180deg)}#modal-payment-general .popup-payment-success .content-payment-success{max-width:840px;margin-bottom:48px;margin-top:65px}#modal-payment-general .popup-payment-success .content-payment-success h3{margin-bottom:12px}#modal-payment-general .popup-payment-success .content-payment-success .text-1 p+p{margin-top:12px}#modal-payment-general .popup-payment-success .info-social-media{padding:var(--Spacing-32, 32px);border-radius:var(--Radius, 32px);background:var(--Secondary-Dark-Secondary-Dark, #F0F3FA)}#modal-payment-general .popup-payment-success .info-social-media h5{margin-bottom:8px}#modal-payment-general .popup-payment-success .info-social-media .content-social-media{margin-bottom:32px}#modal-payment-general .popup-payment-success .info-social-media .wrap-icons{display:flex;gap:12px;flex-wrap:wrap}#modal-payment-general .popup-payment-success .info-social-media .wrap-icons .footer-social-item{display:flex;width:56px;height:56px;justify-content:center;align-items:center;border-radius:68px;background:#fff}@media screen and (max-width: 1439px){#modal-payment-general .popup-payment-success .info-social-media .wrap-icons .footer-social-item{width:48px;height:48px}}#modal-payment-general .popup-payment-success .info-social-media .wrap-icons .footer-social-item:hover{background:#DDE3F4}#modal-payment-general .wrap-form form{margin-top:8px}#modal-payment-general .wrap-form form.sent .wpcf7-response-output{position:relative;border-radius:var(--Radius-small, 12px);background:var(--Additional-Success-bg, #ECF7F6);border:none;padding:36px 24px 36px 96px;min-height:104px;color:var(--Text-Body, #333741);font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1919px) and (min-width: 401px){#modal-payment-general .wrap-form form.sent .wpcf7-response-output{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){#modal-payment-general .wrap-form form.sent .wpcf7-response-output{font-size: 15px}}@media (max-width: 767px){#modal-payment-general .wrap-form form.sent .wpcf7-response-output{padding:80px 16px 16px 16px}}#modal-payment-general .wrap-form form.sent .wpcf7-response-output:after{content:'';position:absolute;left:24px;top:28px;width:48px;height:48px;background:url(f980e9f44770ef1558a8.svg) no-repeat}@media (max-width: 767px){#modal-payment-general .wrap-form form.sent .wpcf7-response-output:after{left:16px;top:16px}}#modal-payment-general .wrap-form form.invalid .wpcf7-response-output{position:relative;border-radius:var(--Radius-small, 12px);background:var(--Additional-Warning-bg, #FFF8E6);border:none;padding:36px 24px 36px 96px;color:var(--Text-Body, #333741);font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1919px) and (min-width: 401px){#modal-payment-general .wrap-form form.invalid .wpcf7-response-output{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){#modal-payment-general .wrap-form form.invalid .wpcf7-response-output{font-size: 15px}}@media (max-width: 767px){#modal-payment-general .wrap-form form.invalid .wpcf7-response-output{padding:80px 16px 16px 16px}}#modal-payment-general .wrap-form form.invalid .wpcf7-response-output:after{content:'';position:absolute;left:24px;top:24px;width:48px;height:48px;background:url(1b02d979bb7bdcf6ca95.svg) no-repeat}@media (max-width: 767px){#modal-payment-general .wrap-form form.invalid .wpcf7-response-output:after{left:16px;top:16px}}#modal-payment-general .wrap-form form.failed .wpcf7-response-output{position:relative;border-radius:var(--Radius-small, 12px);background:var(--Additional-Error-bg, #FFEBEB);border:none;padding:36px 24px 36px 96px;color:var(--Text-Body, #333741);font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1919px) and (min-width: 401px){#modal-payment-general .wrap-form form.failed .wpcf7-response-output{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){#modal-payment-general .wrap-form form.failed .wpcf7-response-output{font-size: 15px}}@media (max-width: 767px){#modal-payment-general .wrap-form form.failed .wpcf7-response-output{padding:80px 16px 16px 16px}}#modal-payment-general .wrap-form form.failed .wpcf7-response-output:after{content:'';position:absolute;left:24px;top:24px;width:48px;height:48px;background:url(905ec3ce779fc48d6699.svg) no-repeat}@media (max-width: 767px){#modal-payment-general .wrap-form form.failed .wpcf7-response-output:after{left:16px;top:16px}}#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]),#modal-payment-general .wrap-form form textarea{appearance:none;display:block;width:100%;padding:16px;transition:color .3s, border-bottom .3s;border-radius:var(--Radius-small, 12px);border:1px solid var(--Layout-Outline, #A9B1CA);background:var(--Layout-Surface-Light, #fff);color:var(--Text-Body, #333741);font-family:"Golos Text",serif;font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%;margin-top:4px}@media (max-width: 1919px) and (min-width: 401px){#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]),#modal-payment-general .wrap-form form textarea{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]),#modal-payment-general .wrap-form form textarea{font-size: 15px}}#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]):-ms-input-placeholder, #modal-payment-general .wrap-form form textarea:-ms-input-placeholder{-ms-transition:color .3s;transition:color .3s;color:var(--Text-Placeholder, #7E8491);font-family:"Golos Text",serif;font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox])::placeholder,#modal-payment-general .wrap-form form textarea::placeholder{transition:color .3s;color:var(--Text-Placeholder, #7E8491);font-family:"Golos Text",serif;font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1919px) and (min-width: 401px){#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]):-ms-input-placeholder, #modal-payment-general .wrap-form form textarea:-ms-input-placeholder{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox])::placeholder,#modal-payment-general .wrap-form form textarea::placeholder{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]):-ms-input-placeholder, #modal-payment-general .wrap-form form textarea:-ms-input-placeholder{font-size: 15px}#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox])::placeholder,#modal-payment-general .wrap-form form textarea::placeholder{font-size: 15px}}#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]).wpcf7-not-valid,#modal-payment-general .wrap-form form textarea.wpcf7-not-valid{background:url(7380cd8db2ade345b998.svg) no-repeat right 16px top 16px;border-radius:var(--Radius-small, 12px);border:2px solid var(--Primary-Primary, #FF3939);background-color:var(--Additional-Error-bg, #FFEBEB)}#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]).wpcf7-not-valid:-ms-input-placeholder, #modal-payment-general .wrap-form form textarea.wpcf7-not-valid:-ms-input-placeholder{color:var(--Primary-Primary, #FF3939)}#modal-payment-general .wrap-form form input:not(.btn-main):not([type=checkbox]).wpcf7-not-valid::placeholder,#modal-payment-general .wrap-form form textarea.wpcf7-not-valid::placeholder{color:var(--Primary-Primary, #FF3939)}#modal-payment-general .wrap-form form label{display:block;transition:color .3s;color:var(--Text-Body, #333741);font-family:"Golos Text",serif;font-size:var(--Typography-Tag, 14px);font-style:normal;font-weight:400;line-height:20px;margin-bottom:12px}@media (max-width: 1919px) and (min-width: 401px){#modal-payment-general .wrap-form form label{font-size:calc(2 * ((100vw - 400px) / 1519) + 12px)}}@media (max-width: 400px){#modal-payment-general .wrap-form form label{font-size: 12px}}#modal-payment-general .wrap-form form label>span:first-of-type{color:#FF3939}#modal-payment-general .wrap-form form .submit-wrap{margin-bottom:25px}#modal-payment-general .wrap-form form .label-custom-value{margin-top:25px;margin-bottom:5px}#modal-payment-general .wrap-form form [data-name=acceptance-493]{margin-top:13px;display:inline-block}#modal-payment-general .wrap-form form .wpcf7-not-valid-tip{color:#FF3939;margin-top:4px}#modal-payment-general .wrap-form form .flex{display:flex;gap:24px}@media (max-width: 550px){#modal-payment-general .wrap-form form .flex{flex-direction:column;gap:0}}#modal-payment-general .wrap-form form .flex label{width:100%}#modal-payment-general .wrap-form form .your-custom-value{width:calc(50% - 12px) !important}@media (max-width: 550px){#modal-payment-general .wrap-form form .your-custom-value{width:100% !important}}#modal-payment-general .wrap-form form h3{margin-bottom:8px}#modal-payment-general .wrap-form form .text-1{margin-bottom:12px}@media screen and (max-width: 1439px){#modal-payment-general .wrap-form form .text-1{font-size:18px}}@media screen and (max-width: 767px){#modal-payment-general .wrap-form form .text-1{font-size:16px}}#modal-payment-general .wrap-form form .text-1.all-data-text{margin-top:24px}@media screen and (max-width: 550px){#modal-payment-general .wrap-form form .wpcf7-form-control-wrap .wpcf7-exclusive-checkbox.checkbox-value{display:flex;gap:12px;flex-wrap:wrap}}@media screen and (max-width: 550px){#modal-payment-general .wrap-form form .wpcf7-form-control-wrap .wpcf7-exclusive-checkbox.checkbox-value label{margin-bottom:0}}@media screen and (max-width: 550px){#modal-payment-general .wrap-form form .wpcf7-form-control-wrap .wpcf7-exclusive-checkbox.checkbox-value input[type=checkbox]+span{margin-left:0}}#modal-payment-general .wrap-form form .bottom-info{color:var(--Text-Body, #333741);font-size:var(--Typography-Error, 12px);font-style:normal;font-weight:400;line-height:18px;margin-bottom:24px;max-width:456px}#modal-payment-general .wrap-form form .bottom-info a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}#modal-payment-general .wrap-form form .bottom-info a:hover{color:#FF3939}#modal-payment-general .wrap-form form .wpcf7-response-output{margin:24px 0 0 0;padding:var(--Spacing-24, 24px)}@media screen and (max-width: 767px){#modal-payment-general .wrap-form form .wpcf7-response-output{padding:var(--Spacing-24, 16px)}}#modal-payment-general .wrap-form form span.wpcf7-list-item{display:inline-block;margin:0}#modal-payment-general .wrap-form form .wpcf7 .wpcf7-list-item{display:block;margin-bottom:10px}#modal-payment-general .wrap-form form .wpcf7-checkbox label{position:relative;cursor:pointer;margin-bottom:12px}#modal-payment-general .wrap-form form .wpcf7-checkbox input[type=checkbox]{position:absolute;visibility:hidden;width:30px;height:30px;top:0;left:0}#modal-payment-general .wrap-form form .wpcf7-checkbox input[type=checkbox]+span{padding:12px 24px;border-radius:68px;background:var(--Secondary-Dark-Secondary-Dark, #F0F3FA);color:var(--Secondary-Dark-On-Secondary-Dark, #333741);font-size:var(--Typography-Button, 16px);font-style:normal;font-weight:400;line-height:24px;transition:all .3s}#modal-payment-general .wrap-form form .wpcf7-checkbox input[type=checkbox]+span:hover{background:var(--Secondary-Dark-Secondary-Dark-Hover, #DDE3F4)}#modal-payment-general .wrap-form form .wpcf7-list-item-label{margin-right:12px;display:inline-block}#modal-payment-general .wrap-form form .wpcf7-list-item.last .wpcf7-list-item-label{margin-right:0}#modal-payment-general .wrap-form form .wpcf7-checkbox input[type=checkbox]:checked+span{background:var(--Layout-Surface-Dark, #091D4F);color:var(--Primary-On-primary, #fff)}#modal-payment-general .wrap-form form .hide{display:none !important}#modal-payment-general .wrap-form form .wpcf7-acceptance .wpcf7-list-item{display:block}#modal-payment-general .wrap-form form .wpcf7-acceptance label{position:relative;cursor:pointer}#modal-payment-general .wrap-form form .wpcf7-acceptance input[type=checkbox]{position:absolute;visibility:hidden;width:30px;height:30px;top:0;left:0}#modal-payment-general .wrap-form form .wpcf7-acceptance input[type=checkbox]+span:before{display:block;position:absolute;content:'';height:20px;width:20px;top:0px;left:0px;border:1px solid #091D4F;border-radius:5px}#modal-payment-general .wrap-form form .wpcf7-acceptance.error input[type=checkbox]+span:before{border:1px solid #FF3939;background-color:#FF3939}#modal-payment-general .wrap-form form .wpcf7-acceptance input[type=checkbox]+span:after{display:block;position:absolute;content:"";height:22px;width:22px;top:0;left:0;visibility:hidden;background:url("data:image/svg+xml;utf8,<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"10\" height=\"7\" viewBox=\"0 0 10 7\" fill=\"none\"><path d=\"M1 3.59545L3.59387 5.87451L9 1.12451\" stroke=\"white\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");background-repeat:no-repeat;background-position:center;background-size:14px 9px;background-color:#091D4F;border-radius:5px}#modal-payment-general .wrap-form form .wpcf7-acceptance input[type=checkbox]:checked+span:before{background:transparent}#modal-payment-general .wrap-form form .wpcf7-acceptance input[type=checkbox]:checked+span:after{visibility:visible}#modal-payment-general .wrap-form form .wpcf7-acceptance .wpcf7-list-item-label{margin-left:40px;display:inline-block}#modal-payment-general .wrap-form form .wpcf7-acceptance .wpcf7-list-item-label{color:var(--Text-Body, #333741);font-size:var(--Typography-Error, 12px);font-style:normal;font-weight:400;line-height:18px;margin-bottom:24px;max-width:456px}#modal-payment-general .wrap-form form .wpcf7-acceptance .wpcf7-list-item-label a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}#modal-payment-general .wrap-form form .wpcf7-acceptance .wpcf7-list-item-label a:hover{color:#FF3939}.single-project-top-banner{position:relative;overflow:visible;margin-bottom:24px}@media (max-width: 767px){.single-project-top-banner{margin-bottom:16px}}.single-project-top-banner .wrap-banner{min-height:668px;display:flex;align-items:flex-end;position:relative;border-radius:32px;overflow:hidden}@media (min-width: 1201px){.single-project-top-banner .wrap-banner{padding:72px 604px 72px 72px}}@media (max-width: 1200px){.single-project-top-banner .wrap-banner{padding:48px;min-height:445px;margin-bottom:8px}}@media (max-width: 767px){.single-project-top-banner .wrap-banner{padding:24px;min-height:auto}}.single-project-top-banner .wrap-banner:before{content:'';background:linear-gradient(90deg, #091d4f 30%, rgba(9,29,79,0.15) 100%);position:absolute;left:0;top:0;width:100%;height:100%}.single-project-top-banner .wrap-content{position:relative;z-index:2;max-width:824px;width:100%}@media (max-width: 1200px){.single-project-top-banner .wrap-content{max-width:100%}}.single-project-top-banner .wrap-content h2{margin-bottom:12px}.single-project-top-banner .wrap-1{display:flex;align-items:center;margin-bottom:24px}@media (max-width: 767px){.single-project-top-banner .wrap-1{margin-bottom:16px;flex-wrap:wrap}}.single-project-top-banner .wrap-1 .category{font-size:14px;color:#fff;font-family:"Golos Text",serif;font-weight:400}.single-project-top-banner .wrap-1 .category span{padding:6px 12px;border-radius:8px;background:#1B6EBC}.single-project-top-banner .wrap-1 .target-done-block{display:none;background:#ECF7F6;padding:6px 12px;border-radius:8px;align-items:center;margin:6px 0 6px 8px}.single-project-top-banner .wrap-1 .target-done-block span{color:#43AAA3;font-size:14px;font-family:"Golos Text",serif;font-weight:400;display:inline-block;margin-left:8px}.single-project-top-banner .wrap-1 .target-done-block.сollection-collected{display:flex}.single-project-top-banner .wrap-1 .wrap-ambassadors{display:flex;margin:6px 0 6px 12px}.single-project-top-banner .wrap-1 .wrap-ambassadors img{width:40px;height:40px;object-fit:cover;object-position:top;border-radius:50%}.single-project-top-banner .wrap-1 .wrap-ambassadors img:not(:first-child){left:-10px;position:relative}.single-project-top-banner .wrap-info{background-color:#091D4F;width:100%;border-radius:32px;padding:32px}@media (min-width: 1201px){.single-project-top-banner .wrap-info{position:absolute;right:72px;bottom:72px;max-width:496px}}@media (max-width: 1200px){.single-project-top-banner .wrap-info{display:flex;justify-content:space-between;padding:24px 48px}}@media (max-width: 767px){.single-project-top-banner .wrap-info{padding:24px;flex-wrap:wrap}}.single-project-top-banner .wrap-info.сollection-collected .wrap-outer-progress,.single-project-top-banner .wrap-info.сollection-collected .popup-btn{display:none}.single-project-top-banner .wrap-info.сollection-collected .disabled{display:inline-block}@media (max-width: 1200px){.single-project-top-banner .wrap-info .wrap-top{max-width:464px;width:100%;margin-right:30px}}@media (max-width: 877px){.single-project-top-banner .wrap-info .wrap-top{max-width:353px}}@media (max-width: 767px){.single-project-top-banner .wrap-info .wrap-top{margin-right:0;max-width:464px;margin-bottom:16px}}.single-project-top-banner .wrap-outer-progress{margin-right:52px;margin-bottom:39px}.single-project-top-banner .wrap-progress-bar{position:relative;width:100%;height:16px;background-color:rgba(255,255,255,0.15);border-radius:10px;margin-bottom:18px}.single-project-top-banner .wrap-progress-bar .progress-line{height:100%;width:0;background-color:#fff;border-radius:10px;transition:width 0.3s ease}.single-project-top-banner .wrap-progress-bar .progress-number{position:absolute;top:50%;right:-52px;transform:translate(0, -50%);color:white;font-size:20px;font-family:"Golos Text",serif;font-weight:400;line-height:1.5}.single-project-top-banner .wrap-collections{display:flex;margin:0 -6px;color:white}.single-project-top-banner .wrap-collections>div{width:50%;padding:0 6px}.single-project-top-banner .wrap-collections>div>span{font-size:14px;font-family:"Golos Text",serif;font-weight:400;line-height:1.3}.single-project-top-banner .wrap-bottom{display:flex;justify-content:space-between;align-items:center}@media (min-width: 1201px){.single-project-top-banner .wrap-bottom{margin-top:32px}}@media (min-width: 1201px){.single-project-top-banner .wrap-bottom .btn-main,.single-project-top-banner .wrap-bottom .disabled{width:364px}}@media (max-width: 767px){.single-project-top-banner .wrap-bottom .btn-main{width:220px}}.single-project-top-banner .wrap-bottom .sharing{position:relative;margin-left:10px;display:flex}.single-project-top-banner .wrap-bottom .sharing div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{margin:2px 5px !important}.single-project-top-banner .wrap-bottom .sharing .sharing-btn{cursor:pointer}.single-project-top-banner .wrap-bottom .sharing .dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%, -10px);background-color:white;padding:12px 16px;width:257px;border-radius:40px;opacity:0;visibility:hidden;transition:.5s;z-index:3}.single-project-top-banner .wrap-bottom .sharing .dropdown svg.triangle{position:absolute;bottom:calc(100% - 1px);left:50%;transform:translateX(-50%)}.single-project-top-banner .wrap-bottom .sharing .dropdown.open{opacity:1;visibility:visible;transform:translate(-50%, 0)}.single-project-top-banner .date-end{color:#fff;margin-top:24px}@media (max-width: 1200px){.single-ambassador.desktop{display:none}}@media (min-width: 1201px){.single-ambassador.mobile{display:none}}.single-ambassador .flex-wrap{display:flex}@media (max-width: 1200px){.single-ambassador .flex-wrap{margin:0 -12px}}@media (max-width: 767px){.single-ambassador .flex-wrap{flex-wrap:wrap;margin:0}}.single-ambassador .image-wrap{width:520px;padding-right:24px;height:598px}@media (max-width: 1200px){.single-ambassador .image-wrap{height:598px;width:50%;padding:0 12px}}@media (max-width: 767px){.single-ambassador .image-wrap{width:100%;padding:0;height:auto;margin-bottom:16px}}.single-ambassador .image-wrap img{width:100%;overflow:hidden;display:block;border-radius:32px;object-fit:cover}@media (max-width: 1200px){.single-ambassador .image-wrap img{border-radius:28px;height:100%}}@media (max-width: 767px){.single-ambassador .image-wrap img{border-radius:24px}}.single-ambassador .wrap-main-info{width:calc(100% - 520px)}@media (max-width: 1200px){.single-ambassador .wrap-main-info{width:50%;padding:0 12px}}@media (max-width: 767px){.single-ambassador .wrap-main-info{width:100%;padding:0}}.single-ambassador .wrap-main-info .main-info{height:598px;display:flex;flex-direction:column;justify-content:center;background-color:#091D4F;padding:72px;border-radius:32px;margin-bottom:24px}@media (max-width: 1200px){.single-ambassador .wrap-main-info .main-info{height:598px;border-radius:28px;padding:48px;justify-content:flex-end}}@media (max-width: 767px){.single-ambassador .wrap-main-info .main-info{border-radius:24px;padding:48px 24px 24px;height:auto}}.single-ambassador .wrap-main-info svg{display:inline-block;margin-bottom:24px;height:33px;width:96px}@media (max-width: 767px){.single-ambassador .wrap-main-info svg{margin-bottom:16px;height:17px;width:48px}}.single-ambassador .wrap-main-info h2{margin-bottom:12px}.single-ambassador .wrap-main-info .description{margin-bottom:48px}@media (max-width: 1200px){.single-ambassador .wrap-main-info .description{margin-bottom:32px}}@media (max-width: 767px){.single-ambassador .wrap-main-info .description{margin-bottom:24px}}.single-ambassador .wrap-content{background-color:#fff;padding:48px 72px;border-radius:32px;margin-bottom:24px}@media (max-width: 1200px){.single-ambassador .wrap-content{border-radius:28px;padding:32px 48px}}@media (max-width: 767px){.single-ambassador .wrap-content{border-radius:24px;padding:24px}}.single-ambassador .wrap-icons{display:flex}.single-ambassador .wrap-icons a{display:flex;width:56px;height:56px;justify-content:center;align-items:center;border-radius:50%;background:#F0F3FA}@media screen and (max-width: 1439px){.single-ambassador .wrap-icons a{width:48px;height:48px}}.single-ambassador .wrap-icons a:hover{background:#DDE3F4}.single-ambassador .wrap-icons a+a{margin-left:12px}.single-ambassador .project-item{display:flex;border-radius:28px;background:#fff;margin-bottom:24px}@media (max-width: 767px){.single-ambassador .project-item{border-radius:24px;flex-direction:column;position:relative}}.single-ambassador .project-item.сollection-collected .wrap-outer-progress{display:none}.single-ambassador .project-item.сollection-collected .btn-main{background:var(--Primary-Disabled, #D4D9E2);cursor:not-allowed;display:inline-block;pointer-events:none;text-decoration:none}.single-ambassador .project-item.сollection-collected .wrap-info .category .сollected-tag{display:flex}.single-ambassador .project-item:last-child{margin-bottom:0}.single-ambassador .project-item .wrap{display:flex;flex-direction:column;width:51%}@media (max-width: 767px){.single-ambassador .project-item .wrap{width:100%}}.single-ambassador .project-item .wrap-img{object-fit:cover;width:49%;height:auto;border-radius:28px 0 0 28px}@media (max-width: 767px){.single-ambassador .project-item .wrap-img{width:100%;height:182px;border-radius:24px 24px 0 0}}.single-ambassador .project-item .wrap-img img{width:100%;height:100%;border-radius:28px 0 0 28px;object-fit:cover}@media (max-width: 767px){.single-ambassador .project-item .wrap-img img{border-radius:24px 24px 0 0}}.single-ambassador .project-item .wrap-info{width:100%;padding:24px}@media (max-width: 767px){.single-ambassador .project-item .wrap-info{padding:16px}}.single-ambassador .project-item .wrap-info .wrap-top-info{display:flex;justify-content:space-between;margin-bottom:8px}@media (max-width: 767px){.single-ambassador .project-item .wrap-info .wrap-top-info{position:absolute;top:142px}}.single-ambassador .project-item .wrap-info .category{font-size:14px;color:#fff;font-family:"Golos Text",serif;font-weight:400;line-height:20px;display:flex;align-items:center;gap:8px}@media screen and (max-width: 1023px){.single-ambassador .project-item .wrap-info .category{flex-wrap:wrap}}.single-ambassador .project-item .wrap-info .category span{padding:6px 12px;border-radius:8px;background:#1B6EBC}.single-ambassador .project-item .wrap-info .category .сollected-tag{padding:6px 12px 6px 5px;border-radius:8px;background:#ECF7F6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--Additional-Success, #43AAA3);display:flex;align-items:center;gap:6px;display:none}.single-ambassador .project-item .wrap-info .wrap-ambasadors{display:flex;margin-left:8px}@media screen and (max-width: 1023px){.single-ambassador .project-item .wrap-info .wrap-ambasadors{display:none}}.single-ambassador .project-item .wrap-info .wrap-ambasadors img{width:40px;height:40px;object-fit:cover;border-radius:50%;object-position:top;border:1.667px solid #fff}.single-ambassador .project-item .wrap-info .wrap-ambasadors img:not(:first-child){left:-12px;position:relative}.single-ambassador .project-item .wrap-info .title-project{color:#091D4F;margin-bottom:8px}@media (max-width: 767px){.single-ambassador .project-item .wrap-info .post-description{display:none}}.single-ambassador .project-item .wrap-right-info{display:flex;flex-direction:column;justify-content:center;border-left:1px solid #DDE3F4;width:100%;padding:24px;border-top:1px solid #DDE3F4;border-left:0}@media (max-width: 767px){.single-ambassador .project-item .wrap-right-info{padding:12px 16px 16px 16px}}.single-ambassador .project-item .wrap-right-info .wrap-outer-progress{margin-right:44px}.single-ambassador .project-item .wrap-right-info .wrap-progress-bar{position:relative;width:100%;height:12px;background-color:#F0F3FA;border-radius:10px;margin-bottom:18px}.single-ambassador .project-item .wrap-right-info .wrap-progress-bar .progress-line{height:100%;width:0;background-color:#091D4F;border-radius:10px;transition:width 0.3s ease}.single-ambassador .project-item .wrap-right-info .wrap-progress-bar .progress-number{position:absolute;top:50%;right:-44px;transform:translate(0, -50%);color:#333741;font-size:16px;font-family:"Golos Text",serif;font-weight:400;line-height:1.5}.single-ambassador .project-item .wrap-right-info .wrap-collections{display:flex}.single-ambassador .project-item .wrap-right-info .wrap-collections>div>span{font-size:14px;font-family:"Golos Text",serif;font-weight:400;color:#333741;line-height:20px}.single-ambassador .project-item .wrap-right-info .wrap-collections>div h5{color:#091D4F}.single-ambassador .project-item .wrap-right-info .wrap-collections .collect,.single-ambassador .project-item .wrap-right-info .wrap-collections .target{margin-bottom:12px;width:50%}.single-ambassador .project-item .wrap-right-info .btn-main{padding:12px 24px;font-size:14px;font-style:normal;font-weight:400;line-height:24px;width:max-content}.single-news-top-banner .top-info.container{max-width:1016px}.single-news-top-banner .top-info .wrap-date-tax{margin-bottom:24px}.single-news-top-banner .top-info h2{margin-bottom:24px}.single-news-top-banner .wrap-sharing a{display:block}.single-news-top-banner .wrap-sharing a+a{margin-left:12px !important}.single-news-top-banner .image-container{width:100%;height:668px;margin:32px auto}@media (max-width: 1024px){.single-news-top-banner .image-container{height:548px}}@media (max-width: 767px){.single-news-top-banner .image-container{height:284px}}@media (max-width: 550px){.single-news-top-banner .image-container{height:184px}}.single-news-top-banner .image-container img{object-fit:cover;width:100%;height:100%;border-radius:32px}@media (max-width: 1200px){.single-news-top-banner .image-container img{border-radius:28px}}@media (max-width: 767px){.single-news-top-banner .image-container img{border-radius:24px}}.page-404{padding:100px 72px 70px}@media (max-width: 1024px){.page-404{padding:70px 48px 40px}}@media (max-width: 850px){.page-404{padding:40px 24px 40px}}.page-404 .container{max-width:1255px}.page-404 .wrap-content{display:flex}@media (max-width: 850px){.page-404 .wrap-content{flex-wrap:wrap}}.page-404 .left-col{width:calc(100% - 464px)}@media (max-width: 1024px){.page-404 .left-col{width:calc(100% - 292px)}}@media (max-width: 850px){.page-404 .left-col{width:100%}}.page-404 .right-col{width:464px}@media (max-width: 1024px){.page-404 .right-col{width:292px}}@media (max-width: 850px){.page-404 .right-col{width:100%;display:flex;justify-content:center;margin-top:48px}}.page-404 .right-col svg{display:inline-block;width:100%;height:auto;max-width:464px}@media (max-width: 550px){.page-404 .right-col svg{max-width:184px}}.page-404 h1{margin-bottom:24px}.page-404 .btn-main{margin-top:24px}.select2-container{width:100% !important;z-index:999999}.select2-container .select2-selection{border-radius:12px !important;border:1px solid #A9B1CA;background:#fff;height:58px;display:flex;align-items:center;justify-content:flex-start;position:relative}.select2-container .select2-selection .select2-selection__rendered{padding:0 58px 0 16px;color:#333741;font-size:16px;font-weight:400;line-height:24px}.select2-container .select2-selection .select2-selection__arrow{transition:.3s;width:24px;height:24px;position:absolute;right:16px;top:50%;transform:translateY(-50%);background:url(40123192acf346609b70.svg) no-repeat 50% 50%/contain}.select2-container .select2-selection .select2-selection__arrow b{display:none !important}.select2-container.select2-container--open .select2-selection .select2-selection__arrow{transform:translateY(-50%) rotate(180deg)}.select2-container--default .select2-dropdown{z-index:10 !important;border-radius:12px;border:none !important;background:white}.select2-container--default .select2-results>.select2-results__options{padding:12px 0;background:#fff;border-radius:12px;box-shadow:0 4px 12px rgba(77,98,150,0.15)}.select2-container--default .select2-results>.select2-results__options .select2-results__option{display:flex;padding:12px 16px;align-items:center;justify-content:flex-start;width:100%;color:#333741;font-size:16px;font-style:normal;font-weight:400;line-height:150%}@media (max-width: 767px){.select2-container--default .select2-results>.select2-results__options .select2-results__option{font-size:15px;padding:8px 16px}}.select2-container--default .select2-results>.select2-results__options .select2-results__option.select2-results__option--selected{background:#DDE3F4}.select2-container--default .select2-results>.select2-results__options .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable{background:#DDE3F4}.select2-container--default .select2-results>.select2-results__options .select2-results__option .flag-text{margin-left:12px}.section-top-banner{position:relative;margin-bottom:24px}.section-top-banner .wrap-columns{display:flex}@media (min-width: 1025px){.section-top-banner .wrap-columns{margin:0 -12px}}@media (max-width: 1024px){.section-top-banner .wrap-columns{flex-wrap:wrap}}.section-top-banner .left-column{width:50%;background-color:#091D4F;position:relative;border-radius:32px;padding:144px 72px 72px 72px;overflow:hidden}@media (min-width: 1025px){.section-top-banner .left-column{min-height:79vh;margin:0 12px}}@media (max-width: 1200px){.section-top-banner .left-column{padding:96px 48px 48px 48px}}@media (max-width: 1024px){.section-top-banner .left-column{width:100%;margin-bottom:24px}}@media screen and (max-width: 1439px){.section-top-banner .left-column{border-radius:28px}}@media (max-width: 767px){.section-top-banner .left-column{padding:48px 24px 24px 24px;border-radius:24px}}.section-top-banner .left-column svg{position:absolute;right:0;top:0;width:322px;height:322px}@media (max-width: 767px){.section-top-banner .left-column svg{width:180px;height:202px;right:-37px;top:-23px}}.section-top-banner .right-column{width:50%;border-radius:32px;overflow:hidden;position:relative}@media (min-width: 1025px){.section-top-banner .right-column{min-height:79vh;margin:0 12px}}@media (max-width: 1024px){.section-top-banner .right-column{width:100%;height:445px}}@media screen and (max-width: 1439px){.section-top-banner .right-column{border-radius:28px}}@media (max-width: 767px){.section-top-banner .right-column{border-radius:24px}}@media (max-width: 550px){.section-top-banner .right-column{height:184px}}.section-top-banner .title-xl{z-index:2;position:relative;margin-bottom:12px;max-width:470px}@media (max-width: 1024px){.section-top-banner .title-xl{max-width:670px}}@media (max-width: 767px){.section-top-banner .title-xl{max-width:300px}}.section-top-banner .description{font-family:"Golos Text",serif;font-weight:400;font-size:20px;z-index:2;position:relative;color:rgba(255,255,255,0.87);margin-bottom:48px;line-height:1.5}@media (max-width: 1024px){.section-top-banner .description{margin-bottom:32px;font-size:19px}}@media (max-width: 767px){.section-top-banner .description{margin-bottom:24px;font-size:16px}}.section-top-banner-type-1{margin-bottom:24px}.section-top-banner-type-1 .wrap-content{background-color:#091D4F;padding:144px 72px 72px;border-radius:32px;position:relative;overflow:hidden}@media (max-width: 1024px){.section-top-banner-type-1 .wrap-content{padding:96px 48px 48px}}@media (max-width: 767px){.section-top-banner-type-1 .wrap-content{padding:48px 24px 24px}}.section-top-banner-type-1 svg{position:absolute;right:0;top:0}@media (max-width: 1024px){.section-top-banner-type-1 svg{max-width:240px;height:auto}}@media (max-width: 767px){.section-top-banner-type-1 svg{max-width:140px}}.section-top-banner-type-1 h1{position:relative;z-index:2;max-width:800px}.section-top-banner-type-1 .description{margin-top:24px;max-width:824px;position:relative;z-index:2}@media (max-width: 1024px){.section-top-banner-type-1 .description{max-width:100%}}.section-top-banner-type-2{position:relative;padding-bottom:24px}@media screen and (max-width: 1439px){.section-top-banner-type-2{padding-top:28px}}@media (max-width: 767px){.section-top-banner-type-2{padding-top:0;padding-bottom:0}}@media screen and (max-width: 1439px){.section-top-banner-type-2 .container{padding:0 24px}}@media (max-width: 767px){.section-top-banner-type-2 .container{padding:0 16px}}.section-top-banner-type-2 .wrap-columns{display:flex;gap:24px}@media (max-width: 767px){.section-top-banner-type-2 .wrap-columns{flex-wrap:wrap;gap:16px}}.section-top-banner-type-2 .left-column{width:calc(67% - 12px);background-color:#091D4F;position:relative;border-radius:32px;padding:317px 72px 72px 72px;overflow:hidden}@media screen and (max-width: 1439px){.section-top-banner-type-2 .left-column{width:calc(50% - 12px);border-radius:28px;padding:96px 48px 48px 48px}}@media (max-width: 767px){.section-top-banner-type-2 .left-column{width:100%;padding:48px 24px 24px 24px;border-radius:24px}}.section-top-banner-type-2 .left-column svg{position:absolute;right:0;top:0;width:322px;height:322px}@media (max-width: 767px){.section-top-banner-type-2 .left-column svg{width:180px;height:202px;right:-37px;top:-23px}}.section-top-banner-type-2 .right-column{width:calc(33% - 12px);border-radius:32px;overflow:hidden;position:relative}@media screen and (max-width: 1439px){.section-top-banner-type-2 .right-column{border-radius:28px;width:calc(50% - 12px)}}@media (max-width: 767px){.section-top-banner-type-2 .right-column{width:100%;height:184px;border-radius:24px}}.section-top-banner-type-2 .title{z-index:2;position:relative;margin-bottom:12px}.section-top-banner-type-2 .description{font-family:"Golos Text",serif;font-weight:400;font-size:20px;z-index:2;position:relative;color:rgba(255,255,255,0.87);margin-bottom:32px;line-height:1.5}@media (max-width: 1024px){.section-top-banner-type-2 .description{margin-bottom:32px;font-size:18px}}@media (max-width: 767px){.section-top-banner-type-2 .description{margin-bottom:24px;font-size:16px}}.section-logotypes-slider{margin-bottom:24px}.section-logotypes-slider .wrap-flex{display:flex;align-items:center;background-color:#fff;padding:24px 24px 24px 0;border-radius:32px}@media (max-width: 1024px){.section-logotypes-slider .wrap-flex{flex-wrap:wrap;padding:24px 0 24px 48px}}@media screen and (max-width: 1439px){.section-logotypes-slider .wrap-flex{border-radius:28px}}@media (max-width: 767px){.section-logotypes-slider .wrap-flex{padding:24px 0 24px 24px;border-radius:24px}}.section-logotypes-slider .wrap-title-and-nav{width:278px;background-color:#fff;padding-left:72px;z-index:3;position:relative}@media (max-width: 1024px){.section-logotypes-slider .wrap-title-and-nav{width:100%;padding-left:0}}.section-logotypes-slider .wrap-title-and-nav h5{font-family:"Golos Text",serif;color:#091D4F;margin-bottom:12px;font-style:normal;font-weight:600}.section-logotypes-slider .slider-wrap{width:calc(100% - 278px);overflow:hidden}@media (max-width: 1024px){.section-logotypes-slider .slider-wrap{width:100%}}.section-logotypes-slider .images-list{display:flex;margin:0 0 0 -24px}@media (max-width: 1200px){.section-logotypes-slider .images-list{flex-wrap:wrap}}@media (max-width: 1024px){.section-logotypes-slider .images-list{margin:0 24px 0 -24px}}@media (max-width: 767px){.section-logotypes-slider .images-list{margin:0 12px 0 -12px}}.section-logotypes-slider .images-list .image-block{padding:0 24px;width:calc(100% / 6)}@media (max-width: 1200px){.section-logotypes-slider .images-list .image-block{width:calc(100% / 4);padding:12px 24px}}@media (max-width: 767px){.section-logotypes-slider .images-list .image-block{width:calc(100% / 3);padding:12px}}.section-logotypes-slider .images-list .image{max-width:158px;width:100%;max-height:150px;display:block}.section-logotypes-slider .slider-type-1{position:relative}.section-logotypes-slider .slider-type-1 .slide{display:flex;transition:.3s;padding:0 48px 0 0;align-items:center;justify-content:center}@media (max-width: 450px){.section-logotypes-slider .slider-type-1 .slide{padding:0 30px 0 0}}.section-logotypes-slider .slider-type-1 .slide .image{max-width:158px;width:100%;max-height:150px;display:block}.section-logotypes-slider .swiper-navigation{display:flex;z-index:2}@media (max-width: 1024px){.section-logotypes-slider .swiper-navigation{display:none}}.section-logotypes-slider .swiper-navigation .swiper-button-prev{outline:none;border:none;-webkit-tap-highlight-color:transparent;width:56px;height:56px;position:relative;margin-top:0;left:0;right:0;transition:.4s;margin-right:24px}.section-logotypes-slider .swiper-navigation .swiper-button-prev:after{display:none}.section-logotypes-slider .swiper-navigation .swiper-button-prev svg *{transition:.3s}.section-logotypes-slider .swiper-navigation .swiper-button-prev.swiper-button-disabled{opacity:0.38}.section-logotypes-slider .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled){opacity:1}.section-logotypes-slider .swiper-navigation .swiper-button-next{-webkit-tap-highlight-color:transparent;outline:none;border:none;width:56px;height:56px;position:relative;margin-top:0;left:0;right:0;transition:.4s}.section-logotypes-slider .swiper-navigation .swiper-button-next:after{display:none}.section-logotypes-slider .swiper-navigation .swiper-button-next.swiper-button-disabled{opacity:0.3}.section-logotypes-slider .swiper-navigation .swiper-button-next svg *{transition:.3s}.section-logotypes-slider .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled){opacity:1}.section-logotypes-slider .nav-wrap{display:none;align-items:center;justify-content:center;margin-top:12px;width:100%}@media (max-width: 1024px){.section-logotypes-slider .nav-wrap{display:flex}}.section-logotypes-slider .nav-wrap .wrap-swiper-pagination{position:relative;margin-left:-4px;height:auto}.section-logotypes-slider .nav-wrap .wrap-swiper-pagination .swiper-pagination{width:auto;left:0;top:0;bottom:0;position:relative}.section-logotypes-slider .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet{transition:.3s;background:#D4D9E2;opacity:1;width:8px;height:8px}.section-logotypes-slider .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active{background:#FF3939}.section-active-projects{padding:72px 20px 24px}@media (max-width: 1023px){.section-active-projects{padding:48px 20px 24px}}@media (max-width: 767px){.section-active-projects{padding:24px 16px}}.section-active-projects .wrap-title-and-nav{display:flex;align-items:flex-end;justify-content:space-between;z-index:3;position:relative;margin-bottom:48px}@media (max-width: 767px){.section-active-projects .wrap-title-and-nav{margin-bottom:32px}}.section-active-projects .wrap-title-and-nav h5{font-family:"Golos Text",serif;font-weight:400;font-size:20px;line-height:30px;color:#091D4F;margin-bottom:12px}.section-active-projects .wrap-nav-and-button{display:flex;align-items:center}.section-active-projects .wrap-nav-and-button .btn-main.type-2-with-arrow{margin-left:24px}@media (max-width: 767px){.section-active-projects .wrap-nav-and-button .btn-main.type-2-with-arrow{display:none}}.section-active-projects .slider-wrap{width:100%}.section-active-projects .slider-type-2{position:relative}.section-active-projects .slider-type-2 .slide{transition:.3s;margin:0 24px 0 0;width:496px;border-radius:32px;overflow:hidden}@media (max-width: 1024px){.section-active-projects .slider-type-2 .slide{width:412px}}@media screen and (max-width: 1439px){.section-active-projects .slider-type-2 .slide{border-radius:28px}}@media screen and (max-width: 767px){.section-active-projects .slider-type-2 .slide{width:328px;border-radius:24px}}@media (max-width: 375px){.section-active-projects .slider-type-2 .slide{width:100%;margin:0}}.section-active-projects .slider-type-2 .slide:last-child{margin:0}.section-active-projects .slider-type-2 .slide .wrap-img{overflow:hidden;display:block;position:relative}.section-active-projects .slider-type-2 .slide .wrap-img .wrap-info{position:absolute;left:24px;bottom:12px;display:flex;align-items:center}.section-active-projects .slider-type-2 .slide .wrap-img .category{font-size:12px;color:#fff;font-family:"Golos Text",serif;font-weight:400;padding:6px 12px;border-radius:8px;background:#1B6EBC}.section-active-projects .slider-type-2 .slide .wrap-img .wrap-ambasadors{display:flex;margin-left:8px}.section-active-projects .slider-type-2 .slide .wrap-img .wrap-ambasadors img{width:32px;height:32px;object-fit:cover;object-position:top;border-radius:50%}.section-active-projects .slider-type-2 .slide .wrap-img .wrap-ambasadors img:not(:first-child){left:-10px;position:relative}.section-active-projects .slider-type-2 .slide .image{width:100%;height:278px;display:block;object-fit:cover;transition:1s}.section-active-projects .slider-type-2 .slide .wrap-content{padding:24px;background-color:#fff}@media screen and (max-width: 767px){.section-active-projects .slider-type-2 .slide .wrap-content{padding:16px}}.section-active-projects .slider-type-2 .slide .wrap-content .post-title{display:block;margin-bottom:12px;transition:.5s;color:#091D4F;position:relative}@media screen and (max-width: 767px){.section-active-projects .slider-type-2 .slide .wrap-content .post-title{margin-bottom:28px}}.section-active-projects .slider-type-2 .slide .wrap-content .post-title h5{transition:.5s}.section-active-projects .slider-type-2 .slide .wrap-content .post-title:hover h5{color:#FF3939}.section-active-projects .slider-type-2 .slide .wrap-content .btn-main{margin-top:12px}.section-active-projects .slider-type-2 .slide .wrap-outer-progress{margin-right:44px}.section-active-projects .slider-type-2 .slide .wrap-progress-bar{position:relative;width:100%;height:12px;background-color:#F0F3FA;border-radius:10px;margin-bottom:18px}.section-active-projects .slider-type-2 .slide .wrap-progress-bar .progress-line{height:100%;width:0;background-color:#091D4F;border-radius:10px;transition:width 0.3s ease}.section-active-projects .slider-type-2 .slide .wrap-progress-bar .progress-number{position:absolute;top:50%;right:-44px;transform:translate(0, -50%);color:#333741;font-size:16px;font-family:"Golos Text",serif;font-weight:400;line-height:1.5}.section-active-projects .slider-type-2 .slide .wrap-collections{display:flex;margin:0 -6px}.section-active-projects .slider-type-2 .slide .wrap-collections>div{width:50%;padding:0 6px}.section-active-projects .slider-type-2 .slide .wrap-collections>div>span{color:rgba(0,0,0,0.87);font-size:14px;font-family:"Golos Text",serif;font-weight:400;line-height:1.3}.section-active-projects .slider-type-2 .slide .wrap-collections>div h5{color:#091D4F}.section-active-projects .slider-type-2 .slide:hover .image{transform:scale(1.1)}.section-active-projects .wrap-navigations{position:relative;padding:0 80px}@media (max-width: 1024px){.section-active-projects .swiper-navigation{display:none}}.section-active-projects .swiper-navigation .swiper-button-prev{outline:none;border:none;-webkit-tap-highlight-color:transparent;width:56px;height:56px;position:absolute;margin-top:0;left:0;top:50%;transform:translateY(-50%);transition:.4s}.section-active-projects .swiper-navigation .swiper-button-prev:after{display:none}.section-active-projects .swiper-navigation .swiper-button-prev svg *{transition:.3s}.section-active-projects .swiper-navigation .swiper-button-prev.swiper-button-disabled{opacity:0.38}.section-active-projects .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled){opacity:1}.section-active-projects .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-active-projects .swiper-navigation .swiper-button-next{-webkit-tap-highlight-color:transparent;outline:none;border:none;width:56px;height:56px;position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:0;transition:.4s}.section-active-projects .swiper-navigation .swiper-button-next:after{display:none}.section-active-projects .swiper-navigation .swiper-button-next.swiper-button-disabled{opacity:0.3}.section-active-projects .swiper-navigation .swiper-button-next svg *{transition:.3s}.section-active-projects .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled){opacity:1}.section-active-projects .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-active-projects .nav-wrap{align-items:center;justify-content:center;width:100%}@media (max-width: 1024px){.section-active-projects .nav-wrap{margin-top:24px}}.section-active-projects .nav-wrap.mobile-hidden{display:flex}@media (max-width: 1024px){.section-active-projects .nav-wrap.mobile-hidden{display:none}}.section-active-projects .nav-wrap.mobile-visible{display:none}@media (max-width: 1024px){.section-active-projects .nav-wrap.mobile-visible{display:flex}}.section-active-projects .nav-wrap .wrap-swiper-pagination{position:relative;height:auto}.section-active-projects .nav-wrap .wrap-swiper-pagination .swiper-pagination,.section-active-projects .nav-wrap .wrap-swiper-pagination .swiper-pagination-1{width:auto;left:0;top:0;bottom:0;position:relative}.section-active-projects .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet,.section-active-projects .nav-wrap .wrap-swiper-pagination .swiper-pagination-1 .swiper-pagination-bullet{transition:.3s;background:#D4D9E2;opacity:1;width:8px;height:8px}.section-active-projects .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active,.section-active-projects .nav-wrap .wrap-swiper-pagination .swiper-pagination-1 .swiper-pagination-bullet-active{background:#FF3939}.section-active-projects .wrap-btn{display:flex;justify-content:center}.section-active-projects .type-2-with-arrow.mobile-hidden{margin-left:24px}@media (max-width: 767px){.section-active-projects .type-2-with-arrow.mobile-hidden{display:none}}.section-active-projects .type-2-with-arrow.mobile-visible{display:none}@media (max-width: 767px){.section-active-projects .type-2-with-arrow.mobile-visible{display:inline-block;margin-top:40px}}.section-active-news{padding:72px 20px 24px}@media (max-width: 1023px){.section-active-news{padding:48px 20px 24px}}@media (max-width: 767px){.section-active-news{padding:24px 16px}}.section-active-news .wrap-title-and-nav{display:flex;align-items:flex-end;justify-content:space-between;z-index:3;position:relative;margin-bottom:48px}@media (max-width: 767px){.section-active-news .wrap-title-and-nav{margin-bottom:32px}}.section-active-news .wrap-title-and-nav h5{font-family:"Golos Text",serif;font-weight:400;font-size:20px;line-height:30px;color:#091D4F;margin-bottom:12px}.section-active-news .wrap-nav-and-button{display:flex;align-items:center}.section-active-news .wrap-nav-and-button .btn-main.type-2-with-arrow{margin-left:24px}@media (max-width: 767px){.section-active-news .wrap-nav-and-button .btn-main.type-2-with-arrow{display:none}}.section-active-news .slider-wrap{width:100%}.section-active-news .slider-type-3{position:relative}.section-active-news .slider-type-3 .slide{transition:.3s;margin:0 24px 0 0;width:496px;border-radius:32px;overflow:hidden}@media (max-width: 1024px){.section-active-news .slider-type-3 .slide{width:412px}}@media screen and (max-width: 1439px){.section-active-news .slider-type-3 .slide{border-radius:28px}}@media screen and (max-width: 767px){.section-active-news .slider-type-3 .slide{width:328px;border-radius:24px}}@media (max-width: 375px){.section-active-news .slider-type-3 .slide{width:100%;margin:0}}.section-active-news .slider-type-3 .slide:last-child{margin:0}.section-active-news .slider-type-3 .slide .wrap-img{overflow:hidden;display:block;position:relative}.section-active-news .slider-type-3 .slide .wrap-img .wrap-info{position:absolute;left:24px;bottom:12px;display:flex;align-items:center}.section-active-news .slider-type-3 .slide .image{width:100%;height:278px;display:block;object-fit:cover;transition:1s}.section-active-news .slider-type-3 .slide .wrap-content{padding:24px;background-color:#fff}@media screen and (max-width: 767px){.section-active-news .slider-type-3 .slide .wrap-content{padding:16px}}.section-active-news .slider-type-3 .slide .wrap-content .post-title{display:block;margin-bottom:12px;transition:.5s;color:#091D4F;position:relative}@media screen and (max-width: 767px){.section-active-news .slider-type-3 .slide .wrap-content .post-title{margin-bottom:28px}}.section-active-news .slider-type-3 .slide .wrap-content .post-title h5{transition:.5s}.section-active-news .slider-type-3 .slide .wrap-content .post-title:hover h5{color:#FF3939}.section-active-news .slider-type-3 .slide:hover .image{transform:scale(1.1)}.section-active-news .wrap-navigations{position:relative;padding:0 80px}@media (max-width: 1024px){.section-active-news .swiper-navigation{display:none}}.section-active-news .swiper-navigation .swiper-button-prev{outline:none;border:none;-webkit-tap-highlight-color:transparent;width:56px;height:56px;position:absolute;margin-top:0;left:0;top:50%;transform:translateY(-50%);transition:.4s}.section-active-news .swiper-navigation .swiper-button-prev:after{display:none}.section-active-news .swiper-navigation .swiper-button-prev svg *{transition:.3s}.section-active-news .swiper-navigation .swiper-button-prev.swiper-button-disabled{opacity:0.38}.section-active-news .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled){opacity:1}.section-active-news .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-active-news .swiper-navigation .swiper-button-next{-webkit-tap-highlight-color:transparent;outline:none;border:none;width:56px;height:56px;position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:0;transition:.4s}.section-active-news .swiper-navigation .swiper-button-next:after{display:none}.section-active-news .swiper-navigation .swiper-button-next.swiper-button-disabled{opacity:0.3}.section-active-news .swiper-navigation .swiper-button-next svg *{transition:.3s}.section-active-news .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled){opacity:1}.section-active-news .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-active-news .nav-wrap{align-items:center;justify-content:center;width:100%}@media (max-width: 1024px){.section-active-news .nav-wrap{margin-top:24px}}.section-active-news .nav-wrap.mobile-hidden{display:flex}@media (max-width: 1024px){.section-active-news .nav-wrap.mobile-hidden{display:none}}.section-active-news .nav-wrap.mobile-visible{display:none}@media (max-width: 1024px){.section-active-news .nav-wrap.mobile-visible{display:flex}}.section-active-news .nav-wrap .wrap-swiper-pagination{position:relative;height:auto}.section-active-news .nav-wrap .wrap-swiper-pagination .swiper-pagination,.section-active-news .nav-wrap .wrap-swiper-pagination .swiper-pagination-1{width:auto;left:0;top:0;bottom:0;position:relative}.section-active-news .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet,.section-active-news .nav-wrap .wrap-swiper-pagination .swiper-pagination-1 .swiper-pagination-bullet{transition:.3s;background:#D4D9E2;opacity:1;width:8px;height:8px}.section-active-news .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active,.section-active-news .nav-wrap .wrap-swiper-pagination .swiper-pagination-1 .swiper-pagination-bullet-active{background:#FF3939}.section-active-news .wrap-btn{display:flex;justify-content:center}.section-active-news .type-2-with-arrow.mobile-hidden{margin-left:24px}@media (max-width: 767px){.section-active-news .type-2-with-arrow.mobile-hidden{display:none}}.section-active-news .type-2-with-arrow.mobile-visible{display:none}@media (max-width: 767px){.section-active-news .type-2-with-arrow.mobile-visible{display:inline-block;margin-top:40px}}.section-info-blocks{padding:72px 0 24px}@media (max-width: 1024px){.section-info-blocks{padding:48px 0 24px}}@media (max-width: 767px){.section-info-blocks{padding:24px 0 24px}}.section-info-blocks h1.with-hash{margin-bottom:48px}@media (max-width: 550px){.section-info-blocks h1.with-hash{margin-bottom:40px}}.section-info-blocks .wrap-columns{display:flex;margin:0 -12px}@media (max-width: 1024px){.section-info-blocks .wrap-columns{flex-wrap:wrap;margin:0}}.section-info-blocks .column{width:50%;padding:0 12px}@media (max-width: 1024px){.section-info-blocks .column{width:100%;padding:12px 0}}@media (max-width: 767px){.section-info-blocks .column{padding:0}}@media (max-width: 1024px){.section-info-blocks .column:first-child{display:flex}.section-info-blocks .column:first-child .description{width:50%;height:auto;margin:0 12px 0 0}.section-info-blocks .column:first-child .image{width:50%;height:auto;margin:0 0 0 12px}}@media (max-width: 767px){.section-info-blocks .column:first-child{flex-wrap:wrap;margin-bottom:16px}.section-info-blocks .column:first-child .description{width:100%;margin:0 0 16px 0}.section-info-blocks .column:first-child .image{width:100%;height:169px;margin:0}}.section-info-blocks .description{padding:48px;background:#fff;margin-bottom:24px;border-radius:32px;font-size:20px;font-weight:400;line-height:150%;height:208px}@media (max-width: 1919px) and (min-width: 401px){.section-info-blocks .description{font-size:calc(4 * ((100vw - 400px) / 1519) + 16px)}}@media (max-width: 400px){.section-info-blocks .description{font-size: 16px}}@media screen and (max-width: 1439px){.section-info-blocks .description{border-radius:28px}}@media (max-width: 767px){.section-info-blocks .description{padding:24px;height:auto;border-radius:24px}}.section-info-blocks .image{height:384px;border-radius:32px}@media screen and (max-width: 1439px){.section-info-blocks .image{border-radius:28px}}@media (max-width: 767px){.section-info-blocks .image{border-radius:24px}}.section-info-blocks .info{background:#091D4F;padding:48px;border-radius:32px;position:relative;margin-bottom:24px;overflow:hidden;height:208px}@media screen and (max-width: 1439px){.section-info-blocks .info{border-radius:28px}}@media (max-width: 767px){.section-info-blocks .info{margin-bottom:16px;border-radius:24px}}.section-info-blocks .info svg{position:absolute;right:0;top:0}.section-info-blocks .info h5{color:white;margin-bottom:8px;z-index:2;position:relative}.section-info-blocks .info .sum{color:white;z-index:2;position:relative}.section-info-blocks .documents-wrap{background-color:#fff;padding:10px 24px 10px 48px;border-radius:32px}@media screen and (max-width: 1439px){.section-info-blocks .documents-wrap{border-radius:28px}}@media (max-width: 767px){.section-info-blocks .documents-wrap{border-radius:24px}}.section-info-blocks .documents-wrap li{padding:8px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #DDE3F4}@media (max-width: 1024px){.section-info-blocks .documents-wrap li{padding:12px 0}}.section-info-blocks .documents-wrap li:last-child{border-bottom:none}.section-info-blocks .documents-wrap h5{color:#091D4F}.section-about-us{padding:144px 192px 24px 192px;max-width:1920px;margin:0 auto}@media screen and (max-width: 1919px){.section-about-us{padding:144px 20px 24px 20px}}@media screen and (max-width: 1439px){.section-about-us{padding:96px 24px 24px 24px}}@media screen and (max-width: 767px){.section-about-us{padding:48px 16px 16px}}.section-about-us .wrap-columns{display:flex;justify-content:space-between;gap:24px;padding:0}@media screen and (max-width: 767px){.section-about-us .wrap-columns{flex-direction:column}}.section-about-us .left-column{width:33%;padding:156px 48px 48px 48px;border-radius:32px;background:#091D4F;color:#fff;position:relative;overflow:hidden}@media screen and (max-width: 1439px){.section-about-us .left-column{width:49%;padding:96px 32px 32px 32px;border-radius:var(--Radius, 28px)}}@media screen and (max-width: 767px){.section-about-us .left-column{width:100%;padding:48px 24px 24px 24px;border-radius:var(--Radius, 24px)}}.section-about-us .left-column:before{content:'';background:url(3cfdac4da9d8410a9990.svg) no-repeat;width:298.1px;height:189.6px;position:absolute;right:-22%;top:-5%;z-index:1}@media screen and (max-width: 1919px){.section-about-us .left-column:before{right:-34%;top:-6%}}@media screen and (max-width: 1439px){.section-about-us .left-column:before{right:-25%;top:-7%;width:263.1px;height:167.339px}}@media screen and (max-width: 1023px){.section-about-us .left-column:before{right:-38%;top:-10%}}@media screen and (max-width: 767px){.section-about-us .left-column:before{width:192px;height:122.117px;right:-26%;top:-5%}}.section-about-us .left-column .wrap-text{position:relative;z-index:1}.section-about-us .left-column .title{color:#fff;margin-bottom:24px}@media screen and (max-width: 1439px){.section-about-us .left-column .title{margin-bottom:12px}}.section-about-us .left-column .text-1{margin-bottom:48px}@media screen and (max-width: 1439px){.section-about-us .left-column .text-1{margin-bottom:32px}}@media screen and (max-width: 767px){.section-about-us .left-column .text-1{margin-bottom:24px}}.section-about-us .right-column{width:67%;position:relative}@media screen and (max-width: 1439px){.section-about-us .right-column{width:49%}}@media screen and (max-width: 767px){.section-about-us .right-column{width:100%}}.section-about-us .right-column img{width:100%;object-fit:cover;height:100%;display:block;border-radius:var(--Radius, 32px)}@media screen and (max-width: 1439px){.section-about-us .right-column img{border-radius:var(--Radius, 28px)}}@media screen and (max-width: 767px){.section-about-us .right-column img{border-radius:var(--Radius, 24px);height:184px}}.section-news{padding:72px 192px 24px 192px;max-width:1920px;margin:0 auto}@media screen and (max-width: 1919px){.section-news{padding:72px 20px 24px 20px}}@media screen and (max-width: 1439px){.section-news{padding:48px 24px 24px 24px}}@media screen and (max-width: 767px){.section-news{padding:24px 16px 16px}}.section-news .container{padding:0;max-width:1536px}.section-news .wrap-head{display:flex;justify-content:space-between;align-items:flex-end;padding-bottom:48px}@media screen and (max-width: 767px){.section-news .wrap-head{padding-bottom:32px}}.section-news .wrap-head .title{color:#091D4F;line-height:100%;padding-left:56px;max-width:400px}@media screen and (max-width: 1439px){.section-news .wrap-head .title{padding-left:46px}}@media screen and (max-width: 767px){.section-news .wrap-head .title{padding-left:33px;max-width:300px}}.section-news .wrap-head .title:before{content:"#";position:absolute;color:#FF3939;left:0}.section-news .wrap-posts{display:flex;gap:24px}@media screen and (max-width: 1439px){.section-news .wrap-posts{flex-direction:column}}@media screen and (max-width: 767px){.section-news .wrap-posts{gap:16px}}.section-news .wrap-posts .first-post{width:50%}@media screen and (max-width: 1439px){.section-news .wrap-posts .first-post{width:100%}}.section-news .wrap-posts .first-post .first-post-item{position:relative;color:#fff;display:block}.section-news .wrap-posts .first-post .first-post-item:hover .image-container img{transform:scale(1.1)}.section-news .wrap-posts .first-post .image-container{width:100%;height:434px;border-radius:32px;overflow:hidden;position:relative}@media screen and (max-width: 1439px){.section-news .wrap-posts .first-post .image-container{border-radius:28px;min-height:548px}}@media screen and (max-width: 767px){.section-news .wrap-posts .first-post .image-container{border-radius:24px;width:100%;min-height:468px}}.section-news .wrap-posts .first-post .image-container:before{content:'';border-radius:32px;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%);opacity:1;width:100%;height:100%;position:absolute;transition:.3s;z-index:1}@media screen and (max-width: 1439px){.section-news .wrap-posts .first-post .image-container:before{border-radius:28px}}@media screen and (max-width: 767px){.section-news .wrap-posts .first-post .image-container:before{border-radius:24px}}.section-news .wrap-posts .first-post .image-container img{width:100%;height:100%;transition:transform 1s;border-radius:32px;object-fit:cover}@media screen and (max-width: 1439px){.section-news .wrap-posts .first-post .image-container img{border-radius:28px}}@media screen and (max-width: 767px){.section-news .wrap-posts .first-post .image-container img{border-radius:24px}}.section-news .wrap-posts .first-post .wrap-all-text-post{position:absolute;bottom:0;padding:48px;z-index:1}@media screen and (max-width: 1439px){.section-news .wrap-posts .first-post .wrap-all-text-post{padding:32px}}@media screen and (max-width: 767px){.section-news .wrap-posts .first-post .wrap-all-text-post{padding:24px}}.section-news .wrap-posts .first-post .title-post{color:#fff;padding-bottom:12px;transition:all .3s}.section-news .wrap-posts .right-posts{width:50%;display:flex;flex-direction:column;gap:24px}@media screen and (max-width: 1439px){.section-news .wrap-posts .right-posts{width:100%}}@media screen and (max-width: 767px){.section-news .wrap-posts .right-posts{gap:16px}}.section-news .wrap-posts .right-posts .other-post .other-post-item{display:flex;align-items:center;gap:24px}@media screen and (max-width: 767px){.section-news .wrap-posts .right-posts .other-post .other-post-item{flex-direction:column;gap:16px}}.section-news .wrap-posts .right-posts .other-post .other-post-item:hover .title-post{color:#FF3939}.section-news .wrap-posts .right-posts .other-post .other-post-item:hover .image-container img{transform:scale(1.1)}.section-news .wrap-posts .right-posts .other-post .title-post{color:#091D4F;padding-bottom:12px;transition:all .3s}.section-news .wrap-posts .right-posts .other-post .image-container{width:50%;height:206px;border-radius:32px;overflow:hidden}@media screen and (max-width: 1439px){.section-news .wrap-posts .right-posts .other-post .image-container{border-radius:28px;height:205px}}@media screen and (max-width: 767px){.section-news .wrap-posts .right-posts .other-post .image-container{border-radius:24px;width:100%;height:184px}}.section-news .wrap-posts .right-posts .other-post .image-container img{height:206px;transition:transform 1s;border-radius:32px;object-fit:cover;width:100%}@media screen and (max-width: 1439px){.section-news .wrap-posts .right-posts .other-post .image-container img{border-radius:28px;height:205px}}@media screen and (max-width: 767px){.section-news .wrap-posts .right-posts .other-post .image-container img{border-radius:24px;height:184px}}.section-news .wrap-posts .right-posts .other-post .wrap-all-text-post{width:50%}@media screen and (max-width: 767px){.section-news .wrap-posts .right-posts .other-post .wrap-all-text-post{width:100%}}@media screen and (max-width: 767px){.section-news .mobile-hide{display:none}}.section-news .desk-hide{display:none}@media screen and (max-width: 767px){.section-news .desk-hide{display:inline-block}}.section-news .wrap-mobile-btn{text-align:center;margin-top:32px;margin-bottom:16px;display:none}@media screen and (max-width: 767px){.section-news .wrap-mobile-btn{display:block}}.section-ambassadors{padding:72px 20px 24px}@media (max-width: 1439px){.section-ambassadors{padding:48px 24px 24px}}@media (max-width: 767px){.section-ambassadors{padding:24px 16px}}.section-ambassadors .wrap-title-and-nav{display:flex;align-items:flex-end;justify-content:space-between;z-index:3;position:relative;margin-bottom:48px}@media (max-width: 550px){.section-ambassadors .wrap-title-and-nav{margin-bottom:32px}}.section-ambassadors .wrap-title-and-nav .title{color:#091D4F;line-height:100%;padding-left:56px;max-width:500px}@media screen and (max-width: 1439px){.section-ambassadors .wrap-title-and-nav .title{padding-left:46px}}@media screen and (max-width: 1023px){.section-ambassadors .wrap-title-and-nav .title{max-width:400px}}@media screen and (max-width: 767px){.section-ambassadors .wrap-title-and-nav .title{padding-left:33px}}.section-ambassadors .wrap-title-and-nav .title:before{content:"#";position:absolute;color:#FF3939;left:0}.section-ambassadors .wrap-nav-and-button{display:flex;align-items:center}@media screen and (max-width: 1023px){.section-ambassadors .wrap-nav-and-button{display:block}}.section-ambassadors .wrap-nav-and-button .btn-main{margin-left:24px}.section-ambassadors .slider-wrap{width:100%}.section-ambassadors .slider-type-3{position:relative}.section-ambassadors .slider-type-3 .slide{width:496px}@media (max-width: 1024px){.section-ambassadors .slider-type-3 .slide{width:412px}}@media screen and (max-width: 550px){.section-ambassadors .slider-type-3 .slide{width:328px}}.section-ambassadors .slider-type-3 .slide:hover .image-container img{transform:scale(1.1)}.section-ambassadors .slider-type-3 .slide:hover .title-ambassadors{color:#FF3939}.section-ambassadors .slider-type-3 .slide:last-child{margin:0}.section-ambassadors .slider-type-3 .slide .wrap-content{padding:0 24px}@media screen and (max-width: 767px){.section-ambassadors .slider-type-3 .slide .wrap-content{text-align:center;padding:0}}.section-ambassadors .slider-type-3 .slide .image-container{overflow:hidden;border-radius:var(--Radius, 32px);transition:all 1s}@media screen and (max-width: 1439px){.section-ambassadors .slider-type-3 .slide .image-container{border-radius:28px}}@media screen and (max-width: 767px){.section-ambassadors .slider-type-3 .slide .image-container{border-radius:24px}}.section-ambassadors .slider-type-3 .slide .image-container img{width:100%;height:598px;object-fit:cover;display:block;transition:transform 1s}@media screen and (max-width: 1439px){.section-ambassadors .slider-type-3 .slide .image-container img{height:496px}}@media screen and (max-width: 767px){.section-ambassadors .slider-type-3 .slide .image-container img{height:395px}}.section-ambassadors .slider-type-3 .slide .title-ambassadors{color:#091D4F;transition:all 1s;margin-top:24px}@media screen and (max-width: 767px){.section-ambassadors .slider-type-3 .slide .title-ambassadors{margin-top:16px}}.section-ambassadors .slider-type-3 .slide .description-ambassadors{color:#333741}.section-ambassadors .wrap-navigations{position:relative;padding:0 80px}@media (max-width: 1024px){.section-ambassadors .swiper-navigation{display:none}}.section-ambassadors .swiper-navigation .swiper-button-prev{outline:none;border:none;-webkit-tap-highlight-color:transparent;width:56px;height:56px;position:absolute;margin-top:0;left:0;top:50%;transform:translateY(-50%);transition:.4s}.section-ambassadors .swiper-navigation .swiper-button-prev:after{display:none}.section-ambassadors .swiper-navigation .swiper-button-prev svg *{transition:.3s}.section-ambassadors .swiper-navigation .swiper-button-prev.swiper-button-disabled{opacity:0.38}.section-ambassadors .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled){opacity:1}.section-ambassadors .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-ambassadors .swiper-navigation .swiper-button-next{-webkit-tap-highlight-color:transparent;outline:none;border:none;width:56px;height:56px;position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:0;transition:.4s}.section-ambassadors .swiper-navigation .swiper-button-next:after{display:none}.section-ambassadors .swiper-navigation .swiper-button-next.swiper-button-disabled{opacity:0.3}.section-ambassadors .swiper-navigation .swiper-button-next svg *{transition:.3s}.section-ambassadors .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled){opacity:1}.section-ambassadors .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-ambassadors .nav-wrap{align-items:center;justify-content:center;width:100%}@media (max-width: 1024px){.section-ambassadors .nav-wrap{margin-top:24px}}@media screen and (max-width: 767px){.section-ambassadors .nav-wrap{margin-top:8px}}.section-ambassadors .nav-wrap.mobile-hidden{display:flex}@media (max-width: 1024px){.section-ambassadors .nav-wrap.mobile-hidden{display:none}}.section-ambassadors .nav-wrap.mobile-visible{display:none}@media (max-width: 1024px){.section-ambassadors .nav-wrap.mobile-visible{display:flex}}.section-ambassadors .nav-wrap .wrap-swiper-pagination{position:relative;height:auto}.section-ambassadors .nav-wrap .wrap-swiper-pagination .swiper-pagination,.section-ambassadors .nav-wrap .wrap-swiper-pagination .swiper-pagination-1{width:auto;left:0;top:0;bottom:0;position:relative}.section-ambassadors .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet,.section-ambassadors .nav-wrap .wrap-swiper-pagination .swiper-pagination-1 .swiper-pagination-bullet{transition:.3s;background:#D4D9E2;opacity:1;width:8px;height:8px}.section-ambassadors .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active,.section-ambassadors .nav-wrap .wrap-swiper-pagination .swiper-pagination-1 .swiper-pagination-bullet-active{background:#FF3939}.section-ambassadors .wrap-btn{display:flex;justify-content:center}@media screen and (max-width: 767px){.section-ambassadors .wrap-btn{margin-top:32px}}@media screen and (max-width: 767px){.section-ambassadors .mobile-hide{display:none}}.section-ambassadors .desk-hide{display:none}@media screen and (max-width: 767px){.section-ambassadors .desk-hide{display:inline-block}}.section-content{padding:32px 0}@media (max-width: 1024px){.section-content{padding:24px 0}}@media (max-width: 767px){.section-content{padding:16px 0}}.section-content .container{max-width:1016px}.section-content .btn-main{margin-top:32px}@media (max-width: 1024px){.section-content .btn-main{margin-top:24px}}@media (max-width: 767px){.section-content .btn-main{margin-top:16px}}.section-content .disabled{display:none}.section-content.сollection-collected .disabled{display:inline-block}.section-content.сollection-collected .popup-btn{display:none}.section-image-video{padding:32px 0}@media (max-width: 767px){.section-image-video{padding:24px 0}}.section-image-video .container{max-width:1016px}.section-image-video .image-video-wrap{border-radius:32px;overflow:hidden}@media (max-width: 1024px){.section-image-video .image-video-wrap{border-radius:28px}}@media (max-width: 767px){.section-image-video .image-video-wrap{border-radius:24px}}.section-image-video .image-video-wrap p,.section-image-video .image-video-wrap .mejs-mediaelement,.section-image-video .image-video-wrap .wp-video{position:relative;width:100% !important;padding-bottom:56.25%;height:0}.section-image-video .image-video-wrap iframe,.section-image-video .image-video-wrap video,.section-image-video .image-video-wrap img{position:absolute;top:0;left:0;width:100%;height:100%}.section-image-video .image-video-wrap img{object-fit:cover}.section-projects-overview .tax-name-container{display:flex;gap:8px;padding:12px 0 24px;overflow-x:auto;white-space:nowrap}@media (max-width: 767px){.section-projects-overview .tax-name-container{padding:12px 16px 24px;margin:0 -16px}}.section-projects-overview .tax-name-container::-webkit-scrollbar{display:none}.section-projects-overview .tax-name-container .tax-name{border-radius:68px;background:#fff;padding:12px 24px;cursor:pointer;transition:.5s;flex:0 0 auto;display:inline-block}.section-projects-overview .tax-name-container .tax-name.active{color:#fff;background:#091D4F}.section-projects-overview .tax-name-container .tax-name:not(.active):hover{background-color:#DDE3F4}.section-projects-overview .project-item{display:flex;border-radius:32px;background:#fff;margin-bottom:24px}@media screen and (max-width: 1439px){.section-projects-overview .project-item{border-radius:28px}}@media (max-width: 767px){.section-projects-overview .project-item{border-radius:24px;flex-direction:column;position:relative}}.section-projects-overview .project-item.сollection-collected .wrap-outer-progress{display:none}.section-projects-overview .project-item.сollection-collected .btn-main{background:var(--Primary-Disabled, #D4D9E2);cursor:not-allowed;display:inline-block;pointer-events:none;text-decoration:none;color:var(--Text-Body, #333741)}.section-projects-overview .project-item.сollection-collected .wrap-info .category .сollected-tag{display:flex}.section-projects-overview .project-item:last-child{margin-bottom:0}.section-projects-overview .project-item .wrap{width:60%;display:flex}@media screen and (max-width: 1439px){.section-projects-overview .project-item .wrap{flex-direction:column;width:51%}}@media (max-width: 767px){.section-projects-overview .project-item .wrap{width:100%}}.section-projects-overview .project-item .wrap-img{width:40%;height:343px;border-radius:32px 0 0 32px;object-fit:cover;overflow:hidden}@media screen and (max-width: 1439px){.section-projects-overview .project-item .wrap-img{width:49%;height:auto;border-radius:28px 0 0 28px}}@media (max-width: 767px){.section-projects-overview .project-item .wrap-img{width:100%;height:182px;border-radius:24px 24px 0 0}}.section-projects-overview .project-item .wrap-img:hover img{transform:scale(1.1)}.section-projects-overview .project-item .wrap-img img{width:100%;height:100%;border-radius:32px 0 0 32px;object-fit:cover;transition:transform 1s}@media (max-width: 1439px){.section-projects-overview .project-item .wrap-img img{border-radius:28px 0 0 28px}}@media (max-width: 767px){.section-projects-overview .project-item .wrap-img img{border-radius:24px 24px 0 0}}.section-projects-overview .project-item .wrap-info{padding:32px;width:71%}@media screen and (max-width: 1439px){.section-projects-overview .project-item .wrap-info{width:100%;padding:24px}}@media (max-width: 767px){.section-projects-overview .project-item .wrap-info{padding:16px}}.section-projects-overview .project-item .wrap-info:hover .title-project{color:#FF3939}.section-projects-overview .project-item .wrap-info .wrap-top-info{display:flex;justify-content:space-between;margin-bottom:8px}@media (max-width: 767px){.section-projects-overview .project-item .wrap-info .wrap-top-info{position:absolute;top:138px}}.section-projects-overview .project-item .wrap-info .post-description{font-size:16px;line-height:24px}@media (max-width: 1024px){.section-projects-overview .project-item .wrap-info .post-description{font-size:15px;line-height:22.5px}}.section-projects-overview .project-item .wrap-info .category{font-size:14px;color:#fff;font-family:"Golos Text",serif;font-weight:400;line-height:20px;display:flex;align-items:center;gap:8px}@media screen and (max-width: 1023px){.section-projects-overview .project-item .wrap-info .category{flex-wrap:wrap}}.section-projects-overview .project-item .wrap-info .category span{padding:6px 12px;border-radius:8px;background:#1B6EBC}.section-projects-overview .project-item .wrap-info .category .сollected-tag{padding:6px 12px 6px 5px;border-radius:8px;background:#ECF7F6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);color:var(--Additional-Success, #43AAA3);display:flex;align-items:center;gap:6px;display:none}.section-projects-overview .project-item .wrap-info .wrap-ambasadors{display:flex;margin-left:8px}.section-projects-overview .project-item .wrap-info .wrap-ambasadors img{width:40px;height:40px;object-fit:cover;object-position:top;border-radius:50%;border:1.667px solid #fff}@media (max-width: 767px){.section-projects-overview .project-item .wrap-info .wrap-ambasadors img{width:32px;height:32px;border:none}}.section-projects-overview .project-item .wrap-info .wrap-ambasadors img:not(:first-child){left:-12px;position:relative}@media (max-width: 767px){.section-projects-overview .project-item .wrap-info .wrap-ambasadors img:not(:first-child){left:-10px}}.section-projects-overview .project-item .wrap-info .title-project{color:#091D4F;margin-bottom:8px;transition:color .3s}@media (max-width: 767px){.section-projects-overview .project-item .wrap-info .post-description{display:none}}.section-projects-overview .project-item .wrap-right-info{padding:32px;width:29%;display:flex;flex-direction:column;justify-content:center;border-left:1px solid #DDE3F4}@media screen and (max-width: 1439px){.section-projects-overview .project-item .wrap-right-info{width:100%;padding:24px;border-top:1px solid #DDE3F4;border-left:0}}@media (max-width: 767px){.section-projects-overview .project-item .wrap-right-info{padding:12px 16px 16px 16px}}.section-projects-overview .project-item .wrap-right-info .wrap-outer-progress{margin-right:44px}.section-projects-overview .project-item .wrap-right-info .wrap-progress-bar{position:relative;width:100%;height:12px;background-color:#F0F3FA;border-radius:10px;margin-bottom:18px}.section-projects-overview .project-item .wrap-right-info .wrap-progress-bar .progress-line{height:100%;width:0;background-color:#091D4F;border-radius:10px;transition:width 0.3s ease}.section-projects-overview .project-item .wrap-right-info .wrap-progress-bar .progress-number{position:absolute;top:50%;right:-44px;transform:translate(0, -50%);color:#333741;font-size:16px;font-family:"Golos Text",serif;font-weight:400;line-height:1.5}@media screen and (max-width: 1439px){.section-projects-overview .project-item .wrap-right-info .wrap-collections{display:flex}}.section-projects-overview .project-item .wrap-right-info .wrap-collections>div>span{font-size:14px;font-family:"Golos Text",serif;font-weight:400;color:#333741;line-height:20px}.section-projects-overview .project-item .wrap-right-info .wrap-collections>div h5{color:#091D4F}.section-projects-overview .project-item .wrap-right-info .wrap-collections .collect,.section-projects-overview .project-item .wrap-right-info .wrap-collections .target{margin-bottom:12px}@media screen and (max-width: 1439px){.section-projects-overview .project-item .wrap-right-info .wrap-collections .collect,.section-projects-overview .project-item .wrap-right-info .wrap-collections .target{width:50%}}.section-projects-overview .project-item .wrap-right-info .btn-main{padding:12px 24px;font-size:14px;font-style:normal;font-weight:400;line-height:24px;width:max-content}.section-gallery{padding:20px 0}@media (max-width: 767px){.section-gallery{padding:12px 0}}.section-gallery .wrap-images{display:flex;flex-wrap:wrap;margin:0 -12px}@media (max-width: 767px){.section-gallery .wrap-images{margin:0}}.section-gallery .wrap-images a{width:calc(33.3% - 24px);margin:12px;display:block;border-radius:32px;overflow:hidden}@media (max-width: 1024px){.section-gallery .wrap-images a{border-radius:28px}}@media (max-width: 767px){.section-gallery .wrap-images a{border-radius:24px;width:100%;margin:12px 0}}.section-gallery .wrap-images a .rect-outer{padding-top:100%}.section-joint-collection{margin:32px auto}@media (max-width: 1024px){.section-joint-collection{margin:24px auto}}@media (max-width: 767px){.section-joint-collection{margin:16px auto}}.section-joint-collection .wrap-inner{background-color:white;padding:72px;border-radius:32px}@media (max-width: 1024px){.section-joint-collection .wrap-inner{border-radius:28px;padding:48px}}@media (max-width: 767px){.section-joint-collection .wrap-inner{border-radius:24px;padding:24px}}.section-joint-collection h3{margin-bottom:12px}.section-joint-collection .description{max-width:684px;margin-bottom:24px}@media (max-width: 767px){.section-joint-collection .description{margin-bottom:16px}}.section-joint-collection .wrap-ambassadors{display:flex;margin:0 -24px}@media (max-width: 767px){.section-joint-collection .wrap-ambassadors{flex-wrap:wrap;margin:0}}.section-joint-collection .ambassador-wrap{width:50%;display:flex;padding:0 24px}@media (max-width: 767px){.section-joint-collection .ambassador-wrap{width:100%;padding:0}.section-joint-collection .ambassador-wrap+.ambassador-wrap{margin-top:24px}}@media (max-width: 550px){.section-joint-collection .ambassador-wrap{flex-wrap:wrap}}.section-joint-collection .wrap-img{margin-right:24px}@media (max-width: 550px){.section-joint-collection .wrap-img{width:100%}}.section-joint-collection .wrap-img img{width:96px;height:96px;object-fit:cover;border-radius:50%;object-position:top}@media (max-width: 767px){.section-joint-collection .wrap-img img{width:80px;height:80px}}@media (max-width: 550px){.section-joint-collection .wrap-info{width:100%}}.section-joint-collection .wrap-icons{margin-top:12px;display:flex}.section-joint-collection .wrap-icons a{display:flex;width:56px;height:56px;justify-content:center;align-items:center;border-radius:50%;background:#F0F3FA}@media screen and (max-width: 1439px){.section-joint-collection .wrap-icons a{width:48px;height:48px}}.section-joint-collection .wrap-icons a:hover{background:#DDE3F4}.section-joint-collection .wrap-icons a+a{margin-left:12px}.section-reports-on-the-use-of-funds{overflow:visible;margin:48px auto}@media (max-width: 767px){.section-reports-on-the-use-of-funds{margin:32px auto}}.section-reports-on-the-use-of-funds .wrap-inner{background-color:#091D4F;display:flex;padding:72px;border-radius:32px;justify-content:space-between;align-items:center}@media (max-width: 1200px){.section-reports-on-the-use-of-funds .wrap-inner{flex-wrap:wrap}}@media (max-width: 1024px){.section-reports-on-the-use-of-funds .wrap-inner{border-radius:28px;padding:48px}}@media (max-width: 767px){.section-reports-on-the-use-of-funds .wrap-inner{border-radius:24px;padding:24px}}.section-reports-on-the-use-of-funds .wrap-inner .left-side{width:772px;padding-right:40px}@media (max-width: 1200px){.section-reports-on-the-use-of-funds .wrap-inner .left-side{width:100%;padding-right:0;margin-bottom:37px}}.section-reports-on-the-use-of-funds .wrap-inner .right-side{width:496px}@media (max-width: 1200px){.section-reports-on-the-use-of-funds .wrap-inner .right-side{width:100%}}.section-reports-on-the-use-of-funds.сollection-collected .wrap-collections div{margin-bottom:12px}.section-reports-on-the-use-of-funds.сollection-collected .wrap-collections div>span{color:white;font-size:14px;font-family:"Golos Text",serif;font-weight:400;line-height:1.3;margin-bottom:4px}.section-reports-on-the-use-of-funds.сollection-collected .documents-wrap li{padding:12px 24px 12px 0;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,0.15)}@media (max-width: 1024px){.section-reports-on-the-use-of-funds.сollection-collected .documents-wrap li{padding:12px 0}}.section-reports-on-the-use-of-funds.сollection-collected .documents-wrap li:last-child{border-bottom:none}.section-reports-on-the-use-of-funds.сollection-collected .documents-wrap h5{color:white}@media (max-width: 1200px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-info{display:flex;justify-content:space-between}}@media (max-width: 767px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-info{flex-wrap:wrap}}@media (max-width: 1200px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-info .wrap-top{max-width:464px;width:100%;margin-right:30px}}@media (max-width: 877px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-info .wrap-top{max-width:353px}}@media (max-width: 767px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-info .wrap-top{margin-right:0;max-width:464px;margin-bottom:16px}}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-outer-progress{margin-right:52px;margin-bottom:39px}@media (max-width: 1200px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-outer-progress{margin-bottom:29px}}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-progress-bar{position:relative;width:100%;height:16px;background-color:rgba(255,255,255,0.15);border-radius:10px;margin-bottom:18px}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-progress-bar .progress-line{height:100%;width:0;background-color:#fff;border-radius:10px;transition:width 0.3s ease}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-progress-bar .progress-number{position:absolute;top:50%;right:-52px;transform:translate(0, -50%);color:white;font-size:20px;font-family:"Golos Text",serif;font-weight:400;line-height:1.5}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-collections{display:flex;margin:0 -6px;color:white}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-collections>div{width:50%;padding:0 6px}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-collections>div>span{font-size:14px;font-family:"Golos Text",serif;font-weight:400;line-height:1.3}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom{display:flex;justify-content:space-between;align-items:center}@media (min-width: 1201px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom{margin-top:32px}}@media (min-width: 1201px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom .btn-main{width:428px}}@media (max-width: 767px){.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom .btn-main{width:220px}}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom .sharing{position:relative;margin-left:10px;display:flex}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom .sharing div.heateor_sss_horizontal_sharing div.heateor_sss_sharing_ul a{margin:2px 5px !important}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom .sharing .sharing-btn{cursor:pointer}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom .sharing .dropdown{position:absolute;top:calc(100% + 16px);left:50%;transform:translate(-50%, -10px);background-color:white;padding:12px 16px;width:257px;border-radius:40px;opacity:0;visibility:hidden;transition:.5s}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom .sharing .dropdown svg.triangle{position:absolute;bottom:calc(100% - 1px);left:50%;transform:translateX(-50%)}.section-reports-on-the-use-of-funds.сollection-not-collected .wrap-bottom .sharing .dropdown.open{opacity:1;visibility:visible;transform:translate(-50%, 0)}.section-ambassadors-overview{padding:24px 0}@media screen and (max-width: 767px){.section-ambassadors-overview{padding:16px 0}}.section-ambassadors-overview .wrap-ambassadors{display:flex;flex-wrap:wrap;gap:48px 24px}@media (max-width: 1439px){.section-ambassadors-overview .wrap-ambassadors{gap:61px 24px}}@media screen and (max-width: 767px){.section-ambassadors-overview .wrap-ambassadors{gap:32px}}.section-ambassadors-overview .ambassador-item{width:calc(33.333% - 16px)}@media (max-width: 1200px){.section-ambassadors-overview .ambassador-item{width:calc(50% - 12px)}}@media screen and (max-width: 600px){.section-ambassadors-overview .ambassador-item{width:100%}}.section-ambassadors-overview .ambassador-item:hover .image-container img{transform:scale(1.1)}.section-ambassadors-overview .ambassador-item:hover .title-ambassadors{color:#FF3939}.section-ambassadors-overview .ambassador-item:last-child{margin:0}.section-ambassadors-overview .ambassador-item .wrap-content{padding:0 24px}@media screen and (max-width: 767px){.section-ambassadors-overview .ambassador-item .wrap-content{text-align:center;padding:0}}.section-ambassadors-overview .ambassador-item .image-container{overflow:hidden;border-radius:var(--Radius, 32px);transition:all 1s}@media screen and (max-width: 1439px){.section-ambassadors-overview .ambassador-item .image-container{border-radius:28px}}@media screen and (max-width: 767px){.section-ambassadors-overview .ambassador-item .image-container{border-radius:24px}}.section-ambassadors-overview .ambassador-item .image-container img{width:100%;height:598px;object-fit:cover;display:block;transition:transform 1s}@media screen and (max-width: 1439px){.section-ambassadors-overview .ambassador-item .image-container img{height:573px}}@media screen and (max-width: 767px){.section-ambassadors-overview .ambassador-item .image-container img{height:395px}}.section-ambassadors-overview .ambassador-item .title-ambassadors{color:#091D4F;transition:all 1s;margin-top:24px}@media screen and (max-width: 767px){.section-ambassadors-overview .ambassador-item .title-ambassadors{margin-top:16px}}.section-ambassadors-overview .ambassador-item .description-ambassadors{color:#333741}.section-sharing-panel{margin:24px auto}@media (max-width: 767px){.section-sharing-panel{margin:16px auto}}.section-sharing-panel .wrap-content{padding:60px 48px;background-color:white;border-radius:32px;display:flex;align-items:center}@media (max-width: 1024px){.section-sharing-panel .wrap-content{border-radius:28px;padding:40px 32px}}@media (max-width: 767px){.section-sharing-panel .wrap-content{border-radius:24px;padding:24px;flex-wrap:wrap}}.section-sharing-panel h5{margin:0 32px 0 0}@media (max-width: 767px){.section-sharing-panel h5{margin:0 0 32px 0}}@media (max-width: 767px){.section-sharing-panel .wrap-sharing{width:100%}}.section-sharing-panel .wrap-sharing a{display:block}.section-sharing-panel .wrap-sharing a+a{margin-left:12px !important}.section-news-overview .tax-name-container{display:flex;gap:8px;padding:12px 0 36px;overflow-x:auto;white-space:nowrap}@media screen and (max-width: 767px){.section-news-overview .tax-name-container{padding:12px 0 28px}}.section-news-overview .tax-name-container::-webkit-scrollbar{display:none}.section-news-overview .tax-name-container .tax-name{border-radius:68px;background:#fff;padding:12px 24px;cursor:pointer;transition:.5s;flex:0 0 auto;display:inline-block}.section-news-overview .tax-name-container .tax-name.active{color:#fff;background:#091D4F}.section-news-overview .tax-name-container .tax-name:not(.active):hover{background-color:#DDE3F4}.section-news-overview .wrap-posts{display:flex;flex-wrap:wrap;gap:48px 24px}@media screen and (max-width: 767px){.section-news-overview .wrap-posts{gap:32px}}.section-news-overview .news-item{width:calc(33.333% - 16px)}@media screen and (max-width: 1439px){.section-news-overview .news-item{width:calc(50% - 12px)}}@media (max-width: 767px){.section-news-overview .news-item{width:100%}}.section-news-overview .news-item:hover .title-news{color:#FF3939}.section-news-overview .news-item:hover .image-container img{transform:scale(1.1)}.section-news-overview .news-item .image-container{height:278px;border-radius:32px;overflow:hidden}@media screen and (max-width: 1439px){.section-news-overview .news-item .image-container{border-radius:28px}}@media (max-width: 767px){.section-news-overview .news-item .image-container{border-radius:24px}}@media (max-width: 480px){.section-news-overview .news-item .image-container{height:184px}}.section-news-overview .news-item .image-container img{width:100%;height:100%;border-radius:32px;object-fit:cover;transition:transform 1s}@media (max-width: 1439px){.section-news-overview .news-item .image-container img{border-radius:28px}}@media (max-width: 767px){.section-news-overview .news-item .image-container img{border-radius:24px}}.section-news-overview .news-item .wrap-content{padding:24px 24px 0 24px}@media screen and (max-width: 767px){.section-news-overview .news-item .wrap-content{padding:16px 0 0 0}}.section-news-overview .news-item .title-news{margin-bottom:8px;transition:all .3s}@media (max-width: 767px){.section-news-overview .news-item .title-news{margin-bottom:12px}}.section-news-overview .news-item-big{width:calc(67% - 16px);position:relative;display:block}@media screen and (max-width: 1439px){.section-news-overview .news-item-big{width:100%}}.section-news-overview .news-item-big:hover .image-container img{transform:scale(1.1)}.section-news-overview .news-item-big .image-container{width:100%;height:578px;border-radius:32px;overflow:hidden;position:relative}@media screen and (max-width: 1439px){.section-news-overview .news-item-big .image-container{border-radius:28px;height:548px}}@media screen and (max-width: 767px){.section-news-overview .news-item-big .image-container{border-radius:24px;width:100%;height:468px}}.section-news-overview .news-item-big .image-container:before{content:'';border-radius:32px;background:linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.3) 50%);opacity:1;width:100%;height:100%;position:absolute;transition:.3s;z-index:1}@media screen and (max-width: 1439px){.section-news-overview .news-item-big .image-container:before{border-radius:28px}}@media screen and (max-width: 767px){.section-news-overview .news-item-big .image-container:before{border-radius:24px}}.section-news-overview .news-item-big .image-container img{width:100%;height:100%;transition:transform 1s;border-radius:32px;object-fit:cover}@media screen and (max-width: 1439px){.section-news-overview .news-item-big .image-container img{border-radius:28px}}@media screen and (max-width: 767px){.section-news-overview .news-item-big .image-container img{border-radius:24px}}.section-news-overview .news-item-big .wrap-all-text-post{position:absolute;bottom:0;padding:48px;z-index:1;color:#fff}@media screen and (max-width: 1439px){.section-news-overview .news-item-big .wrap-all-text-post{padding:32px}}@media screen and (max-width: 767px){.section-news-overview .news-item-big .wrap-all-text-post{padding:24px}}.section-news-overview .news-item-big .title-post{color:#fff;padding-bottom:12px;transition:all .3s}.section-news-overview .btn-box-load-more{text-align:center;margin-top:48px}@media (max-width: 767px){.section-news-overview .btn-box-load-more{margin-top:32px}}.section-documents{margin:24px auto}.section-documents .wrap-accordion{padding:48px;background-color:white;border-radius:32px}@media (max-width: 1024px){.section-documents .wrap-accordion{border-radius:28px;padding:32px}}@media (max-width: 767px){.section-documents .wrap-accordion{border-radius:24px;padding:24px}}.section-documents .content-accordion{padding:32px 0 0 0;font-size:20px;font-style:normal;font-weight:400;line-height:150%;margin:0 0 12px}@media screen and (max-width: 1439px){.section-documents .content-accordion{font-size:19px}}@media screen and (max-width: 767px){.section-documents .content-accordion{font-size:16px}}.section-documents .content-accordion p+p{margin-top:12px}.section-documents .content-accordion a{text-decoration:underline;transition:.5s}.section-documents .content-accordion a:hover{color:#FF3939}.section-documents .item-title{font-size:20px;font-style:normal;font-weight:400;line-height:150%}@media screen and (max-width: 1439px){.section-documents .item-title{font-size:19px}}@media screen and (max-width: 767px){.section-documents .item-title{font-size:16px}}.section-documents .panel-title a{position:relative;display:flex;align-items:center}.section-documents .panel-title a[aria-expanded=true] svg.arrow{transform:rotate(180deg)}.section-documents .panel-title a svg.icon{display:inline-block;margin-right:24px}.section-documents .panel-title a svg.arrow{display:inline-block;transition:.5s;margin-left:5px;top:-4px;position:relative}@media screen and (max-width: 767px){.section-documents .panel-title a svg.arrow{top:-2px}}.section-cta-button{margin:24px auto 48px auto}.section-cta-button .wrapper{background-color:#091D4F;padding:72px 48px;border-radius:32px;display:flex;align-items:center;justify-content:space-between}@media (max-width: 1024px){.section-cta-button .wrapper{border-radius:28px;padding:48px}}@media (max-width: 767px){.section-cta-button .wrapper{border-radius:24px;flex-wrap:wrap;padding:24px}}.section-cta-button .wrap-text{max-width:680px;margin-right:30px}@media (max-width: 1023px){.section-cta-button .wrap-text{max-width:430px}}@media (max-width: 767px){.section-cta-button .wrap-text{max-width:100%;margin-right:0;margin-bottom:30px}}.section-acknowledgments{padding:72px 20px 24px}@media (max-width: 1023px){.section-acknowledgments{padding:48px 20px 24px}}@media (max-width: 767px){.section-acknowledgments{padding:24px 16px}}.section-acknowledgments .wrap-title-and-nav{display:flex;align-items:flex-end;justify-content:space-between;z-index:3;position:relative;margin-bottom:48px}@media (max-width: 767px){.section-acknowledgments .wrap-title-and-nav{margin-bottom:32px}}.section-acknowledgments .wrap-title-and-nav h5{font-family:"Golos Text",serif;font-weight:400;font-size:20px;line-height:30px;color:#091D4F;margin-bottom:12px}.section-acknowledgments .wrap-nav-and-button{display:flex;align-items:center}.section-acknowledgments .wrap-nav-and-button .btn-main.type-2-with-arrow{margin-left:24px}@media (max-width: 767px){.section-acknowledgments .wrap-nav-and-button .btn-main.type-2-with-arrow{display:none}}.section-acknowledgments .slider-wrap{width:100%}.section-acknowledgments .slider-type-2{position:relative}.section-acknowledgments .slider-type-2 .slide{transition:.3s;margin:0 24px 0 0;width:366px;border-radius:32px;overflow:hidden}@media (max-width: 1024px){.section-acknowledgments .slider-type-2 .slide{width:412px}}@media screen and (max-width: 1439px){.section-acknowledgments .slider-type-2 .slide{border-radius:28px}}@media screen and (max-width: 767px){.section-acknowledgments .slider-type-2 .slide{width:328px;border-radius:24px}}@media (max-width: 375px){.section-acknowledgments .slider-type-2 .slide{width:100%;margin:0}}.section-acknowledgments .slider-type-2 .slide:last-child{margin:0}.section-acknowledgments .slider-type-2 .slide .wrap-img{overflow:hidden;display:block;position:relative;border-radius:32px}@media (max-width: 1024px){.section-acknowledgments .slider-type-2 .slide .wrap-img{border-radius:28px}}@media (max-width: 767px){.section-acknowledgments .slider-type-2 .slide .wrap-img{border-radius:24px}}.section-acknowledgments .slider-type-2 .slide .image{width:100%;height:525px;display:block;object-fit:contain}@media (max-width: 1024px){.section-acknowledgments .slider-type-2 .slide .image{height:590px}}@media screen and (max-width: 767px){.section-acknowledgments .slider-type-2 .slide .image{height:470px}}.section-acknowledgments .wrap-navigations{position:relative;padding:0 80px}@media (max-width: 1024px){.section-acknowledgments .swiper-navigation{display:none}}.section-acknowledgments .swiper-navigation .swiper-button-prev{outline:none;border:none;-webkit-tap-highlight-color:transparent;width:56px;height:56px;position:absolute;margin-top:0;left:0;top:50%;transform:translateY(-50%);transition:.4s}.section-acknowledgments .swiper-navigation .swiper-button-prev:after{display:none}.section-acknowledgments .swiper-navigation .swiper-button-prev svg *{transition:.3s}.section-acknowledgments .swiper-navigation .swiper-button-prev.swiper-button-disabled{opacity:0.38}.section-acknowledgments .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled){opacity:1}.section-acknowledgments .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-acknowledgments .swiper-navigation .swiper-button-next{-webkit-tap-highlight-color:transparent;outline:none;border:none;width:56px;height:56px;position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:0;transition:.4s}.section-acknowledgments .swiper-navigation .swiper-button-next:after{display:none}.section-acknowledgments .swiper-navigation .swiper-button-next.swiper-button-disabled{opacity:0.3}.section-acknowledgments .swiper-navigation .swiper-button-next svg *{transition:.3s}.section-acknowledgments .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled){opacity:1}.section-acknowledgments .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-acknowledgments .nav-wrap{align-items:center;justify-content:center;width:100%}@media (max-width: 1024px){.section-acknowledgments .nav-wrap{margin-top:24px}}.section-acknowledgments .nav-wrap.mobile-hidden{display:flex}@media (max-width: 1024px){.section-acknowledgments .nav-wrap.mobile-hidden{display:none}}.section-acknowledgments .nav-wrap.mobile-visible{display:none}@media (max-width: 1024px){.section-acknowledgments .nav-wrap.mobile-visible{display:flex}}.section-acknowledgments .nav-wrap .wrap-swiper-pagination{position:relative;height:auto}.section-acknowledgments .nav-wrap .wrap-swiper-pagination .swiper-pagination,.section-acknowledgments .nav-wrap .wrap-swiper-pagination .swiper-pagination-1{width:auto;left:0;top:0;bottom:0;position:relative}.section-acknowledgments .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet,.section-acknowledgments .nav-wrap .wrap-swiper-pagination .swiper-pagination-1 .swiper-pagination-bullet{transition:.3s;background:#D4D9E2;opacity:1;width:8px;height:8px}.section-acknowledgments .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active,.section-acknowledgments .nav-wrap .wrap-swiper-pagination .swiper-pagination-1 .swiper-pagination-bullet-active{background:#FF3939}.section-partners{margin:72px auto 24px auto}@media (max-width: 1024px){.section-partners{margin:48px auto 24px auto}}@media (max-width: 767px){.section-partners{margin:24px auto 16px auto}}.section-partners .wrap-title{margin-bottom:48px}@media (max-width: 767px){.section-partners .wrap-title{margin-bottom:32px}}.section-partners .logos-outer-wrap{padding:24px 12px 48px;background-color:white;border-radius:32px}@media (max-width: 1024px){.section-partners .logos-outer-wrap{border-radius:28px;padding:12px 12px 36px}}@media (max-width: 767px){.section-partners .logos-outer-wrap{border-radius:24px;padding:10px 12px 16px}}.section-partners .logos-outer-wrap.active .wrap-btn .show-more{opacity:0}.section-partners .logos-outer-wrap.active .wrap-btn .show-less{opacity:1}.section-partners .logos-wrap{display:flex;flex-wrap:wrap;height:300px;overflow:hidden;transition:height .5s}@media (max-width: 1024px){.section-partners .logos-wrap{height:234px}}@media (max-width: 767px){.section-partners .logos-wrap{height:208px}}.section-partners .logo-item{width:calc(100% / 6)}@media (max-width: 1024px){.section-partners .logo-item{width:calc(100% / 5)}}@media (max-width: 767px){.section-partners .logo-item{width:calc(100% / 3)}}.section-partners .wrap-img{padding:24px 36px;height:150px;display:flex;align-items:center}@media (max-width: 1024px){.section-partners .wrap-img{padding:16px 24px;height:117px}}@media (max-width: 767px){.section-partners .wrap-img{padding:6px 12px;height:104px}}.section-partners .wrap-img img{display:inline-block;max-width:100%}.section-partners .wrap-btn{margin-top:24px;display:flex;justify-content:center}@media (max-width: 1024px){.section-partners .wrap-btn{margin-top:16px}}@media (max-width: 767px){.section-partners .wrap-btn{margin-top:10px}}.section-partners .wrap-btn .button-show-more{position:relative}.section-partners .wrap-btn span{transition:.5s}.section-partners .wrap-btn .show-less{opacity:0;position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.section-slider-about-us{padding:72px 20px 24px}@media (max-width: 1439px){.section-slider-about-us{padding:24px 24px 24px}}@media (max-width: 767px){.section-slider-about-us{padding:24px 16px 16px 16px}}@media screen and (max-width: 1439px){.section-slider-about-us .container{padding:0}}.section-slider-about-us .title{color:#091D4F;line-height:100%;padding-left:56px;max-width:500px;margin-bottom:48px}@media screen and (max-width: 1439px){.section-slider-about-us .title{padding-left:43px}}@media screen and (max-width: 1023px){.section-slider-about-us .title{max-width:400px}}@media screen and (max-width: 767px){.section-slider-about-us .title{padding-left:33px;margin-bottom:32px}}.section-slider-about-us .title:before{content:"#";position:absolute;color:#FF3939;left:19px}@media screen and (max-width: 1439px){.section-slider-about-us .title:before{left:0}}.section-slider-about-us .slider-wrap{width:100%}.section-slider-about-us .slider-type-5{position:relative}.section-slider-about-us .slider-type-5 .slide{width:496px;padding:96px 48px 48px 48px;border-radius:var(--Radius, 32px);background:#FFF;overflow:hidden;height:auto;margin:0 24px 0 0}@media (max-width: 1439px){.section-slider-about-us .slider-type-5 .slide{border-radius:var(--Radius, 28px);width:412px;padding:72px 32px 32px 32px}}@media screen and (max-width: 767px){.section-slider-about-us .slider-type-5 .slide{border-radius:var(--Radius, 24px);width:328px;padding:43px 24px 24px 24px}}@media (max-width: 375px){.section-slider-about-us .slider-type-5 .slide{margin:0;width:100%}}@media screen and (max-width: 767px){.section-slider-about-us .slider-type-5 .slide svg{width:56px}}.section-slider-about-us .slider-type-5 .slide .title-slide{margin-top:43px;margin-bottom:12px}@media screen and (max-width: 1439px){.section-slider-about-us .slider-type-5 .slide .title-slide{margin-top:25px}}@media screen and (max-width: 767px){.section-slider-about-us .slider-type-5 .slide .title-slide{margin-top:11px}}@media screen and (max-width: 1439px){.section-slider-about-us .slider-type-5 .slide .text-1{font-size:18px}}@media screen and (max-width: 767px){.section-slider-about-us .slider-type-5 .slide .text-1{font-size:16px}}.section-slider-about-us .wrap-navigations{position:relative;padding:0 80px}.section-slider-about-us .nav-wrap{width:100%;margin-top:15px}@media screen and (max-width: 767px){.section-slider-about-us .nav-wrap{margin-top:8px}}.section-slider-about-us .nav-wrap .wrap-swiper-pagination{position:relative;height:auto}.section-slider-about-us .nav-wrap .wrap-swiper-pagination .swiper-pagination{width:auto;left:0;top:0;bottom:0;position:relative}.section-slider-about-us .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet{transition:.3s;background:#D4D9E2;opacity:1;width:8px;height:8px}.section-slider-about-us .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active{background:#FF3939}.section-slider-images{padding:24px 20px 72px}@media (max-width: 1439px){.section-slider-images{padding:24px 24px 44px}}@media (max-width: 767px){.section-slider-images{padding:16px 16px 16px 16px}}@media screen and (max-width: 1439px){.section-slider-images .container{padding:0}}.section-slider-images .slider-wrap{width:100%;margin-bottom:37px}@media screen and (max-width: 1439px){.section-slider-images .slider-wrap{margin-bottom:39px}}@media (max-width: 767px){.section-slider-images .slider-wrap{margin-bottom:8px}}.section-slider-images .slider-type-6{position:relative}.section-slider-images .slider-type-6 .slide{border-radius:var(--Radius, 32px);height:auto;overflow:hidden}@media (max-width: 1439px){.section-slider-images .slider-type-6 .slide{border-radius:var(--Radius, 28px)}}@media screen and (max-width: 767px){.section-slider-images .slider-type-6 .slide{border-radius:var(--Radius, 24px)}}.section-slider-images .slider-type-6 .slide .image{width:100%;height:668px;object-fit:cover;display:block}@media (max-width: 1439px){.section-slider-images .slider-type-6 .slide .image{height:548px}}@media screen and (max-width: 767px){.section-slider-images .slider-type-6 .slide .image{height:448px}}@media screen and (max-width: 480px){.section-slider-images .slider-type-6 .slide .image{height:234px}}.section-slider-images .wrap-navigations{position:relative;padding:0 80px;width:max-content;margin:0 auto}@media (max-width: 767px){.section-slider-images .swiper-navigation{display:none}}.section-slider-images .swiper-navigation .swiper-button-prev{outline:none;border:none;-webkit-tap-highlight-color:transparent;width:56px;height:56px;position:absolute;margin-top:0;left:0;top:50%;transform:translateY(-50%);transition:.4s}.section-slider-images .swiper-navigation .swiper-button-prev:after{display:none}.section-slider-images .swiper-navigation .swiper-button-prev svg *{transition:.3s}.section-slider-images .swiper-navigation .swiper-button-prev.swiper-button-disabled{opacity:0.38}.section-slider-images .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled){opacity:1}.section-slider-images .swiper-navigation .swiper-button-prev:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-slider-images .swiper-navigation .swiper-button-next{-webkit-tap-highlight-color:transparent;outline:none;border:none;width:56px;height:56px;position:absolute;top:50%;transform:translateY(-50%);margin-top:0;right:0;transition:.4s}.section-slider-images .swiper-navigation .swiper-button-next:after{display:none}.section-slider-images .swiper-navigation .swiper-button-next.swiper-button-disabled{opacity:0.3}.section-slider-images .swiper-navigation .swiper-button-next svg *{transition:.3s}.section-slider-images .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled){opacity:1}.section-slider-images .swiper-navigation .swiper-button-next:hover:not(.swiper-button-disabled) svg rect{fill:#DDE3F4}.section-slider-images .nav-wrap{width:100%;margin-top:15px}@media screen and (max-width: 767px){.section-slider-images .nav-wrap{margin-top:8px}}.section-slider-images .nav-wrap .wrap-swiper-pagination{position:relative;height:auto}.section-slider-images .nav-wrap .wrap-swiper-pagination .swiper-pagination{width:auto;left:0;top:0;bottom:0;position:relative}.section-slider-images .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet{transition:.3s;background:#D4D9E2;opacity:1;width:8px;height:8px}.section-slider-images .nav-wrap .wrap-swiper-pagination .swiper-pagination .swiper-pagination-bullet-active{background:#FF3939}.section-our-mission{padding:24px 20px}@media (max-width: 1439px){.section-our-mission{padding:24px 24px 44px}}@media (max-width: 767px){.section-our-mission{padding:24px 16px 16px 16px}}@media screen and (max-width: 1439px){.section-our-mission .container{padding:0}}.section-our-mission .wrap-items{display:flex;flex-wrap:wrap;gap:24px}@media screen and (max-width: 767px){.section-our-mission .wrap-items{gap:16px}}.section-our-mission .item{width:calc(33.333% - 16px)}@media (max-width: 1439px){.section-our-mission .item{width:calc(50% - 12px)}}@media screen and (max-width: 767px){.section-our-mission .item{width:100%}}.section-our-mission .item.-title{display:flex;align-items:center}@media screen and (max-width: 767px){.section-our-mission .item.-title{padding-bottom:16px}}.section-our-mission .item.-text{padding:48px 48px 112px 48px;border-radius:var(--Radius, 32px);background:#FFF}@media (max-width: 1439px){.section-our-mission .item.-text{border-radius:var(--Radius, 28px);padding:32px 32px 96px 32px}}@media screen and (max-width: 767px){.section-our-mission .item.-text{border-radius:var(--Radius, 24px);padding:24px 24px 48px 24px}}.section-our-mission .item.-text .title-slide{margin-bottom:12px}.section-our-mission .image{border-radius:var(--Radius, 32px);width:100%;height:100%;object-fit:cover}@media (max-width: 1439px){.section-our-mission .image{border-radius:var(--Radius, 28px)}}@media screen and (max-width: 767px){.section-our-mission .image{border-radius:var(--Radius, 24px);height:184px}}.section-our-mission .title{color:#091D4F;line-height:100%;padding-left:56px}@media screen and (max-width: 1439px){.section-our-mission .title{padding-left:43px}}@media screen and (max-width: 767px){.section-our-mission .title{padding-left:33px}}.section-our-mission .title:before{content:"#";position:absolute;color:#FF3939;left:19px}@media screen and (max-width: 1439px){.section-our-mission .title:before{left:0}}@media (max-width: 1439px){.section-contact-us{padding:0 24px 32px}}@media (max-width: 767px){.section-contact-us{padding:0 16px 24px}}@media screen and (max-width: 1439px){.section-contact-us .container{padding:0}}.section-contact-us .wrapper{display:flex;gap:72px}@media screen and (max-width: 1439px){.section-contact-us .wrapper{flex-wrap:wrap}}@media (max-width: 767px){.section-contact-us .wrapper{gap:24px}}.section-contact-us .wrap-form{padding:var(--Spacing-48, 48px);border-radius:var(--Spacing-24, 24px);background:#FFF;width:calc(65% - 36px)}@media screen and (max-width: 1439px){.section-contact-us .wrap-form{padding:var(--Spacing-48, 32px);width:100%}}@media (max-width: 767px){.section-contact-us .wrap-form{padding:var(--Spacing-48, 24px);border-radius:var(--Spacing-24, 16px)}}.section-contact-us .wrap-form form.sent .wpcf7-response-output{position:relative;border-radius:var(--Radius-small, 12px);background:var(--Additional-Success-bg, #ECF7F6);border:none;padding:36px 24px 36px 96px;min-height:104px;color:var(--Text-Body, #333741);font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1919px) and (min-width: 401px){.section-contact-us .wrap-form form.sent .wpcf7-response-output{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){.section-contact-us .wrap-form form.sent .wpcf7-response-output{font-size: 15px}}@media (max-width: 767px){.section-contact-us .wrap-form form.sent .wpcf7-response-output{padding:80px 16px 16px 16px}}.section-contact-us .wrap-form form.sent .wpcf7-response-output:after{content:'';position:absolute;left:24px;top:28px;width:48px;height:48px;background:url(f980e9f44770ef1558a8.svg) no-repeat}@media (max-width: 767px){.section-contact-us .wrap-form form.sent .wpcf7-response-output:after{left:16px;top:16px}}.section-contact-us .wrap-form form.invalid .wpcf7-response-output{position:relative;border-radius:var(--Radius-small, 12px);background:var(--Additional-Warning-bg, #FFF8E6);border:none;padding:36px 24px 36px 96px;color:var(--Text-Body, #333741);font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1919px) and (min-width: 401px){.section-contact-us .wrap-form form.invalid .wpcf7-response-output{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){.section-contact-us .wrap-form form.invalid .wpcf7-response-output{font-size: 15px}}@media (max-width: 767px){.section-contact-us .wrap-form form.invalid .wpcf7-response-output{padding:80px 16px 16px 16px}}.section-contact-us .wrap-form form.invalid .wpcf7-response-output:after{content:'';position:absolute;left:24px;top:24px;width:48px;height:48px;background:url(1b02d979bb7bdcf6ca95.svg) no-repeat}@media (max-width: 767px){.section-contact-us .wrap-form form.invalid .wpcf7-response-output:after{left:16px;top:16px}}.section-contact-us .wrap-form form.failed .wpcf7-response-output{position:relative;border-radius:var(--Radius-small, 12px);background:var(--Additional-Error-bg, #FFEBEB);border:none;padding:36px 24px 36px 96px;color:var(--Text-Body, #333741);font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1919px) and (min-width: 401px){.section-contact-us .wrap-form form.failed .wpcf7-response-output{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){.section-contact-us .wrap-form form.failed .wpcf7-response-output{font-size: 15px}}@media (max-width: 767px){.section-contact-us .wrap-form form.failed .wpcf7-response-output{padding:80px 16px 16px 16px}}.section-contact-us .wrap-form form.failed .wpcf7-response-output:after{content:'';position:absolute;left:24px;top:24px;width:48px;height:48px;background:url(905ec3ce779fc48d6699.svg) no-repeat}@media (max-width: 767px){.section-contact-us .wrap-form form.failed .wpcf7-response-output:after{left:16px;top:16px}}.section-contact-us .wrap-form form input:not(.btn-main),.section-contact-us .wrap-form form textarea{appearance:none;display:block;width:100%;padding:16px;transition:color .3s, border-bottom .3s;border-radius:var(--Radius-small, 12px);border:1px solid var(--Layout-Outline, #A9B1CA);background:var(--Layout-Surface-Light, #fff);color:var(--Text-Body, #333741);font-family:"Golos Text",serif;font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%;margin-top:4px}@media (max-width: 1919px) and (min-width: 401px){.section-contact-us .wrap-form form input:not(.btn-main),.section-contact-us .wrap-form form textarea{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){.section-contact-us .wrap-form form input:not(.btn-main),.section-contact-us .wrap-form form textarea{font-size: 15px}}.section-contact-us .wrap-form form input:not(.btn-main):-ms-input-placeholder, .section-contact-us .wrap-form form textarea:-ms-input-placeholder{-ms-transition:color .3s;transition:color .3s;color:var(--Text-Placeholder, #7E8491);font-family:"Golos Text",serif;font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}.section-contact-us .wrap-form form input:not(.btn-main)::placeholder,.section-contact-us .wrap-form form textarea::placeholder{transition:color .3s;color:var(--Text-Placeholder, #7E8491);font-family:"Golos Text",serif;font-size:var(--Typography-Caption, 16px);font-style:normal;font-weight:400;line-height:150%}@media (max-width: 1919px) and (min-width: 401px){.section-contact-us .wrap-form form input:not(.btn-main):-ms-input-placeholder, .section-contact-us .wrap-form form textarea:-ms-input-placeholder{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}.section-contact-us .wrap-form form input:not(.btn-main)::placeholder,.section-contact-us .wrap-form form textarea::placeholder{font-size:calc(1 * ((100vw - 400px) / 1519) + 15px)}}@media (max-width: 400px){.section-contact-us .wrap-form form input:not(.btn-main):-ms-input-placeholder, .section-contact-us .wrap-form form textarea:-ms-input-placeholder{font-size: 15px}.section-contact-us .wrap-form form input:not(.btn-main)::placeholder,.section-contact-us .wrap-form form textarea::placeholder{font-size: 15px}}.section-contact-us .wrap-form form input:not(.btn-main).wpcf7-not-valid,.section-contact-us .wrap-form form textarea.wpcf7-not-valid{background:url(7380cd8db2ade345b998.svg) no-repeat right 16px top 16px;border-radius:var(--Radius-small, 12px);border:2px solid var(--Primary-Primary, #FF3939);background-color:var(--Additional-Error-bg, #FFEBEB)}.section-contact-us .wrap-form form input:not(.btn-main).wpcf7-not-valid:-ms-input-placeholder, .section-contact-us .wrap-form form textarea.wpcf7-not-valid:-ms-input-placeholder{color:var(--Primary-Primary, #FF3939)}.section-contact-us .wrap-form form input:not(.btn-main).wpcf7-not-valid::placeholder,.section-contact-us .wrap-form form textarea.wpcf7-not-valid::placeholder{color:var(--Primary-Primary, #FF3939)}.section-contact-us .wrap-form form label{display:block;transition:color .3s;color:var(--Text-Body, #333741);font-family:"Golos Text",serif;font-size:var(--Typography-Tag, 14px);font-style:normal;font-weight:400;line-height:20px;margin-bottom:24px}@media (max-width: 1919px) and (min-width: 401px){.section-contact-us .wrap-form form label{font-size:calc(2 * ((100vw - 400px) / 1519) + 12px)}}@media (max-width: 400px){.section-contact-us .wrap-form form label{font-size: 12px}}.section-contact-us .wrap-form form label>span:first-of-type{color:#FF3939}.section-contact-us .wrap-form form .wpcf7-not-valid-tip{color:#FF3939;margin-top:4px}.section-contact-us .wrap-form form textarea{resize:vertical;min-height:200px;height:200px}.section-contact-us .wrap-form form textarea::-webkit-scrollbar{display:none}.section-contact-us .wrap-form form h3{margin-bottom:8px}.section-contact-us .wrap-form form .text-1{margin-bottom:32px}@media screen and (max-width: 1439px){.section-contact-us .wrap-form form .text-1{font-size:18px}}@media screen and (max-width: 767px){.section-contact-us .wrap-form form .text-1{font-size:16px;margin-bottom:16px}}.section-contact-us .wrap-form form .bottom-info{margin-bottom:32px}@media screen and (max-width: 767px){.section-contact-us .wrap-form form .bottom-info{margin-bottom:24px}}.section-contact-us .wrap-form form .bottom-info a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.section-contact-us .wrap-form form .bottom-info a:hover{color:#FF3939}.section-contact-us .wrap-form form .wpcf7-response-output{margin:24px 0 0 0;padding:var(--Spacing-24, 24px)}@media screen and (max-width: 767px){.section-contact-us .wrap-form form .wpcf7-response-output{padding:var(--Spacing-24, 16px)}}.section-contact-us .wrap-right-info{margin-top:48px;width:calc(35% - 36px)}@media screen and (max-width: 1439px){.section-contact-us .wrap-right-info{width:100%;margin-top:32px}}@media (max-width: 767px){.section-contact-us .wrap-right-info{margin-top:24px}}.section-contact-us .wrap-right-info .title-right-content{margin-bottom:32px}@media screen and (max-width: 767px){.section-contact-us .wrap-right-info .title-right-content{margin-bottom:16px}}@media screen and (max-width: 1439px){.section-contact-us .wrap-right-info .text-1{font-size:18px}}@media screen and (max-width: 767px){.section-contact-us .wrap-right-info .text-1{font-size:16px}}.section-contact-us .wrap-right-info .wrap-contact-info{display:flex;flex-direction:column;gap:32px}@media screen and (max-width: 1439px){.section-contact-us .wrap-right-info .wrap-contact-info{flex-direction:row;flex-wrap:wrap;gap:24px 48px}}@media (max-width: 767px){.section-contact-us .wrap-right-info .wrap-contact-info{gap:24px}}.section-contact-us .wrap-right-info .item-contact-info{display:flex;align-items:center;gap:24px}@media screen and (max-width: 1439px){.section-contact-us .wrap-right-info .item-contact-info{width:calc(50% - 24px)}}@media (max-width: 767px){.section-contact-us .wrap-right-info .item-contact-info{width:100%}}.section-contact-us .wrap-right-info .item-contact-info a{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:3px}.section-contact-us .wrap-right-info .item-contact-info a:hover{color:#FF3939}.section-contact-us .wrap-right-info .item-contact-info .title-field{color:var(--Text-Body, #333741);font-size:var(--Typography-Tag, 14px);font-style:normal;font-weight:400;line-height:20px}@media (max-width: 1919px) and (min-width: 401px){.section-contact-us .wrap-right-info .item-contact-info .title-field{font-size:calc(2 * ((100vw - 400px) / 1519) + 12px)}}@media (max-width: 400px){.section-contact-us .wrap-right-info .item-contact-info .title-field{font-size: 12px}}@media screen and (max-width: 1439px){.section-contact-us .wrap-right-info .item-contact-info .text-1{font-size:18px}}@media screen and (max-width: 767px){.section-contact-us .wrap-right-info .item-contact-info .text-1{font-size:16px}}

@font-face{font-display:swap;font-family:'fontello';src:url(./fonts/fontello.eot);src:url(./fonts/fontello.eot#iefix) format("embedded-opentype"),url(./fonts/fontello.woff2) format("woff2"),url(./fonts/fontello.woff) format("woff"),url(./fonts/fontello.ttf) format("truetype"),url(c84e43317e9c47672533.svg?76411224#fontello) format("svg");font-weight:normal;font-style:normal}[class^="icon-"]:before,[class*=" icon-"]:before{font-family:"fontello";font-style:normal;font-weight:normal;speak:none;display:inline-block;text-decoration:inherit;width:1em;margin-right:.2em;text-align:center;font-variant:normal;text-transform:none;line-height:1em;margin-left:.2em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-glass:before{content:'\e800'}.icon-music:before{content:'\e801'}.icon-search:before{content:'\e802'}

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


/*# sourceMappingURL=main.css.map*/