[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%; /* Not required for horizontal scroll to trigger */
  max-height: 100%; /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */
[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}form.with-success{position:relative}form.with-success.success .success-form-holder{opacity:1;visibility:visible;pointer-events:none}form.with-success .success-form-holder{-webkit-transition:all 0.9s;-o-transition:all 0.9s;transition:all 0.9s;position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(255,255,255,0.5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:20px;opacity:0;visibility:hidden;pointer-events:auto;width:100%}@-webkit-keyframes preloader-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes preloader-rotate{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.preloader-form{position:relative}.preloader-form:after{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,0.151)}.preloader-form:before{content:'';position:absolute;top:calc(50% - 15px);left:calc(50% - 15px);width:30px;height:30px;border-radius:50%;border:5px solid #fff;border-bottom-color:transparent;z-index:1;-webkit-animation:preloader-rotate 2s infinite linear;animation:preloader-rotate 2s infinite linear}.modal__bg{position:fixed;height:100%;width:100%;background:white;background:rgba(0,0,0,0.76);z-index:10000;display:none;top:0;left:0;overflow-y:scroll}.modal__bg.opened{display:block}.modal__closer{height:22px;width:22px;background-image:url(/static/images/parts/icon/icon-cross.svg);margin-top:20px;margin-right:20px}.modal__title{text-align:center}.modal__title.h4{margin-bottom:35px}.modal__layout{display:none;position:relative;z-index:11000;cursor:default;padding:80px 0;margin:0 auto;min-height:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.modal__layout.opened{display:-webkit-box;display:-ms-flexbox;display:flex}label.required.label{display:none}.form-field{margin-bottom:15px}.form-field.text{margin-bottom:15px}.form-field input{border:1px solid #A7AABC;width:100%;border-radius:6px;height:50px;padding:15px 15px 10px}.form-field textarea{border:1px solid #A7AABC;width:100%;border-radius:6px;min-height:100px;padding:15px 15px 10px}.form-field textarea::-webkit-input-placeholder{color:#1B1B1B}.form-field textarea::-moz-placeholder{color:#1B1B1B}.form-field textarea::-ms-input-placeholder{color:#1B1B1B}.form-field textarea::placeholder{color:#1B1B1B}.form-field .errors{font-size:14px;color:#c70202;padding-left:15px}.modal__btn{width:100%;margin-top:15px}.modal__text-wrapper{font-size:14px}.modal__sub-text{text-align:center;color:#1B1B1B;font-size:14px}.modal__text{margin-bottom:30px;line-height:16px}.modal__text-span{font-size:14px;display:block;margin-bottom:10px;line-height:16px}.modal__link{color:#1DA1F2;-webkit-text-decoration-line:underline;text-decoration-line:underline}.modal__container{padding:70px 40px 40px;border-radius:5px;background:#fff;-webkit-box-shadow:3px 4px 35px rgba(92,99,100,0.27);box-shadow:3px 4px 35px rgba(92,99,100,0.27);position:relative;width:520px}.modal__forgot-pass{width:130px;display:block;margin-left:auto;margin-bottom:5px}.modal__content img{max-width:100%;height:auto}.modal__closer{position:absolute;top:10px;right:10px;font-size:30px;color:rgba(0,0,0,0.76);text-decoration:none;cursor:pointer}.modal__loader{display:block;position:fixed;z-index:3000;left:0;right:0;bottom:0;top:0;background-color:rgba(0,0,0,0.76);-webkit-transition:0.3s all;-o-transition:0.3s all;transition:0.3s all;opacity:0;visibility:hidden}body.modal-loading{overflow:hidden}body.modal-loading .modal__loader{opacity:1;visibility:visible}body.modal-loading .modal__loader:before,body.modal-loading .modal__loader:after{content:'';position:fixed;width:100px;height:100px;left:50%;top:50%;margin-left:-50px;margin-top:-50px;background-color:#000;border-radius:50px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0)}body.modal-loading .modal__loader:before{background-color:#014A94;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1.4s;animation-duration:1.4s;-webkit-animation-delay:0.4s;animation-delay:0.4s}body.modal-loading .modal__loader:after{background-color:#014A94;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-duration:1.4s;animation-duration:1.4s}@-webkit-keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}@keyframes pulse{0%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}100%{-webkit-transform:scale(0);transform:scale(0)}}.image-icon{display:inline-block;vertical-align:middle}.svg-icon{display:inline-block;vertical-align:middle}.soc-vk:before{content:'';padding:0 15px;background:url(/static/images/parts/icon/icon-vk.svg) no-repeat center}.soc-rutube:before{content:'';padding:0 15px;background:url(/static/images/parts/icon/icon-rutube.svg) no-repeat center}.soc-dzen:before{content:'';padding:0 15px;background:url(/static/images/parts/icon/icon-dzen.svg) no-repeat center}.soc-fb:before{content:'';padding:0 15px;background:url(/static/images/parts/icon/icon-fb.svg) no-repeat center}.soc-inst:before{content:'';padding:0 15px;background:url(/static/images/parts/icon/icon-inst.svg) no-repeat center}.soc-telegr:before{content:'';padding:0 15px;background:url(/static/images/parts/icon/icon-telegr.svg) no-repeat center}.soc-twitter:before{content:'';padding:0 15px;background:url(/static/images/parts/icon/icon-twitter.svg) no-repeat center}.soc-youtube:before{content:'';padding:0 15px;background:url(/static/images/parts/icon/icon-youtube.svg) no-repeat center}.i-search{content:'';padding:3px 15px;background:url(/static/images/parts/icon/icon-search.svg) no-repeat center center}.i-enter{content:'';padding:3px 12px}.i-enter.orange{background:url(/static/images/parts/icon/icon-login-orange.svg) no-repeat center center}.i-enter.green{background:url(/static/images/parts/icon/icon-login-green.svg) no-repeat center center}.goals-container__content{display:grid;grid-row-gap:10px}@media screen and (max-width: 768px){.goals-container__content{margin:0 -30px 0 -20px}}.goals-container__block-goal{padding:.9375rem;border-radius:20px;background:#E0E0E0;display:grid;grid-template-columns:1fr 7fr;grid-column-gap:2.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;opacity:0;-webkit-transform:translate(-100px, 0);-ms-transform:translate(-100px, 0);transform:translate(-100px, 0)}@media screen and (max-width: 768px){.goals-container__block-goal{opacity:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 4fr;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);grid-column-gap:1.25rem;border-radius:0}}.goals-container__content.is-active .goals-container__block-goal{opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);-webkit-transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;-o-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out}.goals-container__content.is-active .goals-container__block-goal:nth-child(1){-webkit-transition-delay:.55s;-o-transition-delay:.55s;transition-delay:.55s}.goals-container__content.is-active .goals-container__block-goal:nth-child(2){-webkit-transition-delay:.95s;-o-transition-delay:.95s;transition-delay:.95s}.goals-container__content.is-active .goals-container__block-goal:nth-child(3){-webkit-transition-delay:1.35s;-o-transition-delay:1.35s;transition-delay:1.35s}.goals-container__content.is-active .goals-container__block-goal:nth-child(4){-webkit-transition-delay:1.75s;-o-transition-delay:1.75s;transition-delay:1.75s}.goals-container__content.is-active .goals-container__block-goal:nth-child(5){-webkit-transition-delay:2.15s;-o-transition-delay:2.15s;transition-delay:2.15s}.goals-container__content.is-active .goals-container__block-goal:nth-child(6){-webkit-transition-delay:2.55s;-o-transition-delay:2.55s;transition-delay:2.55s}.goals-container__number{height:4.6875rem;font-size:1.5rem;max-width:4.6875rem;background-color:#FD9E28;border-radius:0 50% 50% 0;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.goals-container__description{font-size:16px}.inter-map__popup{position:fixed;height:100%;width:100%;top:0;left:0;z-index:50;background-color:rgba(0,0,0,0.5);overflow-y:auto;display:none}.inter-map__popup.is-active{display:block}.inter-map__popup .bg-white{background-color:#ffffff;max-width:1380px;margin:auto;top:25%}@media screen and (max-width: 1200px){.inter-map__popup .bg-white{top:110px}}@media screen and (max-width: 768px){.inter-map__popup .bg-white{margin:0 0 0 auto;width:calc(100% - 50px)}}@media screen and (max-width: 560px){.inter-map__popup .bg-white{width:100%}}@media screen and (max-width: 560px){.inter-map__popup .inter-map{padding-left:20px}}.inter-map__popup .h3{margin-bottom:50px}.inter-map__popup .btn-close{position:absolute;right:15px;top:10px;width:30px;height:30px;cursor:pointer}.inter-map__popup .btn-close span{height:3px;background:#555555;width:34px;right:0;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;position:absolute}.inter-map__popup .cross-left{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:-8px;margin-top:25px}.inter-map__popup .cross-right{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:10px;margin-top:7px}.header{display:block;position:relative;background-size:cover;color:#000000;font-size:1rem}@media screen and (max-width: 768px){.header{position:fixed;border-bottom:1px solid #014A94;z-index:40;top:0;width:100%}}.header .header-top{background:#014A94;color:#ffffff;position:relative;padding:13px 0}@media screen and (max-width: 768px){.header .header-top{background:#ffffff;color:#014A94;z-index:30}}.header .header-bottom{padding:40px 0;color:#000000}@media screen and (max-width: 768px){.header .header-bottom{display:none}}.header .header-left-bar{display:none;opacity:1;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.header .header-left-bar.is-hidden{opacity:0;left:-10%}@media screen and (max-width: 768px){.header .header-left-bar{display:block;top:0;left:0;padding-top:90px;background-color:#014A94;position:fixed;z-index:20;width:50px;height:100%;padding-left:10px}}.header .left-bar-nav{position:absolute;top:250px;display:grid;grid-row-gap:20px}.header .left-bar-nav__send,.header .left-bar-nav__search,.header .left-bar-nav__map{width:28px;display:block;height:28px;background-size:100%;background-repeat:no-repeat;background-position:center center}.header .left-bar-nav__wrapper-lang{display:grid;grid-row-gap:20px}.header .left-bar-nav .lang.select:after{right:-10px;top:0;left:auto;width:0;height:19px}.header__wrapper-logo{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(41.66667% - 40px)}@media screen and (max-width: 768px){.header__wrapper-logo{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.header__wrapper-logo{width:calc(33.33333% - 40px)}}@media screen and (max-width: 768px){.header__wrapper-logo{width:calc(75% - 20px)}}.header__wrapper-logo.en{width:calc(50% - 40px)}.header__wrapper-mob-logo{display:none;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px}@media screen and (max-width: 768px){.header__wrapper-mob-logo{margin-left:10px;margin-right:10px}}@media screen and (max-width: 768px){.header__wrapper-mob-logo{width:calc(33.33333% - 20px)}}@media screen and (max-width: 560px){.header__wrapper-mob-logo{width:calc(50% - 20px)}}@media screen and (max-width: 768px){.header__wrapper-mob-logo{display:block}}.header__wrapper-slogan{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(41.66667% - 40px);display:inline-grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:16px;font-weight:500}@media screen and (max-width: 768px){.header__wrapper-slogan{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.header__wrapper-slogan{width:calc(66.66667% - 40px)}}@media screen and (max-width: 768px){.header__wrapper-slogan{width:calc(66.66667% - 20px)}}@media screen and (max-width: 560px){.header__wrapper-slogan{width:calc(50% - 20px)}}@media screen and (max-width: 1200px){.header__wrapper-slogan{font-size:14px}}@media screen and (max-width: 560px){.header__wrapper-slogan{font-size:12px}}.header__mob-img-burger{height:100%}.header__wrapper-links{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(41.66667% - 40px);display:grid;grid-template-columns:auto 1fr}@media screen and (max-width: 768px){.header__wrapper-links{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.header__wrapper-links{width:calc(0% - 40px)}}@media screen and (max-width: 1200px){.header__wrapper-links{display:none}}.header__wrapper-burger{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(8.33333% - 40px);display:none;cursor:pointer}@media screen and (max-width: 768px){.header__wrapper-burger{margin-left:10px;margin-right:10px}}@media screen and (max-width: 768px){.header__wrapper-burger{width:calc(25% - 20px)}}@media screen and (max-width: 1200px){.header__wrapper-burger{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header__wrapper-lang-map{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(16.66667% - 40px);font-size:12px;display:grid;grid-template-columns:repeat(2, auto)}@media screen and (max-width: 768px){.header__wrapper-lang-map{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.header__wrapper-lang-map{width:calc(33.33333% - 40px)}}@media screen and (max-width: 768px){.header__wrapper-lang-map{width:calc(0% - 20px)}}@media screen and (max-width: 768px){.header__wrapper-lang-map{display:none}}.header__wrapper-search-mobile{width:calc(16.66667% - 40px);display:none}@media screen and (max-width: 1200px){.header__wrapper-search-mobile{width:calc(16.66667% - 40px)}}@media screen and (max-width: 1200px){.header__wrapper-search-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width: 960px){.header__wrapper-search-mobile{display:none}}.header__wrapper-search-mobile .link-search{padding:3px 15px;background:url(/static/images/parts/icon/icon-search.svg) no-repeat center center}.header__wrapper-lang{display:grid;grid-template-columns:22px 22px;grid-column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1200px){.header__wrapper-lang{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header .lang{color:#D1D8EA}.header .select{color:#FFFFFF;font-weight:500;position:relative;padding-bottom:2px}.header .select:after{content:'';position:absolute;border:1px solid #F2F2F2;width:19px;bottom:-22px;left:0}@media screen and (max-width: 1200px){.header .select:after{bottom:-17px}}@media screen and (max-width: 768px){.header .select:after{bottom:-7px}}.header__wrapper-link{display:inline-grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__wrapper-link .question{color:#ffffff;font-weight:500;font-size:14px;padding-bottom:3px;border-bottom:1px dashed #D1D8EA}.header__wrapper-link.mini-logo{display:inline-block}.header__wrapper-messenger{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 100px}.header__wrapper-soc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__wrapper-soc a{margin:0 7px}.header__wrapper-search{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(16.66667% - 40px)}@media screen and (max-width: 768px){.header__wrapper-search{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.header__wrapper-search{display:none}}@media screen and (max-width: 1200px){.header__wrapper-search{width:calc(0% - 40px)}}.header__wrapper-map{display:grid;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1200px){.header__wrapper-map{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.header .input-search{border:none;width:120px}.header .input-search::-webkit-input-placeholder{font-size:16px}.header .input-search::-moz-placeholder{font-size:16px}.header .input-search::-ms-input-placeholder{font-size:16px}.header .input-search::placeholder{font-size:16px}.header .header-mob-bottom{background-color:#ffffff;padding-bottom:35px}.header .header-mob-bottom .wrapper-input{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.header__wrapper-contacts{display:grid;text-align:right;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px)}@media screen and (max-width: 768px){.header__wrapper-contacts{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.header__wrapper-contacts{width:calc(25% - 40px)}}@media screen and (max-width: 960px){.header__wrapper-contacts{width:calc(33.33333% - 40px)}}@media screen and (max-width: 768px){.header__wrapper-contacts{width:calc(0% - 20px)}}.header__wrapper-contacts.en{width:calc(50% - 40px)}@media screen and (max-width: 768px){.header__wrapper-contacts{display:none}}.header__wrapper-login{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(16.66667% - 40px);display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.header__wrapper-login{margin-left:10px;margin-right:10px}}@media screen and (max-width: 768px){.header__wrapper-login{width:calc(0% - 20px)}}@media screen and (max-width: 768px){.header__wrapper-login{display:none}}.header .btn-login{padding:17px 7px 14px;color:#000000;font-weight:500;border-radius:67px;width:100%;display:block;text-align:center;font-size:14px}.header .btn-login.btn-xl{border:1px solid #FE842B}@media screen and (max-width: 1200px){.header .btn-login.btn-xl{display:none}}.header .btn-login.btn-lg{border:1px solid #FE842B;display:none}@media screen and (max-width: 1200px){.header .btn-login.btn-lg{display:block}}.header .tel{font-weight:500;font-size:24px;color:#000000}@media screen and (max-width: 1200px){.header .tel{font-size:18px}}.header .email{margin-top:-30px;font-weight:bold;font-size:16px;line-height:24px;color:#014A94}.header .img{position:absolute;width:100%;top:0;left:0;background:url(/static/images/pages/home/about/mans.jpg) no-repeat 38% center;-o-object-fit:contain;object-fit:contain;height:550px}@media screen and (max-width: 1200px){.header .img{top:55px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 768px){.header .img{top:55px;height:425px;background-size:cover}}.header .btn-search{background:#ffffff;border:none;padding:0}.header .i-enter{margin-right:5px}.header .header-nav{font-size:16px;font-weight:500;line-height:1.2;padding-bottom:35px}@media screen and (max-width: 1200px){.header .header-nav{display:none}}.header .header-main-section{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(16.66667% - 40px);display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;border:1px solid #014A94;border-radius:6px}@media screen and (max-width: 768px){.header .header-main-section{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1680px){.header .header-main-section{margin-right:0}}.header .header-main-section.header-section{height:50px}.header .header-main-section.header-section:before{right:15px;top:calc(50% - 1px)}.header .header-sections{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media screen and (max-width: 768px){.header .header-sections{margin-left:10px;margin-right:10px}}.header .header-sections>div{max-width:120px}.header .header-section{text-align:center;position:relative;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%}.header .header-section.last-section>.header-list{right:0}.header .header-section:hover>.header-list{opacity:1;visibility:visible}.header .header-section:after{content:'';position:absolute;left:0;height:30px;width:100%;bottom:-25px;-webkit-transform:matrix(1, 0, 0, -1, 0, 0);-ms-transform:matrix(1, 0, 0, -1, 0, 0);transform:matrix(1, 0, 0, -1, 0, 0)}.header .header-section.active:before,.header .header-section:hover:before{opacity:1;visibility:visible}.header .header-section.active .header-text,.header .header-section:hover .header-text{color:#014A94}.header .header-section.active .header-text:after,.header .header-section:hover .header-text:after{border-bottom-color:#014A94}.header .header-section:before{position:absolute;left:-11px;top:-9px;right:-13px;bottom:-10px;border-radius:6px;border:1px solid #014A94;content:'';-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;opacity:0;visibility:hidden;pointer-events:none}.header .header-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1680px){.header .header-text{font-size:14px}}.header .header-text:after{content:'';border:4px solid transparent;border-bottom:4px solid #000000;-webkit-transform:translateY(0%) rotate(180deg);-ms-transform:translateY(0%) rotate(180deg);transform:translateY(0%) rotate(180deg);display:block;width:0;height:0;margin-top:5px;margin-left:5px;-webkit-transition:opacity 0.4s;-o-transition:opacity 0.4s;transition:opacity 0.4s}.header .header-li-text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:relative}.header .header-li-text.point-accordion{padding-right:15px}.header .header-li-text.point-accordion:after{content:'';border:6px solid transparent;border-bottom:6px solid #014A94;-webkit-transform:translateY(0%) rotate(180deg);-ms-transform:translateY(0%) rotate(180deg);transform:translateY(0%) rotate(180deg);-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;display:block;width:0;height:0;position:absolute;right:0;top:10px}.header .list-subpoint{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;position:relative;cursor:pointer;padding:0 20px;line-height:30px;font-size:14px}.header .list-subpoint:hover{color:#FE842B}.header .list-subpoint:not(:last-child){margin-bottom:20px}.header .header-list{position:absolute;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.1);box-shadow:0 5px 20px rgba(0,0,0,0.1);border-radius:6px;z-index:10;top:100%;padding:30px 0;min-width:330px;text-align:left;background:#ffffff;color:#5F91C5;text-transform:uppercase;text-shadow:none;font-weight:400;margin-top:10px;opacity:0;visibility:hidden;-webkit-transition-property:opacity, visibility;-o-transition-property:opacity, visibility;transition-property:opacity, visibility;-webkit-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-delay:0.15s;-o-transition-delay:0.15s;transition-delay:0.15s}.header .header-list:hover{opacity:1;visibility:visible}.header .list-point{position:relative;cursor:pointer;padding:0 20px;line-height:30px}.header .list-point a{color:#014A94}.header .list-point a:hover{color:#FE842B}.header .list-point a:hover .header-li-text.point-accordion:after{border-bottom:6px solid #FE842B}.header .list-point:hover .header-sublist{opacity:1;visibility:visible}.header .list-point:not(:last-child){margin-bottom:20px}.header .header-sublist{border-radius:6px;background-color:#ffffff;position:absolute;padding:30px 0;right:calc(-100% - 15px);min-width:340px;-webkit-box-shadow:0 5px 20px rgba(0,0,0,0.1);box-shadow:0 5px 20px rgba(0,0,0,0.1);top:-5px;opacity:0;visibility:hidden;-webkit-transition-property:opacity, visibility;-o-transition-property:opacity, visibility;transition-property:opacity, visibility;-webkit-transition-duration:0.2s;-o-transition-duration:0.2s;transition-duration:0.2s;-webkit-transition-delay:0.15s;-o-transition-delay:0.15s;transition-delay:0.15s}.header .last-section .header-sublist{left:calc(-100% - 15px);right:auto}.header .header-mob-top{background-color:#ffffff;display:grid;grid-template-columns:4fr 8fr;padding:13px 9px;height:4.0625rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.header .header-mob-top{height:5.625rem}}.header .header-mob-top .header__wrapper-slogan-burger{margin:0 10px;font-size:14px;color:#014A94;font-weight:500}@media screen and (max-width: 560px){.header .header-mob-top .header__wrapper-slogan-burger{font-size:14px}}.header .header-mob-middle{padding:20px;text-align:right;background-color:#014A94}.header .header-mob-middle .btn-login{color:#ffffff}@media screen and (max-width: 1200px){.header .header-mob-middle .btn-login{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:1.875rem auto 0;width:14.0625rem}.header .header-mob-middle .btn-login .icon{margin-right:10px}}.header .header-mob-middle .link-mob-email{letter-spacing:0.15px;font-size:18px;color:#FFFFFF;width:9.375rem;display:block;margin:18px auto auto}.header .header-mob-middle .link-mob-phone{color:#ffffff;margin:23px auto 0;font-weight:500;font-size:22px;display:block;width:200px;border-bottom:1px dashed #FFFFFF}.header .header-mob-cross{position:relative;height:35px;width:35px;display:inline-block;cursor:pointer}.header .header-mob-cross>span{height:3px;background:#ffffff;width:34px;right:0;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;position:absolute}.header .header-mob{position:fixed;width:100%;height:100%;overflow-y:auto;top:0;z-index:30;background:#0f192a;-webkit-transition:.25s ease-out;-o-transition:.25s ease-out;transition:.25s ease-out;display:none;left:160%}.header .header-mob__list.lvl1,.header .header-mob__list.lvl2{overflow:hidden;line-height:0;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;font-weight:600;height:0;color:#908385;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.header .header-mob__list.lvl1>.header-mob__list-point{border-bottom:1px solid #A0A0A0}@media screen and (max-width: 1200px){.header .header-mob{display:block}.header .header-mob.menu-open{left:0}}.header .header-mob__wrap-links{display:grid;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;grid-template-columns:100px 100px;margin-top:30px}.header .header-mob__wrapper-soc{margin-top:30px;display:grid;grid-template-columns:repeat(5, 30px);grid-column-gap:25px;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}@media screen and (max-width: 1200px){.header .header-mob__wrapper-soc .soc-vk:before{background:url(/static/images/parts/icon/icon-vk-blue.svg) no-repeat center}.header .header-mob__wrapper-soc .soc-vk{background:url(/static/images/parts/icon/icon-vk-blue.svg) no-repeat center}}.header .header-mob__wrapper-search{margin-bottom:25px}.header .header-mob__wrapper-contacts{margin-bottom:30px}.header .header-mob__wrapper-login{color:#000000}.header .header-mob__point{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.header .header-mob__point.btn-open .header-mob__list.lvl1{line-height:22px;height:auto;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.header .header-mob__list-point.btn-open>.header-mob__li-text>.header-mob__link{color:#FE842B}.header .header-mob__list-point.btn-open>.header-mob__li-text>.header-mob__list.lvl2{line-height:22px;height:auto;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.header .header-mob .point-accordion.lvl0>.header-mob__border-link .header-mob__arrow,.header .header-mob .point-accordion.lvl1>.header-mob__li-text .header-mob__arrow{width:25px;display:inline-block;margin-left:5px;cursor:pointer}.header .header-mob .point-accordion.lvl0>.header-mob__border-link .header-mob__arrow:after,.header .header-mob .point-accordion.lvl1>.header-mob__li-text .header-mob__arrow:after{content:'';border:5px solid transparent;border-bottom:5px solid #014A94;-webkit-transform:translateY(0%) rotate(180deg);-ms-transform:translateY(0%) rotate(180deg);transform:translateY(0%) rotate(180deg);width:0;height:0;display:inline-block;margin-bottom:-3px;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s}.header .header-mob .point-accordion.btn-open.lvl1>.header-mob__li-text .header-mob__arrow:after{border-bottom-color:#FE842B}.header .header-mob .point-accordion.btn-open.lvl0>.header-mob__border-link .header-mob__arrow:after,.header .header-mob .point-accordion.btn-open.lvl1>.header-mob__li-text .header-mob__arrow:after{margin-bottom:2px;-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg)}.header .header-mob__link{color:#000000;font-weight:500;font-size:16px;display:inline-block;position:relative;padding:15px 0}.header .header-mob__link.lvl1{text-transform:uppercase;font-weight:400}.header .header-mob__link.lvl2{font-weight:400}.header .header-mob .header-mob__border-link{border:1px solid transparent;border-radius:4px}.header .header-mob .btn-open .header-mob__border-link{border-color:#014A94}.header .header-mob .btn-open>.header-mob__link{color:#014A94;border-color:#014A94}.header .header-mob .btn-login{border:1px solid #FE842B;background-color:#FE842B}.header .header-mob .input-search{border-bottom:1px dashed #737687}.header .header-mob .input-search::-webkit-input-placeholder{text-shadow:none}.header .header-mob .input-search::-moz-placeholder{text-shadow:none}.header .header-mob .input-search::-ms-input-placeholder{text-shadow:none}.header .header-mob .input-search::placeholder{text-shadow:none}.header .header-mob-main{background-color:#ffffff;width:100%;padding:40px 20px;text-align:right}.header .cross-left{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:-8px;margin-top:25px}.header .cross-right{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:10px;margin-top:7px}.footer{display:block;position:relative;padding:5rem 0 1.875rem;height:inherit;background:#002245;background-size:cover;z-index:35;color:#F2F2F2;font-size:.875rem}@media screen and (max-width: 768px){.footer{margin-left:50px}}.link-top{height:2.875rem;width:2.875rem;border:1px solid #A7AABC;position:absolute;border-radius:50%;right:0;top:0;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;opacity:0}.link-top:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(-135deg);-ms-transform:translateY(0%) rotate(-135deg);transform:translateY(0%) rotate(-135deg);border-bottom:solid 1px #A7AABC;border-right:solid 1px #A7AABC;top:calc(50% - 3px);right:calc(50% - 3px);position:absolute}.link-top:hover{background-color:#ffffff}.link-top:hover:after{border-bottom:solid 1px #002245;border-right:solid 1px #002245}.link-top.is-active{opacity:1}@media screen and (max-width: 960px){.link-top{display:none}}.link-top--mobile{display:block;position:fixed;bottom:50px;right:30px;background-color:#fff;z-index:999;top:auto;border-color:#e2e2e2}.footer-content{padding-bottom:5rem;position:relative}.footer-content-logo{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(33.33333% - 40px)}@media screen and (max-width: 768px){.footer-content-logo{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.footer-content-logo{width:calc(83.33333% - 40px)}}@media screen and (max-width: 1200px){.footer-content-logo{margin-left:calc(8.33333% + 20px)}}@media screen and (max-width: 1200px){.footer-content-logo{margin-right:calc(8.33333% + 20px)}}@media screen and (max-width: 768px){.footer-content-logo{width:calc(100% - 20px)}}@media screen and (max-width: 768px){.footer-content-logo{margin-left:calc(0% + 10px)}}@media screen and (max-width: 768px){.footer-content-logo{margin-right:calc(0% + 10px)}}.footer-content-logo__wrapper-logo{display:grid;grid-template-columns:11.25rem 1fr}@media screen and (max-width: 768px){.footer-content-logo__wrapper-logo{margin-bottom:20px}}.footer-content-logo__wrapper-logo-text{padding-left:3.4375rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:20px}@media screen and (max-width: 1200px){.footer-content-logo__wrapper-logo-text{-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal;padding-left:4.6875rem}}@media screen and (max-width: 560px){.footer-content-logo__wrapper-logo-text{padding-left:1.25rem}}.footer-content-logo__logo img{width:100%}.footer-content-logo__wrapper-descr a,.footer-content-logo__wrapper-descr ul{color:#8597C5}.footer-content-logo__wrapper-descr span{display:block}@media screen and (max-width: 768px){.footer-content-logo__wrapper-descr{display:none}}.footer-content-logo__wrapper-descr li:not(:last-child){margin-bottom:1.5625rem}.footer-content-logo__assoc{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:205px auto}.footer-content-logo__assoc a{margin-left:1.25rem}.footer-content-logo__soc a{margin-left:.625rem}.footer-content-list{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(33.33333% - 40px)}@media screen and (max-width: 768px){.footer-content-list{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.footer-content-list{width:calc(83.33333% - 40px)}}@media screen and (max-width: 1200px){.footer-content-list{margin-left:calc(8.33333% + 20px)}}@media screen and (max-width: 1200px){.footer-content-list{margin-right:calc(8.33333% + 20px)}}@media screen and (max-width: 560px){.footer-content-list{width:calc(100% - 20px)}}@media screen and (max-width: 560px){.footer-content-list{margin-left:calc(0% + 10px)}}@media screen and (max-width: 560px){.footer-content-list{margin-right:calc(0% + 10px)}}@media screen and (max-width: 768px){.footer-content-list{display:none}}.footer-content-list__wrapper-list ul.root{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:5.875rem}@media screen and (max-width: 1200px){.footer-content-list__wrapper-list ul.root{margin-top:3.75rem}}@media screen and (max-width: 768px){.footer-content-list__wrapper-list ul.root{display:block;max-height:none}}.footer-content-list__wrapper-list ul.root li.root{-ms-flex-preferred-size:50%;flex-basis:50%;margin-bottom:1.5625rem}.footer-content-list__wrapper-list ul.root li.root a.root{color:#ffffff}.footer-content-list__wrapper-list ul.root li.root.dropper{position:relative}.footer-content-list__wrapper-list ul.root li.root.dropper a.root{position:relative;z-index:0}.footer-content-list__wrapper-list ul.root li.root.dropper a.root:after{width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-top:5px solid #A7AABD;content:'';position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:-15px;z-index:0}.footer-content-list__wrapper-list ul.root li.root:hover ul.child{opacity:1;pointer-events:auto}.footer-content-list__wrapper-list ul.root li.root ul.child{min-width:200px;opacity:0;pointer-events:none;position:absolute;background:#fff;z-index:22;border-radius:5px;padding:5px 8px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 768px){.footer-content-list__wrapper-list ul.root li.root ul.child{display:none}}.footer-content-list__wrapper-list ul.root li.root ul.child li.child{margin-bottom:5px}.footer-content-list__wrapper-bottom{display:grid;grid-template-columns:1fr 1fr;grid-gap:1.0625rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 560px){.footer-content-list__wrapper-bottom{display:block;padding-top:1.875rem;border-top:.0625rem solid #003163}}.footer-content-list__wrapper-bottom div{height:3.125rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.footer-content-list__pay a{margin-left:1.875rem}.footer-content-list__pay a img{width:6.25rem;margin-bottom:.5rem}.footer-content-list__map a{margin-left:1.875rem}.footer-mob-menu{display:none;position:relative}@media screen and (max-width: 768px){.footer-mob-menu{display:block;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.footer-mob-menu:before,.footer-mob-menu:after{content:'';background:#003163;height:1px;width:100vw;left:0;position:absolute}.footer-mob-menu:before{top:0}.footer-mob-menu:after{bottom:0}.wrapper-burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.burger,.burger-text{display:inline-block}.burger-text{text-transform:uppercase;font-size:18px}.footer-content-form{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(33.33333% - 40px);margin-top:3.125rem}@media screen and (max-width: 768px){.footer-content-form{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.footer-content-form{width:calc(83.33333% - 40px)}}@media screen and (max-width: 1200px){.footer-content-form{margin-left:calc(8.33333% + 20px)}}@media screen and (max-width: 1200px){.footer-content-form{margin-right:calc(8.33333% + 20px)}}@media screen and (max-width: 768px){.footer-content-form{width:calc(100% - 20px)}}@media screen and (max-width: 768px){.footer-content-form{margin-left:calc(0% + 10px)}}@media screen and (max-width: 768px){.footer-content-form{margin-right:calc(0% + 10px)}}@media screen and (max-width: 1200px){.footer-content-form{margin-top:3.75rem}}.footer-content-form__title{font-size:1.125rem;text-transform:uppercase;margin:0 0 1.875rem}@media screen and (max-width: 1200px){.footer-content-form__input-text{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:2.625rem;grid-row-gap:1.1875rem}}@media screen and (max-width: 768px){.footer-content-form__input-text{grid-template-columns:1fr;grid-row-gap:.625rem}}.footer-content-form input[type='text'],.footer-content-form textarea{display:block;width:19.6875rem;padding:1.125rem 1.0625rem .6875rem;margin-bottom:.625rem;border-radius:.375rem;background:#EFEFEF}@media screen and (max-width: 1200px){.footer-content-form input[type='text'],.footer-content-form textarea{width:100%;height:50px}}.footer-content-form input[type='text']::-webkit-input-placeholder,.footer-content-form textarea::-webkit-input-placeholder{color:#9698A5}.footer-content-form input[type='text']::-moz-placeholder,.footer-content-form textarea::-moz-placeholder{color:#9698A5}.footer-content-form input[type='text']::-ms-input-placeholder,.footer-content-form textarea::-ms-input-placeholder{color:#9698A5}.footer-content-form input[type='text']::placeholder,.footer-content-form textarea::placeholder{color:#9698A5}.footer-content-form__btn{background-color:#014A94;border-color:#014A94;padding:1.25rem 3.75rem 1.0625rem;border-radius:4.1875rem;font-size:.75rem;text-transform:uppercase;color:#ffffff;margin-top:.75rem;cursor:pointer;border:none}@media screen and (max-width: 768px){.footer-content-form__btn{width:100%}}.footer-content-line{height:.0625rem;bottom:4.375rem;right:0;position:absolute;background:#003163;width:100%}@media screen and (max-width: 1200px){.footer-content-line{bottom:3.125rem}}.success-form-holder{display:none;position:absolute;top:0;min-height:100%;border-radius:15px;text-align:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:20px;border:2px solid #3578E5;color:black;width:315px;background:#E5E5E5}.success-form-holder p{margin-bottom:20px}.form-field.text{margin-bottom:15px}.policy{max-width:315px}.policy .form-field.agree{width:315px}.policy #FeedbackForm_agree{-ms-flex-negative:0;flex-shrink:0}form{position:relative}.success .success-form-holder{display:-webkit-box;display:-ms-flexbox;display:flex}.footer-signature{font-size:.75rem;padding-top:1.875rem}.footer-signature__left{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.footer-signature__left{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.footer-signature__left{width:calc(83.33333% - 40px)}}@media screen and (max-width: 1200px){.footer-signature__left{margin-left:calc(8.33333% + 20px)}}@media screen and (max-width: 1200px){.footer-signature__left{margin-right:calc(8.33333% + 20px)}}@media screen and (max-width: 1200px){.footer-signature__left{text-align:center}}.footer-signature__right{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(33.33333% - 40px);text-align:right}@media screen and (max-width: 768px){.footer-signature__right{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.footer-signature__right{width:calc(83.33333% - 40px)}}@media screen and (max-width: 1200px){.footer-signature__right{margin-left:calc(8.33333% + 20px)}}@media screen and (max-width: 1200px){.footer-signature__right{margin-right:calc(8.33333% + 20px)}}@media screen and (max-width: 1200px){.footer-signature__right{text-align:center;margin-top:.3125rem}}.footer-signature__right a{color:#B4BACA;text-decoration:underline}@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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0px, 0, 0);transform:translate3d(0px, 0, 0)}.swiper-container-multirow>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform, -webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height, -webkit-transform;transition-property:height, -webkit-transform;-o-transition-property:transform, height;transition-property:transform, height;transition-property:transform, height, -webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear, right top, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-o-linear-gradient(right, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to left, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear, left top, right top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-o-linear-gradient(left, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to right, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-o-linear-gradient(bottom, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to top, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.5)), to(rgba(0,0,0,0)));background-image:-o-linear-gradient(top, rgba(0,0,0,0.5), rgba(0,0,0,0));background-image:linear-gradient(to bottom, rgba(0,0,0,0.5), rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:50%;width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(-1 * var(--swiper-navigation-size) / 2);z-index:10;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;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:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;text-transform:none;font-variant:initial}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-prev.swiper-button-white,.swiper-button-next.swiper-button-white{--swiper-navigation-color: #ffffff}.swiper-button-prev.swiper-button-black,.swiper-button-next.swiper-button-black{--swiper-navigation-color: #000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:300ms opacity;-o-transition:300ms opacity;transition:300ms opacity;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal>.swiper-pagination-bullets{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(0.66);-ms-transform:scale(0.66);transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(0.33);-ms-transform:scale(0.33);transform:scale(0.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:0.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0px, -50%, 0);transform:translate3d(0px, -50%, 0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:200ms top, 200ms -webkit-transform;transition:200ms top, 200ms -webkit-transform;-o-transition:200ms transform, 200ms top;transition:200ms transform, 200ms top;transition:200ms transform, 200ms top, 200ms -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms left, 200ms -webkit-transform;transition:200ms left, 200ms -webkit-transform;-o-transition:200ms transform, 200ms left;transition:200ms transform, 200ms left;transition:200ms transform, 200ms left, 200ms -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:200ms right, 200ms -webkit-transform;transition:200ms right, 200ms -webkit-transform;-o-transition:200ms transform, 200ms right;transition:200ms transform, 200ms right;transition:200ms transform, 200ms right, 200ms -webkit-transform}.swiper-pagination-progressbar{background: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%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progressbar,.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color: #ffffff}.swiper-pagination-black{--swiper-pagination-color: #000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,0.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,0.5);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:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;-webkit-box-sizing:border-box;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:0.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.left-bar-crew .crew-form-text{font-size:14px;margin-bottom:30px}@media screen and (max-width: 1200px){.left-bar-crew .crew-form-text{text-align:center}}@media screen and (max-width: 768px){.left-bar-crew .crew-form-text{text-align:left}}.left-bar-delta{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px);margin-right:calc(8.33333% + 20px)}@media screen and (max-width: 768px){.left-bar-delta{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.left-bar-delta{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.left-bar-delta{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.left-bar-delta{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.left-bar-delta{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 1200px){.left-bar-delta__form-title{text-align:center}}.left-bar-delta__nav-list{margin:0}.left-bar-delta__nav-list-point:not(:first-child):not(:last-child){margin:.625rem 0}.left-bar-delta__nav-list-point{padding:.8125rem 1.0625rem;border:1px solid transparent}.left-bar-delta__nav-list-point:hover,.left-bar-delta__nav-list-point.select{border:1px solid #FE842B;border-radius:6px}.left-bar-delta__nav-list-point:hover .left-bar-delta__nav-list-link,.left-bar-delta__nav-list-point.select .left-bar-delta__nav-list-link{color:#FE842B;font-weight:700}.left-bar-delta__nav-list-link{text-transform:uppercase;border:1px solid rgba(0,0,0,0);color:#5F91C5;display:block}.left-bar-delta__btn{margin-top:30px}.certific-left-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px);margin-right:calc(8.33333% + 20px)}@media screen and (max-width: 768px){.certific-left-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.certific-left-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.certific-left-bar{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.certific-left-bar{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.certific-left-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 1200px){.certific-left-bar__form-title{text-align:center}}.certific-left-bar__nav-list{margin:0}.certific-left-bar__nav-list-point{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.certific-left-bar__nav-list-point:not(:first-child){margin:1.875rem 0}.certific-left-bar__nav-list-point:last-child{margin-bottom:0}.certific-left-bar__nav-list-link{text-transform:uppercase;color:#5F91C5;position:relative;padding-right:15px;display:inline-block;-webkit-transition:all 0.5s linear;-o-transition:all 0.5s linear;transition:all 0.5s linear}.certific-left-bar__nav-list-link:before{-webkit-transition:border-color 0.5s linear;-o-transition:border-color 0.5s linear;transition:border-color 0.5s linear;position:absolute;left:-17px;right:0;top:-10px;bottom:-10px;content:'';border:1px solid rgba(0,0,0,0);pointer-events:none;border-radius:6px}.certific-left-bar__nav-list-link:hover,.certific-left-bar__nav-list-link.select{color:#FE842B}.certific-left-bar__nav-list-link:hover:before,.certific-left-bar__nav-list-link.select:before{border-color:#FE842B}.certific-left-bar__nav-list-link.select{font-weight:700}.certific-left-bar__nav-list-link.has-children:hover,.certific-left-bar__nav-list-link.has-children.select{color:#014A94;font-weight:bold}.certific-left-bar__nav-list-link.has-children:hover:before,.certific-left-bar__nav-list-link.has-children.select:before{display:none}.certific-left-bar__nav-list-link.has-children:after{content:'';width:0;position:absolute;right:0;height:0;top:calc(50% - 3px);border-style:solid;border-width:6px 4.5px 0 4.5px;border-color:#014A94 transparent transparent transparent;-webkit-transition:.1s;-o-transition:.1s;transition:.1s}.selected .certific-left-bar__nav-list-link.has-children:after{border-color:#FE842B transparent transparent transparent}.is-open .certific-left-bar__nav-list-link:after{-webkit-transform:translateY(0%) rotate(-180deg);-ms-transform:translateY(0%) rotate(-180deg);transform:translateY(0%) rotate(-180deg)}.certific-left-bar__wrapper-form{margin-top:60px}.certific-left-bar__form{margin-top:30px}@media screen and (max-width: 1200px){.certific-left-bar__form{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 768px){.certific-left-bar__form{display:block}}.certific-left-bar__form .level_specialist{margin-top:-10px}.certific-left-bar .btn-orange{font-weight:500;letter-spacing:0.75px;font-size:12px}@media screen and (max-width: 1200px){.certific-left-bar .btn-orange{grid-column:1/3;width:33.3%;margin:20px auto 0}}@media screen and (max-width: 768px){.certific-left-bar .btn-orange{width:100%}}.certific-left-bar__input,.certific-left-bar__select{border:1px solid #A7AABC;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:17px 17px 10px;width:100%;margin-bottom:10px}.certific-left-bar__input::-webkit-input-placeholder,.certific-left-bar__select::-webkit-input-placeholder{color:#737687}.certific-left-bar__input::-moz-placeholder,.certific-left-bar__select::-moz-placeholder{color:#737687}.certific-left-bar__input::-ms-input-placeholder,.certific-left-bar__select::-ms-input-placeholder{color:#737687}.certific-left-bar__input::placeholder,.certific-left-bar__select::placeholder{color:#737687}.certific-left-bar__select{background:transparent}.certific-left-bar__container-select{position:relative;border:1px solid #A7AABC;border-radius:6px;margin-bottom:1.875rem}@media screen and (max-width: 1200px){.certific-left-bar__container-select{margin-bottom:.625rem}}.certific-left-bar__container-select select{display:none}.certific-left-bar .select-selected{border:1px solid #A7AABC;background-color:#ffffff}@media screen and (max-width: 1200px){.certific-left-bar .select-selected{height:100%}}.certific-left-bar .select-selected:after{position:absolute;content:"";top:25px;right:10px;width:0;height:0;border:6px solid #737687;border-color:#737687 transparent transparent transparent}.certific-left-bar .select-selected.select-arrow-active:after{border-color:transparent transparent #737687 transparent;top:19px}.certific-left-bar .select-items div,.certific-left-bar .select-selected{color:#737687;padding:17px 17px 10px;border-color:transparent transparent rgba(0,0,0,0.1) transparent;cursor:pointer;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.certific-left-bar .select-items{position:absolute;background-color:#ffffff;border:1px solid #737687;top:100%;left:0;right:0;z-index:99;border-radius:6px}.certific-left-bar .select-hide{display:none}.certific-left-bar .select-items div:hover,.certific-left-bar .same-as-selected{background-color:rgba(0,0,0,0.1)}.certific-left-bar__wrapper-social{margin:50px 0}.certific-left-bar__soc-link{color:#000000;margin-left:50px;position:relative}.certific-left-bar__soc-link:after{bottom:-10px}.certific-left-bar__sub-menu{overflow:hidden;line-height:0;display:grid;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;font-weight:600;color:#908385;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.certific-left-bar__sub-menu .link{color:#5F91C5;font-weight:400;font-size:14px}.is-open .certific-left-bar__sub-menu{line-height:20px;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.is-open .certific-left-bar__sub-menu .sub-menu-point{margin:12px 0px 12px 20px}.is-open .certific-left-bar__sub-menu .sub-menu-point:first-child{margin-top:30px}.is-open .certific-left-bar__sub-menu .sub-menu-point .link{position:relative}.is-open .certific-left-bar__sub-menu .sub-menu-point .link:before{-webkit-transition:border-color 0.5s linear;-o-transition:border-color 0.5s linear;transition:border-color 0.5s linear;position:absolute;left:-17px;right:-17px;top:-10px;bottom:-10px;content:'';border:1px solid rgba(0,0,0,0);pointer-events:none;border-radius:6px}.is-open .certific-left-bar__sub-menu .sub-menu-point .link:hover,.is-open .certific-left-bar__sub-menu .sub-menu-point .link.select{color:#FE842B}.is-open .certific-left-bar__sub-menu .sub-menu-point .link:hover:before,.is-open .certific-left-bar__sub-menu .sub-menu-point .link.select:before{border-color:#FE842B}.is-open .certific-left-bar__sub-menu .sub-menu-point .link.select{font-weight:700}.certific-left-bar .share:before{content:'';height:30px;width:30px;background:url(/static/images/pages/map/map/svg/share.svg) no-repeat center center;position:absolute;left:-43px;top:0}.certific-left-bar .print:before{content:'';height:30px;width:30px;position:absolute;background:url(/static/images/pages/map/map/svg/printer.svg) no-repeat center center;left:-43px;top:0}.certific-left-bar__nav{border-top:1px solid #A7AABC;border-bottom:1px solid #A7AABC;padding:2.5rem 0}@media screen and (max-width: 1200px){.certific-left-bar__nav{display:none}}.certific-left-bar__wrap-soc-btn{display:grid;grid-template-columns:120px 120px;grid-column-gap:20px;margin-top:50px;text-align:center}@media screen and (max-width: 560px){.certific-left-bar__wrap-soc-btn{grid-template-columns:120px;grid-row-gap:20px}}.certific-left-bar__form-span{display:block}@media screen and (max-width: 1200px){.certific-left-bar__form-span{display:inline-block}}@media screen and (max-width: 1200px){.certific-left-bar__wrap-link{display:inline-block;width:50%}}.certific-left-bar__wrap-link.share{margin-top:30px}@media screen and (max-width: 768px){.certific-left-bar__wrap-link{width:auto}}.certific-left-bar__wrap-link.b-lg{display:none}@media screen and (max-width: 1200px){.certific-left-bar__wrap-link.b-lg{display:inline}}@media screen and (max-width: 768px){.certific-left-bar__wrap-link.b-lg{display:none}}@media screen and (max-width: 1200px){.certific-left-bar__wrap-link.b-lg-none{display:none}}@media screen and (max-width: 768px){.certific-left-bar__wrap-link.b-lg-none{display:block}}.certific-left-bar__wrap-link:last-child{margin-top:60px}.certific-left-bar__btn-fb{background:#3578E5 url(/static/images/pages/map/map/svg/fb.svg) no-repeat 22% 48%;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.certific-left-bar__btn-twitter{background:#1DA1F2 url(/static/images/pages/map/map/svg/twitter.svg) no-repeat 12% 50%;background-size:18px;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.memb-left-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px);margin-right:calc(8.33333% + 20px)}@media screen and (max-width: 768px){.memb-left-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.memb-left-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.memb-left-bar{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.memb-left-bar{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.memb-left-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 1200px){.memb-left-bar__form-title{text-align:center}}.memb-left-bar__nav-list{margin:0}.memb-left-bar__nav-list-point:not(:first-child):not(:last-child){margin:1.875rem 0}.memb-left-bar__nav-list-link{text-transform:uppercase;padding:.8125rem 1.0625rem;border:1px solid rgba(0,0,0,0);color:#5F91C5}.memb-left-bar__nav-list-link:hover{color:#FE842B;border:1px solid #FE842B;border-radius:6px;font-weight:700}.memb-left-bar__nav-list-link.select{color:#FE842B;border:1px solid #FE842B;border-radius:6px;font-weight:700}.memb-left-bar__wrapper-form{margin-top:60px}.memb-left-bar__form{margin-top:30px}@media screen and (max-width: 1200px){.memb-left-bar__form{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 768px){.memb-left-bar__form{display:block}}.memb-left-bar .btn-orange{font-weight:500;letter-spacing:0.75px;font-size:12px}@media screen and (max-width: 1200px){.memb-left-bar .btn-orange{grid-column:1/3;width:33.3%;margin:20px auto 0}}@media screen and (max-width: 768px){.memb-left-bar .btn-orange{width:100%}}.memb-left-bar__input,.memb-left-bar__select{border:1px solid #A7AABC;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:17px 17px 10px;width:100%;margin-bottom:10px}.memb-left-bar__input::-webkit-input-placeholder,.memb-left-bar__select::-webkit-input-placeholder{color:#737687}.memb-left-bar__input::-moz-placeholder,.memb-left-bar__select::-moz-placeholder{color:#737687}.memb-left-bar__input::-ms-input-placeholder,.memb-left-bar__select::-ms-input-placeholder{color:#737687}.memb-left-bar__input::placeholder,.memb-left-bar__select::placeholder{color:#737687}.memb-left-bar__select{background:transparent}.memb-left-bar__container-select{position:relative;border:1px solid #A7AABC;border-radius:6px;margin-bottom:1.875rem}@media screen and (max-width: 1200px){.memb-left-bar__container-select{margin-bottom:.625rem}}.memb-left-bar__container-select select{display:none}.memb-left-bar .select-selected{border:1px solid #A7AABC;background-color:#ffffff}@media screen and (max-width: 1200px){.memb-left-bar .select-selected{height:100%}}.memb-left-bar .select-selected:after{position:absolute;content:"";top:25px;right:10px;width:0;height:0;border:6px solid #737687;border-color:#737687 transparent transparent transparent}.memb-left-bar .select-selected.select-arrow-active:after{border-color:transparent transparent #737687 transparent;top:19px}.memb-left-bar .select-items div,.memb-left-bar .select-selected{color:#737687;padding:17px 17px 10px;border-color:transparent transparent rgba(0,0,0,0.1) transparent;cursor:pointer;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.memb-left-bar .select-items{position:absolute;background-color:#ffffff;border:1px solid #737687;top:100%;left:0;right:0;z-index:99;border-radius:6px}.memb-left-bar .select-hide{display:none}.memb-left-bar .select-items div:hover,.memb-left-bar .same-as-selected{background-color:rgba(0,0,0,0.1)}.memb-left-bar__wrapper-social{margin:50px 0}.memb-left-bar__soc-link{color:#000000;margin-left:50px;position:relative}.memb-left-bar__soc-link:after{bottom:-10px}.memb-left-bar .share:before{content:'';height:30px;width:30px;background:url(/static/images/pages/map/map/svg/share.svg) no-repeat center center;position:absolute;left:-43px;top:0}.memb-left-bar .print:before{content:'';height:30px;width:30px;position:absolute;background:url(/static/images/pages/map/map/svg/printer.svg) no-repeat center center;left:-43px;top:0}.memb-left-bar__nav{border-top:1px solid #A7AABC;border-bottom:1px solid #A7AABC;padding:2.5rem 0}@media screen and (max-width: 1200px){.memb-left-bar__nav{display:none}}.memb-left-bar__wrap-soc-btn{display:grid;grid-template-columns:120px 120px;grid-column-gap:20px;margin-top:50px;text-align:center}@media screen and (max-width: 560px){.memb-left-bar__wrap-soc-btn{grid-template-columns:120px;grid-row-gap:20px}}@media screen and (max-width: 1200px){.memb-left-bar__wrap-link{display:inline-block;width:50%}}.memb-left-bar__wrap-link.share{margin-top:30px}@media screen and (max-width: 768px){.memb-left-bar__wrap-link{width:auto}}.memb-left-bar__wrap-link.b-lg{display:none}@media screen and (max-width: 1200px){.memb-left-bar__wrap-link.b-lg{display:inline}}@media screen and (max-width: 768px){.memb-left-bar__wrap-link.b-lg{display:none}}@media screen and (max-width: 1200px){.memb-left-bar__wrap-link.b-lg-none{display:none}}@media screen and (max-width: 768px){.memb-left-bar__wrap-link.b-lg-none{display:block}}.memb-left-bar__wrap-link:last-child{margin-top:60px}.memb-left-bar__btn-fb{background:#3578E5 url(/static/images/pages/map/map/svg/fb.svg) no-repeat 22% 48%;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.memb-left-bar__btn-twitter{background:#1DA1F2 url(/static/images/pages/map/map/svg/twitter.svg) no-repeat 12% 50%;background-size:18px;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.accred-left-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px);margin-right:calc(8.33333% + 20px)}@media screen and (max-width: 768px){.accred-left-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.accred-left-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.accred-left-bar{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.accred-left-bar{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.accred-left-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 1200px){.accred-left-bar__form-title{text-align:center}}.accred-left-bar__nav-list{margin:0}.accred-left-bar__nav-list-point{border:1px solid rgba(0,0,0,0);padding:.8125rem 1.0625rem}.accred-left-bar__nav-list-point:hover,.accred-left-bar__nav-list-point.select{border:1px solid #FE842B;border-radius:6px;font-weight:700}.accred-left-bar__nav-list-point:hover .accred-left-bar__nav-list-link,.accred-left-bar__nav-list-point.select .accred-left-bar__nav-list-link{color:#FE842B}.accred-left-bar__nav-list-link{text-transform:uppercase;color:#5F91C5}.accred-left-bar__wrapper-form{margin-top:60px}.accred-left-bar__form{margin-top:30px}@media screen and (max-width: 1200px){.accred-left-bar__form{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 768px){.accred-left-bar__form{display:block}}.accred-left-bar .btn-orange{font-weight:500;letter-spacing:0.75px;font-size:12px}@media screen and (max-width: 1200px){.accred-left-bar .btn-orange{grid-column:1/3;width:33.3%;margin:20px auto 0}}@media screen and (max-width: 768px){.accred-left-bar .btn-orange{width:100%}}.accred-left-bar__input,.accred-left-bar__select{border:1px solid #A7AABC;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:17px 17px 10px;width:100%;margin-bottom:10px}.accred-left-bar__input::-webkit-input-placeholder,.accred-left-bar__select::-webkit-input-placeholder{color:#737687}.accred-left-bar__input::-moz-placeholder,.accred-left-bar__select::-moz-placeholder{color:#737687}.accred-left-bar__input::-ms-input-placeholder,.accred-left-bar__select::-ms-input-placeholder{color:#737687}.accred-left-bar__input::placeholder,.accred-left-bar__select::placeholder{color:#737687}.accred-left-bar__select{background:transparent}.accred-left-bar__container-select{position:relative;border:1px solid #A7AABC;border-radius:6px;margin-bottom:1.875rem}@media screen and (max-width: 1200px){.accred-left-bar__container-select{margin-bottom:.625rem}}.accred-left-bar__container-select select{display:none}.accred-left-bar .select-selected{border:1px solid #A7AABC;background-color:#ffffff}@media screen and (max-width: 1200px){.accred-left-bar .select-selected{height:100%}}.accred-left-bar .select-selected:after{position:absolute;content:"";top:25px;right:10px;width:0;height:0;border:6px solid #737687;border-color:#737687 transparent transparent transparent}.accred-left-bar .select-selected.select-arrow-active:after{border-color:transparent transparent #737687 transparent;top:19px}.accred-left-bar .select-items div,.accred-left-bar .select-selected{color:#737687;padding:17px 17px 10px;border-color:transparent transparent rgba(0,0,0,0.1) transparent;cursor:pointer;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.accred-left-bar .select-items{position:absolute;background-color:#ffffff;border:1px solid #737687;top:100%;left:0;right:0;z-index:99;border-radius:6px}.accred-left-bar .select-hide{display:none}.accred-left-bar .select-items div:hover,.accred-left-bar .same-as-selected{background-color:rgba(0,0,0,0.1)}.accred-left-bar__wrapper-social{margin:50px 0}.accred-left-bar__soc-link{color:#000000;margin-left:50px;position:relative}.accred-left-bar__soc-link:after{bottom:-10px}.accred-left-bar .share:before{content:'';height:30px;width:30px;background:url(/static/images/pages/map/map/svg/share.svg) no-repeat center center;position:absolute;left:-43px;top:0}.accred-left-bar .print:before{content:'';height:30px;width:30px;position:absolute;background:url(/static/images/pages/map/map/svg/printer.svg) no-repeat center center;left:-43px;top:0}.accred-left-bar__nav{border-top:1px solid #A7AABC;border-bottom:1px solid #A7AABC;padding:2.5rem 0}@media screen and (max-width: 1200px){.accred-left-bar__nav{display:none}}.accred-left-bar__wrap-soc-btn{display:grid;grid-template-columns:120px 120px;grid-column-gap:20px;margin-top:50px;text-align:center}@media screen and (max-width: 560px){.accred-left-bar__wrap-soc-btn{grid-template-columns:120px;grid-row-gap:20px}}@media screen and (max-width: 1200px){.accred-left-bar__wrap-link{display:inline-block;width:50%}}.accred-left-bar__wrap-link.share{margin-top:30px}@media screen and (max-width: 768px){.accred-left-bar__wrap-link{width:auto}}.accred-left-bar__wrap-link.b-lg{display:none}@media screen and (max-width: 1200px){.accred-left-bar__wrap-link.b-lg{display:inline}}@media screen and (max-width: 768px){.accred-left-bar__wrap-link.b-lg{display:none}}@media screen and (max-width: 1200px){.accred-left-bar__wrap-link.b-lg-none{display:none}}@media screen and (max-width: 768px){.accred-left-bar__wrap-link.b-lg-none{display:block}}.accred-left-bar__wrap-link:last-child{margin-top:60px}.accred-left-bar__btn-fb{background:#3578E5 url(/static/images/pages/map/map/svg/fb.svg) no-repeat 22% 48%;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.accred-left-bar__btn-twitter{background:#1DA1F2 url(/static/images/pages/map/map/svg/twitter.svg) no-repeat 12% 50%;background-size:18px;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.project-left-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px);margin-right:calc(8.33333% + 20px)}@media screen and (max-width: 768px){.project-left-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.project-left-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.project-left-bar{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.project-left-bar{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.project-left-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 1200px){.project-left-bar__form-title{text-align:center}}.project-left-bar__nav-list{margin:0}.project-left-bar__nav-list-point{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.project-left-bar__nav-list-point:not(:first-child):not(:last-child){margin:1.875rem 0}.project-left-bar__nav-list-link{text-transform:uppercase;border:1px solid rgba(0,0,0,0);color:#5F91C5;position:relative;display:block}.project-left-bar__nav-list-link:after{content:'';width:0;position:absolute;right:0;height:0;top:calc(50% - 3px);border-style:solid;border-width:6px 4.5px 0 4.5px;border-color:#014A94 transparent transparent transparent;-webkit-transition:.1s;-o-transition:.1s;transition:.1s}.selected .project-left-bar__nav-list-link{font-weight:700}.selected .project-left-bar__nav-list-link:after{border-color:#FE842B transparent transparent transparent}.is-open .project-left-bar__nav-list-link:after{-webkit-transform:translateY(0%) rotate(-180deg);-ms-transform:translateY(0%) rotate(-180deg);transform:translateY(0%) rotate(-180deg)}.project-left-bar__wrapper-form{margin-top:60px}.project-left-bar .btn-orange{margin-top:1.25rem}.project-left-bar__form{margin-top:30px}@media screen and (max-width: 1200px){.project-left-bar__form{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 768px){.project-left-bar__form{display:block}}.project-left-bar .btn-orange{font-weight:500;letter-spacing:0.75px;font-size:12px}@media screen and (max-width: 1200px){.project-left-bar .btn-orange{grid-column:1/3;width:33.3%;margin:20px auto 0}}@media screen and (max-width: 768px){.project-left-bar .btn-orange{width:100%}}.project-left-bar__input,.project-left-bar__select{border:1px solid #A7AABC;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:17px 17px 10px;width:100%;margin-bottom:10px}.project-left-bar__input::-webkit-input-placeholder,.project-left-bar__select::-webkit-input-placeholder{color:#737687}.project-left-bar__input::-moz-placeholder,.project-left-bar__select::-moz-placeholder{color:#737687}.project-left-bar__input::-ms-input-placeholder,.project-left-bar__select::-ms-input-placeholder{color:#737687}.project-left-bar__input::placeholder,.project-left-bar__select::placeholder{color:#737687}.project-left-bar__select{background:transparent}.project-left-bar__container-select{position:relative;border:1px solid #A7AABC;border-radius:6px;margin-bottom:1.875rem}@media screen and (max-width: 1200px){.project-left-bar__container-select{margin-bottom:.625rem}}.project-left-bar__container-select select{display:none}.project-left-bar .select-selected{border:1px solid #A7AABC;background-color:#ffffff}@media screen and (max-width: 1200px){.project-left-bar .select-selected{height:100%}}.project-left-bar .select-selected:after{position:absolute;content:"";top:25px;right:10px;width:0;height:0;border:6px solid #737687;border-color:#737687 transparent transparent transparent}.project-left-bar .select-selected.select-arrow-active:after{border-color:transparent transparent #737687 transparent;top:19px}.project-left-bar .select-items div,.project-left-bar .select-selected{color:#737687;padding:17px 17px 10px;border-color:transparent transparent rgba(0,0,0,0.1) transparent;cursor:pointer;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.project-left-bar .select-items{position:absolute;background-color:#ffffff;border:1px solid #737687;top:100%;left:0;right:0;z-index:99;border-radius:6px}.project-left-bar .select-hide{display:none}.project-left-bar .select-items div:hover,.project-left-bar .same-as-selected{background-color:rgba(0,0,0,0.1)}.project-left-bar__wrapper-social{margin:50px 0}.project-left-bar__soc-link{color:#000000;margin-left:50px;position:relative}.project-left-bar__soc-link:after{bottom:-10px}.project-left-bar__sub-menu{overflow:hidden;line-height:0;display:grid;-webkit-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;font-weight:600;color:#908385;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0)}.project-left-bar__sub-menu .link{color:#5F91C5;font-weight:400;font-size:14px}.is-open .project-left-bar__sub-menu{line-height:20px;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.is-open .project-left-bar__sub-menu .sub-menu-point{padding:10px 40px;display:inline-block;border:1px solid transparent;margin:2px 0}.is-open .project-left-bar__sub-menu .sub-menu-point:hover,.is-open .project-left-bar__sub-menu .sub-menu-point.selected{border:1px solid #FE842B;border-radius:6px}.is-open .project-left-bar__sub-menu .sub-menu-point:hover .link,.is-open .project-left-bar__sub-menu .sub-menu-point.selected .link{color:#FE842B;font-weight:700}.project-left-bar .share:before{content:'';height:30px;width:30px;background:url(/static/images/pages/map/map/svg/share.svg) no-repeat center center;position:absolute;left:-43px;top:0}.project-left-bar .print:before{content:'';height:30px;width:30px;position:absolute;background:url(/static/images/pages/map/map/svg/printer.svg) no-repeat center center;left:-43px;top:0}.project-left-bar__nav{border-top:1px solid #A7AABC;border-bottom:1px solid #A7AABC;padding:2.5rem 0}@media screen and (max-width: 1200px){.project-left-bar__nav{display:none}}.project-left-bar__wrap-soc-btn{display:grid;grid-template-columns:120px 120px;grid-column-gap:20px;margin-top:50px;text-align:center}@media screen and (max-width: 560px){.project-left-bar__wrap-soc-btn{grid-template-columns:120px;grid-row-gap:20px}}@media screen and (max-width: 1200px){.project-left-bar__wrap-link{display:inline-block;width:50%}}.project-left-bar__wrap-link.share{margin-top:30px}@media screen and (max-width: 768px){.project-left-bar__wrap-link{width:auto}}.project-left-bar__wrap-link.b-lg{display:none}@media screen and (max-width: 1200px){.project-left-bar__wrap-link.b-lg{display:inline}}@media screen and (max-width: 768px){.project-left-bar__wrap-link.b-lg{display:none}}@media screen and (max-width: 1200px){.project-left-bar__wrap-link.b-lg-none{display:none}}@media screen and (max-width: 768px){.project-left-bar__wrap-link.b-lg-none{display:block}}.project-left-bar__wrap-link:last-child{margin-top:60px}.project-left-bar__btn-fb{background:#3578E5 url(/static/images/pages/map/map/svg/fb.svg) no-repeat 22% 48%;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.project-left-bar__btn-twitter{background:#1DA1F2 url(/static/images/pages/map/map/svg/twitter.svg) no-repeat 12% 50%;background-size:18px;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.left-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px);margin-right:calc(8.33333% + 20px)}@media screen and (max-width: 768px){.left-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.left-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.left-bar{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.left-bar{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.left-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 1200px){.left-bar__form-title{text-align:center}}@media screen and (max-width: 768px){.left-bar__form-title{text-align:left}}.left-bar__nav-list{margin:0}.left-bar__nav-list-point:not(:first-child):not(:last-child){margin:.625rem 0}.left-bar__nav-list-link{text-transform:uppercase;height:100%;padding:.8125rem 1.0625rem;display:block;color:#5F91C5}.left-bar__nav-list-point{border:1px solid transparent}.left-bar__nav-list-point:hover,.left-bar__nav-list-point.select{border:1px solid #FE842B;border-radius:6px}.left-bar__nav-list-point:hover .left-bar__nav-list-link,.left-bar__nav-list-point.select .left-bar__nav-list-link{color:#FE842B;font-weight:700}.left-bar__wrapper-form{margin-top:60px}.left-bar__form{margin-top:30px}@media screen and (max-width: 1200px){.left-bar__form{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 768px){.left-bar__form{display:block}}.left-bar form{position:relative}.left-bar form.success>div:not(.success-form-holder){opacity:0}.left-bar form.success .success-form-holder{display:-webkit-box;display:-ms-flexbox;display:flex}.left-bar .policy{margin-bottom:25px}.left-bar .success-form-holder{position:absolute;height:100%;top:0;display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;border:2px solid #3578E5;color:black;font-size:20px;border-radius:15px;background:#E5E5E5}.left-bar .success-form-holder .title{margin-bottom:30px}.left-bar .btn-orange{font-weight:500;letter-spacing:0.75px;font-size:12px}@media screen and (max-width: 1200px){.left-bar .btn-orange{grid-column:1/3;width:33.3%;margin:20px auto 0}}@media screen and (max-width: 768px){.left-bar .btn-orange{width:100%}}.left-bar__input,.left-bar__select{border:1px solid #A7AABC;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:17px 17px 10px;width:100%;margin-bottom:10px}.left-bar__input::-webkit-input-placeholder,.left-bar__select::-webkit-input-placeholder{color:#737687}.left-bar__input::-moz-placeholder,.left-bar__select::-moz-placeholder{color:#737687}.left-bar__input::-ms-input-placeholder,.left-bar__select::-ms-input-placeholder{color:#737687}.left-bar__input::placeholder,.left-bar__select::placeholder{color:#737687}.left-bar__select{background:transparent}.left-bar__container-select{position:relative;border:1px solid #A7AABC;border-radius:6px;margin-bottom:1.875rem}@media screen and (max-width: 1200px){.left-bar__container-select{margin-bottom:.625rem;grid-column:1/3}}.left-bar__container-select select{display:none}.left-bar .select-selected{border:1px solid #A7AABC;background-color:#ffffff}@media screen and (max-width: 1200px){.left-bar .select-selected{height:100%}}@media screen and (max-width: 1200px){.left-bar .agree{grid-column:1/3}}.left-bar .policy input[type='checkbox']{width:35px;height:16px;margin-top:3px}@media screen and (max-width: 1200px){.left-bar .policy input[type='checkbox']{width:55px;height:15px;margin-top:3px}}.left-bar .policy .required.label{margin-left:10px;font-size:12px}.left-bar .policy a{color:#014A94}.left-bar .select-selected:after{position:absolute;content:"";top:25px;right:10px;width:0;height:0;border:6px solid #737687;border-color:#737687 transparent transparent transparent}.left-bar .select-selected.select-arrow-active:after{border-color:transparent transparent #737687 transparent;top:19px}.left-bar .select-items div,.left-bar .select-selected{color:#737687;padding:17px 17px 10px;border-color:transparent transparent rgba(0,0,0,0.1) transparent;cursor:pointer;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.left-bar .select-items{position:absolute;background-color:#ffffff;border:1px solid #737687;top:100%;left:0;right:0;z-index:99;border-radius:6px}.left-bar .select-hide{display:none}.left-bar .select-items div:hover,.left-bar .same-as-selected{background-color:rgba(0,0,0,0.1)}.left-bar__wrapper-social{margin:50px 0}.left-bar__soc-link{color:#000000;margin-left:50px;position:relative}.left-bar__soc-link:after{bottom:-10px}.left-bar .share{display:block;font-weight:bold;margin-bottom:20px}.left-bar .share:before{content:'';height:30px;width:30px;background:url(/static/images/pages/map/map/svg/share.svg) no-repeat center center;position:absolute;left:-43px;top:-5px}.left-bar .print:before{content:'';height:30px;width:30px;position:absolute;background:url(/static/images/pages/map/map/svg/printer.svg) no-repeat center center;left:-43px;top:0}.left-bar__nav{border-top:1px solid #A7AABC;border-bottom:1px solid #A7AABC;padding:2.5rem 0}@media screen and (max-width: 1200px){.left-bar__nav{display:none}}.left-bar__wrap-soc-btn{display:grid;grid-template-columns:120px 120px;grid-column-gap:20px;margin-top:50px;text-align:center}.left-bar__wrap-soc-btn a{color:#ffffff}@media screen and (max-width: 560px){.left-bar__wrap-soc-btn{grid-template-columns:120px;grid-row-gap:20px}}@media screen and (max-width: 1200px){.left-bar__wrap-link{display:inline-block;width:50%}}.left-bar__wrap-link.share{margin-top:30px}@media screen and (max-width: 768px){.left-bar__wrap-link{width:auto}}.left-bar__wrap-link.b-lg{display:none}@media screen and (max-width: 1200px){.left-bar__wrap-link.b-lg{display:inline}}@media screen and (max-width: 768px){.left-bar__wrap-link.b-lg{display:none}}@media screen and (max-width: 1200px){.left-bar__wrap-link.b-lg-none{display:none}}@media screen and (max-width: 768px){.left-bar__wrap-link.b-lg-none{display:block}}.left-bar__wrap-link:last-child{margin-top:60px}.left-bar__btn-fb{background:#3578E5 url(/static/images/pages/map/map/svg/fb.svg) no-repeat 22% 48%;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.left-bar__btn-twitter{background:#1DA1F2 url(/static/images/pages/map/map/svg/twitter.svg) no-repeat 12% 50%;background-size:18px;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.right-bar{background-color:#014A94;background-position:10px center;background-repeat:no-repeat;padding:8px 15px 8px 3.75rem;border-radius:6px;width:15.3125rem;position:fixed;right:-185px;top:auto;height:3.75rem;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;z-index:30;opacity:1;border:1px solid #ffffff;color:#ffffff}.right-bar:hover{right:0}@media screen and (max-width: 960px){.right-bar:hover{right:-185px}}@media screen and (max-width: 960px){.right-bar{top:30%}}.right-bar.is-static{position:absolute;bottom:50vh;top:auto}@media screen and (max-width: 960px){.right-bar.is-static{opacity:0;top:30%;right:-245px;position:fixed}}.top-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;display:none}@media screen and (max-width: 768px){.top-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.top-bar{width:calc(50% - 40px)}}@media screen and (max-width: 768px){.top-bar{width:calc(100% - 20px)}}@media screen and (max-width: 1200px){.top-bar{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0;display:block;margin-bottom:2.8125rem}}.top-bar .current-page{background-color:#FE842B;border-radius:6px;padding:20px 40px 12px 17px;color:#FFFFFF;text-transform:uppercase;font-size:14px;position:relative;cursor:pointer}.top-bar .current-page:after{position:absolute;content:"";top:25px;right:15px;width:0;height:0;border:6px solid #ffffff;border-color:#ffffff transparent transparent transparent}.top-bar .is-open .current-page:after{-webkit-transform:translateY(0%) rotate(-180deg);-ms-transform:translateY(0%) rotate(-180deg);transform:translateY(0%) rotate(-180deg);top:20px}.top-bar .list{overflow:hidden;line-height:0;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;padding-left:6px;font-weight:600;color:#908385;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);max-height:10rem;overflow-y:scroll;background:#ffffff;width:100%;position:absolute;border:1px solid #FE842B;border-radius:6px}.top-bar__mobile-menu{position:relative;z-index:1}.top-bar .is-open .list{line-height:50px;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.top-bar .link{color:#5F91C5;font-weight:400;text-transform:uppercase}.top-bar .link.selected{padding:13px 10px;border:1px solid #FE842B;color:#FE842B;border-radius:6px;font-weight:700}.top-bar .mobile-menu-section .sub-menu-mobile-point{margin-left:20px;line-height:1.1}.top-bar .mobile-menu-section .sub-menu-mobile-point a{font-weight:400;line-height:1.2;padding:5px 0px;display:block}.pa-left-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px);margin-right:calc(8.33333% + 20px)}@media screen and (max-width: 768px){.pa-left-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.pa-left-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.pa-left-bar{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.pa-left-bar{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.pa-left-bar{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 1200px){.pa-left-bar__form-title{text-align:center}}.pa-left-bar__nav-list{margin:0}.pa-left-bar__nav-list-point:not(:first-child):not(:last-child){margin:.625rem 0}.pa-left-bar__nav-list-point{padding:.8125rem 1.0625rem;border:1px solid transparent}.pa-left-bar__nav-list-point:hover,.pa-left-bar__nav-list-point.select{border:1px solid #FE842B;border-radius:6px}.pa-left-bar__nav-list-point:hover .pa-left-bar__nav-list-link,.pa-left-bar__nav-list-point.select .pa-left-bar__nav-list-link{color:#FE842B;font-weight:700}.pa-left-bar__nav-list-link{text-transform:uppercase;border:1px solid rgba(0,0,0,0);color:#5F91C5;display:block}.pa-left-bar__wrapper-form{margin-top:60px}.pa-left-bar__form{margin-top:30px}@media screen and (max-width: 1200px){.pa-left-bar__form{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media screen and (max-width: 768px){.pa-left-bar__form{display:block}}.pa-left-bar .btn-orange{font-weight:500;letter-spacing:0.75px;font-size:12px}@media screen and (max-width: 1200px){.pa-left-bar .btn-orange{grid-column:1/3;width:33.3%;margin:20px auto 0}}@media screen and (max-width: 768px){.pa-left-bar .btn-orange{width:100%}}.pa-left-bar__input,.pa-left-bar__select{border:1px solid #A7AABC;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:17px 17px 10px;width:100%;margin-bottom:10px}.pa-left-bar__input::-webkit-input-placeholder,.pa-left-bar__select::-webkit-input-placeholder{color:#737687}.pa-left-bar__input::-moz-placeholder,.pa-left-bar__select::-moz-placeholder{color:#737687}.pa-left-bar__input::-ms-input-placeholder,.pa-left-bar__select::-ms-input-placeholder{color:#737687}.pa-left-bar__input::placeholder,.pa-left-bar__select::placeholder{color:#737687}.pa-left-bar__select{background:transparent}.pa-left-bar__container-select{position:relative;border:1px solid #A7AABC;border-radius:6px;margin-bottom:1.875rem}@media screen and (max-width: 1200px){.pa-left-bar__container-select{margin-bottom:.625rem}}.pa-left-bar__container-select select{display:none}.pa-left-bar .select-selected{border:1px solid #A7AABC;background-color:#ffffff}@media screen and (max-width: 1200px){.pa-left-bar .select-selected{height:100%}}.pa-left-bar .select-selected:after{position:absolute;content:"";top:25px;right:10px;width:0;height:0;border:6px solid #737687;border-color:#737687 transparent transparent transparent}.pa-left-bar .select-selected.select-arrow-active:after{border-color:transparent transparent #737687 transparent;top:19px}.pa-left-bar .select-items div,.pa-left-bar .select-selected{color:#737687;padding:17px 17px 10px;border-color:transparent transparent rgba(0,0,0,0.1) transparent;cursor:pointer;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pa-left-bar .select-items{position:absolute;background-color:#ffffff;border:1px solid #737687;top:100%;left:0;right:0;z-index:99;border-radius:6px}.pa-left-bar .select-hide{display:none}.pa-left-bar .select-items div:hover,.pa-left-bar .same-as-selected{background-color:rgba(0,0,0,0.1)}.pa-left-bar__wrapper-social{margin:50px 0}.pa-left-bar__soc-link{color:#000000;margin-left:50px;position:relative}.pa-left-bar__soc-link:after{bottom:-10px}.pa-left-bar .share:before{content:'';height:30px;width:30px;background:url(/static/images/pages/map/map/svg/share.svg) no-repeat center center;position:absolute;left:-43px;top:0}.pa-left-bar .print:before{content:'';height:30px;width:30px;position:absolute;background:url(/static/images/pages/map/map/svg/printer.svg) no-repeat center center;left:-43px;top:0}.pa-left-bar__nav{border-top:1px solid #A7AABC;border-bottom:1px solid #A7AABC;padding:2.5rem 0}@media screen and (max-width: 1200px){.pa-left-bar__nav{display:none}}.pa-left-bar__wrap-soc-btn{display:grid;grid-template-columns:120px 120px;grid-column-gap:20px;margin-top:50px;text-align:center}@media screen and (max-width: 560px){.pa-left-bar__wrap-soc-btn{grid-template-columns:120px;grid-row-gap:20px}}@media screen and (max-width: 1200px){.pa-left-bar__wrap-link{display:inline-block;width:50%}}.pa-left-bar__wrap-link.share{margin-top:30px}@media screen and (max-width: 768px){.pa-left-bar__wrap-link{width:auto}}.pa-left-bar__wrap-link.b-lg{display:none}@media screen and (max-width: 1200px){.pa-left-bar__wrap-link.b-lg{display:inline}}@media screen and (max-width: 768px){.pa-left-bar__wrap-link.b-lg{display:none}}@media screen and (max-width: 1200px){.pa-left-bar__wrap-link.b-lg-none{display:none}}@media screen and (max-width: 768px){.pa-left-bar__wrap-link.b-lg-none{display:block}}.pa-left-bar__wrap-link:last-child{margin-top:60px}.pa-left-bar__btn-fb{background:#3578E5 url(/static/images/pages/map/map/svg/fb.svg) no-repeat 22% 48%;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.pa-left-bar__btn-twitter{background:#1DA1F2 url(/static/images/pages/map/map/svg/twitter.svg) no-repeat 12% 50%;background-size:18px;border-radius:6px;width:120px;height:45px;line-height:45px;font-size:18px}.breadcrumbs{display:block;position:relative;padding:1.25rem 0 2.5rem;height:inherit;background-size:cover;color:#5C5C5C;font-size:.875rem;border-top:1px solid #9BA1B1}@media screen and (max-width: 768px){.breadcrumbs{padding-left:60px;border-top:none}}.breadcrumbs__list{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}@media screen and (max-width: 768px){.breadcrumbs__list{margin-left:10px;margin-right:10px}}.breadcrumbs__item-link{color:#A7AABC}.breadcrumbs__item.delimiter{padding:0 20px;color:#C4C4C4;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.breadcrumbs__item.delimiter:after{content:'';background:#A7AABC;height:3px;width:3px;display:block}html{height:100%}body{font-family:'Roboto', sans-serif;display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;line-height:1.4;font-size:16px;overflow-x:hidden;display:flex;-ms-flex-direction:column;flex-direction:column;min-height:100vh}body a{color:#014A94;text-decoration:none}body li{list-style-type:none}body ul{padding:0}body *:focus{outline:none}body *{-webkit-box-sizing:border-box;box-sizing:border-box}body.is-scroll-hidden{overflow-y:hidden}section{padding:5rem 0}@media screen and (max-width: 768px){section{padding:2.5rem 0 2.5rem 3.125rem}}section:first-of-type{padding-top:0}footer{-ms-flex-negative:0;flex-shrink:0;background:black}*{margin:0;padding:0}@media screen and (max-width: 768px){html,body{padding-top:43px}}form .form-field input::-webkit-input-placeholder{color:#000}form .form-field input::-moz-placeholder{color:#000}form .form-field input::-ms-input-placeholder{color:#000}form .form-field input::placeholder{color:#000}form .form-field select{border:1px solid #A7AABC;width:100%;border-radius:6px;height:50px;margin-bottom:15px;padding:15px 15px 10px;color:#000000;-webkit-appearance:none;background:url(/static/images/parts/icon/icon-mod-triangle.svg) 96%/15% no-repeat #fff;background-size:10px}form .form-field option::-webkit-input-placeholder{color:#A7AABC}form .form-field option::-moz-placeholder{color:#A7AABC}form .form-field option::-ms-input-placeholder{color:#A7AABC}form .form-field option::placeholder{color:#A7AABC}form .form-field .policy input[type='checkbox']{width:35px;height:16px}.wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100%;z-index:1}.footer{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.blue-link{color:#2F80ED;text-decoration:underline}.text-title{font-weight:500;font-size:18px;margin-bottom:20px}.burger>*{display:block;width:34px;height:3px;background:#5e5f61;right:10px;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;position:absolute}.burger-middle{margin-top:15px}.burger-bottom{margin-top:30px}.burger{position:relative;width:54px;height:54px;z-index:20;margin-top:22px;top:0;left:0;overflow:hidden;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;background:transparent}@media screen and (max-width: 768px){.burger>*{background:#ffffff;width:30px}.burger .burger-bottom{margin-top:26px}.burger .burger-middle{margin-top:13px}}.text-list{margin-bottom:30px}.text-list__li{padding-left:40px;position:relative;font-size:16px;margin-bottom:15px}.text-list.dots .text-list__li:before{content:'';border-radius:50%;left:15px;top:6px;width:10px;height:10px;background-color:#014A94;position:absolute}.important-link{color:#000000;text-transform:uppercase;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;position:relative;font-weight:700;font-size:.875rem;padding-bottom:5px}.important-link:after{content:'';position:absolute;width:100%;background:#A7AABC;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;left:0;bottom:0;height:3px}.important-link.normal-font{text-transform:none;font-size:16px}.important-link:hover{color:#014A94}.important-link:hover:after{background:#014A94}.link-title{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;color:#000000}.link-title:hover{text-decoration:underline;color:#014A94}.swiper-pagination-bullet{opacity:1;background:#fff;height:12px;width:12px}.swiper-pagination-bullet-active{background:#E10038}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'';width:15px;height:15px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(135deg);-ms-transform:translateY(0%) rotate(135deg);transform:translateY(0%) rotate(135deg);border-bottom:solid 2px #FE842B;border-right:solid 2px #FE842B;position:absolute;top:50%;margin-top:-4px}.swiper-button-prev,.swiper-button-next{content:'';width:50px;height:50px;background:transparent}.text{margin-bottom:50px;font-size:16px}.text__article{margin-bottom:30px}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'';width:15px;height:15px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);border-bottom:solid 2px #FE842B;border-right:solid 2px #FE842B;position:absolute;top:50%;margin-top:-4px}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:0}.swiper-pagination-current{color:#FE842B;font-size:16px;margin-right:15px}.swiper-pagination-fraction{font-size:20px}.swiper-pagination-total{font-size:16px;margin-left:15px}.f-bold{font-weight:700}.f-medium{font-weight:500}.h3{margin:0;font-size:44px;font-weight:700;line-height:52px}@media screen and (max-width: 1200px){.h3{font-size:36px}}@media screen and (max-width: 768px){.h3{font-size:32px}}@media screen and (max-width: 560px){.h3{font-size:28px}}.h4{margin:0;font-weight:500;font-size:32px;line-height:1.4}@media screen and (max-width: 768px){.h4{font-size:28px}}@media screen and (max-width: 560px){.h4{font-size:24px}}.h5{margin:0;font-weight:500;font-size:24px;line-height:1.4}@media screen and (max-width: 768px){.h5{font-size:22px}}@media screen and (max-width: 560px){.h5{font-size:20px}}.c-grey{color:#7A7F8E}.f-ital{font-style:italic}.pager-container .pagination-block{position:relative;width:260px;margin:auto}@media screen and (max-width: 560px){.pager-container .pagination-block{width:170px}}.pager-container .pagination-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.pager-container .pagination-list .prev a,.pager-container .pagination-list .next a{color:transparent}.pager-container .pagination-list li:after{display:none}.pager-container .pagination-list li a{color:#A7AABC}.pager-container .pagination-list li.active a{color:#014A94;position:relative}.pager-container .pagination-list li.active a:after{content:'';background-color:#014A94;height:2px;width:100%;position:absolute;left:0;bottom:-3px}@media screen and (max-width: 560px){.pager-container .pagination-list{width:170px}}.pager-container .next a,.pager-container .prev a{height:30px;width:30px;background:#014A94;display:block;position:absolute;top:-5px;border:1px solid #014A94;border-radius:3px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.pager-container .next a:after,.pager-container .prev a:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;border-bottom:solid 2px #ffffff;border-right:solid 2px #ffffff;position:absolute;right:calc(50% - 3px);top:calc(50% - 5px)}.pager-container .next a:hover,.pager-container .prev a:hover{background-color:transparent;border:1px solid #A7AABC}.pager-container .next a:hover:after,.pager-container .prev a:hover:after{border-bottom:solid 2px #A7AABC;border-right:solid 2px #A7AABC}.pager-container .prev a{left:-30px}.pager-container .prev a:after{-webkit-transform:translateY(0%) rotate(135deg);-ms-transform:translateY(0%) rotate(135deg);transform:translateY(0%) rotate(135deg)}.pager-container .next a:after{-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg)}.title{margin-bottom:75px}@media screen and (max-width: 1200px){.title{margin-bottom:60px}}@media screen and (max-width: 768px){.title{margin-bottom:40px;line-height:35px}}.text{font-size:16px;line-height:1.4;color:#505050;font-weight:400}.data-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#828282;margin-bottom:15px}@media screen and (max-width: 560px){.data-container div:not(:last-child){margin-bottom:20px}}@media screen and (max-width: 560px){.data-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.btn{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;cursor:pointer}.btn-arrow-circle{height:50px;width:50px;border:1px solid #A7AABC;border-radius:50%;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.btn-arrow-circle line,.btn-arrow-circle path{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;stroke:#000000}.btn-arrow-circle:hover{background-color:#5F91C5}.btn-arrow-circle:hover line,.btn-arrow-circle:hover path{stroke:#ffffff}.btn-white{text-transform:uppercase;font-weight:700;text-align:center;letter-spacing:0.75px;color:#014A94;min-width:200px;background-color:#FFFFFF;border:1px solid #FFFFFF;padding:20px 10px 15px;border-radius:67px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;cursor:pointer}.btn-white:hover{color:#ffffff;background:transparent}.btn-blue{background:#014A94;border-radius:67px;text-transform:uppercase;border:1px solid #014A94;font-weight:500;font-size:12px;color:#ffffff;padding:21px 10px;text-align:center;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;letter-spacing:0.75px;cursor:pointer}.btn-blue:hover{border:1px solid #014A94;color:#014A94;background:#ffffff}.policy{display:-webkit-box;display:-ms-flexbox;display:flex}.policy label.required.label{display:inline-block;font-size:12px}.policy #FeedbackForm_agree{width:18px;height:18px;cursor:pointer}.policy .required.label{color:#737687;font-size:14px;margin-left:28px;cursor:pointer}.policy a.hover-underline{text-decoration:underline}footer .policy a{color:#8597C5}.btn-hollow{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;cursor:pointer;letter-spacing:0.75px;text-transform:uppercase;font-weight:500;font-size:12px;padding:1.3125rem 0 1.0625rem;border-radius:67px;background:transparent;color:#000000;display:inline-block;text-align:center}.btn-hollow.yellow{border:1px solid #FE842B;width:19.6875rem}@media screen and (max-width: 768px){.btn-hollow.yellow{width:100%}}.btn-hollow.yellow:hover{color:#ffffff;background:#FE842B}.btn-hollow.blue{border:1px solid #014A94;border-radius:67px}.btn-hollow.blue:hover{color:#ffffff;background:#014A94}.btn-hollow.small{padding:13px 25px}@media screen and (max-width: 768px){.btn-hollow.small{padding:1.3125rem 0 1.0625rem}}.btn-orange{text-transform:uppercase;font-weight:700;text-align:center;color:#ffffff;min-width:200px;background-color:#FE842B;border:1px solid #FE842B;padding:20px 10px 15px;border-radius:67px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;cursor:pointer;letter-spacing:0.75px}.btn-orange:hover{background-color:transparent;color:#FE842B}.blue-block{background-color:#014A94;padding:40px 40px 30px;border-radius:50px 5px 5px 5px;color:#ffffff}.permission .blue-link{padding:9px 0 9px 40px;background-size:25px;background-position:left center;background-repeat:no-repeat;background-image:url(/static/images/pages/literature/svg/icon-1.svg)}@media screen and (max-width: 560px){.permission .blue-link{line-height:32px}}.img-letter{height:550px;width:430px;border:1px solid #C4C4C4;border-radius:12px}@media screen and (max-width: 768px){.img-letter{height:auto;width:100%}}.wrapper{display:-moz-flex;display:-ms-flex;display:-o-flex;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;min-width:100%}.m-b-20{margin-bottom:1.25rem}.m-b-30{margin-bottom:1.875rem}.m-b-50{margin-bottom:3.125rem}.color-grey{color:#4F4F4F}.grid-wrapper{max-width:1380px;margin:0 auto;padding-left:20px;padding-right:20px}@media screen and (max-width: 768px){.grid-wrapper{padding-left:20px;padding-right:20px}}@media screen and (max-width: 560px){.grid-wrapper{padding-left:10px;padding-right:10px}}.grid-row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-20px;margin-right:-20px}@media screen and (max-width: 768px){.grid-row{margin-left:-10px;margin-right:-10px}}.grid-row__alg-item_center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.grid-row__just-cont_center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid-row__just-cont_space-btw{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.links-holder{line-height:1.4}a.underline{border-bottom:1px solid}.top-page{margin-top:60px;margin-bottom:40px}#spc-container{position:relative}#spc-container.loading:before{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.3);content:'\41C\44B   \437\430\433\440\443\436\430\435\43C   \434\430\43D\43D\44B\435, \43F\43E\436\430\43B\443\439\441\442\430   \43F\43E\434\43E\436\434\438\442\435...'}.options_list{margin-bottom:25px}.options_list label.label{display:block;margin-bottom:10px}.options_list .checkbox-list li{display:-webkit-box;display:-ms-flexbox;display:flex}.options_list .checkbox-list li input{width:auto;height:auto;margin-right:15px}.assessors{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.assessors__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.assessors__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.assessors__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.assessors__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.assessors__wrap-cards{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:40px}@media screen and (max-width: 768px){.assessors__wrap-cards{grid-template-columns:1fr;grid-row-gap:20px;grid-column-gap:0}}.assessors__wrap-cards.is-hidden{display:none}.assessors__wrap-card{background:#E0E0E0;padding:1.875rem 1.875rem 2.5rem;display:grid;grid-template-rows:330px 80px 60px;border-radius:6px}@media screen and (max-width: 1200px){.assessors__wrap-card{grid-template-rows:330px 75px 60px}}@media screen and (max-width: 768px){.assessors__wrap-card{grid-template-rows:280px 95px 80px}}.assessors .img{height:285px;width:285px}@media screen and (max-width: 1200px){.assessors .img{margin:auto}}@media screen and (max-width: 768px){.assessors .img{height:225px;width:225px}}@media screen and (max-width: 768px){.assessors .img-detail{margin:auto;height:225px;width:225px}}.assessors__position{font-size:16px;color:#737687}.representative{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.representative__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.representative__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.representative__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.representative__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 560px){.representative__right-bar{width:100%}}.representative__wrap-cards{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:40px}@media screen and (max-width: 768px){.representative__wrap-cards{grid-template-columns:1fr;grid-row-gap:20px;grid-column-gap:0}}.representative__wrap-cards.is-hidden{display:none}.representative__wrap-card{background:#ECEFF5;border-radius:6px;padding:1.875rem 1.875rem 2.5rem;display:grid;grid-template-rows:330px 80px 60px 110px 25px}@media screen and (max-width: 1200px){.representative__wrap-card{grid-template-rows:330px 75px 60px 80px 25px}}@media screen and (max-width: 768px){.representative__wrap-card{grid-template-rows:280px 75px auto auto 25px;padding:1.875rem .9375rem 2.5rem}}.representative .img{height:285px;width:285px;margin:0 auto}@media screen and (max-width: 1200px){.representative .img{margin:auto}}@media screen and (max-width: 768px){.representative .img{height:225px;width:225px}}@media screen and (max-width: 768px){.representative .img-detail{margin:auto;height:225px;width:225px}}.representative__position{font-size:14px;font-weight:700}@media screen and (max-width: 560px){.representative__position{margin-bottom:15px}}.representative__description{font-size:16px;color:#737687}.representative__commission-main-title{margin:120px auto 40px;font-size:32px;font-weight:500}@media screen and (max-width: 768px){.representative__commission-main-title{margin:80px auto 40px}}.representative__commission-wrap{display:grid;grid-row-gap:20px}.representative__commission-block{border:1px solid #737687;border-radius:6px;padding:30px 25px 25px}.representative__commission-title{margin-bottom:1.25rem}.representative__commission-description{font-size:18px;color:#505050}.representative__wrap-details{margin:20px 0}.representative__wrap-detail{display:none;position:relative}.representative__wrap-detail_top{display:grid;grid-template-columns:1fr 2fr;grid-column-gap:40px;margin-bottom:45px}@media screen and (max-width: 768px){.representative__wrap-detail_top{grid-template-columns:1fr}}.representative__wrap-detail_list{font-style:italic;font-weight:500;font-size:16px;margin-bottom:40px}.representative__wrap-detail_list.author{font-weight:400}.representative__wrap-detail_point{position:relative;padding-left:25px;margin-bottom:15px;color:#505050}.representative__wrap-detail_point:after{content:'';position:absolute;background-color:#FE842B;width:8px;height:8px;left:0;top:6px;border-radius:50%}.representative__wrap-detail_title{font-size:18px;margin-bottom:20px;display:block}.representative__wrap-detail_text{font-size:16px;margin-bottom:35px}.representative__wrap-detail.is-active{display:block}.representative__arrow-back{position:absolute;top:-120px;right:0}@media screen and (max-width: 1200px){.representative__arrow-back{top:-110px}}@media screen and (max-width: 768px){.representative__arrow-back{top:-90px}}.representative__detail-name{font-weight:500;font-size:32px;margin-top:35px}.representative__detail-position{font-weight:700;font-size:14px;margin-top:35px}.representative__detail-description{font-size:16px;color:#737687;margin-top:25px}.review-organiz-section{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.review-organiz-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.review-organiz-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.review-organiz-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.review-organiz-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.review-organiz-section__right-bar{margin:auto}}.review-organiz-section .review-wrapper{margin-top:50px}@media screen and (max-width: 768px){.review-organiz-section .review-wrapper{margin:50px 0 0 -20px;width:calc(100vw - 50px)}}.review-organiz-section .review-info__name{font-weight:500;font-size:18px;margin-bottom:15px}.review-organiz-section .review-info__kind{color:#4F4F4F;margin-bottom:15px}.review-organiz-section .review-info__number,.review-organiz-section .review-info__data{margin-bottom:10px}.review-organiz-section .review-info__span{font-size:16px;font-weight:700}.review-organiz-section .review-info__description{overflow:hidden;display:-webkit-box;font-size:16px;margin-bottom:20px;max-height:85px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.review-organiz-section .review-block{padding:40px 20px;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-template-columns:1fr 3fr;grid-column-gap:40px}.review-organiz-section .review-block:nth-child(even){background-color:#E0E0E0;border-radius:6px}@media screen and (max-width: 768px){.review-organiz-section .review-block:nth-child(even){border-radius:0px}}@media screen and (max-width: 768px){.review-organiz-section .review-block{padding:35px 25px;grid-template-columns:auto;grid-row-gap:30px}}.review-organiz-section .review-block__img{background-position:center center;background-repeat:no-repeat;background-size:contain;min-height:150px}@media screen and (max-width: 768px){.review-organiz-section .review-block__img{background-position:left center}}.review-organiz-section .pager-container{margin-top:75px}.learning-section{display:block;position:relative;background-size:cover;color:#000000;font-size:1rem}.learning-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.learning-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.learning-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.learning-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.learning-section .blue-link{font-weight:500}.specialist.learning h2{font-size:24px;margin-bottom:20px}.specialist.learning .wrapper-custom{background-color:#ebebeb;padding:20px;border-radius:10px;margin-bottom:30px}.specialist.learning .wrapper-custom h2{color:#014A94}.specialist.learning .custom-table{margin-bottom:40px}.specialist.learning .custom-table table{border-collapse:collapse;padding:10px}.specialist.learning .custom-table tr:first-child td{border-top:0;font-size:18px}@media screen and (max-width: 560px){.specialist.learning .custom-table tr:first-child td{font-size:13px;padding:8px}}.specialist.learning .custom-table h2{margin-bottom:30px}.specialist.learning .custom-table--blue table{color:#fff;background-color:#014A94;border-bottom:0}.specialist.learning .custom-table--blue table td{border-color:#fff}.specialist.learning .custom-table--gray table{background-color:#E0E0E0}.individual-memb-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.individual-memb-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.individual-memb-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.individual-memb-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.individual-memb-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.individual-memb-section .text__article{font-size:1rem}.individual-memb-section .block-seminar{display:grid;grid-template-columns:3fr 5fr;grid-column-gap:40px}.individual-memb-section .block-seminar__img{min-height:270px}.individual-memb-section .block-seminar__data{font-size:14px;color:#828282;margin-bottom:20px}.individual-memb-section .block-seminar__title{font-weight:500;font-size:18px;margin-bottom:20px}.individual-memb-section .block-seminar__description{margin-bottom:20px;overflow:hidden;max-height:95px;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box}.individual-memb-section .image{background-position:center center;background-repeat:no-repeat;background-size:contain}.individual-memb-section .text-list{margin-bottom:30px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:20px}@media screen and (max-width: 768px){.individual-memb-section .text-list{grid-template-columns:auto}}.individual-memb-section .text-list__li{padding-left:85px;position:relative;display:grid;min-height:40px;font-size:16px;background-position:left 5px;background-repeat:no-repeat;background-size:40px}.individual-memb-section .wrapper-table{border:1px solid #014A94;overflow:hidden;min-width:770px;border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-khtml-border-radius:10px 10px 0 0}.individual-memb-section .table{width:100%;font-size:18px;border-collapse:collapse}.individual-memb-section .table__head{background-color:#014A94;color:#ffffff}.individual-memb-section .table__head th{padding:20px 0}.individual-memb-section .table__sting:not(:last-child){border-bottom:1px solid #014A94}.individual-memb-section .table__body td{text-align:center;padding:30px 0}.individual-memb-section .table__body td:not(:first-child){border-left:1px solid #014A94}.individual-memb-section .btn-blue{padding:1.3125rem 0 1.0625rem}.corporation-memb-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.corporation-memb-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.corporation-memb-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.corporation-memb-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.corporation-memb-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.corporation-memb-section .text__article{font-size:1rem}.corporation-memb-section .block-seminar{display:grid;grid-template-columns:3fr 5fr;grid-column-gap:40px}.corporation-memb-section .block-seminar__img{min-height:270px}.corporation-memb-section .block-seminar__data{font-size:14px;color:#828282;margin-bottom:20px}.corporation-memb-section .block-seminar__title{font-weight:500;font-size:18px;margin-bottom:20px}.corporation-memb-section .block-seminar__description{margin-bottom:20px;overflow:hidden;max-height:95px;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box}.corporation-memb-section .text-list{margin-bottom:30px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:20px}@media screen and (max-width: 768px){.corporation-memb-section .text-list{grid-template-columns:auto}}.corporation-memb-section .text-list__li{padding-left:85px;position:relative;display:grid;min-height:40px;font-size:16px;background-position:left 5px;background-repeat:no-repeat;background-size:40px}.corporation-memb-section .image{background-position:center center;background-repeat:no-repeat;background-size:contain}.corporation-memb-section .wrapper-table{border:1px solid #014A94;overflow:hidden;min-width:770px;border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-khtml-border-radius:10px 10px 0 0}.corporation-memb-section .table{width:100%;font-size:18px;border-collapse:collapse}.corporation-memb-section .table__head{background-color:#014A94;color:#ffffff}.corporation-memb-section .table__head th{padding:20px 0}.corporation-memb-section .table__sting:not(:last-child){border-bottom:1px solid #014A94}.corporation-memb-section .table__body td{text-align:center;padding:30px 0}.corporation-memb-section .table__body td:not(:first-child){border-left:1px solid #014A94}.corporation-memb-section .btn-blue{padding:1.3125rem 0 1.0625rem}.certific-organiz-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.certific-organiz-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.certific-organiz-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.certific-organiz-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.certific-organiz-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.certific-organiz-section .text__article{font-size:1rem}.certific-organiz-section .block-seminar{display:grid;grid-template-columns:3fr 5fr;grid-column-gap:40px}.certific-organiz-section .block-seminar__img{min-height:270px}.certific-organiz-section .block-seminar__data{font-size:14px;color:#828282;margin-bottom:20px}.certific-organiz-section .block-seminar__title{font-weight:500;font-size:18px;margin-bottom:20px}.certific-organiz-section .block-seminar__description{margin-bottom:20px;overflow:hidden;max-height:95px;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box}.certific-organiz-section .image{background-position:center center;background-repeat:no-repeat;background-size:contain}.certific-organiz-section .card{background-position:center center;background-repeat:no-repeat;font-size:20px;color:#ffffff;border-radius:50px 5px 5px 5px;text-align:center;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1680px){.certific-organiz-section .card{background-size:cover}}@media screen and (max-width: 1200px){.certific-organiz-section .card{min-height:160px}}@media screen and (max-width: 560px){.certific-organiz-section .card{display:block}}.certific-organiz-section .text-list{margin-bottom:30px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:20px}@media screen and (max-width: 768px){.certific-organiz-section .text-list{grid-template-columns:auto}}.certific-organiz-section .text-list__li{padding-left:85px;position:relative;display:grid;min-height:40px;font-size:16px;background-position:left 5px;background-repeat:no-repeat;background-image:url("/static/images/image-icons/svg/i-doc.svg");background-size:50px;background-position-y:top;min-height:50px}.certific-organiz-section .text-list__li:before{display:none}.certific-organiz-section .text-list--clear.dots{display:block}.certific-organiz-section .text-list--clear.dots .text-list__li{background:none;padding-left:40px;margin-bottom:15px;display:block;min-height:auto;position:relative}.certific-organiz-section .text-list--clear.dots .text-list__li::after{content:'';border-radius:50%;left:15px;top:6px;width:10px;height:10px;background-color:#014A94;position:absolute}.certific-organiz-section .block-card__top{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:20px;margin-bottom:35px}@media screen and (max-width: 1200px){.certific-organiz-section .block-card__top{grid-template-columns:auto;grid-row-gap:30px}}.certific-organiz-section .block-card__top .card{padding:50px 40px}@media screen and (max-width: 768px){.certific-organiz-section .block-card__top .card{grid-template-columns:auto;grid-row-gap:30px;width:100%;padding:50px 20px;margin:auto}}.certific-organiz-section .block-card__bottom{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:20px}@media screen and (max-width: 1200px){.certific-organiz-section .block-card__bottom{grid-template-columns:auto;grid-row-gap:30px}}@media screen and (max-width: 768px){.certific-organiz-section .block-card__bottom{display:block}}.certific-organiz-section .block-card__bottom .card{padding:40px 20px}@media screen and (max-width: 768px){.certific-organiz-section .block-card__bottom .card{width:100%}.certific-organiz-section .block-card__bottom .card:not(:last-child){margin-bottom:30px}}.certific-consult-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.certific-consult-section .certific-consult__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.certific-consult-section .certific-consult__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.certific-consult-section .certific-consult__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.certific-consult-section .certific-consult__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.certific-consult-section .text__article{font-size:1rem}.certific-consult-section .block-seminar__data{font-size:14px;color:#828282;margin-bottom:20px}.certific-consult-section .block-seminar__title{font-weight:500;font-size:18px;margin-bottom:20px}.certific-consult-section .block-seminar__description{margin-bottom:20px;overflow:hidden;max-height:95px;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box}.certific-consult-section .text-list{margin-bottom:30px;display:grid;grid-column-gap:40px;grid-row-gap:20px}.certific-consult-section .text-list.dots{margin-bottom:70px}.certific-consult-section .text-list.dots .text-list__li{padding-left:40px;position:relative;font-size:16px;background-image:none;display:block}.certific-consult-section .text-list.dots .text-list__li:before{content:'';border-radius:50%;left:15px;top:6px;width:10px;height:10px;background-color:#014A94;position:absolute}.certific-consult-section .text-list.two-col{grid-template-columns:1fr 1fr;margin-bottom:50px}@media screen and (max-width: 768px){.certific-consult-section .text-list.two-col{grid-template-columns:auto;grid-row-gap:25px}}.certific-consult-section .text-list__li{padding-left:85px;position:relative;height:100%;min-height:40px;font-size:16px;background-position:left 5px;background-repeat:no-repeat;background-size:40px;justify-items:center}.certific-consult-section .wrapper-table{border:1px solid #014A94;overflow:hidden;min-width:770px;border-radius:10px 10px 0 0;-webkit-border-radius:10px 10px 0 0;-moz-border-radius:10px 10px 0 0;-khtml-border-radius:10px 10px 0 0}.certific-consult-section .table{width:100%;font-size:18px;border-collapse:collapse}.certific-consult-section .table__head{background-color:#014A94;color:#ffffff}.certific-consult-section .table__head th{padding:20px 0}.certific-consult-section .table__body td{text-align:center;padding:30px 0}.certific-consult-section .table__body td:not(:first-child){border-left:1px solid #014A94}.seminar-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.seminar-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.seminar-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.seminar-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.seminar-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.seminar-section .block-seminar{display:grid;grid-template-columns:3fr 5fr;grid-column-gap:40px}@media screen and (max-width: 768px){.seminar-section .block-seminar{grid-row-gap:20px;grid-template-columns:auto}}.seminar-section .block-seminar__img{min-height:260px;max-width:100%}@media screen and (max-width: 768px){.seminar-section .block-seminar__img{max-height:350px;-o-object-fit:cover;object-fit:cover;width:100%}}.seminar-section .block-seminar__data{font-size:14px;color:#828282;margin-bottom:20px}.seminar-section .block-seminar__title{font-weight:500;font-size:18px;margin-bottom:20px}.seminar-section .block-seminar__description{margin-bottom:20px;overflow:hidden;max-height:95px;-webkit-box-orient:vertical;-webkit-line-clamp:5;display:-webkit-box}.seminar-section .image{border-radius:8px}.seminar-section .text .text__article:nth-child(2){margin-bottom:20px}.seminar-section .wrapper-seminars .block-seminar{grid-template-columns:1fr 3fr}@media screen and (max-width: 768px){.seminar-section .wrapper-seminars .block-seminar{grid-template-columns:auto;grid-row-gap:20px}}.seminar-section .wrapper-seminars .block-seminar:not(:last-child){margin-bottom:40px}.seminar-section .wrapper-seminars .block-seminar__img{min-height:150px}@media screen and (max-width: 768px){.seminar-section .wrapper-seminars .block-seminar__img{width:100%;max-height:350px;-o-object-fit:cover;object-fit:cover}}.publications{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.publications__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.publications__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.publications__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.publications__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.publications__right-bar{margin:auto}}.publications__wrap-card{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.publications__wrap-cards{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:60px;margin-bottom:50px}@media screen and (max-width: 960px){.publications__wrap-cards{grid-template-columns:1fr}}.publications__wrap-data{display:grid;grid-template-columns:1fr 1fr;color:#A7AABC;margin-bottom:25px}.publications__wrap-text{margin-bottom:50px}.publications__title{color:#000;font-weight:500;font-size:18px}.publications__description{font-size:16px;word-wrap:break-word;overflow:hidden;max-height:85px;-webkit-box-orient:vertical;-webkit-line-clamp:3;margin:20px 0 40px;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;display:-webkit-box}.publications__source{color:#A7AABC;margin-bottom:25px}.publications__author{text-align:right}.publications .img{height:220px;width:100%;-o-object-fit:cover;object-fit:cover}.publications__wrap-pagination{position:relative;margin-top:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 768px){.publications__wrap-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.publications__page.from{color:#014A94}.publications .btn-arrow{border:1px solid #A7AABC;height:30px;width:30px;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-radius:3px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.publications .btn-arrow.act{background:#014A94;border:1px solid #014A94}.publications .btn-arrow.prev{margin-right:60px}@media screen and (max-width: 768px){.publications .btn-arrow.prev{margin-right:30px}}.publications .btn-arrow.prev:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(135deg);-ms-transform:translateY(0%) rotate(135deg);transform:translateY(0%) rotate(135deg);border-bottom:solid 2px #A7AABC;border-right:solid 2px #A7AABC}.publications .btn-arrow.next{margin-left:60px}@media screen and (max-width: 768px){.publications .btn-arrow.next{margin-left:30px}}.publications .btn-arrow.next:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);border-bottom:solid 2px #A7AABC;border-right:solid 2px #A7AABC}.publications .btn-arrow:hover{background:#014A94;border:1px solid #014A94}.publications .btn-arrow:hover:after{border-bottom:solid 2px #FFFFFF;border-right:solid 2px #FFFFFF}.publications .btn-arrow.act{background:#014A94;border:1px solid #014A94}.publications .btn-arrow.act:after{border-bottom:solid 2px #FFFFFF;border-right:solid 2px #FFFFFF}.publications .page{color:#A7AABC;position:relative;font-weight:700;font-size:14px}.publications .page.act{color:#014A94}.publications .page.act:after{content:'';background-color:#014A94;height:2px;width:100%;position:absolute;left:0;bottom:5px}.publications__pagination{position:absolute;top:0;right:calc(50% - 150px);display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 768px){.publications__pagination{position:static;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:40px}}.publications__card-title{font-size:18px;margin-bottom:20px}.publications__wrap-page{display:-webkit-box;display:-ms-flexbox;display:flex;width:120px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px}@media screen and (max-width: 768px){.publications .important-link{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.publications__count-pages{font-size:16px}@media screen and (max-width: 768px){.publications__count-pages{margin-bottom:40px}}.protocols{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.protocols__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.protocols__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.protocols__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.protocols__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.protocols__right-bar{margin:auto}}.protocols__img{height:48px;width:48px;background:url(/static/images/pages/protocols/protocols/svg/svg.svg) no-repeat center center}.protocols__img.pdf{background:url(/static/images/pages/protocols/protocols/svg/pdf.svg) no-repeat center center}.protocols__img.txt{background:url(/static/images/pages/protocols/protocols/svg/txt.svg) no-repeat center center}.protocols__img.doc{background:url(/static/images/pages/protocols/protocols/svg/doc.svg) no-repeat center center}.protocols__img.xls{background:url(/static/images/pages/protocols/protocols/svg/xls.svg) no-repeat center center}.protocols__img.aac{background:url(/static/images/pages/protocols/protocols/svg/aac.svg) no-repeat center center}.protocols__img.ai{background:url(/static/images/pages/protocols/protocols/svg/ai.svg) no-repeat center center}.protocols__img.avi{background:url(/static/images/pages/protocols/protocols/svg/avi.svg) no-repeat center center}.protocols__img.bmp{background:url(/static/images/pages/protocols/protocols/svg/bmp.svg) no-repeat center center}.protocols__img.cad{background:url(/static/images/pages/protocols/protocols/svg/cad.svg) no-repeat center center}.protocols__img.cdr{background:url(/static/images/pages/protocols/protocols/svg/cdr.svg) no-repeat center center}.protocols__img.dat{background:url(/static/images/pages/protocols/protocols/svg/dat.svg) no-repeat center center}.protocols__img.dll{background:url(/static/images/pages/protocols/protocols/svg/dll.svg) no-repeat center center}.protocols__img.dmg{background:url(/static/images/pages/protocols/protocols/svg/dmg.svg) no-repeat center center}.protocols__img.eps{background:url(/static/images/pages/protocols/protocols/svg/eps.svg) no-repeat center center}.protocols__img.fla{background:url(/static/images/pages/protocols/protocols/svg/fla.svg) no-repeat center center}.protocols__img.flv{background:url(/static/images/pages/protocols/protocols/svg/flv.svg) no-repeat center center}.protocols__img.gif{background:url(/static/images/pages/protocols/protocols/svg/gif.svg) no-repeat center center}.protocols__img.indd{background:url(/static/images/pages/protocols/protocols/svg/indd.svg) no-repeat center center}.protocols__img.iso{background:url(/static/images/pages/protocols/protocols/svg/iso.svg) no-repeat center center}.protocols__img.jpg{background:url(/static/images/pages/protocols/protocols/svg/jpg.svg) no-repeat center center}.protocols__img.midi{background:url(/static/images/pages/protocols/protocols/svg/midi.svg) no-repeat center center}.protocols__img.mov{background:url(/static/images/pages/protocols/protocols/svg/mov.svg) no-repeat center center}.protocols__img.mp3{background:url(/static/images/pages/protocols/protocols/svg/mp3.svg) no-repeat center center}.protocols__img.mpg{background:url(/static/images/pages/protocols/protocols/svg/mpg.svg) no-repeat center center}.protocols__img.png{background:url(/static/images/pages/protocols/protocols/svg/png.svg) no-repeat center center}.protocols__img.ppt{background:url(/static/images/pages/protocols/protocols/svg/ppt.svg) no-repeat center center}.protocols__img.ps{background:url(/static/images/pages/protocols/protocols/svg/ps.svg) no-repeat center center}.protocols__img.psd{background:url(/static/images/pages/protocols/protocols/svg/psd.svg) no-repeat center center}.protocols__img.raw{background:url(/static/images/pages/protocols/protocols/svg/raw.svg) no-repeat center center}.protocols__img.sql{background:url(/static/images/pages/protocols/protocols/svg/sql.svg) no-repeat center center}.protocols__img.tif{background:url(/static/images/pages/protocols/protocols/svg/tif.svg) no-repeat center center}.protocols__img.txt{background:url(/static/images/pages/protocols/protocols/svg/txt.svg) no-repeat center center}.protocols__img.wmv{background:url(/static/images/pages/protocols/protocols/svg/wmv.svg) no-repeat center center}.protocols__img.xml{background:url(/static/images/pages/protocols/protocols/svg/xml.svg) no-repeat center center}.protocols__img.zip{background:url(/static/images/pages/protocols/protocols/svg/zip.svg) no-repeat center center}.protocols__link{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#014A94;font-size:16px}.protocols__wrap-links{display:grid;grid-template-columns:auto auto;grid-column-gap:200px;grid-row-gap:20px;margin-top:40px}@media screen and (max-width: 768px){.protocols__wrap-links{grid-template-columns:auto}}.protocols__wrap-link{margin-left:25px;display:grid;grid-column-gap:40px;grid-template-columns:48px auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.protocols__wrap-card:not(:last-child){margin-bottom:40px}.protocols__year{text-shadow:1px 1px 2px rgba(0,0,0,0.2)}.protocols__data{font-size:16px;text-shadow:1px 1px 2px rgba(0,0,0,0.2)}.books{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.books__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.books__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.books__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.books__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.books__right-bar{margin:auto}}.books__main-title{margin-bottom:40px}.books__second-title{margin-bottom:40px}.books__wrap-material:not(:last-child){margin-bottom:70px}.books__material_top{position:relative;padding-bottom:15px}.books__material_top:after{content:'';position:absolute;width:100%;background:#A7AABC;height:1px;bottom:0;right:0}.books__material_body{padding-top:30px}.books__book{margin-top:20px;display:grid;grid-template-columns:120px 1fr;grid-column-gap:40px;color:#737687;font-size:16px}@media screen and (max-width: 768px){.books__book{grid-template-columns:1fr;grid-row-gap:20px}}.books__wrap-img{height:170px;position:relative}.books__img{position:absolute;height:100%;width:100%;z-index:10;background-repeat:no-repeat;background-position:center center}@media screen and (max-width: 768px){.books__img{width:120px}}.books__not-img{background-color:#ECEFF5;color:#A7AABC;text-align:center;border-radius:8px;height:120px;padding-top:35px;position:absolute}@media screen and (max-width: 768px){.books__not-img{width:120px}}.books__link{font-weight:500;font-size:16px;color:#014A94;-webkit-text-decoration-line:underline;text-decoration-line:underline}.books__data{font-size:16px;margin-bottom:15px}.books__name,.books__description,.books__price,.books__author,.books__source{margin-bottom:15px}.books__author,.books__source,.books__key-words{font-style:italic}.books__key-word{text-transform:uppercase}.books__price{color:#000;font-size:18px}.test-drive{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.test-drive__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.test-drive__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.test-drive__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.test-drive__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.test-drive__right-bar{margin:auto}}.test-drive__text{font-size:16px;color:#505050}.test-drive .important-link{color:#014A94;text-transform:capitalize}.test-drive .important-link:after{background-color:#014A94;bottom:0}.test-drive__list{margin-top:50px}.test-drive__list-point:not(:first-child){margin-top:30px}.test-drive__btn{display:inline-block;margin-top:40px}.test-drive__btn a{padding-left:40px;padding-right:40px;width:auto}.corp-memb{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.corp-memb__form-search{display:grid;grid-template-columns:3fr 1fr;grid-column-gap:40px;height:50px;margin-bottom:40px}@media screen and (max-width: 768px){.corp-memb__form-search{grid-template-columns:1fr;height:auto;grid-row-gap:40px;margin-bottom:0}}.corp-memb .btn-blue{background:#014A94;border-radius:67px;color:#FFFFFF;text-transform:uppercase;font-size:12px}@media screen and (max-width: 768px){.corp-memb .btn-blue{height:50px}}.corp-memb__input-search{height:100%;width:100%;border:1px solid #5F91C5;border-radius:6px;padding:19px 55px 19px 15px}.corp-memb__input-search::-webkit-input-placeholder{font-size:14px}.corp-memb__input-search::-moz-placeholder{font-size:14px}.corp-memb__input-search::-ms-input-placeholder{font-size:14px}.corp-memb__input-search::placeholder{font-size:14px}.corp-memb__wrap-input-search{position:relative}.corp-memb .i-cross{height:12px;width:12px;background:url(/static/images/pages/corp-memb/corp-memb/svg/cross.svg) no-repeat center center;top:22px;right:23px;position:absolute;cursor:pointer}.corp-memb__wrap-card{display:grid;grid-template-columns:1fr 3fr;grid-column-gap:40px;padding:40px 23px;border-radius:6px}.corp-memb__wrap-card:nth-child(even){background:#E0E0E0}@media screen and (max-width: 1200px){.corp-memb__wrap-card{-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media screen and (max-width: 768px){.corp-memb__wrap-card{display:block}}.corp-memb__card-title{font-size:18px;margin-bottom:25px;color:#000000;text-decoration:underline}.corp-memb__logo{grid-row:1/4;margin-top:50px}@media screen and (max-width: 1200px){.corp-memb__logo{grid-row:1;margin-top:0;margin-bottom:25px}}@media screen and (max-width: 768px){.corp-memb__logo{grid-row:1/4}}@media screen and (max-width: 560px){.corp-memb__logo{max-width:100%}}.corp-memb__descr{font-size:16px}@media screen and (max-width: 1200px){.corp-memb__descr{grid-column:1/3}}.corp-memb__wrap-info{display:grid;grid-template-columns:1fr 1fr 1fr;grid-row-gap:10px;margin-bottom:20px;font-size:16px}@media screen and (max-width: 1200px){.corp-memb__wrap-info{grid-column:1/3}}@media screen and (max-width: 768px){.corp-memb__wrap-info{grid-template-columns:1fr 1fr;grid-row-gap:20px}}@media screen and (max-width: 560px){.corp-memb__wrap-info{grid-template-columns:1fr}}.corp-memb__link{color:#014A94;-webkit-text-decoration-line:underline;text-decoration-line:underline}.corp-memb__head-city,.corp-memb__head-site,.corp-memb__head-name{font-size:14px}@media screen and (max-width: 768px){.corp-memb__head-city{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 768px){.corp-memb__head-site{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media screen and (max-width: 768px){.corp-memb__head-name{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}}@media screen and (max-width: 768px){.corp-memb__info-city{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 768px){.corp-memb__info-site{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media screen and (max-width: 768px){.corp-memb__info-name{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}}.corp-memb__wrap-pagination{position:relative;margin-top:35px}@media screen and (max-width: 768px){.corp-memb__wrap-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.corp-memb .btn-arrow{border:1px solid #A7AABC;height:30px;width:30px;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-radius:3px}.corp-memb .btn-arrow.act{background:#014A94;border:1px solid #014A94}.corp-memb .btn-arrow.prev{margin-right:60px}@media screen and (max-width: 768px){.corp-memb .btn-arrow.prev{margin-right:30px}}.corp-memb .btn-arrow.prev:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(135deg);-ms-transform:translateY(0%) rotate(135deg);transform:translateY(0%) rotate(135deg);border-bottom:solid 2px #A7AABC;border-right:solid 2px #A7AABC}.corp-memb .btn-arrow.next{margin-left:60px}@media screen and (max-width: 768px){.corp-memb .btn-arrow.next{margin-left:30px}}.corp-memb .btn-arrow.next:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);border-bottom:solid 2px #A7AABC;border-right:solid 2px #A7AABC}.corp-memb .btn-arrow.act{background:#014A94;border:1px solid #014A94}.corp-memb .btn-arrow.act:after{border-bottom:solid 2px #FFFFFF;border-right:solid 2px #FFFFFF}.corp-memb .page{color:#A7AABC;position:relative;font-weight:700;font-size:14px}.corp-memb .page.act{color:#014A94}.corp-memb .page.act:after{content:'';background-color:#014A94;height:2px;width:100%;position:absolute;left:0;bottom:5px}.corp-memb__pagination{position:absolute;top:0;right:calc(50% - 150px);display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 1200px){.corp-memb__pagination{right:0}}@media screen and (max-width: 768px){.corp-memb__pagination{position:static;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:40px}}.corp-memb__wrap-page{display:-webkit-box;display:-ms-flexbox;display:flex;width:120px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px}.corp-memb .important-link{text-transform:none}@media screen and (max-width: 768px){.corp-memb .important-link{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.news{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.news__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.news__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.news__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.news__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.news__right-bar{margin:auto}}.news__wrap-data{display:-webkit-box;display:-ms-flexbox;display:flex}.news__data{margin-bottom:15px;display:inline-block}.news__event-title{margin-left:auto}.news__wrap-cards{display:grid;grid-template-columns:repeat(2, 1fr);grid-column-gap:40px;margin-bottom:80px}@media screen and (max-width: 768px){.news__wrap-cards{grid-template-columns:1fr}}.news__wrap-card{margin-top:60px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.news__block-sub{background:#E0E0E0;border-radius:6px;padding:50px 30px 40px;width:100%;font-size:18px;position:relative;overflow:hidden;margin-bottom:20px}.news__block-sub:after{content:'';width:100%;position:absolute;height:4px;background:#5F91C5;bottom:0;left:0}.news__wrap-img{text-align:center;margin-top:auto}.news .img{height:220px;margin-top:45px;width:100%;-o-object-fit:contain;object-fit:contain}.news__sub-text{margin:0}.news__wrap-sub{display:grid;grid-template-columns:3fr 2fr 3fr;grid-column-gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.news__wrap-sub{grid-template-columns:auto;text-align:center;grid-row-gap:30px}}.news__card-title{font-size:18px;margin-bottom:1.5625rem}.news .btn-blue{height:52px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media screen and (max-width: 768px){.news .btn-blue{max-width:300px;margin:auto}}.news__wrap-pagination{position:relative;margin-top:35px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 768px){.news__wrap-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.news__page.from{color:#014A94}.news .btn-arrow{border:1px solid #A7AABC;height:30px;width:30px;display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;border-radius:3px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.news .btn-arrow.act{background:#014A94;border:1px solid #014A94}.news .btn-arrow.prev{margin-right:60px}@media screen and (max-width: 768px){.news .btn-arrow.prev{margin-right:30px}}.news .btn-arrow.prev:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(135deg);-ms-transform:translateY(0%) rotate(135deg);transform:translateY(0%) rotate(135deg);border-bottom:solid 2px #A7AABC;border-right:solid 2px #A7AABC}.news .btn-arrow.next{margin-left:60px}@media screen and (max-width: 768px){.news .btn-arrow.next{margin-left:30px}}.news .btn-arrow.next:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);border-bottom:solid 2px #A7AABC;border-right:solid 2px #A7AABC}.news .btn-arrow.act{background:#014A94;border:1px solid #014A94}.news .btn-arrow.act:after{border-bottom:solid 2px #FFFFFF;border-right:solid 2px #FFFFFF}.news .btn-arrow:hover{background:#014A94;border:1px solid #014A94}.news .btn-arrow:hover:after{border-bottom:solid 2px #FFFFFF;border-right:solid 2px #FFFFFF}.news .page{color:#A7AABC;position:relative;font-weight:700;font-size:14px}.news .page.act{color:#014A94}.news .page.act:after{content:'';background-color:#014A94;height:2px;width:100%;position:absolute;left:0;bottom:5px}.news__pagination{position:absolute;top:0;right:calc(50% - 150px);display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 768px){.news__pagination{position:static;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:40px}}.news__wrap-page{display:-webkit-box;display:-ms-flexbox;display:flex;width:120px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:5px}.news .important-link{text-transform:none}@media screen and (max-width: 768px){.news .important-link{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.news__count-pages{font-size:16px}@media screen and (max-width: 768px){.news__count-pages{margin-bottom:40px}}.centers{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.centers__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.centers__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.centers__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.centers__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.centers__right-bar{margin:auto}}.centers__card{border:1px solid #A7AABC;border-radius:5px;margin-bottom:20px}.centers__card_hat{padding:20px 30px;border-bottom:1px solid #A7AABC;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:200px 1fr;grid-column-gap:20px}@media screen and (max-width: 768px){.centers__card_hat{grid-template-columns:auto;grid-row-gap:20px}}.centers__card_body{padding:30px 20px;font-size:16px}.centers__card_logo{background-size:contain;background-repeat:no-repeat;background-position:center center;height:80px}@media screen and (max-width: 768px){.centers__card_logo{background-position:left center}}.centers__card-details{display:none}.centers__card-details.is-open{display:block}.centers__card-tel_link{color:#5F91C5}.centers__card-mail_link{color:#5F91C5;-webkit-text-decoration-line:underline;text-decoration-line:underline}.centers__card-site_link{color:#5F91C5;-webkit-text-decoration-line:underline;text-decoration-line:underline}.centers__card-dates{font-size:16px;color:#505050;margin-bottom:20px}.centers__card-contacts{color:#000000;margin-bottom:20px}.centers__card-prog-descr{margin-top:20px}.centers__card-prog-text{margin-bottom:30px}.centers__card-prog-text_blue{font-size:20px;color:#014A94}.centers__card-prog-name_bold.special{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#5F91C5}.centers__table{background-color:#014A94;border-radius:6px;color:#FFFFFF;padding:10px;text-align:center;margin-bottom:30px;min-width:770px}.centers__table-cell{padding:15px 50px 25px}.centers__title-arrow{width:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 0 0 auto;cursor:pointer}.centers__title-arrow:before{content:'';border:4px solid transparent;border-bottom:4px solid #014A94;-webkit-transform:translateY(0%) rotate(180deg);-ms-transform:translateY(0%) rotate(180deg);transform:translateY(0%) rotate(180deg);display:block;-webkit-transition:all .3s;-o-transition:all .3s;transition:all .3s;width:0;height:0;margin:auto 0}.centers .hiding{margin-bottom:20px}.centers .hiding .centers__title-arrow:before{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg)}.centers__table-row{display:grid;grid-template-columns:repeat(2, 1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center}.centers__table-row div:not(:first-child):before{content:'';width:1px;height:44px;background:#5F91C5;position:absolute;left:0;top:calc( 50% - 22px)}@media screen and (max-width: 768px){.centers__table-row div:not(:first-child):before{height:70%}}.centers__table-row div:nth-child(2):before{top:auto;bottom:0}.centers__table-row div:nth-child(4):before{top:0}.centers__table-row:not(:last-child){border-bottom:1px solid #5F91C5}@media screen and (max-width: 768px){.centers__table-row.head{display:none}}.centers__wrap-table{margin-bottom:20px}.centers__wrap-table .simplebar-track.simplebar-horizontal{border-radius:7px}@media screen and (max-width: 768px){.centers__wrap-table .simplebar-track.simplebar-horizontal{position:-webkit-sticky;position:sticky;bottom:11px;background-color:#fff;-webkit-box-shadow:0px 0px 2px #000;box-shadow:0px 0px 2px #000}}.centers__wrap-table .simplebar-scrollbar.simplebar-visible:before{opacity:1}.centers__wrap-table .simplebar-scrollbar::before{background-color:#014A94}.centers__table-cell{position:relative}.centers__table-cell.head-mob:before{display:none}.centers__card-title{margin-bottom:30px}.centers__card-title_tiny{font-size:16px;margin-bottom:15px}.centers__title-btn{color:#014A94;font-size:16px;font-weight:700;display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #014A94;border-radius:6px;padding:16px 22px 13px}@media screen and (max-width: 560px){.centers__title-btn{padding:16px 5px 13px}}@media screen and (max-width: 560px){.centers__title-text{font-size:14px}}.centers__title-numb{padding-right:15px}@media screen and (max-width: 560px){.centers__title-numb{padding-right:5px}}.centers__hide-content{margin-top:25px}.centers__hide-content.is-hide{display:none}.centers__list{padding-left:20px;margin-bottom:45px}.centers__list .lvl-second{margin-top:20px;font-weight:400}.centers__point{padding-left:20px;position:relative;margin-bottom:13px}.centers__point:before{content:'';height:6px;width:6px;background:#FE842B;position:absolute;left:0;top:5px}.certificate{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.certificate__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.certificate__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.certificate__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.certificate__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.certificate__right-bar{margin:auto}}.certificate__text{font-size:16px;margin:25px 0;color:#505050}.certificate__title-benefits{margin:75px 0 50px}.certificate__title-hint{margin:0px 0px 30px;font-size:18px;font-weight:bolder}.certificate__wrapper-benefits{display:grid;grid-template-columns:auto auto;grid-column-gap:50px;grid-row-gap:35px;font-size:18px;color:#505050;margin-bottom:90px}@media screen and (max-width: 1200px){.certificate__wrapper-benefits{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.certificate__wrapper-benefits{grid-template-columns:auto;grid-column-gap:20px}}.certificate__list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:35px;margin-bottom:5.625rem}@media screen and (max-width: 1200px){.certificate__list{grid-template-columns:auto}}.certificate__wrap-card div.cutaway__block:last-child{margin-bottom:0}.certificate__point{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;padding-left:90px;background-repeat:no-repeat;background-size:60px;background-position:left top;min-height:55px}@media screen and (max-width: 768px){.certificate__point{padding-left:60px;font-size:14px;grid-column-gap:20px;background-size:40px}}@media screen and (max-width: 560px){.certificate__point{padding-left:42px;background-size:35px}}.certificate__benefit-phrase{border-radius:50px 9px 9px 9px;width:100%;height:190px;color:#ffffff;font-weight:500;font-size:20px;text-align:center;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-size:cover;background-position:center center;background-repeat:no-repeat;padding:0 10px}@media screen and (max-width: 560px){.certificate__benefit-phrase{font-size:18px;height:200px}}.certificate__benefit-phrase.first{background-image:url(/static/images/pages/certificate/certificate/bg1.jpg)}.certificate__benefit-phrase.second{background-image:url(/static/images/pages/certificate/certificate/bg2.jpg)}.certificate__benefit-phrase.third{background-image:url(/static/images/pages/certificate/certificate/bg3.jpg)}.certificate__benefit-phrase.fourth{background-image:url(/static/images/pages/certificate/certificate/bg4.jpg)}.certificate__wrap-steps{display:grid;grid-row-gap:10px}.certificate__wrap-steps_one{display:grid;grid-template-columns:6fr 3fr}@media screen and (max-width: 768px){.certificate__wrap-steps_one{display:block}}.certificate__wrap-steps_second{display:grid;grid-template-columns:1fr 6fr 2fr}@media screen and (max-width: 768px){.certificate__wrap-steps_second{display:block}}.certificate__wrap-steps_second:before{content:'';background:transparent}.certificate__wrap-steps_third{display:grid;grid-template-columns:2fr 6fr 1fr}@media screen and (max-width: 768px){.certificate__wrap-steps_third{display:block}}.certificate__wrap-steps_third:before{content:'';background:transparent}.certificate__wrap-steps_fourth{display:grid;grid-template-columns:3fr 6fr}@media screen and (max-width: 768px){.certificate__wrap-steps_fourth{display:block}}.certificate__wrap-steps_fourth:before{content:'';background:transparent}.certificate__wrap-steps_fifth{display:grid;grid-template-columns:4fr 6fr}@media screen and (max-width: 768px){.certificate__wrap-steps_fifth{display:block}}.certificate__wrap-steps_fifth:before{content:'';background:transparent}.certificate__wrap-steps>div{opacity:0;-webkit-transform:translate(-100px, 0);-ms-transform:translate(-100px, 0);transform:translate(-100px, 0)}@media screen and (max-width: 768px){.certificate__wrap-steps>div{opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}}.certificate__wrap-steps.is-active>div{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;-o-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out}.certificate__wrap-steps.is-active>div:nth-child(1){-webkit-transition-delay:.55s;-o-transition-delay:.55s;transition-delay:.55s}.certificate__wrap-steps.is-active>div:nth-child(2){-webkit-transition-delay:.95s;-o-transition-delay:.95s;transition-delay:.95s}.certificate__wrap-steps.is-active>div:nth-child(3){-webkit-transition-delay:1.35s;-o-transition-delay:1.35s;transition-delay:1.35s}.certificate__wrap-steps.is-active>div:nth-child(4){-webkit-transition-delay:1.75s;-o-transition-delay:1.75s;transition-delay:1.75s}.certificate__wrap-steps.is-active>div:nth-child(5){-webkit-transition-delay:2.15s;-o-transition-delay:2.15s;transition-delay:2.15s}.certificate__wrap-steps.is-active>div:nth-child(6){-webkit-transition-delay:2.55s;-o-transition-delay:2.55s;transition-delay:2.55s}.certificate__block-step{background:#ECEFF5;border-radius:20px;height:100px;padding:15px 23px;display:grid;grid-template-columns:10px 64px auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.certificate__block-step{height:130px}}@media screen and (max-width: 560px){.certificate__block-step{height:220px;padding:15px;grid-template-columns:10px 40px auto}}.certificate__word-step{position:relative}.certificate__word-step_span{position:absolute;-webkit-transform:translateY(0%) rotate(-90deg);-ms-transform:translateY(0%) rotate(-90deg);transform:translateY(0%) rotate(-90deg);width:31px;letter-spacing:0.15px;top:-10px;left:-20px;text-transform:uppercase;color:#828282}.certificate__step-numb{height:100%;font-size:24px;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;display:grid;border-radius:0 50% 50% 0;color:#000;background:#FD9E28}.certificate__step-string{font-weight:500;margin-left:20px;color:#505050}@media screen and (max-width: 560px){.certificate__step-string{margin-left:10px}}.price-cert{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;padding-bottom:0;font-size:1rem}.price-cert__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.price-cert__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.price-cert__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.price-cert__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.price-cert__right-bar{margin:auto}}.price-cert__title{margin-bottom:50px}.price-cert__title_white{color:#F2F2F2;margin-bottom:35px}.price-cert__wrap-cards .wrapper-btn{width:200px;grid-column:1/5;margin:30px auto 0}@media screen and (max-width: 1200px){.price-cert__wrap-cards .wrapper-btn{grid-column:1/3}}@media screen and (max-width: 768px){.price-cert__wrap-cards .wrapper-btn{grid-column:1}}.price-cert__wrap-cards .wrapper-btn .btn-white{display:block}.price-cert__wrap-cards .wrapper-btn .btn-white:hover{background-color:#014A94}.price-cert__wrap{background:url(/static/images/pages/certificate/price-cert/bg1.jpg) no-repeat center center;background-size:cover;width:100%;padding:65px 40px;border-radius:45px 0 0 0;margin-bottom:85px}@media screen and (max-width: 560px){.price-cert__wrap{padding:65px 10px}}.price-cert__wrap-cards{display:grid;grid-template-columns:repeat(4, 1fr);grid-column-gap:20px}.price-cert__wrap-cards.cards-2{grid-template-columns:repeat(2, 1fr)}.price-cert__wrap-cards.cards-3{grid-template-columns:repeat(3, 1fr)}@media screen and (max-width: 1200px){.price-cert__wrap-cards{grid-template-columns:repeat(2, 1fr);grid-row-gap:35px}}@media screen and (max-width: 768px){.price-cert__wrap-cards{display:block}}.price-cert__card{padding:20px 5px 5px 5px;text-align:center;background:#ffffff;border-radius:6px;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width: 768px){.price-cert__card:not(:last-child){margin-bottom:25px}}.price-cert__text_grey{color:#737687;font-size:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.price-cert__text_white{color:#ffffff;margin-bottom:23px}.price-cert__lvl{font-weight:700;font-size:32px;color:#000;margin:15px auto 30px}@media screen and (max-width: 768px){.price-cert__lvl{margin:15px auto}}.price-cert__wrap-price{color:#ffffff;background:#014A94;border-radius:6px;padding:16px 20px 25px;margin-top:auto}.price-cert__price_bold{font-weight:500;font-size:24px}.price-cert__price_norm{font-size:18px}.price-cert__point{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:54px;padding-left:90px}@media screen and (max-width: 560px){.price-cert__point{height:auto}}.price-cert__point:not(:last-child){margin-bottom:35px}@media screen and (max-width: 768px){.price-cert .wrapper-doc{display:grid;justify-items:center;grid-row-gap:25px}.price-cert .wrapper-doc a.blue-link{margin-left:0}.price-cert .wrapper-doc a.btn-hollow{width:100%}}.price-cert .wrapper-btn{margin-top:15px}.price-cert .btn-white{display:block;min-width:auto}.price-cert .btn-hollow{display:block}.price-cert .cert{background:url(/static/images/pages/certificate/price-cert/svg/cert.svg) no-repeat center left}.price-cert .paper{background:url(/static/images/pages/certificate/price-cert/svg/paper.svg) no-repeat center left}.price-cert .books{background:url(/static/images/pages/certificate/price-cert/svg/books.svg) no-repeat center left}.price-cert__list{margin-bottom:70px}.price-cert .text{font-size:16px;color:#505050}.tables-cert{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.tables-cert__title{margin-bottom:50px}.tables-cert .table-title{font-size:22px;margin-bottom:2.1875rem}.tables-cert .table-important{display:block}.tables-cert td,.tables-cert th{border:solid #5F91C5;border-width:0 1px 1px 0;vertical-align:top}@media screen and (max-width: 1200px){.tables-cert td,.tables-cert th{border-width:0 1px 1px 1px}}.tables-cert td{position:relative;padding:1.875rem 1.25rem}.tables-cert .not-cert{color:#888888;background:#FFFFFF;border:1px solid #888888;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;font-size:10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;padding:10px 20px;letter-spacing:0.1px;text-transform:uppercase;left:11px;bottom:20px;width:90%}.tables-cert .not-cert-symbol{height:28px;width:52px;margin-right:14px;background:url(/static/images/pages/certificate/tables-cert/svg/symbol.svg) no-repeat center center;display:inline-block}.tables-cert .not-cert-text{display:inline-block}.tables-cert__table{border:solid #5F91C5;border-width:1px 0 0 1px;font-size:16px;color:#505050;min-width:770px}.tables-cert__table tr{display:grid;grid-template-columns:3fr 4fr 4fr}.tables-cert__table_head{border-radius:50px 5px 0 0;background:#014A94;width:100%;font-weight:500;font-size:24px;color:#FFFFFF;padding:29px 0}.tables-cert__table-wrapper{margin-bottom:20px}.tables-cert .bg-grey{background:#F2F2F2;font-size:18px;color:#000000}.simplebar-track.simplebar-horizontal{border-radius:7px}@media screen and (max-width: 768px){.simplebar-track.simplebar-horizontal{position:-webkit-sticky;position:sticky;bottom:11px;background-color:#014A94}}.simplebar-scrollbar.simplebar-visible:before{opacity:1}.simplebar-scrollbar::before{background-color:#fff}.cutaway{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.cutaway__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.cutaway__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.cutaway__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.cutaway__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.cutaway__right-bar{margin:auto}}.cutaway__block{width:100%;background:#E5E5E5;border-radius:6px;padding:55px;position:relative;overflow:hidden;margin-bottom:30px}@media screen and (max-width: 560px){.cutaway__block{grid-template-columns:1fr;padding:55px 15px}}.cutaway__block:after{content:'';height:8px;background:#FE842B;width:100%;position:absolute;bottom:0;left:0}.cutaway__position{margin-bottom:25px}.cutaway__tel{color:#505050;font-size:16px}.cutaway__tel_blue{font-size:14px;font-weight:700;color:#014A94}.cutaway__tel_bold{font-size:14px;font-weight:700}.cutaway__mail{color:#505050;font-size:16px}.cutaway__mail_bold{font-size:14px;font-weight:700;color:#014A94;-webkit-text-decoration-line:underline;text-decoration-line:underline}.cutaway__wrap{display:grid;grid-template-columns:140px 1fr;grid-column-gap:40px}@media screen and (max-width: 768px){.cutaway__wrap{grid-template-columns:auto;grid-row-gap:25px}}.cutaway__img{background-position:center center;background-repeat:no-repeat;background-size:contain;border-radius:50%;height:140px;width:140px}.cutaway__position{color:#737687;font-size:16px}.cutaway__name{margin-bottom:5px}.stage-cert{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;margin-top:5rem;font-size:1rem}.stage-cert__title{margin-bottom:2.5rem}.stage-cert__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.stage-cert__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.stage-cert__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.stage-cert__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.stage-cert__right-bar{margin:auto}}.stage-cert__table{width:100%;position:relative;margin-bottom:40px}@media screen and (max-width: 768px){.stage-cert__table{display:none}}.stage-cert__table-mobile{display:none;width:100%}@media screen and (max-width: 768px){.stage-cert__table-mobile{display:block}}.stage-cert .btn-d{border:1px solid #5F91C5}.stage-cert .btn-c{border:1px solid #7D60A8}.stage-cert .btn-b{border:1px solid #014A94}.stage-cert .btn-a{border:1px solid #FE842B}.stage-cert__wrapper-point.border-visible{border-color:#737687}.stage-cert__wrapper-point{padding:8px;border:1px solid transparent;border-radius:6px;margin-bottom:10px}.stage-cert__wrapper-point li:first-child{font-weight:500;font-size:20px;margin:25px 0}.stage-cert__wrapper-point li:not(:first-child){border:1px solid;border-radius:4.1875rem;padding:10px;margin-bottom:15px;font-weight:500;height:100%;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__wrapper-point li{text-align:center}.stage-cert .btn-open.btn-d{color:#5F91C5}.stage-cert .btn-open.btn-d:before{background-color:#5F91C5}.stage-cert .btn-open.btn-d:after{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg);top:calc(50% - 10px)}.stage-cert .btn-open.btn-c{color:#7D60A8}.stage-cert .btn-open.btn-c:before{background-color:#7D60A8}.stage-cert .btn-open.btn-c:after{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg);top:calc(50% - 10px)}.stage-cert .btn-open.btn-b{color:#014A94}.stage-cert .btn-open.btn-b:before{background-color:#014A94}.stage-cert .btn-open.btn-b:after{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg);top:calc(50% - 10px)}.stage-cert .btn-open.btn-a{color:#FE842B}.stage-cert .btn-open.btn-a:before{background-color:#FE842B}.stage-cert .btn-open.btn-a:after{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg);top:calc(50% - 10px)}.stage-cert__list{display:none}.stage-cert .btn-open+.stage-cert__list{display:block}.stage-cert__point+.stage-cert__list li:not(:first-child):before{content:'';height:5px;position:absolute;bottom:0;left:0;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;width:100%;background-color:transparent}.stage-cert .btn-d+.stage-cert__list li:not(:first-child){color:#5F91C5;position:relative}.stage-cert .btn-d+.stage-cert__list li:not(:first-child):before{background-color:#5F91C5}.stage-cert .btn-d+.stage-cert__list li:not(:first-child):after{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg);top:calc(50% - 10px)}.stage-cert .btn-c+.stage-cert__list li:not(:first-child){color:#7D60A8;position:relative}.stage-cert .btn-c+.stage-cert__list li:not(:first-child):before{background-color:#7D60A8}.stage-cert .btn-c+.stage-cert__list li:not(:first-child):after{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg);top:calc(50% - 10px)}.stage-cert .btn-b+.stage-cert__list li:not(:first-child){color:#014A94;position:relative}.stage-cert .btn-b+.stage-cert__list li:not(:first-child):before{background-color:#014A94}.stage-cert .btn-b+.stage-cert__list li:not(:first-child):after{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg);top:calc(50% - 10px)}.stage-cert .btn-a+.stage-cert__list li:not(:first-child){color:#FE842B;position:relative}.stage-cert .btn-a+.stage-cert__list li:not(:first-child):before{background-color:#FE842B}.stage-cert .btn-a+.stage-cert__list li:not(:first-child):after{-webkit-transform:translateY(0%) rotate(0deg);-ms-transform:translateY(0%) rotate(0deg);transform:translateY(0%) rotate(0deg);top:calc(50% - 10px)}.stage-cert__point{border:1px solid;border-radius:6px;font-weight:500;font-size:32px;text-align:center;padding:15px;position:relative}.stage-cert__point:before{content:'';height:5px;position:absolute;bottom:0;left:0;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;width:100%;background-color:transparent}.stage-cert__point:after{content:'';border:8px solid transparent;border-bottom:8px solid #000000;-webkit-transform:translateY(0%) rotate(180deg);-ms-transform:translateY(0%) rotate(180deg);transform:translateY(0%) rotate(180deg);width:0;height:0;display:inline-block;margin-left:15px;margin-bottom:-3px;-webkit-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.4s;position:absolute;right:25px;top:calc(50% - 5px)}.stage-cert__table-head{border:1px solid #737687;border-radius:6px;padding:15px 20px;display:grid;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 4fr 3fr}@media screen and (max-width: 1200px){.stage-cert__table-head{grid-template-columns:auto}}.stage-cert__body-mobile{display:none}@media screen and (max-width: 1200px){.stage-cert__body-mobile{display:block;text-align:center;font-weight:500;font-size:20px;margin-bottom:35px}}@media screen and (max-width: 1200px){.stage-cert__body-numb{display:none}}.stage-cert__table-body{margin-top:1.5625rem}@media screen and (max-width: 1200px){.stage-cert__table-body{padding:30px 0;border:1px solid #737687;border-radius:6px}}.stage-cert__table-body-string{padding:5px 21px;display:grid;text-align:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 4fr 3fr}@media screen and (max-width: 1200px){.stage-cert__table-body-string{grid-template-columns:1fr 1fr}}.stage-cert__table-body-string.hover-helper{position:absolute;width:100%;height:100%;top:0;opacity:0}@media screen and (max-width: 1200px){.stage-cert__table-body-string.hover-helper{display:none}}.stage-cert__head-stage{border-left:1px solid #A7AABC;border-right:1px solid #A7AABC;padding:50px 0}@media screen and (max-width: 1200px){.stage-cert__head-stage{display:none}}.stage-cert__body-stage{border:1px solid #A7AABC;border-radius:4.1875rem;padding:0  5px 0;height:100%;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;overflow:hidden;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__body-stage:after{background-color:transparent;content:'';height:4px;position:absolute;bottom:0;left:0;width:100%;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__body-stage.use-a.is-active-a{border:1px solid #FE842B;color:#FE842B;font-weight:700}.stage-cert__body-stage.use-a.is-active-a:after{background-color:#FE842B}.stage-cert__body-stage.use-b.is-active-b{border:1px solid #014A94;color:#014A94;font-weight:700}.stage-cert__body-stage.use-b.is-active-b:after{background-color:#014A94}.stage-cert__body-stage.use-c.is-active-c{border:1px solid #9400D3;color:#9400D3;font-weight:700}.stage-cert__body-stage.use-c.is-active-c:after{background-color:#9400D3}.stage-cert__body-stage.use-d.is-active-d{border:1px solid #5F91C5;color:#5F91C5;font-weight:700}.stage-cert__body-stage.use-d.is-active-d:after{background-color:#5F91C5}.stage-cert__head-wrap-lvl-c,.stage-cert__head-wrap-lvl-b,.stage-cert__head-wrap-lvl-a{border-left:1px solid #A7AABC}@media screen and (max-width: 1200px){.stage-cert__head-wrap-lvl-c,.stage-cert__head-wrap-lvl-b,.stage-cert__head-wrap-lvl-a{border:none}}.stage-cert__head-wrap-lvl-d,.stage-cert__head-wrap-lvl-c,.stage-cert__head-wrap-lvl-b,.stage-cert__head-wrap-lvl-a{font-size:24px;padding:15px 0 0}.stage-cert__body-wrap-lvl-d,.stage-cert__body-wrap-lvl-c,.stage-cert__body-wrap-lvl-b,.stage-cert__body-wrap-lvl-a{font-size:24px;padding:15px 0 0}.stage-cert__head-wrap-lvl,.stage-cert__body-wrap-lvl{display:grid;padding-left:1.25rem;grid-template-columns:repeat(4, 1fr)}.hover-helper .stage-cert__head-wrap-lvl,.hover-helper .stage-cert__body-wrap-lvl{height:100%}.stage-cert__head-lvl{grid-column:1/5;text-align:center;padding-bottom:15px}@media screen and (max-width: 1200px){.stage-cert__head-lvl{font-size:20px;font-weight:500}}.stage-cert__head-numb{padding:50px 0}@media screen and (max-width: 1200px){.stage-cert__head-numb{display:none}}.stage-cert .wrap-lvl{padding-top:15px}.stage-cert__body-wrap-lvl>.wrap-lvl{padding-top:0}.stage-cert__head-lvl-d,.stage-cert__head-lvl-c,.stage-cert__head-lvl-b,.stage-cert__head-lvl-a,.stage-cert__body-lvl-d,.stage-cert__body-lvl-c,.stage-cert__body-lvl-b,.stage-cert__body-lvl-a{border-radius:6px;font-size:24px;height:3.125rem;width:3.125rem;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:auto}.hover-helper .stage-cert__head-lvl-d,.hover-helper .stage-cert__head-lvl-c,.hover-helper .stage-cert__head-lvl-b,.hover-helper .stage-cert__head-lvl-a,.hover-helper .stage-cert__body-lvl-d,.hover-helper .stage-cert__body-lvl-c,.hover-helper .stage-cert__body-lvl-b,.hover-helper .stage-cert__body-lvl-a{height:100%}@media screen and (max-width: 1200px){.stage-cert__head-lvl-d,.stage-cert__head-lvl-c,.stage-cert__head-lvl-b,.stage-cert__head-lvl-a{height:5.625rem;width:5.625rem;font-size:32px}}.stage-cert__body-wrap-lvl span{height:2px;background:#737687;width:22px;right:0;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;position:absolute}.stage-cert__body-wrap-lvl span.cross-left{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:-2px;left:13px;margin-top:25px}.stage-cert__body-wrap-lvl span.cross-right{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:16px;left:13px;margin-top:7px}.stage-cert__head-lvl-d,.stage-cert__body-lvl-d{border:1px solid #5F91C5;position:relative;overflow:hidden;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__head-lvl-d:after,.stage-cert__body-lvl-d:after{content:'';height:5px;position:absolute;bottom:0;left:0;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;width:100%;background-color:transparent}.stage-cert__head-lvl-d.is-active:after,.stage-cert__body-lvl-d.is-active:after{background-color:#5F91C5}.stage-cert__head-lvl-d.is-active span,.stage-cert__body-lvl-d.is-active span{background-color:#5F91C5}.stage-cert__head-lvl-d.disabled,.stage-cert__body-lvl-d.disabled{opacity:0}.stage-cert__head-lvl-c,.stage-cert__body-lvl-c{border:1px solid #7D60A8;position:relative;overflow:hidden;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__head-lvl-c:after,.stage-cert__body-lvl-c:after{content:'';height:5px;position:absolute;bottom:0;left:0;width:100%;background-color:transparent;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__head-lvl-c.is-active:after,.stage-cert__body-lvl-c.is-active:after{background-color:#7D60A8}.stage-cert__head-lvl-c.is-active span,.stage-cert__body-lvl-c.is-active span{background-color:#7D60A8}.stage-cert__head-lvl-c.disabled,.stage-cert__body-lvl-c.disabled{opacity:0}.stage-cert__head-lvl-b,.stage-cert__body-lvl-b{border:1px solid #014A94;position:relative;overflow:hidden;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__head-lvl-b:after,.stage-cert__body-lvl-b:after{content:'';height:5px;position:absolute;bottom:0;left:0;width:100%;background-color:transparent;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__head-lvl-b.is-active:after,.stage-cert__body-lvl-b.is-active:after{background-color:#014A94}.stage-cert__head-lvl-b.is-active span,.stage-cert__body-lvl-b.is-active span{background-color:#014A94}.stage-cert__head-lvl-b.disabled,.stage-cert__body-lvl-b.disabled{opacity:0}.stage-cert__head-lvl-a,.stage-cert__body-lvl-a{border:1px solid #FE842B;position:relative;overflow:hidden;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__head-lvl-a:after,.stage-cert__body-lvl-a:after{content:'';height:5px;position:absolute;bottom:0;left:0;width:100%;background-color:transparent;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.stage-cert__head-lvl-a.is-active:after,.stage-cert__body-lvl-a.is-active:after{background-color:#FE842B}.stage-cert__head-lvl-a.is-active span,.stage-cert__body-lvl-a.is-active span{background-color:#FE842B}.stage-cert__head-lvl-a.disabled,.stage-cert__body-lvl-a.disabled{opacity:0}.stage-cert__body-lvl-a,.stage-cert__body-lvl-b,.stage-cert__body-lvl-c,.stage-cert__body-lvl-d{border:1px solid #A7AABC}.stage-cert__body-lvl-d.is-active{border:1px solid #5F91C5}.stage-cert__body-lvl-c.is-active{border:1px solid #7D60A8}.stage-cert__body-lvl-b.is-active{border:1px solid #014A94}.stage-cert__body-lvl-a.is-active{border:1px solid #FE842B}.stage-cert__text{margin-bottom:50px}.personal-account{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.personal-account__certification{margin-top:30px;display:grid;grid-template-columns:5fr 3fr;grid-column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.personal-account__certification{grid-template-columns:auto;grid-row-gap:20px}}.personal-account__certification_text{font-size:18px}.personal-account__certification_btn{display:grid;grid-template-columns:2fr 1fr}@media screen and (max-width: 768px){.personal-account__certification_btn{grid-template-columns:auto}}.personal-account__block-info{padding-bottom:60px;border-bottom:1px solid #A7AABC}.personal-account__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.personal-account__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.personal-account__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.personal-account__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.personal-account__right-bar{margin:auto}}.personal-account .title{margin-bottom:45px}.personal-account th{border:1px solid #A7AABC;padding:18px 10px}.personal-account__wrap-table{overflow:auto}.personal-account__wrap-table-inner{margin-top:45px;padding:17px 20px;background-color:#F2F2F2;border-bottom:8px solid #014A94;border-radius:6px}.personal-account__table{width:100%;text-align:center;border-spacing:0;border-collapse:collapse}.personal-account__table_head th{font-weight:700;border-top:none}.personal-account__table_head th:first-child{border-left:none}.personal-account__table_head th:last-child{border-right:none}.personal-account__table_body tr:last-child td{border-bottom:none}.personal-account__table_body td{border:1px solid #A7AABC;border-top:none;padding:18px 10px}.personal-account__table_body td:first-child{border-left:none}.personal-account__table_body td:last-child{border-right:none}.personal-account__table_sting th{border-bottom:none}.personal-account__table_sting th:first-child{border-left:none}.personal-account__table_sting th:last-child{border-right:none}.personal-account__extend-cert{width:315px;margin-top:40px}.personal-account__extend-cert .btn-orange{display:block}@media screen and (max-width: 768px){.personal-account__extend-cert{width:auto}}.personal-account .private-data,.personal-account .password{padding-top:60px}.personal-account__privat-form{width:640px;display:grid;grid-template-columns:1fr 1fr;grid-row-gap:10px;grid-column-gap:40px;margin-top:45px}@media screen and (max-width: 768px){.personal-account__privat-form{width:auto;grid-template-columns:auto}}.personal-account__privat-form_large{grid-column:1/3}@media screen and (max-width: 768px){.personal-account__privat-form_large{grid-column:1}}.personal-account__privat-form input{border-radius:6px;border:1px solid #A7AABC;padding:17px 17px 11px;display:block;width:100%}.personal-account__privat-form .btn-hollow{margin-top:20px;width:200px}.personal-account__password{width:640px}@media screen and (max-width: 768px){.personal-account__password{width:auto}}.personal-account__password input{border-radius:6px;border:1px solid #A7AABC;padding:17px 17px 11px}.personal-account__wrap-login{display:grid;grid-template-columns:1fr 4fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-column-gap:40px;margin-top:45px}@media screen and (max-width: 768px){.personal-account__wrap-login{grid-template-columns:auto;grid-row-gap:20px}}.personal-account__wrap-password{display:grid;margin-top:25px;grid-template-columns:repeat(3, 1fr);grid-column-gap:40px;grid-row-gap:35px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.personal-account__wrap-password{grid-template-columns:auto}}.personal-account .btn-hollow{border:1px solid #FE842B;border-radius:67px;padding:19px 0;letter-spacing:0.75px;text-transform:uppercase;font-weight:700}@media screen and (max-width: 768px){.personal-account .btn-hollow{width:200px}}.personal-account .btn-hollow:hover{color:#FE842B;border:1px solid #000000}.personal-account .btn-underline{background:transparent;position:relative;border:none;font-weight:700;color:#000000;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;font-size:.875rem;padding-bottom:5px;cursor:pointer}.personal-account .btn-underline:after{content:'';position:absolute;width:100%;background:#A7AABC;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;left:0;bottom:0;height:3px}.personal-account .btn-underline:hover{color:#014A94}.personal-account .btn-underline:hover:after{background:#014A94}.personal-account .container-books{padding-top:10px}@media screen and (max-width: 768px){.personal-account .publications__wrap-data{margin-top:10px}}.representative__wrap-card .img{max-width:300px;margin:0 auto}@media screen and (max-width: 768px){.representative__wrap-card .img{max-width:250px}}@media screen and (max-width: 768px){.personal-account__wrap-table{margin-right:-40px}}@media screen and (max-width: 768px){.personal-account__wrap-table-inner{overflow:auto;padding-right:10px}}.publications__wrap-card .img{-o-object-fit:cover;object-fit:cover;height:220px;width:100%}@media screen and (max-width: 768px){.publications__wrap-card .img{height:180px}}.events{display:block;position:relative;background-size:cover;color:#000000;font-size:1rem}.events__top-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);display:grid;grid-template-columns:1fr auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 768px){.events__top-bar{margin-left:10px;margin-right:10px}}.events__wrapper-link{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.events__wrapper-link{display:none}}.events__wrapper-link.mob{display:none;margin-top:15px;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px)}@media screen and (max-width: 768px){.events__wrapper-link.mob{margin-left:10px;margin-right:10px}}@media screen and (max-width: 768px){.events__wrapper-link.mob{display:block}}.events__subtitle{font-size:16px;color:#737687;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;margin-bottom:25px;position:absolute;top:0;left:0}.events__wrapper-card{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(33.33333% - 40px);position:relative;padding-top:47px}@media screen and (max-width: 768px){.events__wrapper-card{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.events__wrapper-card{width:calc(100% - 40px)}}.events__wrapper-card:hover>.events__subtitle{color:#5F91C5}.events__title-card{font-size:24px}.events__title-content{margin-top:27px;color:#505050}.news-assoc{display:block;position:relative;padding:5rem 0;background-size:cover;color:#000000;font-size:1rem}@media screen and (max-width: 768px){.news-assoc{padding-left:50px}}.news-assoc__top-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);display:grid;grid-template-columns:1fr auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 768px){.news-assoc__top-bar{margin-left:10px;margin-right:10px}}.news-assoc__wrapper-link{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news-assoc__wrapper-link a{position:relative;color:#000000;font-weight:700;text-transform:uppercase;font-size:.875rem}.news-assoc__wrapper-link a:after{content:'';position:absolute;width:100%;background:#A7AABC;left:0;height:3px;bottom:-5px}@media screen and (max-width: 768px){.news-assoc__wrapper-link{display:none}}.news-assoc__wrapper-link.mob{display:none;margin-top:15px;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px)}@media screen and (max-width: 768px){.news-assoc__wrapper-link.mob{margin-left:10px;margin-right:10px}}@media screen and (max-width: 768px){.news-assoc__wrapper-link.mob{display:block}}.news-assoc__subtitle{font-size:16px;color:#737687;margin-bottom:15px}.news-assoc__wrapper-main-news{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(50% - 40px)}@media screen and (max-width: 768px){.news-assoc__wrapper-main-news{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.news-assoc__wrapper-main-news{width:calc(100% - 40px)}}.news-assoc__wrapper-list{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(50% - 40px)}@media screen and (max-width: 768px){.news-assoc__wrapper-list{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.news-assoc__wrapper-list{width:calc(100% - 40px)}}.news-assoc .img-main{max-width:100%;max-height:500px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.news-assoc .img-main:hover{-webkit-filter:grayscale(100%);filter:grayscale(100%)}.news-assoc .wrapper-main-img{margin-bottom:40px;position:relative}@media screen and (max-width: 1200px){.news-assoc .wrapper-main-img{width:100%;text-align:center}}@media screen and (max-width: 1200px){.news-assoc .wrapper-img{width:100%;text-align:center}}.news-assoc__text-content,.news-assoc__article-content{margin-left:5px}.news-assoc__text-content:hover>.news-assoc__subtitle{color:#5F91C5}@media screen and (max-width: 1200px){.news-assoc__main-text{margin-bottom:35px}}.news-assoc__title{margin-bottom:15px}.news-assoc__article{grid-template-columns:1fr 2fr;grid-column-gap:40px;display:grid}@media screen and (max-width: 768px){.news-assoc__article{grid-template-columns:1fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.news-assoc__article:not(:last-child){margin-bottom:60px}.news-assoc__article .wrapper-img img{max-width:100%}.inter-map{display:block;position:relative;padding:5rem 0;background-size:cover;color:#000000;font-size:1rem}@media screen and (max-width: 768px){.inter-map{padding-left:50px}}.inter-map__title{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);text-align:left;margin-bottom:80px}@media screen and (max-width: 768px){.inter-map__title{margin-left:10px;margin-right:10px}}.inter-map__top-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px)}@media screen and (max-width: 768px){.inter-map__top-bar{margin-left:10px;margin-right:10px}}.inter-map__wrapper-points{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(16.66667% - 40px)}@media screen and (max-width: 768px){.inter-map__wrapper-points{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.inter-map__wrapper-points{width:calc(100% - 40px)}}@media screen and (max-width: 768px){.inter-map__wrapper-points{width:calc(75% - 20px)}}@media screen and (max-width: 768px){.inter-map__wrapper-points{margin-left:calc(25% + 10px)}}@media screen and (max-width: 1200px){.inter-map__wrapper-points{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:40px;margin-bottom:70px}}@media screen and (max-width: 768px){.inter-map__wrapper-points{display:grid;grid-template-columns:1fr;grid-column-gap:40px;grid-row-gap:25px;margin-bottom:40px}}.inter-map__arrow-points{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(16.66667% - 40px)}@media screen and (max-width: 768px){.inter-map__arrow-points{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.inter-map__arrow-points{width:calc(100% - 40px)}}@media screen and (max-width: 768px){.inter-map__arrow-points{width:calc(8.33333% - 20px)}}@media screen and (max-width: 1200px){.inter-map__arrow-points{height:100px;width:calc(100% - 40px);display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:40px}}@media screen and (max-width: 768px){.inter-map__arrow-points{grid-template-columns:1fr;grid-row-gap:25px;height:auto;width:auto;position:absolute;top:-155px;left:-112px}}.inter-map__arrow-points .arrow{width:35px;border-bottom:1px dashed #FE842B;position:absolute;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow{position:relative;border-left:1px dashed #FE842B;width:0;height:50px}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow{width:35px;height:0;border-left:none}}.inter-map__arrow-points .arrow.color-blue{border-bottom:1px dashed  #014A94}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow.color-blue{border-left:1px dashed #014A94}}.inter-map__arrow-points .arrow.color-orange{border-bottom:1px dashed  #FE842B}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow.color-orange{border-left:1px dashed #FE842B}}.inter-map__arrow-points .arrow.color-purple{border-bottom:1px dashed #9400D3}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow.color-purple{border-left:1px dashed #9400D3}}.inter-map__arrow-points .arrow:after{content:'';width:6px;height:6px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);position:absolute;top:-3px;right:calc(50% - 16px);-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow:after{-webkit-transform:translateY(0%) rotate(-135deg);-ms-transform:translateY(0%) rotate(-135deg);transform:translateY(0%) rotate(-135deg);right:calc(50% - 3px)}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow:after{-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);top:55px;right:calc(50% - 40px)}}@media screen and (max-width: 560px){.inter-map__arrow-points .arrow:after{right:calc(50% - 30px)}}.inter-map__arrow-points .arrow.color-blue:after{border-bottom:1px  solid  #014A94;border-right:1px  solid #014A94}.inter-map__arrow-points .arrow.color-orange:after{border-bottom:1px  solid  #FE842B;border-right:1px  solid #FE842B}.inter-map__arrow-points .arrow.color-purple:after{border-bottom:1px  solid #9400D3;border-right:1px  solid #9400D3}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:40px;margin-bottom:70px}}.inter-map__arrow-points .arrow-top{top:80px}.inter-map__arrow-points .arrow-top.arrow{border-bottom:1px dashed #737687}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow-top.arrow{border-left:1px dashed #737687}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow-top.arrow{border-left:none}}.inter-map__arrow-points .arrow-top.arrow.color-blue{border-bottom:1px dashed #014A94}.inter-map__arrow-points .arrow-top.arrow.color-blue:after{border-bottom:1px  solid #014A94;border-right:1px  solid #014A94}.inter-map__arrow-points .arrow-top.arrow:after{border-bottom:1px  solid #737687;border-right:1px  solid #737687}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow-top{top:0;margin:0 auto;height:30px}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow-top{height:59px;top:-7px;left:163px;width:10vw}}@media screen and (max-width: 560px){.inter-map__arrow-points .arrow-top{left:122px;width:14vw}}.inter-map__arrow-points .arrow-middle{top:155px}.inter-map__arrow-points .arrow-middle.arrow{border-bottom:1px dashed #737687}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow-middle.arrow{border-left:1px dashed #737687}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow-middle.arrow{border-left:none}}.inter-map__arrow-points .arrow-middle.arrow.color-orange{border-bottom:1px dashed #FE842B}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow-middle.arrow.color-orange{border-left:1px dashed #FE842B}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow-middle.arrow.color-orange{border-left:none}}.inter-map__arrow-points .arrow-middle.arrow.color-orange:after{border-bottom:1px  solid #FE842B;border-right:1px  solid #FE842B}.inter-map__arrow-points .arrow-middle.arrow:after{border-bottom:1px  solid #737687;border-right:1px  solid #737687}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow-middle{top:0;margin:0 auto;height:30px}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow-middle{height:59px;top:-7px;left:163px;width:10vw}}@media screen and (max-width: 560px){.inter-map__arrow-points .arrow-middle{left:122px;width:14vw}}.inter-map__arrow-points .arrow-bottom{top:232px}.inter-map__arrow-points .arrow-bottom.arrow{border-bottom:1px dashed #737687}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow-bottom.arrow{border-left:1px dashed #737687}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow-bottom.arrow{border-left:none}}.inter-map__arrow-points .arrow-bottom.arrow.color-purple{border-bottom:1px dashed #9400D3}.inter-map__arrow-points .arrow-bottom.arrow.color-purple:after{border-bottom:1px solid #9400D3;border-right:1px  solid #9400D3}.inter-map__arrow-points .arrow-bottom.arrow:after{border-bottom:1px  solid #737687;border-right:1px  solid #737687}@media screen and (max-width: 1200px){.inter-map__arrow-points .arrow-bottom{top:0;margin:0 auto;height:30px}}@media screen and (max-width: 768px){.inter-map__arrow-points .arrow-bottom{height:59px;top:-7px;left:163px;width:10vw}}@media screen and (max-width: 560px){.inter-map__arrow-points .arrow-bottom{left:122px;width:14vw}}.inter-map__wrapper-descr{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(83.33333% - 40px);display:grid;padding:0 10px;grid-template-columns:repeat(7, 1fr);grid-column-gap:10px}@media screen and (max-width: 768px){.inter-map__wrapper-descr{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.inter-map__wrapper-descr{width:calc(66.66667% - 40px)}}@media screen and (max-width: 768px){.inter-map__wrapper-descr{width:calc(75% - 20px)}}@media screen and (max-width: 1200px){.inter-map__wrapper-descr{margin-left:calc(16.66667% + 20px)}}@media screen and (max-width: 1200px){.inter-map__wrapper-descr{margin-right:calc(16.66667% + 20px)}}@media screen and (max-width: 768px){.inter-map__wrapper-descr{margin-left:calc(0% + 10px)}}@media screen and (max-width: 768px){.inter-map__wrapper-descr{margin-right:calc(0% + 10px)}}@media screen and (max-width: 768px){.inter-map__wrapper-descr{margin-left:calc(25% + 10px)}}@media screen and (max-width: 1200px){.inter-map__wrapper-descr{grid-template-columns:1fr;grid-row-gap:10px}}.inter-map__arrow-descr{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(83.33333% - 40px);display:grid;grid-template-columns:repeat(7, 1fr);grid-row-gap:10px}@media screen and (max-width: 768px){.inter-map__arrow-descr{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.inter-map__arrow-descr{width:calc(16.66667% - 40px)}}@media screen and (max-width: 1200px){.inter-map__arrow-descr{grid-template-columns:1fr}}.inter-map__arrow-descr .arrow.is-active{height:50px;width:1px;margin:auto;position:relative;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.inter-map__arrow-descr .arrow.is-active.color-blue{border-right:1px dashed #014A94}@media screen and (max-width: 1200px){.inter-map__arrow-descr .arrow.is-active.color-blue{border-top:1px dashed #014A94}}.inter-map__arrow-descr .arrow.is-active.color-orange{border-right:1px dashed #FE842B}@media screen and (max-width: 1200px){.inter-map__arrow-descr .arrow.is-active.color-orange{border-top:1px dashed #FE842B}}.inter-map__arrow-descr .arrow.is-active.color-purple{border-right:1px dashed #9400D3}@media screen and (max-width: 1200px){.inter-map__arrow-descr .arrow.is-active.color-purple{border-top:1px dashed #9400D3}}@media screen and (max-width: 1200px){.inter-map__arrow-descr .arrow.is-active{border-right:none;height:0;width:11vw;right:-55px}}@media screen and (max-width: 960px){.inter-map__arrow-descr .arrow.is-active{width:10vw}}@media screen and (max-width: 768px){.inter-map__arrow-descr .arrow.is-active{right:-53px;top:80px;width:12vw}}@media screen and (max-width: 560px){.inter-map__arrow-descr .arrow.is-active{right:-15px;width:15vw}}.inter-map__arrow-descr .arrow.is-active:after{content:'';width:4px;height:4px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(45deg);-ms-transform:translateY(0%) rotate(45deg);transform:translateY(0%) rotate(45deg);position:absolute;top:87%;right:calc(50% - 3px);-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 1200px){.inter-map__arrow-descr .arrow.is-active:after{-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);position:absolute;top:-3px;right:0}}.inter-map__arrow-descr .arrow.is-active.color-blue:after{border-bottom:1px  solid  #014A94;border-right:1px  solid #014A94}.inter-map__arrow-descr .arrow.is-active.color-orange:after{border-bottom:1px  solid  #FE842B;border-right:1px  solid #FE842B}.inter-map__arrow-descr .arrow.is-active.color-purple:after{border-bottom:1px  solid #9400D3;border-right:1px  solid #9400D3}.inter-map__point{text-align:center;margin:0 0 0 35px;padding:20px 0 15px;border-radius:67px;color:#737687;font-weight:500;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 1200px){.inter-map__point{margin:0}}.inter-map__point.color-blue{border:1px solid #014A94}.inter-map__point.color-blue.is-active{background-color:#014A94;-webkit-box-shadow:0px 8px 16px rgba(8,35,48,0.2);box-shadow:0px 8px 16px rgba(8,35,48,0.2)}.inter-map__point.color-orange{border:1px solid #FE842B}.inter-map__point.color-orange.is-active{background-color:#FE842B;-webkit-box-shadow:0px 8px 16px rgba(8,35,48,0.2);box-shadow:0px 8px 16px rgba(8,35,48,0.2)}.inter-map__point.color-purple{border:1px solid #9400D3}@media screen and (max-width: 768px){.inter-map__point.color-purple{z-index:10}}.inter-map__point.color-purple.is-active{background-color:#9400D3;-webkit-box-shadow:0px 8px 16px rgba(8,35,48,0.2);box-shadow:0px 8px 16px rgba(8,35,48,0.2)}.inter-map__point.is-active{color:#ffffff}.inter-map__point:not(:last-child){margin-bottom:15px}@media screen and (max-width: 1200px){.inter-map__point:not(:last-child){margin-bottom:0}}.inter-map__wrapper-arrow .arrow:not(.is-active){position:absolute;height:14px;width:14px;top:50%;right:calc(50% - 7px)}@media screen and (max-width: 1200px){.inter-map__wrapper-arrow .arrow:not(.is-active){top:-7%;right:-30px}}@media screen and (max-width: 768px){.inter-map__wrapper-arrow .arrow:not(.is-active){top:75%;right:-30px}}@media screen and (max-width: 560px){.inter-map__wrapper-arrow .arrow:not(.is-active){right:-15px}}.inter-map__wrapper-arrow .arrow:not(.is-active):before{content:'';height:2px;background:#737687;width:14px;right:0;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;position:absolute;-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}.inter-map__wrapper-arrow .arrow:not(.is-active):after{content:'';height:2px;background:#737687;width:14px;right:0;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;position:absolute;-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}.inter-map__card{border:1px solid #737687;border-radius:6px;width:100%;position:relative;overflow:hidden;text-align:center;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 1200px){.inter-map__card a{text-align:inherit;display:grid;grid-template-columns:120px auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px}}@media screen and (max-width: 768px){.inter-map__card a{padding:15px 0}}@media screen and (max-width: 560px){.inter-map__card a{grid-template-columns:70px auto}}.inter-map__card.is-active.color-blue{border:1px solid #014A94}.inter-map__card.is-active.color-orange{border:1px solid #FE842B}.inter-map__card.is-active.color-purple{border:1px solid #9400D3}.inter-map__line-top{width:100%;margin:0 100px 0 20px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 1200px){.inter-map__line-top{display:none}}.inter-map__line-top.color-blue{width:79.9%;border-top:1px dashed #014A94}.inter-map__line-top.color-orange{border-top:1px dashed #FE842B}.inter-map__line-top.color-purple{border-top:1px dashed #9400D3}.inter-map__line-left{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;left:0;position:absolute;height:233px;margin-left:20px}.inter-map__line-left.color-blue{border-left:1px dashed #014A94}@media screen and (max-width: 1200px){.inter-map__line-left.color-blue{border-top:1px dashed #014A94}}.inter-map__line-left.color-orange{border-left:1px dashed #FE842B}@media screen and (max-width: 1200px){.inter-map__line-left.color-orange{border-top:1px dashed #FE842B}}.inter-map__line-left.color-purple{border-left:1px dashed #9400D3}@media screen and (max-width: 1200px){.inter-map__line-left.color-purple{border-top:1px dashed #9400D3}}.inter-map__line-left_grey{background-color:#ffffff;width:2px;height:155px;position:absolute;left:-1px;bottom:0}@media screen and (max-width: 1200px){.inter-map__line-left_grey{background-color:#ffffff;width:89%;height:2px;position:absolute;right:0;left:auto;bottom:auto;top:-2px}}.inter-map__line-left_grey:after{content:'';position:absolute;border-left:1px dashed #737687;height:100%;bottom:-1px;left:0px}@media screen and (max-width: 1200px){.inter-map__line-left_grey:after{border-left:none;border-top:1px dashed #737687;bottom:0;left:-1px;height:auto;width:100%}}@media screen and (max-width: 768px){.inter-map__line-left_grey:after{border-top:none;border-left:1px dashed #737687;height:100%;left:0}}@media screen and (max-width: 1200px){.inter-map__line-left{left:60px;top:33px;position:absolute;width:75.5vw;margin-left:20px;height:750px}}@media screen and (max-width: 768px){.inter-map__line-left{left:40px}}@media screen and (max-width: 560px){.inter-map__line-left{left:60px}}@media screen and (max-width: 1200px){.inter-map__line-left.color-blue{height:640px}}@media screen and (max-width: 768px){.inter-map__line-left.color-blue{height:793px}}@media screen and (max-width: 960px){.inter-map__line-left{width:73vw}}@media screen and (max-width: 768px){.inter-map__line-left{width:0;height:895px;top:-102px}}@media screen and (max-width: 560px){.inter-map__line-left{left:0}}.inter-map .color-orange .inter-map__line-left_grey{height:75px}@media screen and (max-width: 1200px){.inter-map .color-orange .inter-map__line-left_grey{height:2px;width:44%}}@media screen and (max-width: 768px){.inter-map .color-orange .inter-map__line-left_grey{width:1px;height:82px}}.inter-map .color-purple .inter-map__line-left_grey{height:0}@media screen and (max-width: 1200px){.inter-map .color-purple .inter-map__line-left_grey{height:2px;width:0}}@media screen and (max-width: 768px){.inter-map .color-purple .inter-map__line-left_grey{width:1px;height:167px}}.inter-map .wrapper-main{position:relative;height:0}.inter-map .wrapper-arrow{position:relative;left:0;top:-260px}@media screen and (max-width: 1200px){.inter-map .wrapper-arrow{top:-830px}}.inter-map__wrapper-arrow{position:relative}@media screen and (max-width: 1200px){.inter-map__wrapper-arrow{height:100px;top:23px}}@media screen and (max-width: 768px){.inter-map__wrapper-arrow{top:100px;height:92px}}.inter-map .wrapper-icon{width:80px;height:80px;background:#ffffff;border-radius:50%;position:relative;margin:30px auto 30px;border:1px solid #8C8C8C}@media screen and (max-width: 1200px){.inter-map .wrapper-icon{width:70px;height:70px;margin:0}}@media screen and (max-width: 768px){.inter-map .wrapper-icon{width:60px;height:60px;margin:0 auto}}.inter-map .wrapper-icon i{display:block;height:100%;width:100%}.inter-map .is-active .wrapper-icon{-webkit-box-shadow:0 5px 15px rgba(0,0,0,0.25);box-shadow:0 5px 15px rgba(0,0,0,0.25);border:none}.inter-map .i-worker{background:url(/static/images/pages/home/inter-map/svg/worker.svg) no-repeat no-repeat center center}.inter-map .i-contract{background:url(/static/images/pages/home/inter-map/svg/contract.svg) no-repeat no-repeat center center}.inter-map .i-exam{background:url(/static/images/pages/home/inter-map/svg/exam.svg) no-repeat no-repeat center center}.inter-map .i-brain{background:url(/static/images/pages/home/inter-map/svg/brain.svg) no-repeat no-repeat center center}.inter-map .i-business-card{background:url(/static/images/pages/home/inter-map/svg/business-card.svg) no-repeat no-repeat center center}.inter-map .i-team{background:url(/static/images/pages/home/inter-map/svg/team.svg) no-repeat no-repeat center center}.inter-map .i-trophy{background:url(/static/images/pages/home/inter-map/svg/trophy.svg) no-repeat no-repeat center center}.inter-map__text{position:relative;z-index:15;padding-top:35px;font-size:16px;font-weight:500;color:#737687}@media screen and (max-width: 1200px){.inter-map__text{padding:0}}@media screen and (max-width: 560px){.inter-map__text{font-size:12px}}.is-active .inter-map__text{color:#000000}.inter-map .is-active .bg-top{position:absolute;width:100%;height:50px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.inter-map .is-active .bg-top.color-blue{background:#014A94}@media screen and (max-width: 1200px){.inter-map .is-active .bg-top.color-blue{background:transparent}}.inter-map .is-active .bg-top.color-orange{background:#FE842B}@media screen and (max-width: 1200px){.inter-map .is-active .bg-top.color-orange{background:transparent}}.inter-map .is-active .bg-top.color-purple{background:#9400D3}@media screen and (max-width: 1200px){.inter-map .is-active .bg-top.color-purple{background:transparent}}.inter-map .is-active .bg-top:before{position:absolute;bottom:-30px;left:-80px;border:150px solid transparent;-webkit-transform:translateY(0%) rotate(-13deg);-ms-transform:translateY(0%) rotate(-13deg);transform:translateY(0%) rotate(-13deg);content:'';-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 1200px){.inter-map .is-active .bg-top:before{left:-210px;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg)}}.inter-map .bg-top{position:absolute;width:100%;height:50px;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}.inter-map .bg-top:before{position:absolute;bottom:-30px;left:-80px;border:150px solid transparent;-webkit-transform:translateY(0%) rotate(-13deg);-ms-transform:translateY(0%) rotate(-13deg);transform:translateY(0%) rotate(-13deg);content:'';-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s}@media screen and (max-width: 1200px){.inter-map .bg-top:before{left:-210px;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg)}}.inter-map .is-active .bg-top.color-blue:before{border-bottom-color:#014A94;border-right-color:#014A94}.inter-map .is-active .bg-top.color-orange:before{border-bottom-color:#FE842B;border-right-color:#FE842B}.inter-map .is-active .bg-top.color-purple:before{border-bottom-color:#9400D3;border-right-color:#9400D3}@media screen and (max-width: 1400px){.inter-map .inter-map_line-top.color-blue{width:79.8%}}.about{display:block;position:relative;background-size:cover;color:#000000;font-size:1rem}.about .white-bg{padding-bottom:40px}@media screen and (max-width: 1200px){.about .white-bg{padding-bottom:370px}}@media screen and (max-width: 768px){.about .white-bg{padding-bottom:250px}}.about .blue-bg{background:#014A94;color:#ffffff;padding:30px 0 120px}@media screen and (max-width: 1200px){.about .blue-bg{padding:330px 0 55px}}@media screen and (max-width: 768px){.about .blue-bg{padding:320px 0 55px;position:relative}.about .blue-bg:before{content:'';position:absolute;top:0;left:-50px;width:50px;height:100%;background-color:#014A94}}@media screen and (max-width: 560px){.about .blue-bg{padding:120px 0 55px}}.about__top-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);display:grid;grid-template-columns:1fr auto;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width: 768px){.about__top-bar{margin-left:10px;margin-right:10px}}.about__wrapper-link{display:inline-block;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:40px}.about__wrapper-img{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(33.33333% - 40px);position:relative}@media screen and (max-width: 768px){.about__wrapper-img{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.about__wrapper-img{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.about__wrapper-img{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;width:100%}}@media screen and (max-width: 768px){.about__wrapper-img{width:100%}}.about .img{position:absolute;width:100%;top:0;left:0;background-repeat:no-repeat;background-position:38% center;-o-object-fit:contain;object-fit:contain;height:550px}@media screen and (max-width: 1200px){.about .img{top:55px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media screen and (max-width: 768px){.about .img{top:55px;height:425px;background-size:cover;background-position:center center;z-index:10}}@media screen and (max-width: 560px){.about .img{top:55px;height:315px;background-size:contain}}.about__wrapper-content{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.about__wrapper-content{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.about__wrapper-content{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.about__wrapper-content{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.about__wrapper-benefits{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;margin-left:calc(33.33333% + 20px);width:calc(66.66667% - 40px);display:grid;grid-template-columns:repeat(2, 1fr);grid-row-gap:30px;grid-column-gap:40px;-webkit-backface-visibility:hidden;backface-visibility:hidden}@media screen and (max-width: 768px){.about__wrapper-benefits{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.about__wrapper-benefits{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.about__wrapper-benefits{width:calc(100% - 40px)}}.about__wrapper-benefits .about__benefit{opacity:0;-webkit-transform:translate3d(0, 36px, 0);transform:translate3d(0, 36px, 0)}@media screen and (max-width: 768px){.about__wrapper-benefits .about__benefit{opacity:1}}.about__wrapper-benefits.is-active .about__benefit{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;-o-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out}.about__wrapper-benefits.is-active .about__benefit:nth-child(1){-webkit-transition-delay:.45s;-o-transition-delay:.45s;transition-delay:.45s}.about__wrapper-benefits.is-active .about__benefit:nth-child(2){-webkit-transition-delay:.75s;-o-transition-delay:.75s;transition-delay:.75s}.about__wrapper-benefits.is-active .about__benefit:nth-child(3){-webkit-transition-delay:1.05s;-o-transition-delay:1.05s;transition-delay:1.05s}.about__wrapper-benefits.is-active .about__benefit:nth-child(4){-webkit-transition-delay:1.35s;-o-transition-delay:1.35s;transition-delay:1.35s}@media screen and (max-width: 768px){.about__wrapper-benefits{grid-template-columns:1fr;grid-row-gap:20px}}.about__benefit-icon{background-size:contain;background-repeat:no-repeat;background-position:center center;height:80px}@media screen and (max-width: 1200px){.about__benefit-icon{height:90px}}.about__benefit{display:grid;grid-template-columns:1fr 3fr;grid-column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.about__benefit{grid-column-gap:20px}}.about__title{font-weight:500;margin-bottom:40px}@media screen and (max-width: 768px){.about__benefit-text{word-break:break-all}}.main-slider{display:block;position:relative;padding:0 0 5rem;background-size:cover;color:#000000;font-size:1rem}@media screen and (max-width: 768px){.main-slider{padding-left:3.125rem}}@media screen and (max-width: 560px){.main-slider{padding-bottom:0rem}}.main-slider__main-title{color:#ffffff;font-weight:700;line-height:60px;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(75% - 40px);margin-right:calc(25% + 20px);margin-left:0}@media screen and (max-width: 768px){.main-slider__main-title{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.main-slider__main-title{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.main-slider__main-title{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.main-slider__main-title{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.main-slider__main-title{text-align:left}}.main-slider__main-title .h3 a{color:#ffffff}@media screen and (max-width: 560px){.main-slider__main-title .h3{line-height:30px;font-size:20px}}@media screen and (max-width: 1200px){.main-slider__text-block{margin-bottom:3.125rem}}.main-slider__img-block{position:relative;width:100%}.main-slider .bg-photo{min-height:38.75rem;background-repeat:no-repeat;background-position:left center;background-size:cover}@media screen and (max-width: 1200px){.main-slider .bg-photo{min-height:45rem}}@media screen and (max-width: 768px){.main-slider .bg-photo{height:auto}}@media screen and (max-width: 560px){.main-slider .bg-photo{padding-bottom:260px}}.main-slider .bg-white{padding-top:4.6875rem}@media screen and (max-width: 1200px){.main-slider .bg-white{padding-top:24.0625rem}}@media screen and (max-width: 768px){.main-slider .bg-white{padding-top:19.0625rem}}@media screen and (max-width: 560px){.main-slider .bg-white{padding-top:4.375rem}}.main-slider__wrapper-date{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(33.33333% - 40px);display:grid;grid-template-columns:auto auto;letter-spacing:0.02em;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:50px;margin-left:0}@media screen and (max-width: 768px){.main-slider__wrapper-date{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.main-slider__wrapper-date{width:calc(50% - 40px)}}@media screen and (max-width: 768px){.main-slider__wrapper-date{width:calc(100% - 20px)}}@media screen and (max-width: 1200px){.main-slider__wrapper-date{text-align:left;grid-template-columns:80px auto;grid-column-gap:20px}}@media screen and (max-width: 768px){.main-slider__wrapper-date{grid-template-columns:80px auto}}.main-slider__logo{height:75px;width:75px;background:url(/static/images/pages/home/main-slider/svg/logo.svg) no-repeat center center}@media screen and (max-width: 768px){.main-slider__logo{margin-left:10px}}.main-slider__text{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(41.66667% - 40px);margin-right:calc(58.33333% + 20px);color:#ffffff;font-weight:500;font-size:18px;margin-top:3.75rem;margin-left:0}@media screen and (max-width: 768px){.main-slider__text{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.main-slider__text{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.main-slider__text{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.main-slider__text{margin-right:calc(0% + 20px)}}@media screen and (max-width: 1200px){.main-slider__text{text-align:left}}.main-slider .swiper-pagination-fraction{top:18px;width:auto;right:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.main-slider .container-img{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;margin-left:calc(41.66667% + 20px);width:calc(58.33333% - 40px);position:absolute;right:0;bottom:-260px}@media screen and (max-width: 768px){.main-slider .container-img{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.main-slider .container-img{margin-left:calc(0% + 20px)}}@media screen and (max-width: 1200px){.main-slider .container-img{width:calc(100% - 40px)}}@media screen and (max-width: 1680px){.main-slider .container-img{bottom:-210px}}@media screen and (max-width: 1200px){.main-slider .container-img{position:static}}@media screen and (max-width: 768px){.main-slider .container-img{height:100%}}@media screen and (max-width: 560px){.main-slider .container-img{height:100%;width:auto}}.main-slider .container-img .img{max-height:480px;max-width:100%}.main-slider .swiper-nav{width:260px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px)}@media screen and (max-width: 768px){.main-slider .swiper-nav{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.main-slider .swiper-nav{width:calc(33.33333% - 40px)}}@media screen and (max-width: 1200px){.main-slider .swiper-nav{margin-left:calc(33.33333% + 20px)}}@media screen and (max-width: 768px){.main-slider .swiper-nav{width:calc(50% - 20px)}}@media screen and (max-width: 768px){.main-slider .swiper-nav{margin-left:calc(25% + 10px)}}@media screen and (max-width: 768px){.main-slider .swiper-nav{margin-right:calc(25% + 10px)}}@media screen and (max-width: 560px){.main-slider .swiper-nav{width:calc(100% - 20px)}}@media screen and (max-width: 560px){.main-slider .swiper-nav{margin-left:calc(0% + 10px)}}@media screen and (max-width: 560px){.main-slider .swiper-nav{margin-right:calc(0% + 10px)}}@media screen and (max-width: 1200px){.main-slider .swiper-nav{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}@media screen and (max-width: 768px){.main-slider .swiper-nav{margin-top:30px;height:60px}}.main-slider__date{color:#ffffff}.main-slider .wrapper-nav-mob{position:relative;z-index:15}.main-slider .swiper-button-prev:after{content:'';width:15px;height:15px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(135deg);-ms-transform:translateY(0%) rotate(135deg);transform:translateY(0%) rotate(135deg);border-bottom:solid 2px #FE842B;border-right:solid 2px #FE842B;position:absolute;top:calc( 50% - 9px);margin-top:0}.main-slider .swiper-button-prev,.main-slider .swiper-button-next{content:'';width:50px;height:50px;top:50%;background:transparent}.main-slider .wrapper-btn{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(16.66667% - 40px)}@media screen and (max-width: 768px){.main-slider .wrapper-btn{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.main-slider .wrapper-btn{width:calc(33.33333% - 40px)}}@media screen and (max-width: 768px){.main-slider .wrapper-btn{width:calc(100% - 20px)}}@media screen and (max-width: 1200px){.main-slider .wrapper-btn{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.main-slider .swiper-button-next:after{content:'';width:15px;height:15px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);border-bottom:solid 2px #FE842B;border-right:solid 2px #FE842B;position:absolute;top:calc( 50% - 9px);margin-top:0}.main-slider .swiper-button-prev.swiper-button-disabled,.main-slider .swiper-button-next.swiper-button-disabled{opacity:0}.main-slider .swiper-button-prev,.main-slider .swiper-button-next{z-index:12}.main-slider .swiper-container{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);position:absolute;right:0;top:150px}@media screen and (max-width: 768px){.main-slider .swiper-container{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.main-slider .swiper-container{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.main-slider .swiper-container{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;text-align:center;top:150px;height:915px}}@media screen and (max-width: 768px){.main-slider .swiper-container{top:0;margin-top:50px}}@media screen and (max-width: 560px){.main-slider .swiper-container{margin:50px 0 0}}.main-slider .btn-orange{display:block}.main-slider .swiper-slide{position:relative;padding-bottom:250px}.swiper-partners{display:block;position:relative;padding:0  0 80px;background-size:cover;color:#000000;font-size:1rem}@media screen and (max-width: 768px){.swiper-partners{padding-left:60px}}.swiper-partners .swiper-container{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px)}@media screen and (max-width: 768px){.swiper-partners .swiper-container{margin-left:10px;margin-right:10px}}.swiper-partners .swiper-slide{text-align:center}.swiper-partners .swiper-nav{position:relative;width:215px}@media screen and (max-width: 768px){.swiper-partners .swiper-nav{display:none}}.swiper-partners .swiper-nav.mob{position:relative;width:215px;display:none}@media screen and (max-width: 768px){.swiper-partners .swiper-nav.mob{display:block;height:54px;left:calc( 50% - 107px)}}.swiper-partners__top-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}@media screen and (max-width: 768px){.swiper-partners__top-bar{margin-left:10px;margin-right:10px}}.swiper-partners .wrapper-nav-mob{position:relative}.swiper-partners .swiper-button-prev:after{content:'';width:15px;height:15px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(135deg);-ms-transform:translateY(0%) rotate(135deg);transform:translateY(0%) rotate(135deg);border-bottom:solid 2px #FE842B;border-right:solid 2px #FE842B;position:absolute;top:calc( 50% - 9px);margin-top:0}.swiper-partners .swiper-button-prev,.swiper-partners .swiper-button-next{content:'';width:50px;height:50px;top:50%;background:transparent}.swiper-partners .swiper-button-next:after{content:'';width:15px;height:15px;display:block;-webkit-transform-origin:center center;-ms-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(0%) rotate(-45deg);-ms-transform:translateY(0%) rotate(-45deg);transform:translateY(0%) rotate(-45deg);border-bottom:solid 2px #FE842B;border-right:solid 2px #FE842B;position:absolute;top:calc( 50% - 9px);margin-top:0}.swiper-partners .swiper-button-prev.swiper-button-disabled,.swiper-partners .swiper-button-next.swiper-button-disabled{opacity:0}.swiper-partners .swiper-button-prev,.swiper-partners .swiper-button-next{z-index:12}.map{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.map__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.map__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.map__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.map__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.map .maps-views{display:grid;grid-template-columns:3fr 1fr;grid-column-gap:40px;grid-row-gap:40px;margin-bottom:3.75rem}@media screen and (max-width: 1200px){.map .maps-views{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.map .maps-views{grid-template-columns:1fr 1fr}}.map .main-map{grid-row:1/3}@media screen and (max-width: 1200px){.map .main-map{grid-row:1;grid-column:1/3;height:500px}}@media screen and (max-width: 768px){.map .main-map{height:300px}}.map .second-map,.map .third-map{height:250px}.map .img{max-width:100%}.map__title-underline{text-transform:uppercase;font-weight:700;display:inline-block;line-height:16px;letter-spacing:0.75px;position:relative;margin-bottom:2.5rem}.map__title-underline:after{content:'';position:absolute;width:100%;bottom:-7px;left:0;background:#FE842B;height:2px}.map__title-content{font-weight:500;font-size:24px;letter-spacing:0.25px;margin-bottom:2.5rem}.map__list-point{padding-left:3.125rem;margin-bottom:3.75rem}.map__list-point:not(:last-child){margin-bottom:1.5625rem}.map__list-text{letter-spacing:0.1px}.map__list-link{font-size:18px;font-weight:500;color:#014A94}.map__list-info{font-weight:500;font-size:18px}.map .tel{background:url(/static/images/pages/map/map/svg/phone.svg) no-repeat left center}.map .address{background:url(/static/images/pages/map/map/svg/flag.svg) no-repeat left center}.map .email{background:url(/static/images/pages/map/map/svg/email.svg) no-repeat left center}.map .site{background:url(/static/images/pages/partners/svg/planet.svg) no-repeat left center}.map .mail{background:url(/static/images/pages/map/map/svg/mail.svg) no-repeat left center}.map__requisites{text-transform:uppercase;font-weight:700;display:inline-block;padding-right:20px;letter-spacing:0.75px;position:relative}.map__requisites.active:after{-webkit-transform:translateY(-3px) rotate(0deg);-ms-transform:translateY(-3px) rotate(0deg);transform:translateY(-3px) rotate(0deg)}.map__requisites:after{-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;content:'';border:4px solid transparent;border-bottom:6px solid #000000;-webkit-transform:translateY(0%) rotate(180deg);-ms-transform:translateY(0%) rotate(180deg);transform:translateY(0%) rotate(180deg);display:block;width:0;height:0;position:absolute;right:0;bottom:calc(50% - 6px)}.map #contacts-req{margin-top:20px;opacity:0;visibility:hidden;-webkit-transition:opacity, visibility, -webkit-transform 0.3s;transition:opacity, visibility, -webkit-transform 0.3s;-o-transition:opacity, visibility, transform 0.3s;transition:opacity, visibility, transform 0.3s;transition:opacity, visibility, transform 0.3s, -webkit-transform 0.3s;height:0px;-webkit-transform:translateY(30px);-ms-transform:translateY(30px);transform:translateY(30px)}.map #contacts-req.active{-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);opacity:1;visibility:visible;height:auto}.contacts{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.contacts__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.contacts__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.contacts__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.contacts__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.contacts__wrap-cards{display:grid;grid-template-columns:1fr;grid-column-gap:40px;grid-row-gap:40px}@media screen and (max-width: 768px){.contacts__wrap-cards{grid-template-columns:1fr;grid-row-gap:20px;grid-column-gap:0}}.contacts__wrap-card{padding:1.875rem 1.875rem 2.5rem;display:grid;grid-template-columns:auto 1fr;grid-column-gap:2.5rem}@media screen and (max-width: 768px){.contacts__wrap-card{grid-template-columns:auto;grid-row-gap:2.5rem}}@media screen and (max-width: 560px){.contacts__wrap-card{padding:1.875rem 0 2.5rem}}.contacts__name{margin-bottom:20px;letter-spacing:0.25px}.contacts .img{height:285px;width:285px}@media screen and (max-width: 1200px){.contacts .img{margin:auto}}@media screen and (max-width: 768px){.contacts .img{height:225px;width:225px}}@media screen and (max-width: 768px){.contacts .img-detail{margin:auto;height:225px;width:225px}}.contacts__container-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.contacts__position{font-size:16px;margin-bottom:2.8125rem;letter-spacing:0.15px}.contacts__container-links a{color:#5F91C5;font-size:18px}.contacts__container-links .text{display:inline-block;margin:0}.contacts__container-links .container{padding-left:3.125rem;background-repeat:no-repeat;background-position:left center}@media screen and (max-width: 560px){.contacts__container-links .container{display:grid}}.contacts__tel{margin-bottom:25px}.analytics{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.analytics__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.analytics__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.analytics__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.analytics__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.analytics .img{width:100%;max-height:40.625rem}.analytics .img.circle{width:auto}@media screen and (max-width: 768px){.analytics .img.circle{width:100%}}.analytics .h4{margin-bottom:40px}.analytics .h5{margin-bottom:50px}.analytics__graph{margin-top:40px}.analytics .text{font-size:16px}.analytics__container-main-text{margin-bottom:3.75rem}.analytics .lvl-a{margin-bottom:3.75rem}.analytics .legend{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:20px;margin-top:20px;margin-left:30px}.analytics .legend li{margin-right:10px}.analytics .legend .point{width:10px;height:10px;display:inline-block;border-radius:10px;vertical-align:middle;margin-right:5px}.winners{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.winners__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.winners__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.winners__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.winners__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.winners__container-projects{display:none}.winners__container-buttons{display:grid;grid-template-columns:repeat(7, auto);grid-row-gap:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:55px;-ms-flex-wrap:wrap;flex-wrap:wrap}@media screen and (max-width: 960px){.winners__container-buttons{grid-template-columns:repeat(6, auto)}}@media screen and (max-width: 560px){.winners__container-buttons{grid-template-columns:repeat(3, auto)}}.winners__project-hat{padding:30px 25px 20px;border:1px solid #014A94;background:#E0E0E0;border-radius:6px;border-left:8px solid #014A94;font-size:24px;color:#014A94}.winners__project-text{letter-spacing:0.1px}@media screen and (max-width: 960px){.winners__project-text{grid-column:1 / 3}}.winners__project-prize,.winners__project-logo{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 560px){.winners__project-prize img,.winners__project-logo img{width:100%;padding:20px}}.winners__company-name{font-size:18px;margin-bottom:15px}.winners__project-name{margin-bottom:10px}.winners__project-description{height:57px;overflow:hidden;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;display:-webkit-box;word-wrap:break-word;max-width:500px;-webkit-box-orient:vertical;-webkit-line-clamp:3}.winners__project{display:grid;grid-template-columns:1fr 2fr 5fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:30px 0 20px;border-bottom:1px solid #C2C4CF}@media screen and (max-width: 960px){.winners__project{grid-template-columns:2fr 3fr;grid-row-gap:50px}}.winners__project:last-child{border-bottom:none}.winners .btn-hollow{border:1px solid #FE842B;border-radius:67px;padding:20px 40px;display:inline-block;color:#000000;letter-spacing:0.75px;font-weight:500}@media screen and (max-width: 960px){.winners .btn-hollow{padding:20px 25px 17px}}@media screen and (max-width: 560px){.winners .btn-hollow{padding:20px 20px 17px}}.winners .btn-hollow:hover,.winners .btn-hollow.is-active{color:#ffffff;border:1px solid #014A94;background-color:#014A94}.winners--view{display:block}.membership{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.membership__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.membership__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.membership__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.membership__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.membership__main-text{font-size:24px;letter-spacing:0.25px;margin-bottom:50px}.membership__important-text{color:#505050;letter-spacing:0.1px;background:#E0E0E0;border-radius:6px;padding:25px 33px;border-bottom:5px solid #FE842B;margin-bottom:75px}@media screen and (max-width: 560px){.membership__important-text{margin:0 -30px 30px -10px;padding:20px;border-radius:0}}.membership__text{font-size:16px;color:#505050}.membership__benefits{margin-top:60px}.membership__benefits-hat{font-size:18px;margin-bottom:50px}.membership__benefits-body{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:55px}@media screen and (max-width: 960px){.membership__benefits-body{grid-template-columns:1fr}}.membership__benefit{display:grid;grid-template-columns:1fr 3fr;grid-column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.membership__container-benefits{margin-top:65px;margin-bottom:50px}@media screen and (max-width: 768px){.membership__container-benefits{margin-top:30px}}.membership__content-img-benefit{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.membership__important-link{color:#014A94;font-size:16px;text-transform:lowercase;margin:0 5px}.membership__important-link:after{background:#014A94}.membership__container-membership{padding:90px 40px 65px;background-repeat:no-repeat;background-position:center center;background-size:cover;border-radius:50px 0 0 0;margin-top:40px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;margin-bottom:75px}@media screen and (max-width: 960px){.membership__container-membership{grid-template-columns:1fr;grid-row-gap:20px}}@media screen and (max-width: 560px){.membership__container-membership{margin:40px -30px 75px -10px;padding:90px 20px 65px}}.membership__card-front{background-color:#ffffff;padding:35px 9px 9px;border-radius:6px}.membership .container-card{position:relative;height:400px}@media screen and (max-width: 560px){.membership .container-card{height:450px}}.membership .btn-white{padding:20px 28px 17px}@media screen and (max-width: 560px){.membership .btn-white{display:block;padding:20px 15px 17px;font-size:10px;min-width:auto}}.membership__container-contact{padding:45px 35px;border-radius:6px;background:#E0E0E0;border-bottom:8px solid #FE842B;display:grid;grid-template-columns:2fr 3fr 3fr;grid-column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 960px){.membership__container-contact{grid-row-gap:20px;grid-template-columns:1fr 3fr}}@media screen and (max-width: 560px){.membership__container-contact{grid-template-columns:1fr;padding:45px 15px}}.membership__container-contact .btn-blue{padding:20px 10px}@media screen and (max-width: 960px){.membership__container-contact-img{grid-row:1/3}}@media screen and (max-width: 560px){.membership__container-contact-img{grid-row:1}}.membership .card{-webkit-transition:.6s ease-in-out;-o-transition:.6s ease-in-out;transition:.6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;position:absolute;width:100%}.membership__card-back{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);background:#ffffff;height:400px;border-radius:6px}.membership__contact-img{border-radius:50%;background-position:center center;background-size:contain;width:150px;height:150px;margin:auto}@media screen and (max-width: 960px){.membership__contact-img{margin:0 0 10px}}.membership__contact-title{font-size:1.25rem;margin-bottom:1.5625rem}.membership__contact-tel{font-size:1rem;color:#505050}.membership__contact-tel_bold{font-size:.875rem;color:#000000}.membership__contact-tel_blue{color:#014A94}.membership .btn-blue{padding:1.3125rem 0 1.0625rem}.membership__contact-mail{font-size:1rem;color:#505050}.membership__contact-mail .mail{font-size:.875rem;color:#014A94;text-decoration:underline}.membership__price-rub{font-size:18px}.membership__title-card{font-size:32px;text-align:center;letter-spacing:0.25px;color:#014A94;margin-bottom:40px}@media screen and (max-width: 560px){.membership__title-card{font-size:20px}}.membership__price-card{background:#014A94;border-radius:6px;padding:40px 30px 50px;text-align:center}.membership__price-card-text{color:#B9D5FF;text-align:center;font-size:16px;margin-bottom:20px}@media screen and (max-width: 560px){.membership__price-card-text{font-size:12px}}.membership__price-card-cost{color:#ffffff;font-size:32px;margin-bottom:30px}@media screen and (max-width: 560px){.membership__price-card-cost{font-size:20px}}.about{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.about__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.about__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.about__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.about__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.about .section{margin-bottom:3.125rem}.about .h4{margin-bottom:3.125rem}.about__benefits{margin-top:60px}.about__img-main{width:100%;border-radius:5px}.about__benefits-body{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:55px}@media screen and (max-width: 960px){.about__benefits-body{grid-template-columns:1fr}}.about__benefit{display:grid;grid-template-columns:1fr 3fr;grid-column-gap:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1200px){.about__benefit{grid-template-columns:1fr 5fr}}.about__container-benefits{margin-top:65px}.about__content-img-benefit{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.about__goal-content{background-color:#014A94;display:grid;grid-template-columns:1fr 1fr;margin:5.9375rem 0 1.875rem;grid-column-gap:2.5rem;border-radius:6px}@media screen and (max-width: 768px){.about__goal-content{grid-template-columns:1fr}}.about__container-goal{margin-bottom:5.9375rem}.about__container-goal-text{color:#ffffff;font-size:16px;padding:50px 25px 50px 0}@media screen and (max-width: 768px){.about__container-goal-text{padding:20px}}.about__container-goal-img{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about__goal-img{position:absolute;width:100%;border-radius:5px}@media screen and (max-width: 768px){.about__goal-img{position:static}}.about__content-directions{margin-bottom:3.125rem}.about__description-text{font-size:16px;margin-bottom:2.1875rem}.about__content-directions{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:2.5rem;grid-row-gap:1.25rem}@media screen and (max-width: 960px){.about__content-directions{grid-template-columns:1fr}}.about__content-directions--solo{grid-template-columns:1fr}.about__block-directions{border:1px solid #014A94;margin-top:2.8125rem;border-radius:2.8125rem 6px 6px 6px}.about__hat-directions{background:#014A94;border-radius:2.8125rem 6px 6px 6px;padding:2.8125rem 1.25rem 1.25rem;position:relative;height:8.125rem}.about__hat-directions--restyle{height:auto;padding:1.875rem 1.25rem}.about__hat-directions--restyle .about__hat-directions_text{font-size:20px;text-align:center;color:#fff}.about__hat-directions_text{letter-spacing:0.15px;color:#CFDFFF;font-size:16px}@media screen and (max-width: 768px){.about__hat-directions{height:auto}}.about__hat-container-directions{background-color:#ffffff;border-radius:50%;-webkit-box-shadow:0px 8px 16px rgba(8,35,48,0.2);box-shadow:0px 8px 16px rgba(8,35,48,0.2);height:5rem;width:5rem;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;top:-45px;position:absolute}.about__body-directions{padding:1.25rem 1.25rem 1.875rem}.history{display:block;position:relative;color:#000000;padding-top:0;font-size:1rem}@media screen and (max-width: 768px){.history{padding-left:60px}}.history__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.history__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.history__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.history__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.history .section{margin-bottom:3.125rem}.history .h4{margin-bottom:3.125rem}.history .circle{overflow:hidden;position:relative}.history .timer{width:300px;height:400px;background:url(/static/images/pages/history/history/elips.png) no-repeat scroll center center;background-size:contain;-moz-transition:all 0.4s 0.04s ease;-o-transition:all 0.4s 0.04s ease;-webkit-transition:all 0.4s 0.04s ease;margin-left:-150px;position:relative}@media screen and (max-width: 560px){.history .timer{width:250px}}.history .date-circle{position:absolute;color:#5F91C5;font-size:18px;-webkit-transform:rotate(-55deg);-ms-transform:rotate(-55deg);transform:rotate(-55deg)}.history .date-1{right:86px;top:34px;-webkit-transform:rotate(-53deg);-ms-transform:rotate(-53deg);transform:rotate(-53deg);width:3.75rem}@media screen and (max-width: 1200px){.history .date-1{display:none}}.history .date-2{top:86px;right:39px;-webkit-transform:rotate(-32deg);-ms-transform:rotate(-32deg);transform:rotate(-32deg);width:3.75rem}@media screen and (max-width: 1200px){.history .date-2{display:none}}.history .date-3{top:289px;right:39px;-webkit-transform:rotate(32deg);-ms-transform:rotate(32deg);transform:rotate(32deg);width:3.75rem}@media screen and (max-width: 1200px){.history .date-3{display:none}}.history .date-4{right:86px;top:341px;-webkit-transform:rotate(53deg);-ms-transform:rotate(53deg);transform:rotate(53deg);width:3.75rem}@media screen and (max-width: 1200px){.history .date-4{display:none}}.history .gr{background:url(/static/images/pages/history/history/gr.png) no-repeat scroll center center;position:absolute;top:0;left:85px;width:100px;height:400px}@media screen and (max-width: 560px){.history .gr{left:75px;width:60px}}.history .story{display:grid;grid-template-columns:1fr 5fr;grid-column-gap:2.5rem}.history .story__description{font-size:16px;color:#000}@media screen and (max-width: 560px){.history .story__description{font-size:12px}}@media screen and (max-width: 560px){.history .story{display:block}}.history .date{color:#000}.history .date__span-year{display:block;font-size:24px;font-weight:300}@media screen and (max-width: 960px){.history .date__span-year{display:inline-block}}.history .date__span-month{font-weight:300}@media screen and (max-width: 560px){.history .date{display:grid;margin-bottom:20px}}.history .current-date{position:absolute;top:170px;left:-200px;width:300px;text-align:right;line-height:1.2}.history .current-date__year{font-weight:500;font-size:32px;padding-right:30px;color:#014A94;display:block}@media screen and (max-width: 560px){.history .current-date__year{font-size:22px;padding-right:48px}}.history .current-date__month{font-weight:500;font-size:16px;padding-left:12.8125rem;display:block;letter-spacing:0.15px;text-align:left;color:#014A94}@media screen and (max-width: 560px){.history .current-date__month{font-size:10px}}.history .current-date p{color:#014A94;font-size:40px;line-height:300px}.history .story{padding:25px 20px 35px;color:#ccc;-moz-transition:all 0.4s 0.04s ease;-o-transition:all 0.4s 0.04s ease;-webkit-transition:all 0.4s 0.04s ease;margin-bottom:30px;border-radius:6px;opacity:.5}@media screen and (max-width: 560px){.history .story{padding:0}}.history .story .date{color:#5F91C5;position:relative;padding-left:20px}.history .story .date:before{content:'';position:absolute;width:6px;height:6px;background-color:#5F91C5;left:0;top:13px;border-radius:50%}.history .story__description{color:#5F91C5}.history .story.is-active{color:#000;border-left:none;background-color:#ffffff;opacity:1}.history .story.is-active .date:before{background-color:#000}.history .story.is-active .date__span-year{font-weight:500;color:#000}.history .story.is-active .date__span-month{color:#000}.history .story.is-active .story__description{color:#333333}.history .story.is-active .store__li-point:before{background-color:#000000}@media screen and (max-width: 960px){.history .story{grid-template-columns:auto;grid-row-gap:20px}}.history .story__span-paragraph{display:block}.history .story__li-point{margin-bottom:10px;position:relative;padding-left:15px}.history .story__li-point:before{content:'';position:absolute;left:0;top:8px;background-color:#000000;border-radius:50%;width:5px;height:5px}.history .container-years{display:grid;grid-template-columns:1fr 3fr;height:500px;position:relative;margin-top:100px}@media screen and (max-width: 768px){.history .container-years{grid-template-columns:1fr 1fr;margin-top:50px}}@media screen and (max-width: 560px){.history .container-years{grid-column-gap:20px}}.history .container-descriptions{overflow-y:scroll;overflow-x:hidden;height:500px}.history .container-descriptions::-webkit-scrollbar{width:0;background:transparent}.history .story:first-child{margin-top:190px}.history .story:last-child{margin-bottom:235px}.best-project{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.best-project .h4{margin-bottom:2.5rem}.best-project .h5{margin-bottom:2.5rem}.best-project__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.best-project__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.best-project__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.best-project__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.best-project__main-text{margin-bottom:3.125rem}.best-project__benefits{margin-bottom:3.75rem}.best-project__benefits .hat{font-size:1.5rem;color:#014A94;background-color:#E0E0E0;border:1px solid #014A94;border-left:9px solid #014A94;border-radius:6px;padding:1.375rem 1.625rem 1.25rem;margin-bottom:2.5rem}.best-project__benefits .body{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:55px}@media screen and (max-width: 960px){.best-project__benefits .body{grid-template-columns:1fr}}.best-project__benefits .title-benefit{letter-spacing:0.15px;margin-bottom:20px}.best-project__benefits .benefit{display:grid;grid-template-columns:1fr 3fr;grid-column-gap:40px}@media screen and (max-width: 768px){.best-project__benefits .benefit{grid-column-gap:20px}}.best-project__benefits .container-benefits{margin-top:65px}.best-project__benefits .content-img-benefit{display:grid;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.best-project .wrap-steps.is-active>div{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;-o-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out}.best-project .wrap-steps.is-active>div:nth-child(1){-webkit-transition-delay:.45s;-o-transition-delay:.45s;transition-delay:.45s}.best-project .wrap-steps.is-active>div:nth-child(2){-webkit-transition-delay:.75s;-o-transition-delay:.75s;transition-delay:.75s}.best-project .wrap-steps.is-active>div:nth-child(3){-webkit-transition-delay:1.05s;-o-transition-delay:1.05s;transition-delay:1.05s}.best-project .wrap-steps.is-active>div:nth-child(4){-webkit-transition-delay:1.35s;-o-transition-delay:1.35s;transition-delay:1.35s}.best-project .wrap-steps.is-active>div:nth-child(5){-webkit-transition-delay:1.65s;-o-transition-delay:1.65s;transition-delay:1.65s}.best-project .wrap-steps.is-active>div:nth-child(6){-webkit-transition-delay:1.95s;-o-transition-delay:1.95s;transition-delay:1.95s}.best-project .wrap-steps.is-active>div:nth-child(7){-webkit-transition-delay:2.25s;-o-transition-delay:2.25s;transition-delay:2.25s}.best-project__steps{margin-bottom:5.625rem}.best-project__steps .wrap-steps{display:grid;grid-row-gap:10px}.best-project__steps .wrap-steps>div{opacity:0;-webkit-transform:translate(-100px, 0);-ms-transform:translate(-100px, 0);transform:translate(-100px, 0)}@media screen and (max-width: 960px){.best-project__steps .wrap-steps>div{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}}@media screen and (max-width: 768px){.best-project__steps .wrap-steps>div{opacity:1}}@media screen and (max-width: 560px){.best-project__steps .wrap-steps>div{margin-right:-30px;margin-left:-10px}}.best-project__steps .wrap-steps-1{display:grid;grid-template-columns:18fr 6fr}@media screen and (max-width: 960px){.best-project__steps .wrap-steps-1{grid-template-columns:1fr}}.best-project__steps .wrap-steps-2{display:grid;grid-template-columns:1fr 18fr 5fr}@media screen and (max-width: 960px){.best-project__steps .wrap-steps-2{grid-template-columns:1fr}}.best-project__steps .wrap-steps-2:before{content:'';background:transparent}.best-project__steps .wrap-steps-3{display:grid;grid-template-columns:2fr 18fr 4fr}@media screen and (max-width: 960px){.best-project__steps .wrap-steps-3{grid-template-columns:1fr}}.best-project__steps .wrap-steps-3:before{content:'';background:transparent}.best-project__steps .wrap-steps-4{display:grid;grid-template-columns:3fr 18fr 3fr}@media screen and (max-width: 960px){.best-project__steps .wrap-steps-4{grid-template-columns:1fr}}.best-project__steps .wrap-steps-4:before{content:'';background:transparent}.best-project__steps .wrap-steps-5{display:grid;grid-template-columns:4fr 18fr 2fr}@media screen and (max-width: 960px){.best-project__steps .wrap-steps-5{grid-template-columns:1fr}}.best-project__steps .wrap-steps-5:before{content:'';background:transparent}.best-project__steps .wrap-steps-6{display:grid;grid-template-columns:5fr 18fr 1fr}@media screen and (max-width: 960px){.best-project__steps .wrap-steps-6{grid-template-columns:1fr}}.best-project__steps .wrap-steps-6:before{content:'';background:transparent}.best-project__steps .wrap-steps-7{display:grid;grid-template-columns:6fr 18fr}@media screen and (max-width: 960px){.best-project__steps .wrap-steps-7{grid-template-columns:1fr}}.best-project__steps .wrap-steps-7:before{content:'';background:transparent}.best-project__steps .block-step{background:#ECEFF5;border-radius:20px;height:103px;padding:8px 23px;display:grid;grid-template-columns:10px 64px auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 1680px){.best-project__steps .block-step{height:103px}}@media screen and (max-width: 960px){.best-project__steps .block-step{height:140px}}@media screen and (max-width: 560px){.best-project__steps .block-step{border-radius:0;height:200px}}.best-project__steps .block-step .word-step{position:relative}.best-project__steps .block-step .word-step__span{position:absolute;-webkit-transform:translateY(0%) rotate(-90deg);-ms-transform:translateY(0%) rotate(-90deg);transform:translateY(0%) rotate(-90deg);width:31px;letter-spacing:0.15px;top:-10px;left:-20px;text-transform:uppercase;color:#828282}.best-project__steps .block-step .step-numb{height:100%;font-size:24px;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;display:grid;border-radius:0 50% 50% 0;color:#000;background:#FD9E28}.best-project__steps .block-step .step-string{letter-spacing:0.1px;margin-left:20px;color:#505050}.best-project__steps .block-step .title{font-size:18px;margin-bottom:2px}.best-project__steps .block-step .subtitle{font-size:14px;margin-bottom:5px}.best-project__steps .block-step .text{font-size:14px;margin:0}@media screen and (max-width: 960px){.best-project__steps .block-step .text{font-size:12px}}.best-project__documentation{margin-bottom:5.625rem}.best-project__documentation .img{height:48px;width:48px}.best-project__documentation .img.pdf{background:url(/static/images/pages/protocols/protocols/svg/pdf.svg) no-repeat center center}.best-project__documentation .img.txt{background:url(/static/images/pages/protocols/protocols/svg/txt.svg) no-repeat center center}.best-project__documentation .img.doc{background:url(/static/images/pages/protocols/protocols/svg/doc.svg) no-repeat center center}.best-project__documentation .img.xls{background:url(/static/images/pages/protocols/protocols/svg/xls.svg) no-repeat center center}.best-project__documentation .link{-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#014A94;font-size:16px}.best-project__documentation .wrap-links{display:grid;grid-template-columns:auto auto;grid-column-gap:200px;grid-row-gap:20px;margin-top:40px}@media screen and (max-width: 768px){.best-project__documentation .wrap-links{grid-template-columns:auto}}.best-project__documentation .wrap-link{margin-left:25px;display:grid;grid-column-gap:40px;grid-template-columns:48px auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 560px){.best-project__documentation .wrap-link{grid-column-gap:20px}}.best-project__graph{padding-left:2.5rem;margin-bottom:5.625rem}@media screen and (max-width: 768px){.best-project__graph{padding-left:0;margin-bottom:4.6875rem}}.best-project__graph .container-blocks{display:grid;grid-row-gap:20px}.best-project__graph .block-event{background:#E0E0E0;position:relative;border:1px solid #014A94;border-right:9px solid #014A94;border-radius:6px;padding:1.5625rem 3.125rem 1.5625rem 5rem}@media screen and (max-width: 768px){.best-project__graph .block-event{padding:20px}}.best-project__graph .arrow{position:absolute;height:4.25rem;width:4.25rem;background:#014A94 url(/static/images/pages/best-project/best-project/svg/arrow.svg) no-repeat center center;border-radius:50%;left:-35px}@media screen and (max-width: 768px){.best-project__graph .arrow{display:none}}.best-project__graph .title{font-size:24px;letter-spacing:0.25px;margin-bottom:10px}.best-project__graph .subtitle{font-size:14px;letter-spacing:0.15px;color:#4F4F4F;margin-bottom:30px}.best-project__graph .text{font-size:16px;margin:0}.best-project__graph .list{font-size:16px}@media screen and (max-width: 560px){.best-project__request{margin-right:-30px;margin-left:-10px}}.best-project__request .block{background:#E0E0E0;border-radius:6px;border-bottom:10px solid #FE842B;padding:1.875rem 2.5rem 1.5625rem}@media screen and (max-width: 560px){.best-project__request .block{border-radius:6px;padding:1.875rem 1.25rem 1.5625rem}}.best-project__request .text{font-weight:500;font-size:24px}@media screen and (max-width: 560px){.best-project__request .text{font-size:18px}}.best-project__request .link{color:#014A94;text-decoration:underline}.best-project__request .wrapper-btn{width:12.5rem}.best-project__request .btn-blue{padding:1.3125rem}.search-page{display:block;position:relative;color:#000000;padding-top:0;font-size:1rem}.search-page .title{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px)}@media screen and (max-width: 768px){.search-page .title{margin-left:10px;margin-right:10px}}.search-page .search-area{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);display:grid;grid-template-columns:5fr 1fr;grid-column-gap:40px}@media screen and (max-width: 768px){.search-page .search-area{margin-left:10px;margin-right:10px}}@media screen and (max-width: 768px){.search-page .search-area{grid-template-columns:auto;grid-row-gap:40px}}.search-page .input-wrapper{position:relative;height:55px}.search-page .input-wrapper__btn{position:absolute;right:15px;top:10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border:none;width:25px;height:25px;background:none}.search-page .input-wrapper__btn span{height:3px;background:#7D7F91;width:25px;right:0;position:absolute}.search-page .input-wrapper__input{width:100%;height:100%;border-radius:5px;border:1px solid #A7AABD;padding:20px 45px 20px 20px;font-size:16px}.search-page .search-area{margin-bottom:25px}.search-page .cross-left{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg);top:-8px;margin-top:25px}.search-page .cross-right{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg);top:10px;margin-top:7px}.search-page .btn-blue{color:#FFFFFF}.search-page .btn-blue:hover{color:#014A94}.search-page .results-sum{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);font-size:20px}@media screen and (max-width: 768px){.search-page .results-sum{margin-left:10px;margin-right:10px}}.search-page .results-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(100% - 40px);margin-top:25px;margin-bottom:85px}@media screen and (max-width: 768px){.search-page .results-wrapper{margin-left:10px;margin-right:10px}}.search-page .results-block{border-top:1px solid #E0E0E0;padding-top:30px;margin-bottom:40px}.search-page .result-link{letter-spacing:0.25px;font-weight:500;font-size:18px}.search-page .result-description{word-wrap:break-word;overflow:hidden;max-height:85px;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin:20px 0 40px;-o-text-overflow:-o-ellipsis-lastline;text-overflow:-o-ellipsis-lastline;display:-webkit-box}.search-page .result-change{font-size:16px;margin-bottom:25px}.search-page .result-path__li{display:inline-block}.search-page .result-path__list-ul{display:inline-block;margin-left:40px}.search-page .result-path__list-ul li:not(:first-child){padding-left:20px;position:relative}.search-page .result-path__list-ul li:not(:first-child):before{content:'';background-color:#A7AABC;position:absolute;top:9px;left:8px;width:3px;height:3px}.search-page .result-path__list-ul li:not(:last-child){color:#A7AABC}.search-page .pager-container{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(25% - 40px)}@media screen and (max-width: 768px){.search-page .pager-container{margin-left:10px;margin-right:10px}}.partners-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.partners-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.partners-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.partners-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.partners-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.partners-section .info{margin-bottom:45px}.partners-section .info>*{padding-left:50px;background-position:left center;background-repeat:no-repeat}.partners-section .info__tel-div{background-image:url(/static/images/pages/partners/svg/phone.svg);margin-bottom:30px}.partners-section .info__mail-div{background-image:url(/static/images/pages/partners/svg/email.svg)}.partners-section .info__tel-span{font-size:18px;color:#014A94;font-weight:500}.partners-section .info__link{font-weight:500;font-size:18px;color:#014A94;-webkit-text-decoration-line:underline;text-decoration-line:underline}.partners-section .partners-wrapper{border-top:1px solid #E0E0E0}@media screen and (max-width: 1200px){.partners-section .partners-wrapper{margin:0 0 0 -20px;width:100vw}}@media screen and (max-width: 768px){.partners-section .partners-wrapper{margin:0 0 0 -20px;width:calc(100vw - 50px)}}@media screen and (max-width: 560px){.partners-section .partners-wrapper{margin:0 0 0 -10px}}.partners-section .partner-block{display:grid;grid-template-columns:1fr 3fr;grid-column-gap:40px;padding:35px 15px;-webkit-box-align:start;-ms-flex-align:start;align-items:start}@media screen and (max-width: 1200px){.partners-section .partner-block{padding:35px 25px}}@media screen and (max-width: 768px){.partners-section .partner-block{grid-template-columns:auto;grid-row-gap:30px}}.partners-section .partner-block__img{background-position:center center;background-repeat:no-repeat;background-size:contain;min-height:65px}@media screen and (max-width: 768px){.partners-section .partner-block__img{background-position:left center}}.partners-section .partner-block:nth-child(even){background-color:#E0E0E0;border-radius:6px}@media screen and (max-width: 1200px){.partners-section .partner-block:nth-child(even){border-radius:0}}.partners-section .partner-info{font-size:16px}.partners-section .partner-info__name{font-weight:500;font-size:18px;margin-bottom:20px}.partners-section .partner-info__city,.partners-section .partner-info__mail,.partners-section .partner-info__address,.partners-section .partner-info__phone,.partners-section .partner-info__data,.partners-section .partner-info__site,.partners-section .partner-info__person{padding-left:40px;background-position:center left;background-repeat:no-repeat;background-size:20px;margin-bottom:20px;font-size:16px}.partners-section .partner-info__mail{background-image:url(/static/images/pages/partners/svg/email.svg)}.partners-section .partner-info__address{background-image:url(/static/images/pages/partners/svg/flag.svg)}.partners-section .partner-info__phone{background-image:url(/static/images/pages/partners/svg/phone.svg)}.partners-section .partner-info__site{background-image:url(/static/images/pages/partners/svg/planet.svg)}.partners-section .partner-info__btn{display:inline-block;text-transform:capitalize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.partners-section .partner-info__description{overflow:hidden;display:-webkit-box;max-height:85px;-webkit-box-orient:vertical;-webkit-line-clamp:4;margin-bottom:30px}.partners-section .partner-info__description.is-open{max-height:100%;-webkit-line-clamp:inherit}.partners-section .partner-info__description .text__article:last-child{margin-bottom:0}.partners-section .partner-info__wrapper-person:not(:first-child){margin-top:40px}.partners-section .partner-info__wrapper-description_hide{height:0;opacity:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.partners-section .pager-container{margin-top:75px}.organization-section{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.organization-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.organization-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.organization-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.organization-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.organization-section__right-bar{margin:auto}}.organization-section .wrapper-input{display:grid;grid-template-columns:3fr 2fr 3fr;grid-column-gap:40px;margin-bottom:25px}@media screen and (max-width: 1200px){.organization-section .wrapper-input{grid-template-columns:4fr 2fr;grid-row-gap:15px}}@media screen and (max-width: 768px){.organization-section .wrapper-input{grid-template-columns:auto;width:100%}}.organization-section .wrapper-input input{border:1px solid #5F91C5;border-radius:6px;padding:12px 15px}@media screen and (max-width: 1200px){.organization-section .wrapper-input input{grid-column:1/2}}.organization-section .wrapper-button{display:grid;grid-template-columns:2fr 2fr 4fr;grid-column-gap:40px}@media screen and (max-width: 1200px){.organization-section .wrapper-button{grid-template-columns:1fr 1fr 1fr;grid-column-gap:75px}}@media screen and (max-width: 768px){.organization-section .wrapper-button{width:100%;grid-template-columns:auto;grid-row-gap:20px}}@media screen and (max-width: 1200px){.organization-section .space{display:none}}@media screen and (max-width: 768px){.organization-section .organization-wrapper{margin:50px 0 0 -30px;width:calc(100vw - 50px)}}.organization-section .organization-info__name{font-weight:500;font-size:18px;margin-bottom:25px}.organization-section .organization-info__data{color:#4F4F4F}.organization-section .organization-info__number,.organization-section .organization-info__data{margin-bottom:10px}.organization-section .organization-info__span{font-size:16px;font-weight:700}.organization-section .organization-info__cont-time{margin-bottom:30px}.organization-section .organization-info__description{overflow:hidden;max-height:115px;-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;font-size:16px;margin-bottom:20px}.organization-section .organization-block{padding:40px 20px;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-template-columns:1fr 3fr;grid-column-gap:40px}@media screen and (max-width: 768px){.organization-section .organization-block{padding:35px 25px;grid-template-columns:auto;grid-row-gap:50px}}.organization-section .organization-block:nth-child(even){background-color:#E0E0E0;border-radius:6px}.organization-section .organization-block__img{background-position:center center;background-repeat:no-repeat;background-size:contain;min-height:150px}@media screen and (max-width: 1200px){.organization-section .organization-block__img{min-height:170px}}@media screen and (max-width: 768px){.organization-section .organization-block__img{background-position:left center}}.organization-section .pager-container{margin-top:75px}.specialist{display:block;position:relative;color:#000000;padding-top:0;font-size:1rem}.specialist__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.specialist__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.specialist__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.specialist__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.specialist .container-search .search-top{margin-bottom:2.5rem}.specialist .container-search .search-top__title{font-size:24px;font-weight:500;letter-spacing:0.25px;margin-bottom:1.25rem}.specialist .container-search .search-top__container{display:grid;grid-template-columns:19.6875rem 19.6875rem;grid-column-gap:2.5rem;grid-row-gap:1.5625rem;margin-bottom:1.5625rem;margin-left:0}@media screen and (max-width: 768px){.specialist .container-search .search-top__container{grid-template-columns:auto;width:100%}}.specialist .container-search .search-top__input{border:1px solid #A7AABC;border-radius:6px;padding:17px 17px 11px}.specialist .container-search .search-top__input::-webkit-input-placeholder{color:#737687}.specialist .container-search .search-top__input::-moz-placeholder{color:#737687}.specialist .container-search .search-top__input::-ms-input-placeholder{color:#737687}.specialist .container-search .search-top__input::placeholder{color:#737687}.specialist .container-search .search-top__select{border:1px solid #A7AABC;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:6px;padding:17px 17px 10px;width:100%;margin-bottom:10px}.specialist .container-search .search-top__select::-webkit-input-placeholder{color:#737687}.specialist .container-search .search-top__select::-moz-placeholder{color:#737687}.specialist .container-search .search-top__select::-ms-input-placeholder{color:#737687}.specialist .container-search .search-top__select::placeholder{color:#737687}.specialist .container-search .search-top__select{background:transparent}.specialist .container-search .search-top__container-select{position:relative;border:1px solid #A7AABC;border-radius:6px}@media screen and (max-width: 1200px){.specialist .container-search .search-top__container-select{margin-bottom:.625rem}}.specialist .container-search .search-top__container-select select{display:none}.specialist .container-search .search-top .select-selected{border:1px solid #A7AABC;background-color:#ffffff}@media screen and (max-width: 1200px){.specialist .container-search .search-top .select-selected{height:100%}}.specialist .container-search .search-top .select-selected:after{position:absolute;content:"";top:25px;right:10px;width:0;height:0;border:6px solid #737687;border-color:#737687 transparent transparent transparent}.specialist .container-search .search-top .select-selected.select-arrow-active:after{border-color:transparent transparent #737687 transparent;top:19px}.specialist .container-search .search-top .select-items div,.specialist .container-search .search-top .select-selected{color:#737687;padding:17px 17px 10px;border-color:transparent transparent rgba(0,0,0,0.1) transparent;cursor:pointer;border-radius:6px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.specialist .container-search .search-top .select-items{position:absolute;background-color:#ffffff;border:1px solid #737687;top:100%;left:0;right:0;z-index:99;border-radius:6px}.specialist .container-search .search-top .select-hide{display:none}.specialist .container-search .search-top .select-items div:hover,.specialist .container-search .search-top .same-as-selected{background-color:rgba(0,0,0,0.1)}.specialist .container-search .search-main{padding:2.5rem 0;border-top:1px solid #A7AABC;border-bottom:1px solid #A7AABC;display:grid;grid-template-columns:2fr 3fr 3fr;grid-column-gap:2.5rem;grid-row-gap:1.25rem;margin-bottom:6.25rem}@media screen and (max-width: 768px){.specialist .container-search .search-main{grid-template-columns:auto}}@media screen and (max-width: 768px){.specialist .container-search .search-main .space{display:none}}.specialist .container-search .btn-hollow{text-transform:uppercase;font-weight:500;font-size:12px;letter-spacing:0.75px;padding:1.3125rem 0 1.0625rem;border-radius:67px;background:transparent;color:#000000;display:inline-block;text-align:center}.specialist .container-search .btn-hollow.yellow{border:1px solid #FE842B;width:19.6875rem}@media screen and (max-width: 768px){.specialist .container-search .btn-hollow.yellow{width:100%}}.specialist .container-search .btn-hollow.yellow:hover{color:#ffffff;background:#FE842B}.specialist .container-search .btn-hollow.blue{border:1px solid #014A94;border-radius:67px}.specialist .container-search .btn-hollow.blue:hover{color:#ffffff;background:#014A94}.specialist .container-search .btn-hollow.small{padding:13px 25px}@media screen and (max-width: 768px){.specialist .container-search .btn-hollow.small{padding:1.3125rem 0 1.0625rem}}.specialist .container-info .container-table-scroll{margin-bottom:40px}.specialist .container-info__title{font-size:24px;font-weight:500;letter-spacing:0.25px;margin-bottom:1.25rem}.specialist .container-info table{background-color:#F2F2F2;width:100%;text-align:center;padding:17px 20px;border-spacing:0;border-bottom:9px solid #014A94;border-radius:6px}@media screen and (max-width: 768px){.specialist .container-info table{border-bottom:0}}.specialist .container-info th{font-weight:700;border:1px solid #A7AABC;border-top:none;padding:18px 10px}.specialist .container-info th:first-child{border-left:none}.specialist .container-info th:last-child{border-right:none}.specialist .container-info td{border:1px solid #A7AABC;padding:18px 10px}.specialist .container-info td:first-child{border-left:none}.specialist .container-info td:last-child{border-right:none}.specialist .container-info tr:last-child td{border-bottom:none}.specialist .container-info tr:last-child td:first-child{border-left:none}.specialist .container-info tr:last-child td:last-child{border-right:none}.unique-news{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.unique-news__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.unique-news__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.unique-news__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.unique-news__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.unique-news .swiper-container{margin-bottom:50px}.unique-news .swiper-slide:before,.unique-news .swiper-slide-duplicate-active:before{content:'';background:rgba(255,255,255,0.6) no-repeat center center;height:100%;width:100%;position:absolute;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;opacity:1}.unique-news .swiper-slide.swiper-slide-active:before,.unique-news .swiper-slide.swiper-slide-duplicate-active:before,.unique-news .swiper-slide-duplicate-active.swiper-slide-active:before,.unique-news .swiper-slide-duplicate-active.swiper-slide-duplicate-active:before{background:rgba(0,0,0,0.6) url(/static/images/pages/unique-news/svg/icon-magnifier.svg) no-repeat center center;opacity:0}.unique-news .swiper-slide.swiper-slide-active:hover:before,.unique-news .swiper-slide-duplicate-active.swiper-slide-active:hover:before{opacity:1}.unique-news .fullscreen .swiper-slide:before{display:none}.unique-news .swiper-button-next,.unique-news .swiper-button-prev{height:100%;top:22px}.unique-news .swiper-button-prev{left:0}.unique-news .swiper-button-prev:after{right:10px}.unique-news .swiper-button-next{right:0}.unique-news .swiper-button-next:after{left:10px}.unique-news .fullscreen .swiper-button-next,.unique-news .fullscreen .swiper-button-prev{display:block}.unique-news .img-main{background-repeat:no-repeat;background-position:center center;height:300px;margin-bottom:60px}.unique-news .swiper-container{width:100%;height:300px;margin-left:auto;margin-right:auto}.unique-news .swiper-slide{cursor:pointer;background-size:cover;background-position:center center;background-repeat:no-repeat}.unique-news .swiper-slide{width:25%;height:100%;opacity:0.4;background-size:cover;cursor:pointer}.unique-news .swiper-slide-active{opacity:1}.unique-news .pager-container{margin-bottom:75px}.unique-news .source{font-size:14px;color:#828282;display:-webkit-box;display:-ms-flexbox;display:flex;margin-bottom:80px;margin-top:20px}@media screen and (max-width: 560px){.unique-news .source{display:block}}.unique-news .source__ul-link{left:70px;margin-left:5px}@media screen and (max-width: 560px){.unique-news .source__ul-link{margin-top:20px}}.unique-news .close-button{display:none;height:45px;width:45px;color:#fff;position:fixed;top:15px;right:15px;font-size:32px;text-align:center;cursor:pointer;z-index:1009999;opacity:.75}.unique-news .close-button:before{content:'\D7'}.unique-news .close-button:hover,.unique-news .close-button:active{opacity:1}.unique-news .fullscreen{position:fixed;top:0;left:0;z-index:100;width:100%;height:100%;background-color:#161418}.unique-news .fullscreen .swiper-slide{cursor:default;background-size:contain}.unique-news .fullscreen .close-button{display:block}.unique-news .fullscreen .gallery-top{height:100%}.unique-news .fullscreen .gallery-thumbs{background-color:#000;height:20%;position:fixed;bottom:0;width:100%;opacity:0;z-index:10;-webkit-transition:opacity .3s ease-in-out;-o-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out;-webkit-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}.unique-news .fullscreen .gallery-thumbs:hover{opacity:1;-webkit-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}.unique-news.is-active{z-index:100}.unique-news iframe{width:100% !important;max-width:100%}.unique-news img{max-width:100%;height:auto !important}.unique-news p{margin:4px 0px}.unique-news a{text-decoration:none;border-bottom:1px solid}.unique-news a:hover{border-bottom:transparent}.unique-news .unique-news__right-bar ul,.unique-news .unique-news__right-bar ol{list-style:square;margin:5px 0px}.unique-news .unique-news__right-bar ul li,.unique-news .unique-news__right-bar ol li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.unique-news .unique-news__right-bar ul li:before,.unique-news .unique-news__right-bar ol li:before{content:'';width:10px;height:1px;background:#6191C6;margin-right:5px}.unique-news .unique-news__right-bar blockquote{padding-left:20px;font-style:italic}.unique-news .unique-news__right-bar ol{margin-left:20px}.unique-news .unique-news__right-bar ol li{display:list-item;list-style-position:outside;list-style:decimal}.unique-news .unique-news__right-bar ol li:before{content:none}.unique-review{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.unique-review__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.unique-review__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.unique-review__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.unique-review__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.unique-review .img-main{min-height:100px;margin-bottom:60px}.history-success-section{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.history-success-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.history-success-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.history-success-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.history-success-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.history-success-section__right-bar{margin:auto}}.history-success-section .review-wrapper{margin-top:50px}@media screen and (max-width: 768px){.history-success-section .review-wrapper{margin:50px 0 0 -10px;width:calc(100vw - 50px)}}.history-success-section .review-info__name{font-weight:500;font-size:18px;margin-bottom:15px}.history-success-section .review-info__position{color:#4F4F4F;margin-bottom:15px}.history-success-section .review-info__number,.history-success-section .review-info__data,.history-success-section .review-info__company{margin-bottom:10px}.history-success-section .review-info__link{margin-bottom:20px}.history-success-section .review-info__span,.history-success-section .review-info__company{font-size:16px;font-weight:700}.history-success-section .review-info__description{overflow:hidden;max-height:115px;-webkit-box-orient:vertical;-webkit-line-clamp:6;display:-webkit-box;font-size:16px;margin-bottom:20px}.history-success-section .review-block{padding:40px 20px;display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;grid-template-columns:1fr 3fr;grid-column-gap:40px}@media screen and (max-width: 768px){.history-success-section .review-block{padding:35px 25px;grid-template-columns:auto;grid-row-gap:15px}}.history-success-section .review-block:nth-child(even){background-color:#E0E0E0;border-radius:6px}.history-success-section .review-block__img{background-position:center center;background-repeat:no-repeat;background-size:100%;height:150px;width:150px;margin:auto;border-radius:50%}@media screen and (max-width: 768px){.history-success-section .review-block__img{grid-template-columns:auto;grid-row-gap:15px;margin:0}}@media screen and (max-width: 768px){.history-success-section .review-block.persona-block{padding-left:0}}.history-success-section .pager-container{margin-top:75px}.young-crew-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.young-crew-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.young-crew-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.young-crew-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.young-crew-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.young-crew-section .goal-content{background-color:#014A94;display:grid;grid-template-columns:1fr 1fr;margin:4.6875rem 0 4.375rem;grid-column-gap:2.5rem;border-radius:6px}@media screen and (max-width: 768px){.young-crew-section .goal-content{grid-template-columns:1fr}}.young-crew-section .container-goal{margin-bottom:5.9375rem}.young-crew-section .container-goal-text{color:#ffffff;font-size:16px;padding:30px 25px 30px 0}@media screen and (max-width: 768px){.young-crew-section .container-goal-text{padding:20px}}.young-crew-section .container-goal-img{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.young-crew-section .img-main{background-repeat:no-repeat;background-position:center center;min-height:380px;border-radius:5px;margin-bottom:60px}@media screen and (max-width: 1200px){.young-crew-section .img-main{min-height:360px;background-size:contain}}@media screen and (max-width: 768px){.young-crew-section .img-main{min-height:220px}}@media screen and (max-width: 560px){.young-crew-section .img-main{margin-bottom:20px}}.young-crew-section .img-structure{min-height:620px;width:100%;background-repeat:no-repeat;background-position:center center;background-size:contain;margin-bottom:30px}@media screen and (max-width: 1200px){.young-crew-section .img-structure{min-height:540px}}@media screen and (max-width: 768px){.young-crew-section .img-structure{min-height:250px}}.young-crew-section .block-warning{background:#F2F2F2;border:3px solid #014A94;border-radius:6px;padding:40px;margin-bottom:75px}.young-crew-section .block-warning__title{color:#014A94;font-weight:700;text-transform:uppercase;margin-bottom:40px}.young-crew-section .block-blue{color:#ffffff;padding:20px 25px;background:#014A94;border:3px solid #014A94;border-radius:6px;font-weight:500;font-size:18px;margin-bottom:30px}.young-crew-section .goal-img{position:absolute;width:100%;border-radius:5px}@media screen and (max-width: 768px){.young-crew-section .goal-img{position:static}}.young-crew-section .block-cards{display:grid;grid-template-columns:repeat(3, 1fr);grid-column-gap:30px}@media screen and (max-width: 1200px){.young-crew-section .block-cards{grid-template-columns:auto;grid-row-gap:30px}}.young-crew-section .card{border:3px solid #014A94;border-radius:50px 5px 5px 5px;overflow:hidden}@media screen and (max-width: 1200px){.young-crew-section .card{display:grid;grid-template-columns:1fr 2fr}}@media screen and (max-width: 560px){.young-crew-section .card{display:block}}.young-crew-section .card__hat{min-height:160px;background-repeat:no-repeat;background-position:center center;background-size:cover}.young-crew-section .card__text{padding:20px 15px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.young-crew-section .card:nth-child(even){border-color:#FE842B}.young-crew-section .text-list{margin-bottom:30px;display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:20px}@media screen and (max-width: 1200px){.young-crew-section .text-list{grid-template-columns:auto}}.young-crew-section .text-list__li{padding-left:85px;position:relative;display:grid;min-height:40px;font-size:16px;background-position:left 5px;background-repeat:no-repeat;background-size:50px;list-style-type:none}.young-crew-section .text-list__li:before{display:none}.dates-certific-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.dates-certific-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.dates-certific-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.dates-certific-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.dates-certific-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.dates-certific-section .block-certificate{padding:40px 50px;font-size:18px}@media screen and (max-width: 1200px){.dates-certific-section .block-certificate{padding:40px 0}}.dates-certific-section .block-certificate:not(:last-child){border-bottom:3px solid #A7AABC}.dates-certific-section .block-certificate__title{font-size:20px;font-weight:500;margin-bottom:5px}.dates-certific-section .block-certificate__subtitle{margin-bottom:30px}.dates-certific-section .container-info{margin-bottom:75px}@media screen and (max-width: 1200px){.dates-certific-section .container-info{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.dates-certific-section .container-info td{border:1px solid #A7AABC;padding:18px 10px}.dates-certific-section .container-info td:first-child{border-left:none}.dates-certific-section .container-info td:last-child{border-right:none}.dates-certific-section .container-info tr:first-child td{border-top:none}.dates-certific-section .container-info tr:last-child td{border-bottom:none}.dates-certific-section .container-info table{min-width:770px;background-color:#F2F2F2;width:100%;text-align:center;padding:17px 20px;border-spacing:0;border-bottom:9px solid #014A94;border-radius:30px 6px 6px 6px}@media screen and (max-width: 768px){.dates-certific-section .container-info table{border-bottom:0}}.dates-certific-section .block-info{font-size:16px}.dates-certific-section .block-info__name{font-weight:500;font-size:18px;margin-bottom:20px}.dates-certific-section .block-info__city,.dates-certific-section .block-info__mail,.dates-certific-section .block-info__address,.dates-certific-section .block-info__phone,.dates-certific-section .block-info__data,.dates-certific-section .block-info__site,.dates-certific-section .block-info__person{padding-left:40px;background-position:left top;background-repeat:no-repeat;background-size:23px;margin-bottom:20px;font-size:16px}.dates-certific-section .block-info__person-text{display:block;font-size:14px}.dates-certific-section .block-info__person-name{font-weight:500;font-size:18px}.dates-certific-section .block-info__mail{background-image:url(/static/images/pages/partners/svg/email.svg);margin-bottom:0}.dates-certific-section .block-info__mail_blue{color:#014A94;font-size:18px;font-weight:500;text-decoration:underline}.dates-certific-section .block-info__address{background-image:url(/static/images/pages/partners/svg/flag.svg);font-weight:500;font-size:18px}.dates-certific-section .block-info__phone{background-image:url(/static/images/pages/partners/svg/phone.svg)}.dates-certific-section .block-info__phone_blue{color:#014A94;font-size:18px;font-weight:500}.dates-certific-section .block-info__site{background-image:url(/static/images/pages/partners/svg/planet.svg)}.dates-certific-section .block-info__btn{display:inline-block;text-transform:capitalize;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer}.dates-certific-section .block-info__description{margin-bottom:30px}.dates-certific-section .block-info__wrapper-person:not(:first-child){margin-top:40px}.dates-certific-section .block-info__wrapper-description_hide{height:0;opacity:0;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:opacity .5s ease-in-out;-o-transition:opacity .5s ease-in-out;transition:opacity .5s ease-in-out}.dates-certific-section .block-info__wrapper-description_hide.is-open{margin-top:20px;height:auto;opacity:1;-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1)}.dates-certific-section .pager-container{margin-top:75px}.literature-section{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.literature-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.literature-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.literature-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.literature-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.literature-section__right-bar{margin:auto}}.literature-section .main-title{margin-bottom:40px}.literature-section .second-title{margin-bottom:40px}.literature-section .wrap-material:not(:last-child){margin-bottom:70px}.literature-section .price__span-text{font-style:italic;color:#828282;margin-right:10px}.literature-section .price__span-num{font-size:24px;font-weight:500}.literature-section .price__span-value{font-size:18px}.literature-section .material_top{position:relative;padding-bottom:15px}.literature-section .material_top:after{content:'';position:absolute;width:100%;background:#A7AABC;height:1px;bottom:0;right:0}.literature-section .material_body{padding-top:30px}.literature-section .book{margin-top:20px;display:grid;grid-template-columns:120px 1fr;grid-column-gap:40px;color:#737687;font-size:16px}@media screen and (max-width: 768px){.literature-section .book{grid-template-columns:1fr;grid-row-gap:20px}}.literature-section .permission{display:grid;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}@media screen and (max-width: 768px){.literature-section .permission{display:block}}@media screen and (max-width: 560px){.literature-section .permission{margin-top:15px}}.literature-section .wrap-img{height:170px;position:relative}.literature-section .img{position:absolute;height:100%;width:100%;z-index:10;background-repeat:no-repeat;background-position:center center}@media screen and (max-width: 768px){.literature-section .img{width:120px}}.literature-section .not-img{background-color:#ECEFF5;color:#A7AABC;text-align:center;border-radius:8px;height:120px;padding-top:35px;position:absolute}@media screen and (max-width: 768px){.literature-section .not-img{width:120px}}.literature-section .link{font-weight:500;font-size:16px;color:#014A94;-webkit-text-decoration-line:underline;text-decoration-line:underline}.literature-section .top-container{display:grid;grid-template-columns:1fr 3fr}@media screen and (max-width: 768px){.literature-section .top-container{grid-template-columns:auto}}.literature-section .data{font-size:16px}.literature-section .name,.literature-section .description,.literature-section .price,.literature-section .author,.literature-section .top-container{margin-bottom:15px}.literature-section .author{font-style:italic;color:#828282}.literature-section .price{color:#000;font-size:18px}.literature-section .wrapper-btn{margin-bottom:50px}.literature-section .btn-hollow{border:1px solid #014A94;color:#014A94;font-size:16px;width:200px;display:inline-block;text-transform:uppercase}.literature-section .btn-hollow:hover{border-color:#ffffff;color:#ffffff;background-color:#014A94}@media screen and (max-width: 560px){.literature-section .btn-hollow{width:100%}}.recertification-section{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.recertification-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.recertification-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.recertification-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.recertification-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.recertification-section__right-bar{margin:auto}}.recertification-section .goals-container__block-goal{-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0);opacity:1}.recertification-section .text-article{margin-bottom:30px}.recertification-section .text-list.dots .text-list__li:before{background-color:#FE842B}.recertification-section .stage-cert__table-head,.recertification-section .stage-cert__table-body-string{grid-template-columns:5fr 3fr}@media screen and (max-width: 1200px){.recertification-section .stage-cert__table-head{grid-template-columns:auto}}.recertification-section .stage-cert{margin:0}.recertification-section .price-cert__wrap{padding:25px 40px}@media screen and (max-width: 560px){.recertification-section .price-cert__wrap{padding:25px 10px}}.recertification-section .text-list.list-img li{background-size:contain;background-repeat:no-repeat;background-position:left center;height:55px;padding-left:100px;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.recertification-section .text-list.list-img li{height:auto;background-size:55px}}.recertification-section .text-list.list-img li:before{display:none}.recertification-section .text-list.list-img li:first-child{background-image:url(/static/images/pages/recertification/svg/icon-1.svg);margin-bottom:35px}.recertification-section .text-list.list-img li:last-child{background-image:url(/static/images/pages/recertification/svg/icon-2.svg)}.candidates-info{display:block;position:relative;padding-top:0;background-size:cover;color:#000000;font-size:1rem}.candidates-info__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.candidates-info__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.candidates-info__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.candidates-info__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}@media screen and (max-width: 960px){.candidates-info__right-bar{margin:auto}}.candidates-info__text{font-size:16px;margin:25px 0;color:#505050}.candidates-info__title-benefits{margin:75px 0 50px}.candidates-info__list{display:grid;grid-template-columns:1fr 1fr;grid-column-gap:40px;grid-row-gap:35px;margin-bottom:5.625rem}@media screen and (max-width: 1200px){.candidates-info__list{grid-template-columns:auto}}.candidates-info__benefit{display:grid;grid-template-columns:auto auto;grid-column-gap:50px;grid-row-gap:35px;font-size:18px;color:#505050}@media screen and (max-width: 1200px){.candidates-info__benefit{grid-template-columns:1fr 5fr}}@media screen and (max-width: 768px){.candidates-info__benefit{grid-template-columns:1fr 4fr;grid-column-gap:20px}}.candidates-info__wrapper-benefits{display:grid;grid-template-columns:auto auto;grid-column-gap:50px;grid-row-gap:35px;font-size:18px;color:#505050;margin-bottom:90px}@media screen and (max-width: 1200px){.candidates-info__wrapper-benefits{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.candidates-info__wrapper-benefits{grid-template-columns:auto;grid-column-gap:20px}}.candidates-info__point{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px;padding-left:90px;background-repeat:no-repeat;background-size:60px;background-position:left top;min-height:55px}@media screen and (max-width: 768px){.candidates-info__point{padding-left:60px;font-size:14px;grid-column-gap:20px;background-size:40px}}@media screen and (max-width: 560px){.candidates-info__point{padding-left:42px;background-size:35px}}.candidates-info__benefit-phrase{border-radius:50px 9px 9px 9px;width:100%;height:190px;color:#ffffff;font-weight:500;font-size:20px;text-align:center;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-position:center center;background-repeat:no-repeat;padding:0 10px}@media screen and (max-width: 1200px){.candidates-info__benefit-phrase{background-size:cover}}@media screen and (max-width: 560px){.candidates-info__benefit-phrase{font-size:18px;height:200px}}.candidates-info__benefit-phrase.first{background-image:url(/static/images/pages/certificate/certificate/bg1.jpg)}.candidates-info__benefit-phrase.second{background-image:url(/static/images/pages/certificate/certificate/bg2.jpg)}.candidates-info__benefit-phrase.third{background-image:url(/static/images/pages/certificate/certificate/bg3.jpg)}.candidates-info__benefit-phrase.fourth{background-image:url(/static/images/pages/certificate/certificate/bg4.jpg)}.candidates-info__wrap-steps{display:grid;grid-row-gap:10px}.candidates-info__wrap-steps_one{display:grid;grid-template-columns:6fr 3fr}@media screen and (max-width: 768px){.candidates-info__wrap-steps_one{display:block}}.candidates-info__wrap-steps_second{display:grid;grid-template-columns:1fr 6fr 2fr}@media screen and (max-width: 768px){.candidates-info__wrap-steps_second{display:block}}.candidates-info__wrap-steps_second:before{content:'';background:transparent}.candidates-info__wrap-steps_third{display:grid;grid-template-columns:2fr 6fr 1fr}@media screen and (max-width: 768px){.candidates-info__wrap-steps_third{display:block}}.candidates-info__wrap-steps_third:before{content:'';background:transparent}.candidates-info__wrap-steps_fourth{display:grid;grid-template-columns:3fr 6fr}@media screen and (max-width: 768px){.candidates-info__wrap-steps_fourth{display:block}}.candidates-info__wrap-steps_fourth:before{content:'';background:transparent}.candidates-info__wrap-steps>div{opacity:0;-webkit-transform:translate(-100px, 0);-ms-transform:translate(-100px, 0);transform:translate(-100px, 0)}@media screen and (max-width: 768px){.candidates-info__wrap-steps>div{opacity:1;-webkit-transform:translate(0, 0);-ms-transform:translate(0, 0);transform:translate(0, 0)}}.candidates-info__wrap-steps.is-active>div{opacity:1;-webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);-webkit-transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;transition:opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;-o-transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out;transition:transform 0.2s ease-out, opacity 0.2s ease-out, -webkit-transform 0.2s ease-out}.candidates-info__wrap-steps.is-active>div:nth-child(1){-webkit-transition-delay:.55s;-o-transition-delay:.55s;transition-delay:.55s}.candidates-info__wrap-steps.is-active>div:nth-child(2){-webkit-transition-delay:.95s;-o-transition-delay:.95s;transition-delay:.95s}.candidates-info__wrap-steps.is-active>div:nth-child(3){-webkit-transition-delay:1.35s;-o-transition-delay:1.35s;transition-delay:1.35s}.candidates-info__wrap-steps.is-active>div:nth-child(4){-webkit-transition-delay:1.75s;-o-transition-delay:1.75s;transition-delay:1.75s}.candidates-info__wrap-steps.is-active>div:nth-child(5){-webkit-transition-delay:2.15s;-o-transition-delay:2.15s;transition-delay:2.15s}.candidates-info__wrap-steps.is-active>div:nth-child(6){-webkit-transition-delay:2.55s;-o-transition-delay:2.55s;transition-delay:2.55s}.candidates-info__block-step{background:#ECEFF5;border-radius:20px;height:100px;padding:15px 23px;display:grid;grid-template-columns:10px 64px auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.candidates-info__block-step{height:130px}}@media screen and (max-width: 560px){.candidates-info__block-step{height:220px;padding:15px;grid-template-columns:10px 40px auto}}.candidates-info__word-step{position:relative}.candidates-info__word-step_span{position:absolute;-webkit-transform:translateY(0%) rotate(-90deg);-ms-transform:translateY(0%) rotate(-90deg);transform:translateY(0%) rotate(-90deg);width:31px;letter-spacing:0.15px;top:-10px;left:-20px;text-transform:uppercase;color:#828282}.candidates-info__step-numb{height:100%;font-size:24px;font-weight:700;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;display:grid;border-radius:0 50% 50% 0;color:#000;background:#FD9E28}.candidates-info__step-string{font-weight:500;margin-left:20px;color:#505050}@media screen and (max-width: 560px){.candidates-info__step-string{margin-left:10px}}.candidates-info .wrapper-doc{width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.candidates-info .wrapper-doc .btn-hollow{border:1px solid #014A94;color:#014A94;width:200px;font-weight:700;display:inline-block}@media screen and (max-width: 768px){.candidates-info .wrapper-doc .btn-hollow{width:100%}}.candidates-info .wrapper-doc .btn-hollow:hover{color:#ffffff;border-color:#ffffff;background-color:#014A94}.candidates-info .wrapper-doc .btn-hollow:hover svg{fill:#ffffff}.candidates-info .wrapper-doc .blue-link{display:inline-block;margin-left:40px}@media screen and (max-width: 768px){.candidates-info .wrapper-doc .blue-link{text-align:center}}.candidates-info .wrapper-doc svg{height:22px;width:22px;display:inline-block;vertical-align:middle;fill:#014A94;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;margin-right:6px}.lvl-info .block-card{width:100%;border:1px solid #5F91C5;border-radius:50px 5px 5px 5px;margin-bottom:30px}.lvl-info .card-hat{background:#014A94;border-radius:50px 5px 5px 5px;font-size:24px;color:#ffffff;font-weight:500;width:100%;padding:30px;text-align:center}.lvl-info .card-body{padding:40px 30px}.lvl-info .text-list.dots .text-list__li:before{background-color:#FE842B}.lvl-info .text-doc{font-weight:700;font-size:18px;display:inline-block;margin-right:15px}@media screen and (max-width: 768px){.lvl-info .text-doc{display:block;text-align:center;margin:0 0 25px}}.lvl-info p{font-size:16px}.unique-seminar-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.unique-seminar-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.unique-seminar-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.unique-seminar-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.unique-seminar-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.unique-seminar-section .block-sub{background:#E0E0E0;border-radius:6px;padding:50px 30px 40px;width:100%;font-size:18px;position:relative;overflow:hidden;margin-bottom:30px}@media screen and (max-width: 768px){.unique-seminar-section .block-sub{padding:50px 15px 40px}}.unique-seminar-section .block-sub:after{content:'';width:100%;position:absolute;height:4px;background:#5F91C5;bottom:0;left:0}.unique-seminar-section .wrap-sub{display:grid;grid-template-columns:3fr 2fr 3fr;grid-column-gap:30px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width: 768px){.unique-seminar-section .wrap-sub{grid-template-columns:auto;text-align:center;grid-row-gap:30px}}.unique-seminar-section .orange-container{padding:25px;border:3px solid #F2994A;border-radius:6px;font-size:16px}.unique-seminar-section .text-list__li{font-weight:500}.unique-seminar-section .container-btn{display:grid;grid-template-columns:3fr 5fr;margin-bottom:85px;margin-top:50px}@media screen and (max-width: 1200px){.unique-seminar-section .container-btn{grid-template-columns:1fr 1fr}}@media screen and (max-width: 768px){.unique-seminar-section .container-btn{grid-template-columns:auto}}.unique-seminar-section .btn-blue{padding:20px 10px 15px}.unique-magazine{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.unique-magazine__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.unique-magazine__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.unique-magazine__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.unique-magazine__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.unique-magazine .block-info{display:grid;grid-template-columns:3fr 5fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-column-gap:40px}.unique-magazine .block-info__description .text-title{margin-top:20px}@media screen and (max-width: 1200px){.unique-magazine .block-info img{max-width:50%}}@media screen and (max-width: 768px){.unique-magazine .block-info img{max-width:100%}}.unique-magazine .block-info__sting{display:block}.unique-magazine .block-info__price{font-weight:700;font-size:18px}@media screen and (max-width: 1200px){.unique-magazine .block-info{grid-template-columns:auto;grid-row-gap:55px}}.unique-magazine .text-title{font-size:20px;font-weight:700}.unique-magazine .btn-blue{margin-bottom:60px}.unique-magazine .wrapper-btn{margin-bottom:50px}.unique-magazine .date,.unique-magazine .author,.unique-magazine .price{margin-bottom:20px}.unique-magazine .text-top{margin-bottom:40px}.unique-magazine .text-bottom .text__article:last-child{margin-bottom:20px}.unique-magazine .image{max-width:40%}.unique-magazine .btn-blue{text-transform:none;font-size:16px;font-weight:400;padding:15px 0;width:315px}@media screen and (max-width: 560px){.unique-magazine .btn-blue{width:100%}}.unique-magazine .price__span-text{font-style:italic;color:#828282;margin-right:10px}.unique-magazine .price__span-num{font-size:24px;font-weight:500}.unique-magazine .price__span-value{font-size:18px}.unique-magazine .btn-hollow{border:1px solid #014A94;color:#014A94;font-size:16px;width:200px;display:inline-block;text-transform:uppercase}.unique-magazine .btn-hollow:hover{border-color:#ffffff;color:#ffffff;background-color:#014A94}@media screen and (max-width: 560px){.unique-magazine .btn-hollow{width:100%}}.unique-publications{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.unique-publications__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px);font-size:14px}@media screen and (max-width: 768px){.unique-publications__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.unique-publications__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.unique-publications__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.unique-publications .title{margin-bottom:50px}.unique-publications .data{margin-bottom:15px}.unique-publications .data,.unique-publications .source,.unique-publications .author{color:#828282}.unique-publications .source,.unique-publications .author{font-style:italic}.unique-publications .permission{margin-bottom:20px}.unique-publications .text-title{margin-bottom:30px}.unique-publications .img-main{background-repeat:no-repeat;background-position:center center;height:300px;margin-bottom:30px}.unique-publications .source{font-size:14px;display:-webkit-box;display:-ms-flexbox;display:flex}.unique-publications .source__ul-link{margin-left:5px}.unique-publications .block-sources{margin-bottom:40px}.unique-literature{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.unique-literature__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.unique-literature__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.unique-literature__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.unique-literature__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.unique-literature .block-info{display:grid;grid-template-columns:1fr 3fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-column-gap:40px}@media screen and (max-width: 1200px){.unique-literature .block-info{grid-template-columns:auto;grid-row-gap:40px}}@media screen and (max-width: 560px){.unique-literature .block-info{display:block}}.unique-literature .block-info__main-info{margin-bottom:20px}.unique-literature img{width:100%}@media screen and (max-width: 1200px){.unique-literature img{width:auto;max-width:50%}}@media screen and (max-width: 560px){.unique-literature img{margin-bottom:40px}}.unique-literature .text-title{font-size:20px;font-weight:700}.unique-literature .btn-blue{margin-bottom:60px}.unique-literature .wrapper-btn{margin-bottom:50px}.unique-literature .wrapper-btn__title{margin-bottom:20px}.unique-literature .image{max-width:40%}.unique-literature .btn-blue{text-transform:none;font-size:16px;font-weight:400;padding:15px 0;width:315px}.unique-literature .price__span-text{font-style:italic;color:#828282;margin-right:10px}.unique-literature .price__span-num{font-size:24px;font-weight:500}.unique-literature .price__span-value{font-size:18px}.unique-literature .btn-hollow{border:1px solid #014A94;color:#014A94;font-size:16px;width:200px;display:inline-block;text-transform:uppercase}.unique-literature .text-info{color:#828282;font-style:italic;margin-bottom:10px}.unique-literature .text-info>span{color:#000;font-style:normal}.magazine-section{display:block;position:relative;background-size:cover;color:#000000;padding-top:0;font-size:1rem}.magazine-section__right-bar{-webkit-box-sizing:border-box;box-sizing:border-box;word-wrap:break-word;margin-left:20px;margin-right:20px;width:calc(66.66667% - 40px)}@media screen and (max-width: 768px){.magazine-section__right-bar{margin-left:10px;margin-right:10px}}@media screen and (max-width: 1200px){.magazine-section__right-bar{width:calc(100% - 40px)}}@media screen and (max-width: 1200px){.magazine-section__right-bar{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.magazine-section .block-info{display:grid;grid-template-columns:3fr 5fr;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;grid-column-gap:40px}.magazine-section .block-info__sting{display:block}.magazine-section .block-info__price{font-weight:700;font-size:18px}.magazine-section .detail-info__top-info{display:grid;grid-template-columns:1fr 2fr}@media screen and (max-width: 768px){.magazine-section .detail-info__top-info{grid-template-columns:auto;margin-bottom:25px}}.magazine-section .detail-info__top-info .permission{text-align:right}@media screen and (max-width: 768px){.magazine-section .detail-info__top-info .permission{text-align:left}}.magazine-section .detail-info__name{color:#014A94;font-weight:500;font-size:16px;text-decoration:underline}.magazine-section .author{font-style:italic;color:#828282}.magazine-section .container-books{display:grid;grid-row-gap:35px;margin-bottom:75px}.magazine-section .container-book{display:grid;grid-template-columns:120px auto;grid-column-gap:40px}@media screen and (max-width: 768px){.magazine-section .container-book{grid-template-columns:auto}}.magazine-section .container-book img{width:100%}@media screen and (max-width: 768px){.magazine-section .container-book img{max-width:40%;margin-bottom:40px}}.magazine-section .text-title{font-size:20px;font-weight:700}.magazine-section .btn-blue{margin-bottom:60px}.magazine-section .wrapper-btn{margin-bottom:50px}.magazine-section .date,.magazine-section .author,.magazine-section .price,.magazine-section .detail-info__wrapper-name,.magazine-section .detail-info__description{margin-bottom:20px}.magazine-section .text-top{margin-bottom:40px}.magazine-section .text-bottom .text__article:not(:last-child){margin-bottom:20px}.magazine-section .btn-blue{text-transform:none;font-size:16px;font-weight:400;padding:15px 0;width:315px}@media screen and (max-width: 560px){.magazine-section .btn-blue{width:100%}}.magazine-section .price__span-text{font-style:italic;color:#828282;margin-right:10px}.magazine-section .price__span-num{font-size:24px;font-weight:500}.magazine-section .price__span-value{font-size:18px}.magazine-section .btn-hollow{border:1px solid #014A94;color:#014A94;font-size:16px;width:200px;display:inline-block;text-transform:uppercase}.magazine-section .btn-hollow:hover{border-color:#ffffff;color:#ffffff;background-color:#014A94}@media screen and (max-width: 560px){.magazine-section .btn-hollow{width:100%}}.map-page .grid-row{width:100%;padding-left:20px}.map-page .grid-row .header-text{font-size:20px;margin-bottom:20px}.map-page .grid-row .header-list{margin-left:20px;list-style:decimal}.map-page .grid-row .header-list .list-point{margin-bottom:20px}.map-page .grid-row .header-list .list-point .header-sublist{margin-left:20px}.map-page .grid-row .header-list .list-point li{margin-bottom:20px}.map-page .grid-row .header-list .list-point li a:before{content:'\2013'}@media print{.header *{width:auto}.header .header-top{display:none}.header .grid-row{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.left-bar{display:none}.footer{display:none}.header__wrapper-search{display:none}.header__wrapper-login{display:none}.header-nav{display:none;padding:0px}.grid-row div[class$="__right-bar"]{width:100%}.right-bar{display:none}.title{margin-bottom:35px}}

/* roboto-300 - latin_cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url(/static/fonts/roboto-v20-latin_cyrillic-300-7035e3255acf8ed8907af0b933b81261.eot); /* IE9 Compat Modes */
	src: local('Roboto Light'), local('Roboto-Light'),
	url(/static/fonts/roboto-v20-latin_cyrillic-300-7035e3255acf8ed8907af0b933b81261.eot?#iefix) format('embedded-opentype'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-300-b6e1d0fde881ad6c9a4de81882059be4.woff2) format('woff2'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-300-fd46dc46efb83ded87739b7d30d5f514.woff) format('woff'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-300-370f86168a7de975d0668c5ad17f6377.ttf) format('truetype'), 
	url(/static/svg/roboto-v20-latin_cyrillic-300-dd0bea1f9a808d633492fa573039ca1d.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-regular - cyrillic_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url(/static/fonts/roboto-v20-cyrillic_latin-regular-eea1b983a522731123bbe8d6a03dedfe.eot); /* IE9 Compat Modes */
	src: local('Roboto'), local('Roboto-Regular'),
	url(/static/fonts/roboto-v20-cyrillic_latin-regular-eea1b983a522731123bbe8d6a03dedfe.eot?#iefix) format('embedded-opentype'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-regular-9af3b948743adc65907bf6b73aba735e.woff2) format('woff2'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-regular-c2bf54bc567401239fcc81b063df7423.woff) format('woff'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-regular-f245f4a64fee49aa3c8d671b87c5bdbd.ttf) format('truetype'), 
	url(/static/svg/roboto-v20-cyrillic_latin-regular-8681f434273fd6a267b1a16a035c5f79.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-italic - latin_cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 400;
	src: url(/static/fonts/roboto-v20-latin_cyrillic-italic-85ed55b262abff9415ae890a28db7622.eot); /* IE9 Compat Modes */
	src: local('Roboto Italic'), local('Roboto-Italic'),
	url(/static/fonts/roboto-v20-latin_cyrillic-italic-85ed55b262abff9415ae890a28db7622.eot?#iefix) format('embedded-opentype'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-italic-a261b07bf58a331b26318141568823d6.woff2) format('woff2'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-italic-0c9fedf91828e1efdbf4824fbd0c7f86.woff) format('woff'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-italic-35e184c357f5bc9c7b07b996d3395a3a.ttf) format('truetype'), 
	url(/static/svg/roboto-v20-latin_cyrillic-italic-39c358e4c78546f0f49e624bcbdc8e63.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-500 - cyrillic_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url(/static/fonts/roboto-v20-cyrillic_latin-500-0693bf1b0946daf0aa834932075535bf.eot); /* IE9 Compat Modes */
	src: local('Roboto Medium'), local('Roboto-Medium'),
	url(/static/fonts/roboto-v20-cyrillic_latin-500-0693bf1b0946daf0aa834932075535bf.eot?#iefix) format('embedded-opentype'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-500-2e0bf09ac4b4cb07efe92b9df7b39d64.woff2) format('woff2'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-500-18a127e9dc689f1d2082e9072c8db23e.woff) format('woff'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-500-7d59ee8aeb5f5ddfa35d173f750119eb.ttf) format('truetype'), 
	url(/static/svg/roboto-v20-cyrillic_latin-500-95204ac95130828753c0ee0ada537c33.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-500italic - latin_cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 500;
	src: url(/static/fonts/roboto-v20-latin_cyrillic-500italic-a3d5f692fa3536649aeb7bbf6378596a.eot); /* IE9 Compat Modes */
	src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
	url(/static/fonts/roboto-v20-latin_cyrillic-500italic-a3d5f692fa3536649aeb7bbf6378596a.eot?#iefix) format('embedded-opentype'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-500italic-59855b4cd88734619493ad6a97610b3a.woff2) format('woff2'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-500italic-d2eb7895b449de8ef19d9236ad301aec.woff) format('woff'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-500italic-d24b660fb0e295ea230b15fad1b5a0fe.ttf) format('truetype'), 
	url(/static/svg/roboto-v20-latin_cyrillic-500italic-b5bd232e5ae7e364a0e75ba4e480dc03.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-700 - cyrillic_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url(/static/fonts/roboto-v20-cyrillic_latin-700-7deb530eb5721dd0949640bffbce873e.eot); /* IE9 Compat Modes */
	src: local('Roboto Bold'), local('Roboto-Bold'),
	url(/static/fonts/roboto-v20-cyrillic_latin-700-7deb530eb5721dd0949640bffbce873e.eot?#iefix) format('embedded-opentype'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-700-12551865605b915d209aa68d25308ede.woff2) format('woff2'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-700-cf6c1c770a3f6f15570c6758e995b5bc.woff) format('woff'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-700-583de8f55e8439deba6336d4ffef27ed.ttf) format('truetype'), 
	url(/static/svg/roboto-v20-cyrillic_latin-700-57888be7f3e68a7050452ea3157cf4de.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-700italic - latin_cyrillic */
@font-face {
	font-family: 'Roboto';
	font-style: italic;
	font-weight: 700;
	src: url(/static/fonts/roboto-v20-latin_cyrillic-700italic-40c136c07652b46b955e072ac46237fd.eot); /* IE9 Compat Modes */
	src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'),
	url(/static/fonts/roboto-v20-latin_cyrillic-700italic-40c136c07652b46b955e072ac46237fd.eot?#iefix) format('embedded-opentype'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-700italic-ca1783ad0f733d9f83e978d7915259f7.woff2) format('woff2'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-700italic-50f5947324f512dd69c8fa2bc505e48f.woff) format('woff'), 
	url(/static/fonts/roboto-v20-latin_cyrillic-700italic-9100b8343a9ef0b66ef850c34498e19e.ttf) format('truetype'), 
	url(/static/svg/roboto-v20-latin_cyrillic-700italic-4466317341560ee2759326c4723cae25.svg#Roboto) format('svg'); /* Legacy iOS */
}
/* roboto-900 - cyrillic_latin */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	src: url(/static/fonts/roboto-v20-cyrillic_latin-900-5447e2b2920279c02234d61619fa9862.eot); /* IE9 Compat Modes */
	src: local('Roboto Black'), local('Roboto-Black'),
	url(/static/fonts/roboto-v20-cyrillic_latin-900-5447e2b2920279c02234d61619fa9862.eot?#iefix) format('embedded-opentype'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-900-3f6ebbed25e7281edc7fec479a834583.woff2) format('woff2'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-900-477571b47437b78f66fea66108b3143b.woff) format('woff'), 
	url(/static/fonts/roboto-v20-cyrillic_latin-900-d182671fdac9fc095a44865047cd4c4f.ttf) format('truetype'), 
	url(/static/svg/roboto-v20-cyrillic_latin-900-9c4bedeee9074a7ab438ff0e548d0fba.svg#Roboto) format('svg'); /* Legacy iOS */
}
.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  -o-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: none;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.1;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}

.icon-check {
    width: 16px;
    height: 16px;
}
.icon-facebook {
    width: 22px;
    height: 23px;
}
.icon-instagram {
    width: 25px;
    height: 23px;
}
.icon-question {
    width: 29px;
    height: 29px;
}
.icon-unchecked {
    width: 16px;
    height: 16px;
}
.icon-vk {
    width: 27px;
    height: 17px;
}

/*# sourceMappingURL=main-0d8b3f40d64856589e59.css.map*/