.rdw-option-wrapper {
  border: 1px solid #F1F1F1;
  padding: 5px;
  min-width: 25px;
  height: 20px;
  border-radius: 2px;
  margin: 0 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-option-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-option-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-option-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-dropdown-wrapper {
  height: 30px;
  background: white;
  cursor: pointer;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  margin: 0 3px;
  text-transform: capitalize;
  background: white; }

.rdw-dropdown-wrapper:focus {
  outline: none; }

.rdw-dropdown-wrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdown-wrapper:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-dropdown-carettoopen {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-top: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-carettoclose {
  height: 0px;
  width: 0px;
  position: absolute;
  top: 35%;
  right: 10%;
  border-bottom: 6px solid black;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent; }

.rdw-dropdown-selectedtext {
  display: flex;
  position: relative;
  height: 100%;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdown-optionwrapper {
  z-index: 100;
  position: relative;
  border: 1px solid #F1F1F1;
  width: 98%;
  background: white;
  border-radius: 2px;
  margin: 0;
  padding: 0;
  max-height: 250px;
  overflow-y: scroll; }

.rdw-dropdown-optionwrapper:hover {
  box-shadow: 1px 1px 0px #BFBDBD;
  background-color: #FFFFFF; }

.rdw-dropdownoption-default {
  min-height: 25px;
  display: flex;
  align-items: center;
  padding: 0 5px; }

.rdw-dropdownoption-highlighted {
  background: #F1F1F1; }

.rdw-dropdownoption-active {
  background: #f5f5f5; }

.rdw-dropdownoption-disabled {
  opacity: 0.3;
  cursor: default; }

.rdw-inline-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-inline-dropdown {
  width: 50px; }

.rdw-inline-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-block-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-block-dropdown {
  width: 110px; }

.rdw-fontsize-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-fontsize-dropdown {
  min-width: 40px; }

.rdw-fontsize-option {
  display: flex;
  justify-content: center; }

.rdw-fontfamily-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-fontfamily-dropdown {
  width: 115px; }

.rdw-fontfamily-placeholder {
  white-space: nowrap;
  max-width: 90px;
  overflow: hidden;
  text-overflow: ellipsis; }

.rdw-fontfamily-optionwrapper {
  width: 140px; }

.rdw-list-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-list-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-list-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-text-align-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-text-align-dropdown {
  width: 50px;
  z-index: 90; }

.rdw-text-align-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-right-aligned-block {
  text-align: right; }

.rdw-left-aligned-block {
  text-align: left !important; }

.rdw-center-aligned-block {
  text-align: center !important; }

.rdw-justify-aligned-block {
  text-align: justify !important; }

.rdw-right-aligned-block > div {
  display: inline-block; }

.rdw-left-aligned-block > div {
  display: inline-block; }

.rdw-center-aligned-block > div {
  display: inline-block; }

.rdw-justify-aligned-block > div {
  display: inline-block; }

.rdw-colorpicker-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-colorpicker-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 175px;
  height: 175px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-colorpicker-modal-header {
  display: flex;
  padding-bottom: 5px; }

.rdw-colorpicker-modal-style-label {
  font-size: 15px;
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 0 10px 5px; }

.rdw-colorpicker-modal-style-label-active {
  border-bottom: 2px solid #0a66b7; }

.rdw-colorpicker-modal-options {
  margin: 5px auto;
  display: flex;
  width: 100%;
  height: 100%;
  flex-wrap: wrap;
  overflow: scroll; }

.rdw-colorpicker-cube {
  width: 22px;
  height: 22px;
  border: 1px solid #F1F1F1; }

.rdw-colorpicker-option {
  margin: 3px;
  padding: 0;
  min-height: 20px;
  border: none;
  width: 22px;
  height: 22px;
  min-width: 22px;
  box-shadow: 1px 2px 1px #BFBDBD inset; }

.rdw-colorpicker-option:hover {
  box-shadow: 1px 2px 1px #BFBDBD; }

.rdw-colorpicker-option:active {
  box-shadow: -1px -2px 1px #BFBDBD; }

.rdw-colorpicker-option-active {
  box-shadow: 0px 0px 2px 2px #BFBDBD; }

.rdw-link-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-link-dropdown {
  width: 50px; }

.rdw-link-dropdownOption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-link-dropdownPlaceholder {
  margin-left: 8px; }

.rdw-link-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 205px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-link-modal-label {
  font-size: 15px; }

.rdw-link-modal-input {
  margin-top: 5px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  height: 25px;
  margin-bottom: 15px;
  padding: 0 5px; }

.rdw-link-modal-input:focus {
  outline: none; }

.rdw-link-modal-buttonsection {
  margin: 0 auto; }

.rdw-link-modal-target-option {
  margin-bottom: 20px; }

.rdw-link-modal-target-option > span {
  margin-left: 5px; }

.rdw-link-modal-btn {
  margin-left: 10px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-link-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-link-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-link-modal-btn:focus {
  outline: none !important; }

.rdw-link-modal-btn:disabled {
  background: #ece9e9; }

.rdw-link-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-embedded-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-embedded-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  justify-content: space-between;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-embedded-modal-header {
  font-size: 15px;
  display: flex; }

.rdw-embedded-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-embedded-modal-header-label {
  width: 95px;
  border: 1px solid #f1f1f1;
  margin-top: 5px;
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-embedded-modal-link-section {
  display: flex;
  flex-direction: column; }

.rdw-embedded-modal-link-input {
  width: 88%;
  height: 35px;
  margin: 10px 0;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-embedded-modal-link-input-wrapper {
  display: flex;
  align-items: center; }

.rdw-embedded-modal-link-input:focus {
  outline: none; }

.rdw-embedded-modal-btn-section {
  display: flex;
  justify-content: center; }

.rdw-embedded-modal-btn {
  margin: 0 3px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-embedded-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-embedded-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-embedded-modal-btn:focus {
  outline: none !important; }

.rdw-embedded-modal-btn:disabled {
  background: #ece9e9; }

.rdw-embedded-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-embedded-modal-size-input {
  width: 80%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-embedded-modal-size-input:focus {
  outline: none; }

.rdw-emoji-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-emoji-modal {
  overflow: auto;
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-wrap: wrap;
  width: 235px;
  height: 180px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-emoji-icon {
  margin: 2.5px;
  height: 24px;
  width: 24px;
  cursor: pointer;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center; }

.rdw-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%; }

.rdw-spinner > div {
  width: 12px;
  height: 12px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.rdw-spinner .rdw-bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.rdw-spinner .rdw-bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.rdw-image-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-image-modal {
  position: absolute;
  top: 35px;
  left: 5px;
  display: flex;
  flex-direction: column;
  width: 235px;
  border: 1px solid #F1F1F1;
  padding: 15px;
  border-radius: 2px;
  z-index: 100;
  background: white;
  box-shadow: 3px 3px 5px #BFBDBD; }

.rdw-image-modal-header {
  font-size: 15px;
  margin: 10px 0;
  display: flex; }

.rdw-image-modal-header-option {
  width: 50%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }

.rdw-image-modal-header-label {
  width: 80px;
  background: #f1f1f1;
  border: 1px solid #f1f1f1;
  margin-top: 5px; }

.rdw-image-modal-header-label-highlighted {
  background: #6EB8D4;
  border-bottom: 2px solid #0a66b7; }

.rdw-image-modal-upload-option {
  width: 100%;
  color: gray;
  cursor: pointer;
  display: flex;
  border: none;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  background-color: #f1f1f1;
  outline: 2px dashed gray;
  outline-offset: -10px;
  margin: 10px 0;
  padding: 9px 0; }

.rdw-image-modal-upload-option-highlighted {
  outline: 2px dashed #0a66b7; }

.rdw-image-modal-upload-option-label {
  cursor: pointer;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px; }

.rdw-image-modal-upload-option-label span {
  padding: 0 20px; }

.rdw-image-modal-upload-option-image-preview {
  max-width: 100%;
  max-height: 200px; }

.rdw-image-modal-upload-option-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.rdw-image-modal-url-section {
  display: flex;
  align-items: center; }

.rdw-image-modal-url-input {
  width: 90%;
  height: 35px;
  margin: 15px 0 12px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 15px;
  padding: 0 5px; }

.rdw-image-modal-btn-section {
  margin: 10px auto 0; }

.rdw-image-modal-url-input:focus {
  outline: none; }

.rdw-image-modal-btn {
  margin: 0 5px;
  width: 75px;
  height: 30px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  cursor: pointer;
  background: white;
  text-transform: capitalize; }

.rdw-image-modal-btn:hover {
  box-shadow: 1px 1px 0px #BFBDBD; }

.rdw-image-modal-btn:active {
  box-shadow: 1px 1px 0px #BFBDBD inset; }

.rdw-image-modal-btn:focus {
  outline: none !important; }

.rdw-image-modal-btn:disabled {
  background: #ece9e9; }

.rdw-image-modal-spinner {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5; }

.rdw-image-modal-alt-input {
  width: 70%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px;
  margin-left: 5px; }

.rdw-image-modal-alt-input:focus {
  outline: none; }

.rdw-image-modal-alt-lbl {
  font-size: 12px; }

.rdw-image-modal-size {
  align-items: center;
  display: flex;
  margin: 8px 0;
  justify-content: space-between; }

.rdw-image-modal-size-input {
  width: 40%;
  height: 20px;
  border: 1px solid #F1F1F1;
  border-radius: 2px;
  font-size: 12px; }

.rdw-image-modal-size-input:focus {
  outline: none; }

.rdw-image-mandatory-sign {
  color: red;
  margin-left: 3px;
  margin-right: 3px; }

.rdw-remove-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  position: relative;
  flex-wrap: wrap; }

.rdw-history-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  flex-wrap: wrap; }

.rdw-history-dropdownoption {
  height: 40px;
  display: flex;
  justify-content: center; }

.rdw-history-dropdown {
  width: 50px; }

.rdw-link-decorator-wrapper {
  position: relative; }

.rdw-link-decorator-icon {
  position: absolute;
  left: 40%;
  top: 0;
  cursor: pointer;
  background-color: white; }

.rdw-mention-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-suggestion-wrapper {
  position: relative; }

.rdw-suggestion-dropdown {
  position: absolute;
  display: flex;
  flex-direction: column;
  border: 1px solid #F1F1F1;
  min-width: 100px;
  max-height: 150px;
  overflow: auto;
  background: white;
  z-index: 100; }

.rdw-suggestion-option {
  padding: 7px 5px;
  border-bottom: 1px solid #f1f1f1; }

.rdw-suggestion-option-active {
  background-color: #F1F1F1; }

.rdw-hashtag-link {
  text-decoration: none;
  color: #1236ff;
  background-color: #f0fbff;
  padding: 1px 2px;
  border-radius: 2px; }

.rdw-image-alignment-options-popup {
  position: absolute;
  background: white;
  display: flex;
  padding: 5px 2px;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  width: 105px;
  cursor: pointer;
  z-index: 100; }

.rdw-alignment-option-left {
  justify-content: flex-start; }

.rdw-image-alignment-option {
  height: 15px;
  width: 15px;
  min-width: 15px; }

.rdw-image-alignment {
  position: relative; }

.rdw-image-imagewrapper {
  position: relative; }

.rdw-image-center {
  display: flex;
  justify-content: center; }

.rdw-image-left {
  display: flex; }

.rdw-image-right {
  display: flex;
  justify-content: flex-end; }

.rdw-image-alignment-options-popup-right {
  right: 0; }

.rdw-editor-main {
  height: 100%;
  overflow: auto;
  box-sizing: border-box; }

.rdw-editor-toolbar {
  padding: 6px 5px 0;
  border-radius: 2px;
  border: 1px solid #F1F1F1;
  display: flex;
  justify-content: flex-start;
  background: white;
  flex-wrap: wrap;
  font-size: 15px;
  margin-bottom: 5px;
  user-select: none; }

.public-DraftStyleDefault-block {
  margin: 1em 0; }

.rdw-editor-wrapper:focus {
  outline: none; }

.rdw-editor-wrapper {
  box-sizing: content-box; }

.rdw-editor-main blockquote {
  border-left: 5px solid #f1f1f1;
  padding-left: 5px; }

.rdw-editor-main pre {
  background: #f1f1f1;
  border-radius: 3px;
  padding: 1px 10px; }

/**
 * Draft v0.9.1
 *
 * Copyright (c) 2013-present, Facebook, Inc.
 * All rights reserved.
 *
 * This source code is licensed under the BSD-style license found in the
 * LICENSE file in the root directory of this source tree. An additional grant
 * of patent rights can be found in the PATENTS file in the same directory.
 */
.DraftEditor-editorContainer, .DraftEditor-root, .public-DraftEditor-content {
  height: inherit;
  text-align: initial; }

.public-DraftEditor-content[contenteditable=true] {
  -webkit-user-modify: read-write-plaintext-only; }

.DraftEditor-root {
  position: relative; }

.DraftEditor-editorContainer {
  background-color: rgba(255, 255, 255, 0);
  border-left: .1px solid transparent;
  position: relative;
  z-index: 1; }

.public-DraftEditor-block {
  position: relative; }

.DraftEditor-alignLeft .public-DraftStyleDefault-block {
  text-align: left; }

.DraftEditor-alignLeft .public-DraftEditorPlaceholder-root {
  left: 0;
  text-align: left; }

.DraftEditor-alignCenter .public-DraftStyleDefault-block {
  text-align: center; }

.DraftEditor-alignCenter .public-DraftEditorPlaceholder-root {
  margin: 0 auto;
  text-align: center;
  width: 100%; }

.DraftEditor-alignRight .public-DraftStyleDefault-block {
  text-align: right; }

.DraftEditor-alignRight .public-DraftEditorPlaceholder-root {
  right: 0;
  text-align: right; }

.public-DraftEditorPlaceholder-root {
  color: #9197a3;
  position: absolute;
  z-index: 0; }

.public-DraftEditorPlaceholder-hasFocus {
  color: #bdc1c9; }

.DraftEditorPlaceholder-hidden {
  display: none; }

.public-DraftStyleDefault-block {
  position: relative;
  white-space: pre-wrap; }

.public-DraftStyleDefault-ltr {
  direction: ltr;
  text-align: left; }

.public-DraftStyleDefault-rtl {
  direction: rtl;
  text-align: right; }

.public-DraftStyleDefault-listLTR {
  direction: ltr; }

.public-DraftStyleDefault-listRTL {
  direction: rtl; }

.public-DraftStyleDefault-ol, .public-DraftStyleDefault-ul {
  margin: 16px 0;
  padding: 0; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listLTR {
  margin-left: 1.5em; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-listRTL {
  margin-right: 1.5em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listLTR {
  margin-left: 3em; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-listRTL {
  margin-right: 3em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listLTR {
  margin-left: 4.5em; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-listRTL {
  margin-right: 4.5em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listLTR {
  margin-left: 6em; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-listRTL {
  margin-right: 6em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listLTR {
  margin-left: 7.5em; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-listRTL {
  margin-right: 7.5em; }

.public-DraftStyleDefault-unorderedListItem {
  list-style-type: square;
  position: relative; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth0 {
  list-style-type: disc; }

.public-DraftStyleDefault-unorderedListItem.public-DraftStyleDefault-depth1 {
  list-style-type: circle; }

.public-DraftStyleDefault-orderedListItem {
  list-style-type: none;
  position: relative; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listLTR:before {
  left: -36px;
  position: absolute;
  text-align: right;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-listRTL:before {
  position: absolute;
  right: -36px;
  text-align: left;
  width: 30px; }

.public-DraftStyleDefault-orderedListItem:before {
  content: counter(ol0) ". ";
  counter-increment: ol0; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth1:before {
  content: counter(ol1) ". ";
  counter-increment: ol1; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth2:before {
  content: counter(ol2) ". ";
  counter-increment: ol2; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth3:before {
  content: counter(ol3) ". ";
  counter-increment: ol3; }

.public-DraftStyleDefault-orderedListItem.public-DraftStyleDefault-depth4:before {
  content: counter(ol4) ". ";
  counter-increment: ol4; }

.public-DraftStyleDefault-depth0.public-DraftStyleDefault-reset {
  counter-reset: ol0; }

.public-DraftStyleDefault-depth1.public-DraftStyleDefault-reset {
  counter-reset: ol1; }

.public-DraftStyleDefault-depth2.public-DraftStyleDefault-reset {
  counter-reset: ol2; }

.public-DraftStyleDefault-depth3.public-DraftStyleDefault-reset {
  counter-reset: ol3; }

.public-DraftStyleDefault-depth4.public-DraftStyleDefault-reset {
  counter-reset: ol4; }

.Toastify__toast-container {
  z-index: 9999;
  -webkit-transform: translate3d(0, 0, 9999px);
  position: fixed;
  padding: 4px;
  width: 320px;
  box-sizing: border-box;
  color: #fff; }

.Toastify__toast-container--top-left {
  top: 1em;
  left: 1em; }

.Toastify__toast-container--top-center {
  top: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--top-right {
  top: 1em;
  right: 1em; }

.Toastify__toast-container--bottom-left {
  bottom: 1em;
  left: 1em; }

.Toastify__toast-container--bottom-center {
  bottom: 1em;
  left: 50%;
  margin-left: -160px; }

.Toastify__toast-container--bottom-right {
  bottom: 1em;
  right: 1em; }

@media only screen and (max-width: 480px) {
  .Toastify__toast-container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0; }
  .Toastify__toast-container--top-left, .Toastify__toast-container--top-center, .Toastify__toast-container--top-right {
    top: 0; }
  .Toastify__toast-container--bottom-left, .Toastify__toast-container--bottom-center, .Toastify__toast-container--bottom-right {
    bottom: 0; }
  .Toastify__toast-container--rtl {
    right: 0;
    left: initial; } }

.Toastify__toast {
  position: relative;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 8px;
  border-radius: 1px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-height: 800px;
  overflow: hidden;
  font-family: sans-serif;
  cursor: pointer;
  direction: ltr; }

.Toastify__toast--rtl {
  direction: rtl; }

.Toastify__toast--default {
  background: #fff;
  color: #aaa; }

.Toastify__toast--info {
  background: #3498db; }

.Toastify__toast--success {
  background: #07bc0c; }

.Toastify__toast--warning {
  background: #f1c40f; }

.Toastify__toast--error {
  background: #e74c3c; }

.Toastify__toast-body {
  margin: auto 0;
  -ms-flex: 1;
  flex: 1; }

@media only screen and (max-width: 480px) {
  .Toastify__toast {
    margin-bottom: 0; } }

.Toastify__close-button {
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  cursor: pointer;
  opacity: 0.7;
  transition: 0.3s ease;
  -ms-flex-item-align: start;
  align-self: flex-start; }

.Toastify__close-button--default {
  color: #000;
  opacity: 0.3; }

.Toastify__close-button:hover, .Toastify__close-button:focus {
  opacity: 1; }

@keyframes Toastify__trackProgress {
  0% {
    transform: scaleX(1); }
  100% {
    transform: scaleX(0); } }

.Toastify__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 9999;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left; }

.Toastify__progress-bar--animated {
  animation: Toastify__trackProgress linear 1 forwards; }

.Toastify__progress-bar--controlled {
  transition: transform .2s; }

.Toastify__progress-bar--rtl {
  right: 0;
  left: initial;
  transform-origin: right; }

.Toastify__progress-bar--default {
  background: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55); }

@keyframes Toastify__bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0); }
  75% {
    transform: translate3d(10px, 0, 0); }
  90% {
    transform: translate3d(-5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0); } }

@keyframes Toastify__bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0); }
  75% {
    transform: translate3d(-10px, 0, 0); }
  90% {
    transform: translate3d(5px, 0, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0); } }

@keyframes Toastify__bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  75% {
    transform: translate3d(0, 10px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0); } }

@keyframes Toastify__bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0); }
  75% {
    transform: translate3d(0, -10px, 0); }
  90% {
    transform: translate3d(0, 5px, 0); }
  to {
    transform: none; } }

@keyframes Toastify__bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0); } }

.Toastify__bounce-enter--top-left, .Toastify__bounce-enter--bottom-left {
  animation-name: Toastify__bounceInLeft; }

.Toastify__bounce-enter--top-right, .Toastify__bounce-enter--bottom-right {
  animation-name: Toastify__bounceInRight; }

.Toastify__bounce-enter--top-center {
  animation-name: Toastify__bounceInDown; }

.Toastify__bounce-enter--bottom-center {
  animation-name: Toastify__bounceInUp; }

.Toastify__bounce-exit--top-left, .Toastify__bounce-exit--bottom-left {
  animation-name: Toastify__bounceOutLeft; }

.Toastify__bounce-exit--top-right, .Toastify__bounce-exit--bottom-right {
  animation-name: Toastify__bounceOutRight; }

.Toastify__bounce-exit--top-center {
  animation-name: Toastify__bounceOutUp; }

.Toastify__bounce-exit--bottom-center {
  animation-name: Toastify__bounceOutDown; }

@keyframes Toastify__zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

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

.Toastify__zoom-enter {
  animation-name: Toastify__zoomIn; }

.Toastify__zoom-exit {
  animation-name: Toastify__zoomOut; }

@keyframes Toastify__flipIn {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in; }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    transform: perspective(400px); } }

@keyframes Toastify__flipOut {
  from {
    transform: perspective(400px); }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.Toastify__flip-enter {
  animation-name: Toastify__flipIn; }

.Toastify__flip-exit {
  animation-name: Toastify__flipOut; }

@keyframes Toastify__slideInRight {
  from {
    transform: translate3d(110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInLeft {
  from {
    transform: translate3d(-110%, 0, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInUp {
  from {
    transform: translate3d(0, 110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideInDown {
  from {
    transform: translate3d(0, -110%, 0);
    visibility: visible; }
  to {
    transform: translate3d(0, 0, 0); } }

@keyframes Toastify__slideOutRight {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(110%, 0, 0); } }

@keyframes Toastify__slideOutLeft {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(-110%, 0, 0); } }

@keyframes Toastify__slideOutDown {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, 500px, 0); } }

@keyframes Toastify__slideOutUp {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    transform: translate3d(0, -500px, 0); } }

.Toastify__slide-enter--top-left, .Toastify__slide-enter--bottom-left {
  animation-name: Toastify__slideInLeft; }

.Toastify__slide-enter--top-right, .Toastify__slide-enter--bottom-right {
  animation-name: Toastify__slideInRight; }

.Toastify__slide-enter--top-center {
  animation-name: Toastify__slideInDown; }

.Toastify__slide-enter--bottom-center {
  animation-name: Toastify__slideInUp; }

.Toastify__slide-exit--top-left, .Toastify__slide-exit--bottom-left {
  animation-name: Toastify__slideOutLeft; }

.Toastify__slide-exit--top-right, .Toastify__slide-exit--bottom-right {
  animation-name: Toastify__slideOutRight; }

.Toastify__slide-exit--top-center {
  animation-name: Toastify__slideOutUp; }

.Toastify__slide-exit--bottom-center {
  animation-name: Toastify__slideOutDown; }

@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  outline: 0;
  background: transparent; }

body {
  line-height: 1; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

nav ul {
  list-style: none; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

a {
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent; }

/* change colours max suit your needs */
ins {
  text-decoration: none;
  color: #000;
  background-color: #ff9; }

/* change colours max suit your needs */
mark {
  font-weight: bold;
  font-style: italic;
  color: #000;
  background-color: #ff9; }

del {
  text-decoration: line-through; }

abbr[title],
dfn[title] {
  cursor: help;
  border-bottom: 1px dotted; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

/* change border colour max suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc; }

input,
select {
  vertical-align: middle; }

* {
  box-sizing: border-box; }

@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/static/fonts/3891EF_0_0.eot");
  src: local("MuseoSansCyrl Light"), local("MuseoSansCyrl-Light"), url("/static/fonts/3891EF_0_0.eot?#iefix") format("embedded-opentype"), url("/static/fonts/3891EF_0_0.woff2") format("woff2"), url("/static/fonts/3891EF_0_0.woff") format("woff"), url("/static/fonts/3891EF_0_0.ttf") format("truetype"), url("/static/fonts/3891EF_0_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/static/fonts/3891EF_1_0.eot");
  src: local("MuseoSansCyrl Regular"), local("MuseoSansCyrl-Regular"), url("/static/fonts/3891EF_1_0.eot?#iefix") format("embedded-opentype"), url("/static/fonts/3891EF_1_0.woff2") format("woff2"), url("/static/fonts/3891EF_1_0.woff") format("woff"), url("/static/fonts/3891EF_1_0.ttf") format("truetype"), url("/static/fonts/3891EF_1_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/static/fonts/3891EF_2_0.eot");
  src: local("MuseoSansCyrl Bold"), local("MuseoSansCyrl-Bold"), url("/static/fonts/3891EF_2_0.eot?#iefix") format("embedded-opentype"), url("/static/fonts/3891EF_2_0.woff2") format("woff2"), url("/static/fonts/3891EF_2_0.woff") format("woff"), url("/static/fonts/3891EF_2_0.ttf") format("truetype"), url("/static/fonts/3891EF_2_0.svg#wf") format("svg"); }

@font-face {
  font-family: 'MuseoSansCyrl';
  font-weight: 900;
  font-style: normal;
  font-display: swap;
  src: url("/static/fonts/3891EF_3_0.eot");
  src: local("MuseoSansCyrl ExtraBold"), local("MuseoSansCyrl-ExtraBold"), url("/static/fonts/3891EF_3_0.eot?#iefix") format("embedded-opentype"), url("/static/fonts/3891EF_3_0.woff2") format("woff2"), url("/static/fonts/3891EF_3_0.woff") format("woff"), url("/static/fonts/3891EF_3_0.ttf") format("truetype"), url("/static/fonts/3891EF_3_0.svg#wf") format("svg"); }

[class~="grid"],
[class*="grid-"],
[class*="grid_"] {
  box-sizing: border-box;
  display: flex;
  flex-flow: row wrap;
  margin: 0 -0.5rem; }

[class~="col"],
[class*="col-"],
[class*="col_"] {
  box-sizing: border-box;
  padding: 0 0.5rem 1rem;
  max-width: 100%; }

[class~="col"],
[class*="col_"] {
  flex: 1 1 0%; }

[class*="col-"] {
  flex: none; }

[class~="grid"][class~="col"],
[class~="grid"][class*="col-"],
[class~="grid"][class*="col_"],
[class*="grid-"][class~="col"],
[class*="grid-"][class*="col-"],
[class*="grid-"][class*="col_"],
[class*="grid_"][class~="col"],
[class*="grid_"][class*="col-"],
[class*="grid_"][class*="col_"] {
  margin: 0;
  padding: 0; }

/************************
    HELPERS SUFFIXES
*************************/
[class*="grid-"][class*="-noGutter"] {
  margin: 0; }
  [class*="grid-"][class*="-noGutter"] > [class~="col"],
  [class*="grid-"][class*="-noGutter"] > [class*="col-"] {
    padding: 0; }

[class*="grid-"][class*="-noWrap"] {
  flex-wrap: nowrap; }

[class*="grid-"][class*="-center"] {
  justify-content: center; }

[class*="grid-"][class*="-right"] {
  justify-content: flex-end;
  align-self: flex-end;
  margin-left: auto; }

[class*="grid-"][class*="-top"] {
  align-items: flex-start; }

[class*="grid-"][class*="-middle"] {
  align-items: center; }

[class*="grid-"][class*="-bottom"] {
  align-items: flex-end; }

[class*="grid-"][class*="-reverse"] {
  flex-direction: row-reverse; }

[class*="grid-"][class*="-column"] {
  flex-direction: column; }
  [class*="grid-"][class*="-column"] > [class*="col-"] {
    flex-basis: auto; }

[class*="grid-"][class*="-column-reverse"] {
  flex-direction: column-reverse; }

[class*="grid-"][class*="-spaceBetween"] {
  justify-content: space-between; }

[class*="grid-"][class*="-spaceAround"] {
  justify-content: space-around; }

[class*="grid-"][class*="-equalHeight"] > [class~="col"],
[class*="grid-"][class*="-equalHeight"] > [class*="col-"],
[class*="grid-"][class*="-equalHeight"] > [class*="col_"] {
  align-self: stretch; }
  [class*="grid-"][class*="-equalHeight"] > [class~="col"] > *,
  [class*="grid-"][class*="-equalHeight"] > [class*="col-"] > *,
  [class*="grid-"][class*="-equalHeight"] > [class*="col_"] > * {
    height: 100%; }

[class*="grid-"][class*="-noBottom"] > [class~="col"],
[class*="grid-"][class*="-noBottom"] > [class*="col-"],
[class*="grid-"][class*="-noBottom"] > [class*="col_"] {
  padding-bottom: 0; }

[class*="col-"][class*="-top"] {
  align-self: flex-start; }

[class*="col-"][class*="-middle"] {
  align-self: center; }

[class*="col-"][class*="-bottom"] {
  align-self: flex-end; }

[class*="col-"][class*="-first"] {
  order: -1; }

[class*="col-"][class*="-last"] {
  order: 1; }

/************************
    GRID BY NUMBER
*************************/
[class*="grid-1"] > [class~="col"],
[class*="grid-1"] > [class*="col-"],
[class*="grid-1"] > [class*="col_"] {
  flex-basis: 100%;
  max-width: 100%; }

[class*="grid-2"] > [class~="col"],
[class*="grid-2"] > [class*="col-"],
[class*="grid-2"] > [class*="col_"] {
  flex-basis: 50%;
  max-width: 50%; }

[class*="grid-3"] > [class~="col"],
[class*="grid-3"] > [class*="col-"],
[class*="grid-3"] > [class*="col_"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class*="grid-4"] > [class~="col"],
[class*="grid-4"] > [class*="col-"],
[class*="grid-4"] > [class*="col_"] {
  flex-basis: 25%;
  max-width: 25%; }

[class*="grid-5"] > [class~="col"],
[class*="grid-5"] > [class*="col-"],
[class*="grid-5"] > [class*="col_"] {
  flex-basis: 20%;
  max-width: 20%; }

[class*="grid-6"] > [class~="col"],
[class*="grid-6"] > [class*="col-"],
[class*="grid-6"] > [class*="col_"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class*="grid-7"] > [class~="col"],
[class*="grid-7"] > [class*="col-"],
[class*="grid-7"] > [class*="col_"] {
  flex-basis: 14.28571%;
  max-width: 14.28571%; }

[class*="grid-8"] > [class~="col"],
[class*="grid-8"] > [class*="col-"],
[class*="grid-8"] > [class*="col_"] {
  flex-basis: 12.5%;
  max-width: 12.5%; }

[class*="grid-9"] > [class~="col"],
[class*="grid-9"] > [class*="col-"],
[class*="grid-9"] > [class*="col_"] {
  flex-basis: 11.11111%;
  max-width: 11.11111%; }

[class*="grid-10"] > [class~="col"],
[class*="grid-10"] > [class*="col-"],
[class*="grid-10"] > [class*="col_"] {
  flex-basis: 10%;
  max-width: 10%; }

[class*="grid-11"] > [class~="col"],
[class*="grid-11"] > [class*="col-"],
[class*="grid-11"] > [class*="col_"] {
  flex-basis: 9.09091%;
  max-width: 9.09091%; }

[class*="grid-12"] > [class~="col"],
[class*="grid-12"] > [class*="col-"],
[class*="grid-12"] > [class*="col_"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

@media (max-width: 80em) {
  [class*="_lg-1"] > [class~="col"],
  [class*="_lg-1"] > [class*="col-"],
  [class*="_lg-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_lg-2"] > [class~="col"],
  [class*="_lg-2"] > [class*="col-"],
  [class*="_lg-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_lg-3"] > [class~="col"],
  [class*="_lg-3"] > [class*="col-"],
  [class*="_lg-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_lg-4"] > [class~="col"],
  [class*="_lg-4"] > [class*="col-"],
  [class*="_lg-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_lg-5"] > [class~="col"],
  [class*="_lg-5"] > [class*="col-"],
  [class*="_lg-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_lg-6"] > [class~="col"],
  [class*="_lg-6"] > [class*="col-"],
  [class*="_lg-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_lg-7"] > [class~="col"],
  [class*="_lg-7"] > [class*="col-"],
  [class*="_lg-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_lg-8"] > [class~="col"],
  [class*="_lg-8"] > [class*="col-"],
  [class*="_lg-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_lg-9"] > [class~="col"],
  [class*="_lg-9"] > [class*="col-"],
  [class*="_lg-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_lg-10"] > [class~="col"],
  [class*="_lg-10"] > [class*="col-"],
  [class*="_lg-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_lg-11"] > [class~="col"],
  [class*="_lg-11"] > [class*="col-"],
  [class*="_lg-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_lg-12"] > [class~="col"],
  [class*="_lg-12"] > [class*="col-"],
  [class*="_lg-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 64em) {
  [class*="_md-1"] > [class~="col"],
  [class*="_md-1"] > [class*="col-"],
  [class*="_md-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_md-2"] > [class~="col"],
  [class*="_md-2"] > [class*="col-"],
  [class*="_md-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_md-3"] > [class~="col"],
  [class*="_md-3"] > [class*="col-"],
  [class*="_md-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_md-4"] > [class~="col"],
  [class*="_md-4"] > [class*="col-"],
  [class*="_md-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_md-5"] > [class~="col"],
  [class*="_md-5"] > [class*="col-"],
  [class*="_md-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_md-6"] > [class~="col"],
  [class*="_md-6"] > [class*="col-"],
  [class*="_md-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_md-7"] > [class~="col"],
  [class*="_md-7"] > [class*="col-"],
  [class*="_md-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_md-8"] > [class~="col"],
  [class*="_md-8"] > [class*="col-"],
  [class*="_md-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_md-9"] > [class~="col"],
  [class*="_md-9"] > [class*="col-"],
  [class*="_md-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_md-10"] > [class~="col"],
  [class*="_md-10"] > [class*="col-"],
  [class*="_md-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_md-11"] > [class~="col"],
  [class*="_md-11"] > [class*="col-"],
  [class*="_md-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_md-12"] > [class~="col"],
  [class*="_md-12"] > [class*="col-"],
  [class*="_md-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 48em) {
  [class*="_sm-1"] > [class~="col"],
  [class*="_sm-1"] > [class*="col-"],
  [class*="_sm-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_sm-2"] > [class~="col"],
  [class*="_sm-2"] > [class*="col-"],
  [class*="_sm-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_sm-3"] > [class~="col"],
  [class*="_sm-3"] > [class*="col-"],
  [class*="_sm-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_sm-4"] > [class~="col"],
  [class*="_sm-4"] > [class*="col-"],
  [class*="_sm-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_sm-5"] > [class~="col"],
  [class*="_sm-5"] > [class*="col-"],
  [class*="_sm-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_sm-6"] > [class~="col"],
  [class*="_sm-6"] > [class*="col-"],
  [class*="_sm-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_sm-7"] > [class~="col"],
  [class*="_sm-7"] > [class*="col-"],
  [class*="_sm-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_sm-8"] > [class~="col"],
  [class*="_sm-8"] > [class*="col-"],
  [class*="_sm-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_sm-9"] > [class~="col"],
  [class*="_sm-9"] > [class*="col-"],
  [class*="_sm-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_sm-10"] > [class~="col"],
  [class*="_sm-10"] > [class*="col-"],
  [class*="_sm-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_sm-11"] > [class~="col"],
  [class*="_sm-11"] > [class*="col-"],
  [class*="_sm-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_sm-12"] > [class~="col"],
  [class*="_sm-12"] > [class*="col-"],
  [class*="_sm-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

@media (max-width: 36em) {
  [class*="_xs-1"] > [class~="col"],
  [class*="_xs-1"] > [class*="col-"],
  [class*="_xs-1"] > [class*="col_"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class*="_xs-2"] > [class~="col"],
  [class*="_xs-2"] > [class*="col-"],
  [class*="_xs-2"] > [class*="col_"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class*="_xs-3"] > [class~="col"],
  [class*="_xs-3"] > [class*="col-"],
  [class*="_xs-3"] > [class*="col_"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class*="_xs-4"] > [class~="col"],
  [class*="_xs-4"] > [class*="col-"],
  [class*="_xs-4"] > [class*="col_"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class*="_xs-5"] > [class~="col"],
  [class*="_xs-5"] > [class*="col-"],
  [class*="_xs-5"] > [class*="col_"] {
    flex-basis: 20%;
    max-width: 20%; }
  [class*="_xs-6"] > [class~="col"],
  [class*="_xs-6"] > [class*="col-"],
  [class*="_xs-6"] > [class*="col_"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class*="_xs-7"] > [class~="col"],
  [class*="_xs-7"] > [class*="col-"],
  [class*="_xs-7"] > [class*="col_"] {
    flex-basis: 14.28571%;
    max-width: 14.28571%; }
  [class*="_xs-8"] > [class~="col"],
  [class*="_xs-8"] > [class*="col-"],
  [class*="_xs-8"] > [class*="col_"] {
    flex-basis: 12.5%;
    max-width: 12.5%; }
  [class*="_xs-9"] > [class~="col"],
  [class*="_xs-9"] > [class*="col-"],
  [class*="_xs-9"] > [class*="col_"] {
    flex-basis: 11.11111%;
    max-width: 11.11111%; }
  [class*="_xs-10"] > [class~="col"],
  [class*="_xs-10"] > [class*="col-"],
  [class*="_xs-10"] > [class*="col_"] {
    flex-basis: 10%;
    max-width: 10%; }
  [class*="_xs-11"] > [class~="col"],
  [class*="_xs-11"] > [class*="col-"],
  [class*="_xs-11"] > [class*="col_"] {
    flex-basis: 9.09091%;
    max-width: 9.09091%; }
  [class*="_xs-12"] > [class~="col"],
  [class*="_xs-12"] > [class*="col-"],
  [class*="_xs-12"] > [class*="col_"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; } }

/************************
    COLS SIZES
*************************/
[class~="grid"] > [class*="col-1"],
[class*="grid-"] > [class*="col-1"],
[class*="grid_"] > [class*="col-1"] {
  flex-basis: 8.33333%;
  max-width: 8.33333%; }

[class~="grid"] > [class*="col-2"],
[class*="grid-"] > [class*="col-2"],
[class*="grid_"] > [class*="col-2"] {
  flex-basis: 16.66667%;
  max-width: 16.66667%; }

[class~="grid"] > [class*="col-3"],
[class*="grid-"] > [class*="col-3"],
[class*="grid_"] > [class*="col-3"] {
  flex-basis: 25%;
  max-width: 25%; }

[class~="grid"] > [class*="col-4"],
[class*="grid-"] > [class*="col-4"],
[class*="grid_"] > [class*="col-4"] {
  flex-basis: 33.33333%;
  max-width: 33.33333%; }

[class~="grid"] > [class*="col-5"],
[class*="grid-"] > [class*="col-5"],
[class*="grid_"] > [class*="col-5"] {
  flex-basis: 41.66667%;
  max-width: 41.66667%; }

[class~="grid"] > [class*="col-6"],
[class*="grid-"] > [class*="col-6"],
[class*="grid_"] > [class*="col-6"] {
  flex-basis: 50%;
  max-width: 50%; }

[class~="grid"] > [class*="col-7"],
[class*="grid-"] > [class*="col-7"],
[class*="grid_"] > [class*="col-7"] {
  flex-basis: 58.33333%;
  max-width: 58.33333%; }

[class~="grid"] > [class*="col-8"],
[class*="grid-"] > [class*="col-8"],
[class*="grid_"] > [class*="col-8"] {
  flex-basis: 66.66667%;
  max-width: 66.66667%; }

[class~="grid"] > [class*="col-9"],
[class*="grid-"] > [class*="col-9"],
[class*="grid_"] > [class*="col-9"] {
  flex-basis: 75%;
  max-width: 75%; }

[class~="grid"] > [class*="col-10"],
[class*="grid-"] > [class*="col-10"],
[class*="grid_"] > [class*="col-10"] {
  flex-basis: 83.33333%;
  max-width: 83.33333%; }

[class~="grid"] > [class*="col-11"],
[class*="grid-"] > [class*="col-11"],
[class*="grid_"] > [class*="col-11"] {
  flex-basis: 91.66667%;
  max-width: 91.66667%; }

[class~="grid"] > [class*="col-12"],
[class*="grid-"] > [class*="col-12"],
[class*="grid_"] > [class*="col-12"] {
  flex-basis: 100%;
  max-width: 100%; }

[class~="grid"] > [data-push-left*="off-0"],
[class*="grid-"] > [data-push-left*="off-0"],
[class*="grid_"] > [data-push-left*="off-0"] {
  margin-left: 0; }

[class~="grid"] > [data-push-left*="off-1"],
[class*="grid-"] > [data-push-left*="off-1"],
[class*="grid_"] > [data-push-left*="off-1"] {
  margin-left: 8.33333%; }

[class~="grid"] > [data-push-left*="off-2"],
[class*="grid-"] > [data-push-left*="off-2"],
[class*="grid_"] > [data-push-left*="off-2"] {
  margin-left: 16.66667%; }

[class~="grid"] > [data-push-left*="off-3"],
[class*="grid-"] > [data-push-left*="off-3"],
[class*="grid_"] > [data-push-left*="off-3"] {
  margin-left: 25%; }

[class~="grid"] > [data-push-left*="off-4"],
[class*="grid-"] > [data-push-left*="off-4"],
[class*="grid_"] > [data-push-left*="off-4"] {
  margin-left: 33.33333%; }

[class~="grid"] > [data-push-left*="off-5"],
[class*="grid-"] > [data-push-left*="off-5"],
[class*="grid_"] > [data-push-left*="off-5"] {
  margin-left: 41.66667%; }

[class~="grid"] > [data-push-left*="off-6"],
[class*="grid-"] > [data-push-left*="off-6"],
[class*="grid_"] > [data-push-left*="off-6"] {
  margin-left: 50%; }

[class~="grid"] > [data-push-left*="off-7"],
[class*="grid-"] > [data-push-left*="off-7"],
[class*="grid_"] > [data-push-left*="off-7"] {
  margin-left: 58.33333%; }

[class~="grid"] > [data-push-left*="off-8"],
[class*="grid-"] > [data-push-left*="off-8"],
[class*="grid_"] > [data-push-left*="off-8"] {
  margin-left: 66.66667%; }

[class~="grid"] > [data-push-left*="off-9"],
[class*="grid-"] > [data-push-left*="off-9"],
[class*="grid_"] > [data-push-left*="off-9"] {
  margin-left: 75%; }

[class~="grid"] > [data-push-left*="off-10"],
[class*="grid-"] > [data-push-left*="off-10"],
[class*="grid_"] > [data-push-left*="off-10"] {
  margin-left: 83.33333%; }

[class~="grid"] > [data-push-left*="off-11"],
[class*="grid-"] > [data-push-left*="off-11"],
[class*="grid_"] > [data-push-left*="off-11"] {
  margin-left: 91.66667%; }

[class~="grid"] > [data-push-right*="off-0"],
[class*="grid-"] > [data-push-right*="off-0"],
[class*="grid_"] > [data-push-right*="off-0"] {
  margin-right: 0; }

[class~="grid"] > [data-push-right*="off-1"],
[class*="grid-"] > [data-push-right*="off-1"],
[class*="grid_"] > [data-push-right*="off-1"] {
  margin-right: 8.33333%; }

[class~="grid"] > [data-push-right*="off-2"],
[class*="grid-"] > [data-push-right*="off-2"],
[class*="grid_"] > [data-push-right*="off-2"] {
  margin-right: 16.66667%; }

[class~="grid"] > [data-push-right*="off-3"],
[class*="grid-"] > [data-push-right*="off-3"],
[class*="grid_"] > [data-push-right*="off-3"] {
  margin-right: 25%; }

[class~="grid"] > [data-push-right*="off-4"],
[class*="grid-"] > [data-push-right*="off-4"],
[class*="grid_"] > [data-push-right*="off-4"] {
  margin-right: 33.33333%; }

[class~="grid"] > [data-push-right*="off-5"],
[class*="grid-"] > [data-push-right*="off-5"],
[class*="grid_"] > [data-push-right*="off-5"] {
  margin-right: 41.66667%; }

[class~="grid"] > [data-push-right*="off-6"],
[class*="grid-"] > [data-push-right*="off-6"],
[class*="grid_"] > [data-push-right*="off-6"] {
  margin-right: 50%; }

[class~="grid"] > [data-push-right*="off-7"],
[class*="grid-"] > [data-push-right*="off-7"],
[class*="grid_"] > [data-push-right*="off-7"] {
  margin-right: 58.33333%; }

[class~="grid"] > [data-push-right*="off-8"],
[class*="grid-"] > [data-push-right*="off-8"],
[class*="grid_"] > [data-push-right*="off-8"] {
  margin-right: 66.66667%; }

[class~="grid"] > [data-push-right*="off-9"],
[class*="grid-"] > [data-push-right*="off-9"],
[class*="grid_"] > [data-push-right*="off-9"] {
  margin-right: 75%; }

[class~="grid"] > [data-push-right*="off-10"],
[class*="grid-"] > [data-push-right*="off-10"],
[class*="grid_"] > [data-push-right*="off-10"] {
  margin-right: 83.33333%; }

[class~="grid"] > [data-push-right*="off-11"],
[class*="grid-"] > [data-push-right*="off-11"],
[class*="grid_"] > [data-push-right*="off-11"] {
  margin-right: 91.66667%; }

@media (max-width: 80em) {
  [class~="grid"] > [class*="_lg-1"],
  [class*="grid-"] > [class*="_lg-1"],
  [class*="grid_"] > [class*="_lg-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_lg-2"],
  [class*="grid-"] > [class*="_lg-2"],
  [class*="grid_"] > [class*="_lg-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_lg-3"],
  [class*="grid-"] > [class*="_lg-3"],
  [class*="grid_"] > [class*="_lg-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_lg-4"],
  [class*="grid-"] > [class*="_lg-4"],
  [class*="grid_"] > [class*="_lg-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_lg-5"],
  [class*="grid-"] > [class*="_lg-5"],
  [class*="grid_"] > [class*="_lg-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_lg-6"],
  [class*="grid-"] > [class*="_lg-6"],
  [class*="grid_"] > [class*="_lg-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_lg-7"],
  [class*="grid-"] > [class*="_lg-7"],
  [class*="grid_"] > [class*="_lg-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_lg-8"],
  [class*="grid-"] > [class*="_lg-8"],
  [class*="grid_"] > [class*="_lg-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_lg-9"],
  [class*="grid-"] > [class*="_lg-9"],
  [class*="grid_"] > [class*="_lg-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_lg-10"],
  [class*="grid-"] > [class*="_lg-10"],
  [class*="grid_"] > [class*="_lg-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_lg-11"],
  [class*="grid-"] > [class*="_lg-11"],
  [class*="grid_"] > [class*="_lg-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_lg-12"],
  [class*="grid-"] > [class*="_lg-12"],
  [class*="grid_"] > [class*="_lg-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_lg-0"],
  [class*="grid-"] > [data-push-left*="_lg-0"],
  [class*="grid_"] > [data-push-left*="_lg-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_lg-1"],
  [class*="grid-"] > [data-push-left*="_lg-1"],
  [class*="grid_"] > [data-push-left*="_lg-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_lg-2"],
  [class*="grid-"] > [data-push-left*="_lg-2"],
  [class*="grid_"] > [data-push-left*="_lg-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_lg-3"],
  [class*="grid-"] > [data-push-left*="_lg-3"],
  [class*="grid_"] > [data-push-left*="_lg-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_lg-4"],
  [class*="grid-"] > [data-push-left*="_lg-4"],
  [class*="grid_"] > [data-push-left*="_lg-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_lg-5"],
  [class*="grid-"] > [data-push-left*="_lg-5"],
  [class*="grid_"] > [data-push-left*="_lg-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_lg-6"],
  [class*="grid-"] > [data-push-left*="_lg-6"],
  [class*="grid_"] > [data-push-left*="_lg-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_lg-7"],
  [class*="grid-"] > [data-push-left*="_lg-7"],
  [class*="grid_"] > [data-push-left*="_lg-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_lg-8"],
  [class*="grid-"] > [data-push-left*="_lg-8"],
  [class*="grid_"] > [data-push-left*="_lg-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_lg-9"],
  [class*="grid-"] > [data-push-left*="_lg-9"],
  [class*="grid_"] > [data-push-left*="_lg-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_lg-10"],
  [class*="grid-"] > [data-push-left*="_lg-10"],
  [class*="grid_"] > [data-push-left*="_lg-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_lg-11"],
  [class*="grid-"] > [data-push-left*="_lg-11"],
  [class*="grid_"] > [data-push-left*="_lg-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_lg-0"],
  [class*="grid-"] > [data-push-right*="_lg-0"],
  [class*="grid_"] > [data-push-right*="_lg-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_lg-1"],
  [class*="grid-"] > [data-push-right*="_lg-1"],
  [class*="grid_"] > [data-push-right*="_lg-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_lg-2"],
  [class*="grid-"] > [data-push-right*="_lg-2"],
  [class*="grid_"] > [data-push-right*="_lg-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_lg-3"],
  [class*="grid-"] > [data-push-right*="_lg-3"],
  [class*="grid_"] > [data-push-right*="_lg-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_lg-4"],
  [class*="grid-"] > [data-push-right*="_lg-4"],
  [class*="grid_"] > [data-push-right*="_lg-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_lg-5"],
  [class*="grid-"] > [data-push-right*="_lg-5"],
  [class*="grid_"] > [data-push-right*="_lg-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_lg-6"],
  [class*="grid-"] > [data-push-right*="_lg-6"],
  [class*="grid_"] > [data-push-right*="_lg-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_lg-7"],
  [class*="grid-"] > [data-push-right*="_lg-7"],
  [class*="grid_"] > [data-push-right*="_lg-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_lg-8"],
  [class*="grid-"] > [data-push-right*="_lg-8"],
  [class*="grid_"] > [data-push-right*="_lg-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_lg-9"],
  [class*="grid-"] > [data-push-right*="_lg-9"],
  [class*="grid_"] > [data-push-right*="_lg-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_lg-10"],
  [class*="grid-"] > [data-push-right*="_lg-10"],
  [class*="grid_"] > [data-push-right*="_lg-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_lg-11"],
  [class*="grid-"] > [data-push-right*="_lg-11"],
  [class*="grid_"] > [data-push-right*="_lg-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_lg-first"],
  [class*="grid-"] [class*="_lg-first"],
  [class*="grid_"] [class*="_lg-first"] {
    order: -1; }
  [class~="grid"] [class*="_lg-last"],
  [class*="grid-"] [class*="_lg-last"],
  [class*="grid_"] [class*="_lg-last"] {
    order: 1; } }

@media (max-width: 64em) {
  [class~="grid"] > [class*="_md-1"],
  [class*="grid-"] > [class*="_md-1"],
  [class*="grid_"] > [class*="_md-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_md-2"],
  [class*="grid-"] > [class*="_md-2"],
  [class*="grid_"] > [class*="_md-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_md-3"],
  [class*="grid-"] > [class*="_md-3"],
  [class*="grid_"] > [class*="_md-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_md-4"],
  [class*="grid-"] > [class*="_md-4"],
  [class*="grid_"] > [class*="_md-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_md-5"],
  [class*="grid-"] > [class*="_md-5"],
  [class*="grid_"] > [class*="_md-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_md-6"],
  [class*="grid-"] > [class*="_md-6"],
  [class*="grid_"] > [class*="_md-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_md-7"],
  [class*="grid-"] > [class*="_md-7"],
  [class*="grid_"] > [class*="_md-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_md-8"],
  [class*="grid-"] > [class*="_md-8"],
  [class*="grid_"] > [class*="_md-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_md-9"],
  [class*="grid-"] > [class*="_md-9"],
  [class*="grid_"] > [class*="_md-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_md-10"],
  [class*="grid-"] > [class*="_md-10"],
  [class*="grid_"] > [class*="_md-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_md-11"],
  [class*="grid-"] > [class*="_md-11"],
  [class*="grid_"] > [class*="_md-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_md-12"],
  [class*="grid-"] > [class*="_md-12"],
  [class*="grid_"] > [class*="_md-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_md-0"],
  [class*="grid-"] > [data-push-left*="_md-0"],
  [class*="grid_"] > [data-push-left*="_md-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_md-1"],
  [class*="grid-"] > [data-push-left*="_md-1"],
  [class*="grid_"] > [data-push-left*="_md-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_md-2"],
  [class*="grid-"] > [data-push-left*="_md-2"],
  [class*="grid_"] > [data-push-left*="_md-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_md-3"],
  [class*="grid-"] > [data-push-left*="_md-3"],
  [class*="grid_"] > [data-push-left*="_md-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_md-4"],
  [class*="grid-"] > [data-push-left*="_md-4"],
  [class*="grid_"] > [data-push-left*="_md-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_md-5"],
  [class*="grid-"] > [data-push-left*="_md-5"],
  [class*="grid_"] > [data-push-left*="_md-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_md-6"],
  [class*="grid-"] > [data-push-left*="_md-6"],
  [class*="grid_"] > [data-push-left*="_md-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_md-7"],
  [class*="grid-"] > [data-push-left*="_md-7"],
  [class*="grid_"] > [data-push-left*="_md-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_md-8"],
  [class*="grid-"] > [data-push-left*="_md-8"],
  [class*="grid_"] > [data-push-left*="_md-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_md-9"],
  [class*="grid-"] > [data-push-left*="_md-9"],
  [class*="grid_"] > [data-push-left*="_md-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_md-10"],
  [class*="grid-"] > [data-push-left*="_md-10"],
  [class*="grid_"] > [data-push-left*="_md-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_md-11"],
  [class*="grid-"] > [data-push-left*="_md-11"],
  [class*="grid_"] > [data-push-left*="_md-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_md-0"],
  [class*="grid-"] > [data-push-right*="_md-0"],
  [class*="grid_"] > [data-push-right*="_md-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_md-1"],
  [class*="grid-"] > [data-push-right*="_md-1"],
  [class*="grid_"] > [data-push-right*="_md-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_md-2"],
  [class*="grid-"] > [data-push-right*="_md-2"],
  [class*="grid_"] > [data-push-right*="_md-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_md-3"],
  [class*="grid-"] > [data-push-right*="_md-3"],
  [class*="grid_"] > [data-push-right*="_md-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_md-4"],
  [class*="grid-"] > [data-push-right*="_md-4"],
  [class*="grid_"] > [data-push-right*="_md-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_md-5"],
  [class*="grid-"] > [data-push-right*="_md-5"],
  [class*="grid_"] > [data-push-right*="_md-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_md-6"],
  [class*="grid-"] > [data-push-right*="_md-6"],
  [class*="grid_"] > [data-push-right*="_md-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_md-7"],
  [class*="grid-"] > [data-push-right*="_md-7"],
  [class*="grid_"] > [data-push-right*="_md-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_md-8"],
  [class*="grid-"] > [data-push-right*="_md-8"],
  [class*="grid_"] > [data-push-right*="_md-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_md-9"],
  [class*="grid-"] > [data-push-right*="_md-9"],
  [class*="grid_"] > [data-push-right*="_md-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_md-10"],
  [class*="grid-"] > [data-push-right*="_md-10"],
  [class*="grid_"] > [data-push-right*="_md-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_md-11"],
  [class*="grid-"] > [data-push-right*="_md-11"],
  [class*="grid_"] > [data-push-right*="_md-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_md-first"],
  [class*="grid-"] [class*="_md-first"],
  [class*="grid_"] [class*="_md-first"] {
    order: -1; }
  [class~="grid"] [class*="_md-last"],
  [class*="grid-"] [class*="_md-last"],
  [class*="grid_"] [class*="_md-last"] {
    order: 1; } }

@media (max-width: 48em) {
  [class~="grid"] > [class*="_sm-1"],
  [class*="grid-"] > [class*="_sm-1"],
  [class*="grid_"] > [class*="_sm-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_sm-2"],
  [class*="grid-"] > [class*="_sm-2"],
  [class*="grid_"] > [class*="_sm-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_sm-3"],
  [class*="grid-"] > [class*="_sm-3"],
  [class*="grid_"] > [class*="_sm-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_sm-4"],
  [class*="grid-"] > [class*="_sm-4"],
  [class*="grid_"] > [class*="_sm-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_sm-5"],
  [class*="grid-"] > [class*="_sm-5"],
  [class*="grid_"] > [class*="_sm-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_sm-6"],
  [class*="grid-"] > [class*="_sm-6"],
  [class*="grid_"] > [class*="_sm-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_sm-7"],
  [class*="grid-"] > [class*="_sm-7"],
  [class*="grid_"] > [class*="_sm-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_sm-8"],
  [class*="grid-"] > [class*="_sm-8"],
  [class*="grid_"] > [class*="_sm-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_sm-9"],
  [class*="grid-"] > [class*="_sm-9"],
  [class*="grid_"] > [class*="_sm-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_sm-10"],
  [class*="grid-"] > [class*="_sm-10"],
  [class*="grid_"] > [class*="_sm-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_sm-11"],
  [class*="grid-"] > [class*="_sm-11"],
  [class*="grid_"] > [class*="_sm-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_sm-12"],
  [class*="grid-"] > [class*="_sm-12"],
  [class*="grid_"] > [class*="_sm-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_sm-0"],
  [class*="grid-"] > [data-push-left*="_sm-0"],
  [class*="grid_"] > [data-push-left*="_sm-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_sm-1"],
  [class*="grid-"] > [data-push-left*="_sm-1"],
  [class*="grid_"] > [data-push-left*="_sm-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_sm-2"],
  [class*="grid-"] > [data-push-left*="_sm-2"],
  [class*="grid_"] > [data-push-left*="_sm-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_sm-3"],
  [class*="grid-"] > [data-push-left*="_sm-3"],
  [class*="grid_"] > [data-push-left*="_sm-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_sm-4"],
  [class*="grid-"] > [data-push-left*="_sm-4"],
  [class*="grid_"] > [data-push-left*="_sm-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_sm-5"],
  [class*="grid-"] > [data-push-left*="_sm-5"],
  [class*="grid_"] > [data-push-left*="_sm-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_sm-6"],
  [class*="grid-"] > [data-push-left*="_sm-6"],
  [class*="grid_"] > [data-push-left*="_sm-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_sm-7"],
  [class*="grid-"] > [data-push-left*="_sm-7"],
  [class*="grid_"] > [data-push-left*="_sm-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_sm-8"],
  [class*="grid-"] > [data-push-left*="_sm-8"],
  [class*="grid_"] > [data-push-left*="_sm-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_sm-9"],
  [class*="grid-"] > [data-push-left*="_sm-9"],
  [class*="grid_"] > [data-push-left*="_sm-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_sm-10"],
  [class*="grid-"] > [data-push-left*="_sm-10"],
  [class*="grid_"] > [data-push-left*="_sm-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_sm-11"],
  [class*="grid-"] > [data-push-left*="_sm-11"],
  [class*="grid_"] > [data-push-left*="_sm-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_sm-0"],
  [class*="grid-"] > [data-push-right*="_sm-0"],
  [class*="grid_"] > [data-push-right*="_sm-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_sm-1"],
  [class*="grid-"] > [data-push-right*="_sm-1"],
  [class*="grid_"] > [data-push-right*="_sm-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_sm-2"],
  [class*="grid-"] > [data-push-right*="_sm-2"],
  [class*="grid_"] > [data-push-right*="_sm-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_sm-3"],
  [class*="grid-"] > [data-push-right*="_sm-3"],
  [class*="grid_"] > [data-push-right*="_sm-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_sm-4"],
  [class*="grid-"] > [data-push-right*="_sm-4"],
  [class*="grid_"] > [data-push-right*="_sm-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_sm-5"],
  [class*="grid-"] > [data-push-right*="_sm-5"],
  [class*="grid_"] > [data-push-right*="_sm-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_sm-6"],
  [class*="grid-"] > [data-push-right*="_sm-6"],
  [class*="grid_"] > [data-push-right*="_sm-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_sm-7"],
  [class*="grid-"] > [data-push-right*="_sm-7"],
  [class*="grid_"] > [data-push-right*="_sm-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_sm-8"],
  [class*="grid-"] > [data-push-right*="_sm-8"],
  [class*="grid_"] > [data-push-right*="_sm-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_sm-9"],
  [class*="grid-"] > [data-push-right*="_sm-9"],
  [class*="grid_"] > [data-push-right*="_sm-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_sm-10"],
  [class*="grid-"] > [data-push-right*="_sm-10"],
  [class*="grid_"] > [data-push-right*="_sm-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_sm-11"],
  [class*="grid-"] > [data-push-right*="_sm-11"],
  [class*="grid_"] > [data-push-right*="_sm-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_sm-first"],
  [class*="grid-"] [class*="_sm-first"],
  [class*="grid_"] [class*="_sm-first"] {
    order: -1; }
  [class~="grid"] [class*="_sm-last"],
  [class*="grid-"] [class*="_sm-last"],
  [class*="grid_"] [class*="_sm-last"] {
    order: 1; } }

@media (max-width: 36em) {
  [class~="grid"] > [class*="_xs-1"],
  [class*="grid-"] > [class*="_xs-1"],
  [class*="grid_"] > [class*="_xs-1"] {
    flex-basis: 8.33333%;
    max-width: 8.33333%; }
  [class~="grid"] > [class*="_xs-2"],
  [class*="grid-"] > [class*="_xs-2"],
  [class*="grid_"] > [class*="_xs-2"] {
    flex-basis: 16.66667%;
    max-width: 16.66667%; }
  [class~="grid"] > [class*="_xs-3"],
  [class*="grid-"] > [class*="_xs-3"],
  [class*="grid_"] > [class*="_xs-3"] {
    flex-basis: 25%;
    max-width: 25%; }
  [class~="grid"] > [class*="_xs-4"],
  [class*="grid-"] > [class*="_xs-4"],
  [class*="grid_"] > [class*="_xs-4"] {
    flex-basis: 33.33333%;
    max-width: 33.33333%; }
  [class~="grid"] > [class*="_xs-5"],
  [class*="grid-"] > [class*="_xs-5"],
  [class*="grid_"] > [class*="_xs-5"] {
    flex-basis: 41.66667%;
    max-width: 41.66667%; }
  [class~="grid"] > [class*="_xs-6"],
  [class*="grid-"] > [class*="_xs-6"],
  [class*="grid_"] > [class*="_xs-6"] {
    flex-basis: 50%;
    max-width: 50%; }
  [class~="grid"] > [class*="_xs-7"],
  [class*="grid-"] > [class*="_xs-7"],
  [class*="grid_"] > [class*="_xs-7"] {
    flex-basis: 58.33333%;
    max-width: 58.33333%; }
  [class~="grid"] > [class*="_xs-8"],
  [class*="grid-"] > [class*="_xs-8"],
  [class*="grid_"] > [class*="_xs-8"] {
    flex-basis: 66.66667%;
    max-width: 66.66667%; }
  [class~="grid"] > [class*="_xs-9"],
  [class*="grid-"] > [class*="_xs-9"],
  [class*="grid_"] > [class*="_xs-9"] {
    flex-basis: 75%;
    max-width: 75%; }
  [class~="grid"] > [class*="_xs-10"],
  [class*="grid-"] > [class*="_xs-10"],
  [class*="grid_"] > [class*="_xs-10"] {
    flex-basis: 83.33333%;
    max-width: 83.33333%; }
  [class~="grid"] > [class*="_xs-11"],
  [class*="grid-"] > [class*="_xs-11"],
  [class*="grid_"] > [class*="_xs-11"] {
    flex-basis: 91.66667%;
    max-width: 91.66667%; }
  [class~="grid"] > [class*="_xs-12"],
  [class*="grid-"] > [class*="_xs-12"],
  [class*="grid_"] > [class*="_xs-12"] {
    flex-basis: 100%;
    max-width: 100%; }
  [class~="grid"] > [data-push-left*="_xs-0"],
  [class*="grid-"] > [data-push-left*="_xs-0"],
  [class*="grid_"] > [data-push-left*="_xs-0"] {
    margin-left: 0; }
  [class~="grid"] > [data-push-left*="_xs-1"],
  [class*="grid-"] > [data-push-left*="_xs-1"],
  [class*="grid_"] > [data-push-left*="_xs-1"] {
    margin-left: 8.33333%; }
  [class~="grid"] > [data-push-left*="_xs-2"],
  [class*="grid-"] > [data-push-left*="_xs-2"],
  [class*="grid_"] > [data-push-left*="_xs-2"] {
    margin-left: 16.66667%; }
  [class~="grid"] > [data-push-left*="_xs-3"],
  [class*="grid-"] > [data-push-left*="_xs-3"],
  [class*="grid_"] > [data-push-left*="_xs-3"] {
    margin-left: 25%; }
  [class~="grid"] > [data-push-left*="_xs-4"],
  [class*="grid-"] > [data-push-left*="_xs-4"],
  [class*="grid_"] > [data-push-left*="_xs-4"] {
    margin-left: 33.33333%; }
  [class~="grid"] > [data-push-left*="_xs-5"],
  [class*="grid-"] > [data-push-left*="_xs-5"],
  [class*="grid_"] > [data-push-left*="_xs-5"] {
    margin-left: 41.66667%; }
  [class~="grid"] > [data-push-left*="_xs-6"],
  [class*="grid-"] > [data-push-left*="_xs-6"],
  [class*="grid_"] > [data-push-left*="_xs-6"] {
    margin-left: 50%; }
  [class~="grid"] > [data-push-left*="_xs-7"],
  [class*="grid-"] > [data-push-left*="_xs-7"],
  [class*="grid_"] > [data-push-left*="_xs-7"] {
    margin-left: 58.33333%; }
  [class~="grid"] > [data-push-left*="_xs-8"],
  [class*="grid-"] > [data-push-left*="_xs-8"],
  [class*="grid_"] > [data-push-left*="_xs-8"] {
    margin-left: 66.66667%; }
  [class~="grid"] > [data-push-left*="_xs-9"],
  [class*="grid-"] > [data-push-left*="_xs-9"],
  [class*="grid_"] > [data-push-left*="_xs-9"] {
    margin-left: 75%; }
  [class~="grid"] > [data-push-left*="_xs-10"],
  [class*="grid-"] > [data-push-left*="_xs-10"],
  [class*="grid_"] > [data-push-left*="_xs-10"] {
    margin-left: 83.33333%; }
  [class~="grid"] > [data-push-left*="_xs-11"],
  [class*="grid-"] > [data-push-left*="_xs-11"],
  [class*="grid_"] > [data-push-left*="_xs-11"] {
    margin-left: 91.66667%; }
  [class~="grid"] > [data-push-right*="_xs-0"],
  [class*="grid-"] > [data-push-right*="_xs-0"],
  [class*="grid_"] > [data-push-right*="_xs-0"] {
    margin-right: 0; }
  [class~="grid"] > [data-push-right*="_xs-1"],
  [class*="grid-"] > [data-push-right*="_xs-1"],
  [class*="grid_"] > [data-push-right*="_xs-1"] {
    margin-right: 8.33333%; }
  [class~="grid"] > [data-push-right*="_xs-2"],
  [class*="grid-"] > [data-push-right*="_xs-2"],
  [class*="grid_"] > [data-push-right*="_xs-2"] {
    margin-right: 16.66667%; }
  [class~="grid"] > [data-push-right*="_xs-3"],
  [class*="grid-"] > [data-push-right*="_xs-3"],
  [class*="grid_"] > [data-push-right*="_xs-3"] {
    margin-right: 25%; }
  [class~="grid"] > [data-push-right*="_xs-4"],
  [class*="grid-"] > [data-push-right*="_xs-4"],
  [class*="grid_"] > [data-push-right*="_xs-4"] {
    margin-right: 33.33333%; }
  [class~="grid"] > [data-push-right*="_xs-5"],
  [class*="grid-"] > [data-push-right*="_xs-5"],
  [class*="grid_"] > [data-push-right*="_xs-5"] {
    margin-right: 41.66667%; }
  [class~="grid"] > [data-push-right*="_xs-6"],
  [class*="grid-"] > [data-push-right*="_xs-6"],
  [class*="grid_"] > [data-push-right*="_xs-6"] {
    margin-right: 50%; }
  [class~="grid"] > [data-push-right*="_xs-7"],
  [class*="grid-"] > [data-push-right*="_xs-7"],
  [class*="grid_"] > [data-push-right*="_xs-7"] {
    margin-right: 58.33333%; }
  [class~="grid"] > [data-push-right*="_xs-8"],
  [class*="grid-"] > [data-push-right*="_xs-8"],
  [class*="grid_"] > [data-push-right*="_xs-8"] {
    margin-right: 66.66667%; }
  [class~="grid"] > [data-push-right*="_xs-9"],
  [class*="grid-"] > [data-push-right*="_xs-9"],
  [class*="grid_"] > [data-push-right*="_xs-9"] {
    margin-right: 75%; }
  [class~="grid"] > [data-push-right*="_xs-10"],
  [class*="grid-"] > [data-push-right*="_xs-10"],
  [class*="grid_"] > [data-push-right*="_xs-10"] {
    margin-right: 83.33333%; }
  [class~="grid"] > [data-push-right*="_xs-11"],
  [class*="grid-"] > [data-push-right*="_xs-11"],
  [class*="grid_"] > [data-push-right*="_xs-11"] {
    margin-right: 91.66667%; }
  [class~="grid"] [class*="_xs-first"],
  [class*="grid-"] [class*="_xs-first"],
  [class*="grid_"] [class*="_xs-first"] {
    order: -1; }
  [class~="grid"] [class*="_xs-last"],
  [class*="grid-"] [class*="_xs-last"],
  [class*="grid_"] [class*="_xs-last"] {
    order: 1; } }

/************************
    HIDING COLS
*************************/
@media (max-width: 80em) {
  [class*="lg-hidden"] {
    display: none; } }

@media (max-width: 64em) {
  [class*="md-hidden"] {
    display: none; } }

@media (max-width: 48em) {
  [class*="sm-hidden"] {
    display: none; } }

@media (max-width: 36em) {
  [class*="xs-hidden"] {
    display: none; } }

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

html,
body {
  font-family: MuseoSansCyrl-500, sans-serif;
  font-size: 16px;
  font-weight: normal;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #2e3c40; }

a,
button {
  outline: none; }
  a:focus, a:hover, a:active,
  button:focus,
  button:hover,
  button:active {
    outline: none; }

a {
  font-family: MuseoSansCyrl, sans-serif;
  font-weight: 500;
  transition: color .3s ease;
  color: #2e3c40; }
  a:hover {
    color: #4a5a5f; }

.btn {
  font-size: 18px;
  line-height: 60px;
  display: inline-block;
  min-width: 220px;
  height: 60px;
  padding: 0 38px;
  cursor: pointer;
  transition: background-color .3s ease;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: #c000d9;
  box-shadow: none; }
  .btn[disabled] {
    pointer-events: none;
    background-color: #626D70; }
  .btn:not([disabled]):hover {
    color: #fff;
    background-color: #de04fa; }
  .btn.mini {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 28px;
    min-width: auto;
    height: 28px;
    padding: 0 14px;
    border-radius: 14px; }

h1 {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 75px;
  font-weight: 900;
  line-height: 1.17; }
  @media (max-width: 1279px) {
    h1 {
      font-size: 65px; } }
  @media (max-width: 767px) {
    h1 {
      font-size: 47px;
      line-height: 1.21; } }

h2 {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 58px;
  font-weight: 900;
  line-height: 1.1; }

h3 {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 45px;
  font-weight: 900;
  line-height: 1.16; }
  @media (max-width: 1279px) {
    h3 {
      font-size: 38px; } }
  @media (max-width: 767px) {
    h3 {
      font-size: 33px; } }

h4 {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.12; }

h5 {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.19; }
  @media (max-width: 1279px) {
    h5 {
      font-size: 25px; } }

p {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  color: #5a6d73; }
  @media (max-width: 767px) {
    p {
      font-size: 17px; } }
  p b {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 900; }

ul {
  padding-left: 1em; }

ul.list,
section.purchases .accordion__submenu ul {
  list-style: none; }
  ul.list li,
  section.purchases .accordion__submenu ul li {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 2;
    position: relative;
    padding-left: 24px;
    color: #2e3c40; }
    ul.list li:before,
    section.purchases .accordion__submenu ul li:before {
      position: absolute;
      top: 50%;
      left: 0;
      width: 8px;
      height: 8px;
      margin-top: -4px;
      content: '';
      border-radius: 100%;
      background-color: #000; }

img,
picture {
  display: block;
  max-width: 100%;
  height: auto; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.lh-1-0-7 {
  line-height: 1.07; }

.lh-1-5 {
  line-height: 1.5; }

.fz16 {
  font-size: 16px; }

.vertical-line {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background-color: #e8e8e8; }

.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #e9ebee; }

.horizontal-line-black {
  width: 100%;
  height: 1px;
  opacity: .1;
  background-color: #000; }

.container {
  max-width: 1470px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 1659px) {
    .container {
      max-width: 1170px; } }
  @media (max-width: 1279px) {
    .container {
      max-width: 970px; } }
  @media (max-width: 767px) {
    .container {
      max-width: 100%; } }

.form {
  position: relative;
  max-width: 690px; }
  @media (max-width: 767px) {
    .form.signin {
      padding-left: 2em;
      padding-right: 2em; } }
  .form .signin__head {
    display: flex;
    height: 5em;
    justify-content: space-between;
    align-items: center; }
    @media (max-width: 479px) {
      .form .signin__head {
        flex-direction: column;
        justify-content: space-evenly;
        height: 8em; } }
    .form .signin__head span {
      letter-spacing: 2px;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500; }
  .form .signin__button {
    text-align: center; }
  .form-field {
    display: block;
    width: 100%; }
  .form-upload {
    position: relative;
    height: 80px;
    margin-bottom: 52px;
    border-radius: 4px;
    background-image: linear-gradient(to right, #c000d9 50%, transparent 50%), linear-gradient(to right, #c000d9 50%, transparent 50%), linear-gradient(to bottom, #c000d9 50%, transparent 50%), linear-gradient(to bottom, #c000d9 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: left top, left bottom, left top, right top;
    background-size: 20px 2px, 20px 2px, 2px 18px, 2px 18px; }
    .form-upload input {
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      opacity: 0;
      outline: none; }
    .form-upload p {
      font-family: MuseoSansCyrl, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 80px;
      width: 100%;
      height: 100%;
      margin-bottom: 0 !important;
      text-align: center;
      color: #2e3c40; }
      .form-upload p span {
        text-decoration: underline; }
  .form input:not([type='file']),
  .form textarea,
  .form select {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin-bottom: 24px;
    padding: 21px 25px 19px;
    transition: box-shadow .3s;
    color: #2e3c40;
    border: 1px solid #e9e9e9;
    border-radius: 4px; }
    .form input:not([type='file']):focus,
    .form textarea:focus,
    .form select:focus {
      outline: none;
      box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.19); }
    .form input:not([type='file'])::placeholder,
    .form textarea::placeholder,
    .form select::placeholder {
      color: #2e3c40; }
  .form input {
    width: 100%; }
  .form textarea {
    width: 100%;
    min-height: 160px;
    resize: none; }
  .form .grid-middle .btn {
    margin-left: 15px; }
    @media (max-width: 767px) {
      .form .grid-middle .btn {
        margin-left: 0; } }
  @media (max-width: 767px) {
    .form .grid-middle > div {
      transform: translateX(-50%);
      margin-left: 50%; } }
  .form .form__checkbox {
    position: relative;
    width: 1.5em;
    height: 1.5em;
    border: 1px solid #e9e9e9;
    border-radius: 4px; }
    .form .form__checkbox:hover {
      background-color: #e9e9e9;
      cursor: pointer; }
    .form .form__checkbox:hover {
      background-color: #e9e9e9;
      cursor: pointer; }
    .form .form__checkbox.active {
      color: white;
      background-color: #c000d9;
      transition: background-color .3s ease; }
      .form .form__checkbox.active:hover {
        background-color: #de04fa; }
      .form .form__checkbox.active .form__check {
        position: absolute;
        top: .4em;
        left: .3em;
        width: .7em;
        height: .4em;
        border-left: 3px solid white;
        border-bottom: 3px solid white;
        transform: rotate(-45deg); }
  .form .privacy-policy {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.43;
    display: inline-block;
    padding-left: 10px;
    color: #8b8b8b; }
    .form .privacy-policy a {
      font-family: MuseoSansCyrl, sans-serif;
      font-weight: 300;
      color: #8b8b8b; }
    @media (max-width: 479px) {
      .form .privacy-policy {
        padding-left: 0;
        text-align: center; } }

.form-field.invalid input,
.form-field.invalid textarea {
  border: solid 1px red; }

.popover-wrapper {
  position: relative; }
  .popover-wrapper.open .popover-modal {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

.popover-modal {
  position: absolute;
  z-index: 1000;
  left: 0;
  width: 425px;
  margin-top: 13px;
  margin-left: -160px;
  padding: 30px 24px 16px 24px;
  transition: all 240ms cubic-bezier(0.34, 1.61, 0.7, 1);
  transform: scale(0);
  transform-origin: 29px -10px;
  text-align: left;
  opacity: 0;
  background-color: #fff;
  box-shadow: 0 12px 44px 0 rgba(0, 0, 0, 0.06); }
  @media (max-width: 767px) {
    .popover-modal {
      width: 350px;
      margin-left: -125px; } }
  .popover-modal .popover-header {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    margin-bottom: 19px;
    color: #2e3c40; }
    .popover-modal .popover-header .close-popover {
      position: absolute;
      top: -12px;
      right: -8px;
      display: inline-block;
      overflow: hidden;
      width: 28px;
      height: 22px;
      cursor: pointer; }
      .popover-modal .popover-header .close-popover::before, .popover-modal .popover-header .close-popover::after {
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: -1px;
        content: '';
        background: #acb8c0; }
      .popover-modal .popover-header .close-popover::before {
        transform: rotate(45deg); }
      .popover-modal .popover-header .close-popover::after {
        transform: rotate(-45deg); }
  .popover-modal .popover-body {
    position: relative;
    overflow: scroll;
    max-height: 325px; }
    .popover-modal .popover-body::-webkit-scrollbar {
      width: 5px;
      -webkit-appearance: none; }
    .popover-modal .popover-body::-webkit-scrollbar-thumb {
      opacity: .38;
      border-radius: 2.5px;
      background-color: #d8d8d8; }
    .popover-modal .popover-body .accordion__submenu {
      display: block;
      padding: 0; }
      .popover-modal .popover-body .accordion__submenu li:last-child {
        padding-bottom: 0; }

.modal-close-button {
  font-size: 16px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color .3s ease;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border: none;
  border-radius: 5px;
  background-color: #c000d9;
  box-shadow: none;
  margin-top: 20px; }

.purchases__title {
  margin-bottom: 30px;
  display: block; }

.purchases__paragraph, .purchases p {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  color: #5a6d73; }

.purchases__ul {
  margin: 0 !important; }

.admin-panel {
  font-family: MuseoSansCyrl, sans-serif; }
  .admin-panel .rdw-dropdown-selectedtext {
    display: flex; }
  .admin-panel .btn:not(.mini) {
    font-family: MuseoSansCyrl, sans-serif;
    line-height: 50px;
    height: 50px;
    min-width: 210px; }
  .admin-panel .hidden {
    display: none !important; }
  .admin-panel .required .form-field__title::after {
    content: '*';
    color: coral; }
  @media (max-width: 767px) {
    .admin-panel .tab__content {
      padding-left: 0; } }
  .admin-panel .tab__content .active {
    display: list-item; }
  @media (max-width: 767px) {
    .admin-panel .accordion {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .admin-panel .accordion__submenu {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .admin-panel .accordion__link {
      width: 90%;
      margin: auto; } }
  @media (max-width: 767px) {
    .admin-panel .form {
      text-align: center; } }
  .admin-panel .form-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px; }
    @media (max-width: 767px) {
      .admin-panel .form-field {
        flex-direction: column; } }
  .admin-panel .form-btns {
    display: flex;
    justify-content: center;
    margin-top: 2em; }
  .admin-panel .admin-vacancies__list {
    max-width: 100%; }
    .admin-panel .admin-vacancies__list select {
      padding: 12px;
      margin-bottom: 0;
      margin-left: 15px;
      width: 30%; }
      @media (max-width: 767px) {
        .admin-panel .admin-vacancies__list select {
          margin-top: 5px;
          margin-left: 0; } }
  .admin-panel .admin-vacancies__list-filter {
    justify-content: flex-start;
    margin-left: 1em; }
    @media (max-width: 767px) {
      .admin-panel .admin-vacancies__list-filter {
        margin-left: 0; } }
  .admin-panel .new-vacancy,
  .admin-panel .purchase {
    margin: 3em auto; }
    .admin-panel .new-vacancy input:not([type='file']),
    .admin-panel .new-vacancy textarea,
    .admin-panel .new-vacancy select,
    .admin-panel .purchase input:not([type='file']),
    .admin-panel .purchase textarea,
    .admin-panel .purchase select {
      padding: 12px;
      margin-bottom: 0;
      margin-left: 15px;
      width: 70%; }
      @media (max-width: 767px) {
        .admin-panel .new-vacancy input:not([type='file']),
        .admin-panel .new-vacancy textarea,
        .admin-panel .new-vacancy select,
        .admin-panel .purchase input:not([type='file']),
        .admin-panel .purchase textarea,
        .admin-panel .purchase select {
          margin-top: 5px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .admin-panel .new-vacancy input:not([type='file']),
        .admin-panel .new-vacancy textarea,
        .admin-panel .new-vacancy select,
        .admin-panel .purchase input:not([type='file']),
        .admin-panel .purchase textarea,
        .admin-panel .purchase select {
          width: 90%; } }
    .admin-panel .new-vacancy .btn,
    .admin-panel .purchase .btn {
      font-family: MuseoSansCyrl, sans-serif;
      line-height: 50px;
      height: 50px;
      min-width: 210px; }
    .admin-panel .new-vacancy .editor-block,
    .admin-panel .purchase .editor-block {
      flex-direction: column;
      align-items: flex-start; }
      @media (max-width: 767px) {
        .admin-panel .new-vacancy .editor-block,
        .admin-panel .purchase .editor-block {
          align-items: center; } }
      .admin-panel .new-vacancy .editor-block__wrapper,
      .admin-panel .purchase .editor-block__wrapper {
        margin-top: 1em;
        border: 1px solid #e9e9e9;
        border-radius: 4px;
        width: 100%; }
        @media (max-width: 767px) {
          .admin-panel .new-vacancy .editor-block__wrapper,
          .admin-panel .purchase .editor-block__wrapper {
            width: 90%; } }
      .admin-panel .new-vacancy .editor-block__editor,
      .admin-panel .purchase .editor-block__editor {
        height: 20em;
        font-family: MuseoSansCyrl, sans-serif;
        font-size: 18px; }
        .admin-panel .new-vacancy .editor-block__editor h4,
        .admin-panel .new-vacancy .editor-block__editor li,
        .admin-panel .purchase .editor-block__editor h4,
        .admin-panel .purchase .editor-block__editor li {
          padding: 0; }
  .admin-panel .purchase .form-field.inline {
    height: 3em;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .admin-panel .purchase .form-field.inline {
        height: auto; } }
  .admin-panel .purchase .form__file-list {
    margin-top: 1em;
    margin-bottom: 1em; }
  .admin-panel .purchase [class*="form__file-list-item"] {
    display: flex;
    align-items: center;
    width: 100%;
    height: 2em;
    transition: background-color .5s;
    border-bottom: 1px solid #e9e9e9; }
    .admin-panel .purchase [class*="form__file-list-item"]:hover {
      background-color: mintcream; }
  .admin-panel .purchase .form__file-list-name {
    overflow: hidden; }
  .admin-panel .purchase .form__file-list-btns {
    display: flex;
    justify-content: flex-end; }
    .admin-panel .purchase .form__file-list-btns div {
      transition: color .5s; }
      .admin-panel .purchase .form__file-list-btns div:hover {
        cursor: pointer;
        color: coral; }
  .admin-panel .purchase .form__file-list-item_2 .form__file-list-name {
    width: 80%; }
  .admin-panel .purchase .form__file-list-item_2 .form__file-list-btns {
    width: 20%; }
  .admin-panel .purchase .form__file-list-item_3 .form__file-list-name {
    width: 80%; }
  .admin-panel .purchase .form__file-list-item_3 .form__file-list-btns {
    width: 20%; }
    .admin-panel .purchase .form__file-list-item_3 .form__file-list-btns div {
      width: 50%; }
  .admin-panel .purchase__save-button {
    display: flex;
    justify-content: center;
    padding-top: 16px; }
    .admin-panel .purchase__save-button .btn {
      margin-left: 0; }
  .admin-panel .users .form {
    margin: 2em auto 3em; }
    .admin-panel .users .form input:not([type='file']),
    .admin-panel .users .form textarea,
    .admin-panel .users .form select {
      padding: 12px;
      margin-bottom: 0;
      margin-left: 15px;
      width: 85%; }
      @media (max-width: 767px) {
        .admin-panel .users .form input:not([type='file']),
        .admin-panel .users .form textarea,
        .admin-panel .users .form select {
          margin-top: 5px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .admin-panel .users .form input:not([type='file']),
        .admin-panel .users .form textarea,
        .admin-panel .users .form select {
          width: 90%; } }
    .admin-panel .users .form .btn {
      font-family: MuseoSansCyrl, sans-serif;
      line-height: 50px;
      height: 50px;
      min-width: 210px; }
  .admin-panel .users__list {
    width: 75%; }
    @media (max-width: 767px) {
      .admin-panel .users__list {
        width: 100%; } }
  .admin-panel .purchases .form {
    margin: 2em auto 3em; }
    .admin-panel .purchases .form input {
      margin-left: 0; }
  .admin-panel .purchases__list {
    width: 75%; }
    @media (max-width: 767px) {
      .admin-panel .purchases__list {
        width: 100%; } }
  @media (max-width: 767px) {
    .admin-panel .purchases .file-loader {
      width: 90%;
      margin: auto; } }
  .admin-panel .admin-jobs {
    margin-top: 2em;
    font-size: 14px; }
    .admin-panel .admin-jobs .admin-jobs__title {
      text-align: center; }
    .admin-panel .admin-jobs .departments .form,
    .admin-panel .admin-jobs .cities .form {
      margin: auto;
      max-width: 100%; }
      .admin-panel .admin-jobs .departments .form input:not([type='file']),
      .admin-panel .admin-jobs .departments .form textarea,
      .admin-panel .admin-jobs .departments .form select,
      .admin-panel .admin-jobs .cities .form input:not([type='file']),
      .admin-panel .admin-jobs .cities .form textarea,
      .admin-panel .admin-jobs .cities .form select {
        padding: 12px;
        margin-bottom: 0;
        margin-left: 15px;
        width: 60%; }
        @media (max-width: 767px) {
          .admin-panel .admin-jobs .departments .form input:not([type='file']),
          .admin-panel .admin-jobs .departments .form textarea,
          .admin-panel .admin-jobs .departments .form select,
          .admin-panel .admin-jobs .cities .form input:not([type='file']),
          .admin-panel .admin-jobs .cities .form textarea,
          .admin-panel .admin-jobs .cities .form select {
            margin-top: 5px;
            margin-left: 0; } }
        @media (max-width: 767px) {
          .admin-panel .admin-jobs .departments .form input:not([type='file']),
          .admin-panel .admin-jobs .departments .form textarea,
          .admin-panel .admin-jobs .departments .form select,
          .admin-panel .admin-jobs .cities .form input:not([type='file']),
          .admin-panel .admin-jobs .cities .form textarea,
          .admin-panel .admin-jobs .cities .form select {
            width: 90%; } }
  .admin-panel .depart .daparts__edit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.5em;
    height: 1.5em;
    color: black;
    opacity: .5;
    font-size: 18px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: opacity .4s, color .4s; }
    .admin-panel .depart .daparts__edit-icon:hover {
      opacity: 1;
      color: #c000d9; }
  .admin-panel .depart .add-depart .form-field__title,
  .admin-panel .depart .add-city .form-field__title {
    width: 25%; }
    @media (max-width: 767px) {
      .admin-panel .depart .add-depart .form-field__title,
      .admin-panel .depart .add-city .form-field__title {
        width: 90%; } }
  @media (max-width: 767px) {
    .admin-panel .depart .add-depart .btn,
    .admin-panel .depart .add-city .btn {
      display: flex;
      justify-content: center;
      margin-top: 2em; } }
  .admin-panel .form-field__title {
    width: 30%;
    height: 100%;
    padding: 1em; }
    @media (max-width: 767px) {
      .admin-panel .form-field__title {
        width: 90%; } }
  .admin-panel .btn-add-user,
  .admin-panel .btn-cancel-add,
  .admin-panel .btn-add-purchase,
  .admin-panel .btn-cancel-add {
    margin-left: 6em; }
    @media (max-width: 767px) {
      .admin-panel .btn-add-user,
      .admin-panel .btn-cancel-add,
      .admin-panel .btn-add-purchase,
      .admin-panel .btn-cancel-add {
        margin-left: 50%;
        transform: translateX(-50%); } }
  .admin-panel [class$="__list"] {
    margin: 2em auto 2em;
    height: 15em;
    overflow-y: auto; }
    @media (max-width: 767px) {
      .admin-panel [class$="__list"] {
        height: auto; } }
  .admin-panel [class$="__list-section-title"] {
    min-height: 3em;
    align-items: center;
    border-bottom: solid 1px #e9e9e9;
    display: flex;
    font-weight: 900;
    padding-left: 1em; }
    @media (max-width: 767px) {
      .admin-panel [class$="__list-section-title"] {
        justify-content: center;
        padding-left: 0; } }
  .admin-panel [class$="__list-header"] {
    min-height: 3em;
    align-items: center;
    border-bottom: solid 1px #e9e9e9;
    display: flex; }
  .admin-panel [class*="__header-fields"] > div:first-child {
    margin-left: 1em; }
  .admin-panel [class$="__list-item"] {
    margin: auto;
    min-height: 3em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: solid 1px #e9e9e9;
    transition: background-color .5s; }
    @media (max-width: 767px) {
      .admin-panel [class$="__list-item"] {
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-around;
        min-height: 6em; } }
    .admin-panel [class$="__list-item"]:hover {
      background-color: mintcream; }
  .admin-panel [class$="__list-name"] {
    margin-left: 1em; }
  .admin-panel [class*="__list-btns"] {
    width: 35%;
    display: flex;
    justify-content: flex-end; }
    @media (max-width: 767px) {
      .admin-panel [class*="__list-btns"] {
        width: 100%; } }
    .admin-panel [class*="__list-btns"] button {
      margin-right: .5em; }
  .admin-panel [class*="__list-icons"] {
    display: flex;
    justify-content: flex-end;
    margin-right: .75em; }
  .admin-panel [class$="__list-input"] {
    width: 50%;
    padding: 0;
    margin-left: 1em; }
  .admin-panel [class*="__list-fields"],
  .admin-panel [class*="__header-fields"] {
    width: 65%;
    display: flex; }
    @media (max-width: 767px) {
      .admin-panel [class*="__list-fields"],
      .admin-panel [class*="__header-fields"] {
        width: 100%; } }
    .admin-panel [class*="__list-fields"][class$="_2"] > div,
    .admin-panel [class*="__header-fields"][class$="_2"] > div {
      width: 50%; }
    .admin-panel [class*="__list-fields"][class$="_4"] > div,
    .admin-panel [class*="__header-fields"][class$="_4"] > div {
      width: 25%; }
  .admin-panel .empty_list {
    color: #bbbbbb;
    text-align: center;
    padding: 1em; }
  .admin-panel .empty_list__update {
    color: #bbbbbb;
    text-decoration: underline; }
    .admin-panel .empty_list__update:hover {
      cursor: pointer;
      color: #c000d9; }
  .admin-panel .filter-checkbox {
    margin-left: 1em; }
    @media (max-width: 767px) {
      .admin-panel .filter-checkbox {
        margin-left: 0; } }
  .admin-panel .field-checkbox {
    margin: auto; }
  .admin-panel .purchases__header-field_center,
  .admin-panel .purchases__list-field_center {
    text-align: center; }

.modal-btns {
  display: flex;
  justify-content: flex-end; }
  .modal-btns button {
    margin-left: .5em; }

.statistics {
  position: relative;
  padding-bottom: 140px; }
  @media (max-width: 767px) {
    .statistics {
      padding-bottom: 60px; } }
  .statistics h4 {
    line-height: 1.26;
    max-width: 913px;
    margin: 0 auto 140px;
    padding: 93px 0 113px;
    border-bottom: 1px solid #ebebeb; }
    @media (max-width: 767px) {
      .statistics h4 {
        margin: 0 auto 60px;
        padding: 93px 0 93px; } }
  @media (max-width: 1279px) {
    .statistics .stat-cell {
      flex-basis: 33.33333%;
      max-width: 33.33333%; } }
  @media (max-width: 767px) {
    .statistics .stat-cell {
      flex-basis: 100%;
      max-width: 100%; } }
  .statistics h2 {
    font-size: 66px;
    line-height: normal;
    margin-bottom: 6px; }
    @media (max-width: 767px) {
      .statistics h2 {
        text-align: center; } }
  @media (max-width: 767px) {
    .statistics p {
      text-align: center; } }

.usability {
  position: relative;
  min-height: 733px;
  margin-bottom: 85px; }
  .usability__img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: auto;
    max-width: 600px; }
    @media (max-width: 767px) {
      .usability__img-box {
        height: 100%;
        width: auto; } }
  .usability h3 {
    position: relative;
    margin-bottom: 35px; }
    .usability h3:before {
      position: absolute;
      bottom: -13px;
      left: -66px;
      width: 440px;
      height: 139px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
    @media (max-width: 767px) {
      .usability h3 {
        text-align: center;
        margin-top: 35px;
        margin-bottom: 35px; } }
  .usability p {
    max-width: 519px; }
    @media (max-width: 767px) {
      .usability p {
        max-width: none;
        margin: 0 10vw; } }
  @media (max-width: 767px) {
    .usability {
      text-align: justify; } }

.our-history {
  position: relative;
  margin-top: 170px;
  margin-bottom: 170px; }
  .our-history h3 {
    margin-bottom: 23px; }
    @media (max-width: 767px) {
      .our-history h3 {
        text-align: center; } }
  .our-history p {
    max-width: 519px; }
    @media (max-width: 767px) {
      .our-history p {
        max-width: none;
        margin: 0 10vw; } }
  .our-history__img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-left: auto;
    height: auto;
    max-width: 600px; }
    @media (max-width: 767px) {
      .our-history__img-box {
        height: 100%;
        width: auto; } }
    .our-history__img-box:before {
      position: absolute;
      bottom: -120px;
      left: 60%;
      width: 588px;
      height: 139px;
      content: '';
      transform: translateX(-50%);
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
  @media (max-width: 767px) {
    .our-history {
      text-align: justify;
      margin-top: 100px; } }

.our-team {
  position: relative;
  padding-top: 100px;
  padding-bottom: 60px; }
  .our-team h3 {
    margin-bottom: 100px; }
  .our-team__item {
    margin: 100px 0; }
    .our-team__item img {
      margin: 0 auto; }
    .our-team__item h5 {
      margin-bottom: 6px; }
    .our-team__item h6 {
      font-family: MuseoSansCyrl, sans-serif;
      font-size: 12px;
      font-weight: 300;
      line-height: 1.83;
      margin-bottom: 8px;
      letter-spacing: 1.6px;
      text-transform: uppercase;
      color: #5a6d73; }
    .our-team__item p {
      max-width: 416px; }

.reviews {
  position: relative; }
  .reviews .owl-dots {
    position: absolute;
    bottom: 65px;
    width: 100%; }
    .reviews .owl-dots .owl-dot span {
      width: 12px;
      height: 12px;
      border: 1px solid #c8c8c8;
      background: transparent; }
    .reviews .owl-dots .owl-dot.active span {
      background: #c8c8c8; }
    .reviews .owl-dots .owl-dot:hover span {
      background: #c8c8c8; }
  .reviews__item {
    position: relative;
    height: 712px;
    background-color: rgba(0, 0, 0, 0.49); }
    .reviews__item-bg {
      position: absolute;
      z-index: 1;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .reviews__item .container {
      height: 100%; }
    .reviews__item-text {
      position: relative;
      z-index: 2;
      display: flex;
      height: 100%;
      justify-content: center; }
    .reviews__item-desc {
      font-size: 36px;
      line-height: 1.33;
      display: flex;
      max-width: 996px;
      height: 68%;
      margin-bottom: 40px;
      color: #fff;
      align-items: center;
      text-align: center; }
    .reviews__item-user {
      position: relative;
      text-align: center; }
      .reviews__item-user_img {
        overflow: hidden;
        width: 60px !important;
        height: 60px;
        margin-right: 21px;
        border-radius: 100%; }
      .reviews__item-user_name {
        font-family: MuseoSansCyrl, sans-serif;
        font-size: 21px;
        font-weight: 500;
        margin-bottom: 6px;
        color: #fff; }
      .reviews__item-user_position {
        font-family: MuseoSansCyrl, sans-serif;
        font-size: 18px;
        font-weight: 500;
        opacity: .55;
        color: #fff; }

.office {
  position: relative;
  margin: 249px 0 245px;
  /*
    Закомментировал, т.к. на этой странице использую "ленивую" загрузку изображения
    background-image: url('/static/img/map-dots.svg');
     */
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
  @media (max-width: 767px) {
    .office {
      padding: 50px 0 50px;
      margin: 5em 0; } }
  .office__item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 36em;
    padding-top: 60px;
    margin: 1vw;
    background-color: #fff;
    box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16); }
    @media (max-width: 1279px) {
      .office__item {
        height: 30em; } }
    @media (max-width: 767px) {
      .office__item {
        height: 35em; } }
    .office__item:hover {
      box-shadow: 0 12px 14px 0 rgba(0, 0, 0, 0.1); }
    .office__item-title {
      font-family: MuseoSansCyrl, sans-serif;
      font-size: 21px;
      font-weight: 900;
      margin-bottom: 15px;
      text-align: center;
      color: #2e3c40; }
      .office__item-title img {
        display: inline-block;
        margin-left: 12px;
        vertical-align: middle; }
    .office__item-desc {
      max-width: 366px;
      margin: 0 auto 56px;
      padding: 0 15px;
      text-align: center;
      color: #66777b; }
    .office__item picture {
      min-width: 100%; }
      .office__item picture img {
        min-width: 100%; }

@media (min-width: 767px) {
  .about-office .office-card_perm {
    transform: translateX(50%); } }

.about-office .office-collage_msc {
  position: relative;
  margin-bottom: 300px; }
  @media (max-width: 1279px) {
    .about-office .office-collage_msc {
      margin-bottom: 150px; } }
  .about-office .office-collage_msc h3 {
    position: relative;
    z-index: 1; }
  .about-office .office-collage_msc .office-collage__box {
    position: relative;
    width: 1160px;
    height: 800px;
    margin: -5px auto 0; }
  .about-office .office-collage_msc .office-collage__item {
    position: absolute;
    width: 100%;
    height: 100%; }
    .about-office .office-collage_msc .office-collage__item img {
      position: absolute;
      max-width: 300px;
      max-height: 220px; }
    .about-office .office-collage_msc .office-collage__item.img-1 {
      z-index: 1; }
      .about-office .office-collage_msc .office-collage__item.img-1 img {
        top: 730px;
        left: 130px; }
    .about-office .office-collage_msc .office-collage__item.img-2 {
      z-index: 2; }
      .about-office .office-collage_msc .office-collage__item.img-2 img {
        top: 550px;
        right: 180px; }
        @media (max-width: 767px) {
          .about-office .office-collage_msc .office-collage__item.img-2 img {
            display: none; } }
    .about-office .office-collage_msc .office-collage__item.img-3 {
      z-index: 1; }
      .about-office .office-collage_msc .office-collage__item.img-3 img {
        top: 550px;
        left: 100px; }
    .about-office .office-collage_msc .office-collage__item.img-4 {
      z-index: 2; }
      .about-office .office-collage_msc .office-collage__item.img-4 img {
        top: 320px;
        right: 0; }
        @media (max-width: 1279px) {
          .about-office .office-collage_msc .office-collage__item.img-4 img {
            display: none; } }
      .about-office .office-collage_msc .office-collage__item.img-4.pattern:before {
        position: absolute;
        top: 123px;
        left: -258px;
        width: 336px;
        height: 140px;
        content: '';
        z-index: -1;
        background-image: url("/static/img/pattern-grey.svg"); }
    .about-office .office-collage_msc .office-collage__item.img-5 {
      z-index: 1; }
      .about-office .office-collage_msc .office-collage__item.img-5 img {
        top: 350px;
        right: 270px; }
        @media (max-width: 767px) {
          .about-office .office-collage_msc .office-collage__item.img-5 img {
            display: none; } }
    .about-office .office-collage_msc .office-collage__item.img-6 img {
      top: 310px;
      right: 380px; }
      @media (max-width: 767px) {
        .about-office .office-collage_msc .office-collage__item.img-6 img {
          right: 580px; } }
      @media (max-width: 479px) {
        .about-office .office-collage_msc .office-collage__item.img-6 img {
          top: 55px;
          left: 40px; } }
    .about-office .office-collage_msc .office-collage__item.img-7 {
      z-index: 1; }
      .about-office .office-collage_msc .office-collage__item.img-7 img {
        top: 410px;
        left: 180px; }
        @media (max-width: 479px) {
          .about-office .office-collage_msc .office-collage__item.img-7 img {
            display: none; } }
    .about-office .office-collage_msc .office-collage__item.img-8 img {
      top: 50px;
      right: 220px; }
      @media (max-width: 767px) {
        .about-office .office-collage_msc .office-collage__item.img-8 img {
          display: none; } }
      @media (max-width: 479px) {
        .about-office .office-collage_msc .office-collage__item.img-8 img {
          top: 350px;
          left: 50px; } }
    .about-office .office-collage_msc .office-collage__item.img-8.pattern:before {
      position: absolute;
      bottom: -140px;
      left: 360px;
      width: 592px;
      height: 140px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
    .about-office .office-collage_msc .office-collage__item.img-9 {
      z-index: 1; }
      .about-office .office-collage_msc .office-collage__item.img-9 img {
        top: 100px;
        right: 500px; }
        @media (max-width: 479px) {
          .about-office .office-collage_msc .office-collage__item.img-9 img {
            top: 300px;
            left: 120px; } }
    .about-office .office-collage_msc .office-collage__item.img-10 img {
      top: 120px;
      left: 150px; }
    .about-office .office-collage_msc .office-collage__item.img-11 {
      z-index: 1; }
      .about-office .office-collage_msc .office-collage__item.img-11 img {
        top: 270px;
        left: 0; }
        @media (max-width: 479px) {
          .about-office .office-collage_msc .office-collage__item.img-11 img {
            top: 450px;
            left: 180px; } }
  .about-office .office-collage_msc p {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: -50px 30px 0 auto;
    color: #2e3c40; }

.about-office .office-collage_spb {
  position: relative;
  margin-bottom: 300px; }
  @media (max-width: 1279px) {
    .about-office .office-collage_spb {
      margin-bottom: 150px; } }
  .about-office .office-collage_spb h3 {
    position: relative;
    z-index: 1; }
  .about-office .office-collage_spb .office-collage__box {
    position: relative;
    width: 1160px;
    height: 750px;
    margin: -5px auto 0; }
  .about-office .office-collage_spb .office-collage__item {
    position: absolute;
    width: 100%;
    height: 100%; }
    .about-office .office-collage_spb .office-collage__item img {
      position: absolute;
      max-width: 300px;
      max-height: 220px; }
    .about-office .office-collage_spb .office-collage__item.img-1 {
      z-index: 1; }
      .about-office .office-collage_spb .office-collage__item.img-1 img {
        top: 600px;
        left: 80px; }
    .about-office .office-collage_spb .office-collage__item.img-2 img {
      top: 480px;
      left: 370px; }
      @media (max-width: 479px) {
        .about-office .office-collage_spb .office-collage__item.img-2 img {
          top: 300px;
          left: 170px; } }
    .about-office .office-collage_spb .office-collage__item.img-3 img {
      top: 450px;
      left: 0; }
    .about-office .office-collage_spb .office-collage__item.img-4 img {
      top: 250px;
      right: 300px; }
      @media (max-width: 767px) {
        .about-office .office-collage_spb .office-collage__item.img-4 img {
          display: none; } }
    .about-office .office-collage_spb .office-collage__item.img-4.pattern:before {
      position: absolute;
      top: 123px;
      left: -258px;
      width: 336px;
      height: 140px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
    .about-office .office-collage_spb .office-collage__item.img-5 img {
      top: 290px;
      right: 580px; }
      @media (max-width: 479px) {
        .about-office .office-collage_spb .office-collage__item.img-5 img {
          top: 230px;
          left: 30px; } }
    .about-office .office-collage_spb .office-collage__item.img-6 {
      z-index: 1; }
      .about-office .office-collage_spb .office-collage__item.img-6 img {
        top: 70px;
        left: 450px; }
        @media (max-width: 479px) {
          .about-office .office-collage_spb .office-collage__item.img-6 img {
            top: 55px;
            left: 40px; } }
    .about-office .office-collage_spb .office-collage__item.img-7 img {
      top: 100px;
      left: 100px; }
      @media (max-width: 479px) {
        .about-office .office-collage_spb .office-collage__item.img-7 img {
          display: none; } }
    .about-office .office-collage_spb .office-collage__item.img-7.pattern:before {
      position: absolute;
      bottom: -140px;
      left: 360px;
      width: 592px;
      height: 140px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
  .about-office .office-collage_spb p {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: -50px 30px 0 auto;
    color: #2e3c40; }

.about-office .office-collage_perm {
  position: relative;
  margin-bottom: 300px; }
  @media (max-width: 1279px) {
    .about-office .office-collage_perm {
      margin-bottom: 150px; } }
  .about-office .office-collage_perm h3 {
    position: relative;
    z-index: 1; }
  .about-office .office-collage_perm .office-collage__box {
    position: relative;
    width: 1160px;
    height: 900px;
    margin: -5px auto 0; }
  .about-office .office-collage_perm .office-collage__item {
    position: absolute;
    width: 100%;
    height: 100%; }
    .about-office .office-collage_perm .office-collage__item img {
      position: absolute;
      max-width: 300px;
      max-height: 220px; }
    .about-office .office-collage_perm .office-collage__item.img-1 {
      z-index: 1; }
      .about-office .office-collage_perm .office-collage__item.img-1 img {
        top: 800px;
        left: 50px; }
    .about-office .office-collage_perm .office-collage__item.img-2 {
      z-index: 1; }
      .about-office .office-collage_perm .office-collage__item.img-2 img {
        top: 120px;
        left: 280px; }
        @media (max-width: 479px) {
          .about-office .office-collage_perm .office-collage__item.img-2 img {
            top: 180px;
            left: 120px; } }
    .about-office .office-collage_perm .office-collage__item.img-3 {
      z-index: 1; }
      .about-office .office-collage_perm .office-collage__item.img-3 img {
        top: 650px;
        left: 400px; }
        @media (max-width: 479px) {
          .about-office .office-collage_perm .office-collage__item.img-3 img {
            top: 420px;
            left: 100px; } }
    .about-office .office-collage_perm .office-collage__item.img-4 img {
      top: 630px;
      left: 20px; }
    .about-office .office-collage_perm .office-collage__item.img-4.pattern:before {
      position: absolute;
      top: 123px;
      left: -258px;
      width: 336px;
      height: 140px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
    .about-office .office-collage_perm .office-collage__item.img-5 img {
      top: 410px;
      right: 50px; }
      @media (max-width: 1279px) {
        .about-office .office-collage_perm .office-collage__item.img-5 img {
          display: none; } }
    .about-office .office-collage_perm .office-collage__item.img-6 {
      z-index: 1; }
      .about-office .office-collage_perm .office-collage__item.img-6 img {
        top: 420px;
        left: 430px; }
        @media (max-width: 479px) {
          .about-office .office-collage_perm .office-collage__item.img-6 img {
            top: 55px;
            left: 40px; } }
    .about-office .office-collage_perm .office-collage__item.img-7 img {
      top: 430px;
      left: 50px; }
      @media (max-width: 479px) {
        .about-office .office-collage_perm .office-collage__item.img-7 img {
          display: none; } }
    .about-office .office-collage_perm .office-collage__item.img-8 img {
      top: 100px;
      right: 300px; }
      @media (max-width: 767px) {
        .about-office .office-collage_perm .office-collage__item.img-8 img {
          display: none; } }
      @media (max-width: 479px) {
        .about-office .office-collage_perm .office-collage__item.img-8 img {
          top: 350px;
          left: 50px; } }
    .about-office .office-collage_perm .office-collage__item.img-8.pattern:before {
      position: absolute;
      bottom: -140px;
      left: 360px;
      width: 592px;
      height: 140px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
    .about-office .office-collage_perm .office-collage__item.img-9 img {
      top: 150px;
      left: 0; }
      @media (max-width: 479px) {
        .about-office .office-collage_perm .office-collage__item.img-9 img {
          display: none; } }
  .about-office .office-collage_perm p {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: -50px 30px 0 auto;
    color: #2e3c40; }

.about-office .office-collage_kzn {
  position: relative;
  margin-bottom: 300px; }
  @media (max-width: 1279px) {
    .about-office .office-collage_kzn {
      margin-bottom: 150px; } }
  .about-office .office-collage_kzn h3 {
    position: relative;
    z-index: 1; }
  .about-office .office-collage_kzn .office-collage__box {
    position: relative;
    width: 1160px;
    height: 770px;
    margin: -5px auto 0; }
  .about-office .office-collage_kzn .office-collage__item {
    position: absolute;
    width: 100%;
    height: 100%; }
    .about-office .office-collage_kzn .office-collage__item img {
      position: absolute;
      max-width: 300px;
      max-height: 220px; }
    .about-office .office-collage_kzn .office-collage__item.img-1 {
      z-index: 1; }
      .about-office .office-collage_kzn .office-collage__item.img-1 img {
        top: 550px;
        right: 270px; }
        @media (max-width: 767px) {
          .about-office .office-collage_kzn .office-collage__item.img-1 img {
            right: 450px; } }
        @media (max-width: 479px) {
          .about-office .office-collage_kzn .office-collage__item.img-1 img {
            top: 350px;
            left: 130px; } }
      .about-office .office-collage_kzn .office-collage__item.img-1.pattern:before {
        position: absolute;
        top: 123px;
        left: -258px;
        width: 336px;
        height: 140px;
        content: '';
        z-index: -1;
        background-image: url("/static/img/pattern-grey.svg"); }
    .about-office .office-collage_kzn .office-collage__item.img-2 img {
      top: 120px;
      left: 330px; }
      @media (max-width: 479px) {
        .about-office .office-collage_kzn .office-collage__item.img-2 img {
          display: none; } }
    .about-office .office-collage_kzn .office-collage__item.img-3 {
      z-index: 1; }
      .about-office .office-collage_kzn .office-collage__item.img-3 img {
        top: 330px;
        right: 600px; }
        @media (max-width: 479px) {
          .about-office .office-collage_kzn .office-collage__item.img-3 img {
            display: none; } }
    .about-office .office-collage_kzn .office-collage__item.img-4 img {
      top: 100px;
      left: 0; }
    .about-office .office-collage_kzn .office-collage__item.img-5 img {
      top: 570px;
      left: 20px; }
    .about-office .office-collage_kzn .office-collage__item.img-5.pattern:before {
      position: absolute;
      bottom: -140px;
      left: 360px;
      width: 592px;
      height: 140px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
  .about-office .office-collage_kzn p {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: -50px 30px 0 auto;
    color: #2e3c40; }

.contacts {
  position: relative;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .contacts {
      margin-bottom: 50px; } }
  .contacts h2 {
    position: relative;
    display: inline-block;
    margin-top: 125px;
    margin-bottom: 104px; }
    @media (max-width: 767px) {
      .contacts h2 {
        margin-top: 100px;
        margin-bottom: 80px; } }
    .contacts h2:before {
      position: absolute;
      top: -25px;
      left: -105px;
      width: 313px;
      height: 139px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
  .contacts .info-block {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .contacts .info-block {
        display: block; } }
    @media (max-width: 866px) {
      .contacts .info-block > div {
        min-width: 50%;
        text-align: center; } }
  .contacts .directory {
    display: block;
    margin-bottom: 30px; }
    .contacts .directory span {
      font-size: 23px;
      display: block;
      margin-bottom: 12px; }
    .contacts .directory a {
      font-size: 23px;
      display: inline-block;
      margin-bottom: 12px; }
      .contacts .directory a.tel {
        text-decoration: none; }
  .contacts__bottom-pic {
    margin-bottom: 6em; }

.office-address {
  position: relative;
  margin-bottom: 100px; }
  @media (max-width: 767px) {
    .office-address {
      margin-bottom: 0; } }
  .office-address h2 {
    margin-top: 30px;
    margin-bottom: 112px; }
  .office-address__item {
    position: relative;
    margin-bottom: 156px; }
    @media (max-width: 767px) {
      .office-address__item {
        margin-bottom: 100px; } }
  .office-address__img {
    position: relative;
    display: inline-block;
    border-radius: 10px;
    width: 100%; }
    .office-address__img img {
      box-shadow: 0 22px 44px 0 rgba(0, 0, 0, 0.06);
      border-radius: 10px; }
    .office-address__img:before {
      position: absolute;
      bottom: -73px;
      left: -60px;
      width: 313px;
      height: 127px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
  .office-address__text {
    padding-left: 88px; }
    .office-address__text h3 {
      position: relative;
      display: inline-block;
      margin-bottom: 26px; }
      .office-address__text h3:before {
        position: absolute;
        top: -25px;
        left: 100px;
        width: 313px;
        height: 127px;
        content: '';
        z-index: -1;
        background-image: url("/static/img/pattern-grey.svg"); }
    .office-address__text .address {
      font-size: 20px;
      position: relative;
      margin-bottom: 9px;
      padding-left: 31px; }
      .office-address__text .address:before {
        position: absolute;
        top: 50%;
        left: -50px;
        width: 50px;
        height: 3px;
        margin-top: -2px;
        content: '';
        background-color: #2e3c40; }
    .office-address__text .map-link {
      font-size: 20px;
      display: inline-block;
      margin-bottom: 34px;
      margin-left: 31px; }
      .office-address__text .map-link img {
        display: inline-block;
        margin-left: 6px;
        vertical-align: middle; }
    .office-address__text .phone {
      font-size: 20px;
      margin-left: 31px;
      text-decoration: none; }
  .office-address .left .col-7 {
    text-align: right; }
  .office-address .left .office-address__img:before {
    right: -50px;
    left: auto; }
  .office-address .left .office-address__text {
    display: inline-block;
    padding-right: 90px;
    padding-left: 0;
    text-align: left; }

.map-contacts {
  position: relative;
  margin: 80px 0 130px; }
  .map-contacts > div {
    height: 600px; }

.portfolio {
  position: relative; }
  .portfolio .container {
    max-width: 1660px;
    padding: 0 40px; }
  .portfolio-item {
    position: relative;
    padding: 146px 0;
    text-align: center; }
    @media (max-width: 767px) {
      .portfolio-item {
        padding: 70px 0; } }
    .portfolio-item.mts-site {
      padding-top: 233px; }
      @media (max-width: 767px) {
        .portfolio-item.mts-site {
          padding-top: 70px;
          padding-left: 0; } }
      .portfolio-item.mts-site .portfolio-item__img-box {
        position: relative;
        left: 110px; }
        .portfolio-item.mts-site .portfolio-item__img-box:before {
          position: absolute;
          z-index: -1;
          top: -40px;
          left: 140px;
          width: 313px;
          height: 214px;
          content: '';
          z-index: -1;
          background-image: url("/static/img/pattern-grey.svg"); }
          @media (max-width: 1659px) {
            .portfolio-item.mts-site .portfolio-item__img-box:before {
              top: -26px;
              width: 241px;
              height: 165px; } }
          @media (max-width: 767px) {
            .portfolio-item.mts-site .portfolio-item__img-box:before {
              top: -36px;
              left: 30px;
              width: 175px;
              height: 120px; } }
        .portfolio-item.mts-site .portfolio-item__img-box_fly {
          position: absolute;
          top: -65px;
          left: 100px; }
          @media (max-width: 1659px) {
            .portfolio-item.mts-site .portfolio-item__img-box_fly {
              max-width: 210px; } }
          @media (max-width: 767px) {
            .portfolio-item.mts-site .portfolio-item__img-box_fly {
              top: -50px;
              left: 45px;
              max-width: 122px; } }
        .portfolio-item.mts-site .portfolio-item__img-box .main {
          max-height: 324px; }
          @media (max-width: 1659px) {
            .portfolio-item.mts-site .portfolio-item__img-box .main {
              max-height: 250px; } }
          @media (max-width: 767px) {
            .portfolio-item.mts-site .portfolio-item__img-box .main {
              max-height: 148px;
              margin: auto; } }
        @media (max-width: 767px) {
          .portfolio-item.mts-site .portfolio-item__img-box {
            left: 0; } }
      .portfolio-item.mts-site .portfolio-item__text {
        margin-top: 79px; }
    .portfolio-item.my-mts {
      z-index: 1;
      margin-top: -50px;
      padding-top: 0; }
      @media (max-width: 767px) {
        .portfolio-item.my-mts {
          margin-top: 0;
          padding-top: 43px; } }
      .portfolio-item.my-mts .portfolio-item__img-box {
        position: relative;
        display: inline-block; }
        .portfolio-item.my-mts .portfolio-item__img-box:before {
          position: absolute;
          z-index: -1;
          top: 98px;
          left: -36%;
          width: 313px;
          height: 214px;
          content: '';
          z-index: -1;
          background-image: url("/static/img/pattern-grey.svg"); }
          @media (max-width: 1659px) {
            .portfolio-item.my-mts .portfolio-item__img-box:before {
              width: 241px;
              height: 164px; } }
          @media (max-width: 767px) {
            .portfolio-item.my-mts .portfolio-item__img-box:before {
              top: 38px;
              width: 185px;
              height: 128px; } }
        .portfolio-item.my-mts .portfolio-item__img-box_fly {
          position: absolute;
          top: 100px;
          right: -170px; }
          @media (max-width: 1659px) {
            .portfolio-item.my-mts .portfolio-item__img-box_fly {
              right: -135px;
              max-width: 195px; } }
          @media (max-width: 767px) {
            .portfolio-item.my-mts .portfolio-item__img-box_fly {
              right: -80px;
              max-width: 122px; } }
        .portfolio-item.my-mts .portfolio-item__img-box .main {
          max-height: 443px; }
          @media (max-width: 1659px) {
            .portfolio-item.my-mts .portfolio-item__img-box .main {
              max-height: 341px; } }
          @media (max-width: 767px) {
            .portfolio-item.my-mts .portfolio-item__img-box .main {
              max-height: 230px; } }
      .portfolio-item.my-mts .portfolio-item__text {
        margin-top: 59px; }
        @media (max-width: 767px) {
          .portfolio-item.my-mts .portfolio-item__text {
            margin-top: 47px; } }
    .portfolio-item.mts-cashback .portfolio-item__img-box {
      position: relative;
      display: inline-block; }
      .portfolio-item.mts-cashback .portfolio-item__img-box:before {
        position: absolute;
        z-index: -1;
        top: -70px;
        left: 50%;
        width: 432px;
        height: 432px;
        content: '';
        transform: translateX(-50%);
        border-radius: 100%;
        z-index: -1;
        background-image: url("/static/img/pattern-grey.svg"); }
        @media (max-width: 1659px) {
          .portfolio-item.mts-cashback .portfolio-item__img-box:before {
            top: -47px;
            width: 333px;
            height: 333px; } }
        @media (max-width: 767px) {
          .portfolio-item.mts-cashback .portfolio-item__img-box:before {
            top: -35px;
            width: 230px;
            height: 230px; } }
      .portfolio-item.mts-cashback .portfolio-item__img-box_fly {
        position: absolute;
        top: -70px;
        right: -50px; }
        @media (max-width: 1659px) {
          .portfolio-item.mts-cashback .portfolio-item__img-box_fly {
            max-width: 183px; } }
        @media (max-width: 767px) {
          .portfolio-item.mts-cashback .portfolio-item__img-box_fly {
            top: -60px;
            right: -40px;
            max-width: 132px; } }
      .portfolio-item.mts-cashback .portfolio-item__img-box .main {
        max-height: 340px; }
        @media (max-width: 1659px) {
          .portfolio-item.mts-cashback .portfolio-item__img-box .main {
            max-height: 262px; } }
        @media (max-width: 767px) {
          .portfolio-item.mts-cashback .portfolio-item__img-box .main {
            max-height: 173px; } }
    .portfolio-item.mts-cashback .portfolio-item__text {
      margin-top: 94px; }
      @media (max-width: 767px) {
        .portfolio-item.mts-cashback .portfolio-item__text {
          margin-top: 70px; } }
    .portfolio-item.mts-maas .portfolio-item__img-box {
      position: relative;
      display: inline-block; }
      .portfolio-item.mts-maas .portfolio-item__img-box:before {
        position: absolute;
        z-index: -1;
        top: -48px;
        left: 14px;
        width: 307px;
        height: 200px;
        content: '';
        z-index: -1;
        background-image: url("/static/img/pattern-grey.svg"); }
        @media (max-width: 1659px) {
          .portfolio-item.mts-maas .portfolio-item__img-box:before {
            top: -38px;
            left: 24px;
            width: 236px;
            height: 154px; } }
        @media (max-width: 767px) {
          .portfolio-item.mts-maas .portfolio-item__img-box:before {
            top: -24px;
            left: 12px;
            width: 150px;
            height: 98px; } }
      .portfolio-item.mts-maas .portfolio-item__img-box_fly {
        position: absolute;
        top: -10px;
        right: -70px; }
        @media (max-width: 1659px) {
          .portfolio-item.mts-maas .portfolio-item__img-box_fly {
            right: -50px;
            max-width: 162px; } }
        @media (max-width: 767px) {
          .portfolio-item.mts-maas .portfolio-item__img-box_fly {
            right: -15px;
            max-width: 104px; } }
      .portfolio-item.mts-maas .portfolio-item__img-box .main {
        max-height: 353px; }
        @media (max-width: 1659px) {
          .portfolio-item.mts-maas .portfolio-item__img-box .main {
            max-height: 272px; } }
        @media (max-width: 767px) {
          .portfolio-item.mts-maas .portfolio-item__img-box .main {
            max-height: 172px; } }
    .portfolio-item.mts-maas .portfolio-item__text {
      margin-top: 53px; }
    @media (min-width: 767px) {
      .portfolio-item.smart-uni {
        padding-bottom: 0; } }
    .portfolio-item.smart-uni .portfolio-item__img-box {
      position: relative;
      display: inline-block; }
      .portfolio-item.smart-uni .portfolio-item__img-box:before {
        position: absolute;
        z-index: -1;
        top: -90px;
        left: 50%;
        width: 220px;
        height: 142px;
        content: '';
        transform: translateX(-50%);
        z-index: -1;
        background-image: url("/static/img/pattern-grey.svg"); }
        @media (max-width: 1659px) {
          .portfolio-item.smart-uni .portfolio-item__img-box:before {
            top: -60px;
            width: 170px;
            height: 110px; } }
        @media (max-width: 767px) {
          .portfolio-item.smart-uni .portfolio-item__img-box:before {
            top: -60px;
            width: 170px;
            height: 110px; } }
      .portfolio-item.smart-uni .portfolio-item__img-box_fly {
        position: absolute;
        top: 30px;
        right: -130px; }
        @media (max-width: 1659px) {
          .portfolio-item.smart-uni .portfolio-item__img-box_fly {
            right: -80px;
            max-width: 155px; } }
        @media (max-width: 767px) {
          .portfolio-item.smart-uni .portfolio-item__img-box_fly {
            right: -15px;
            max-width: 155px; } }
      .portfolio-item.smart-uni .portfolio-item__img-box .main {
        max-height: 334px; }
        @media (max-width: 1659px) {
          .portfolio-item.smart-uni .portfolio-item__img-box .main {
            max-height: 268px; } }
        @media (max-width: 767px) {
          .portfolio-item.smart-uni .portfolio-item__img-box .main {
            max-height: 268px; } }
    .portfolio-item.smart-uni .portfolio-item__text {
      margin-top: 55px; }
    .portfolio-item.smartmed .portfolio-item__img-box {
      position: relative;
      display: inline-block; }
      .portfolio-item.smartmed .portfolio-item__img-box:before {
        position: absolute;
        z-index: -1;
        top: -114px;
        left: -130px;
        width: 358px;
        height: 358px;
        content: '';
        border-radius: 100%;
        z-index: -1;
        background-image: url("/static/img/pattern-grey.svg"); }
        @media (max-width: 1659px) {
          .portfolio-item.smartmed .portfolio-item__img-box:before {
            left: -110px;
            width: 276px;
            height: 276px; } }
        @media (max-width: 767px) {
          .portfolio-item.smartmed .portfolio-item__img-box:before {
            top: -60px;
            left: -70px;
            width: 211px;
            height: 219px; } }
      .portfolio-item.smartmed .portfolio-item__img-box_fly {
        position: absolute;
        top: 30px;
        right: -125px; }
        @media (max-width: 1659px) {
          .portfolio-item.smartmed .portfolio-item__img-box_fly {
            right: -100px;
            max-width: 170px; } }
        @media (max-width: 767px) {
          .portfolio-item.smartmed .portfolio-item__img-box_fly {
            right: -80px;
            max-width: 140px; } }
      .portfolio-item.smartmed .portfolio-item__img-box .main {
        max-height: 401px; }
        @media (max-width: 1659px) {
          .portfolio-item.smartmed .portfolio-item__img-box .main {
            max-height: 308px; } }
        @media (max-width: 767px) {
          .portfolio-item.smartmed .portfolio-item__img-box .main {
            max-height: 244px; } }
    .portfolio-item.smartmed .portfolio-item__text {
      margin-top: 66px; }
      @media (max-width: 767px) {
        .portfolio-item.smartmed .portfolio-item__text {
          margin-top: 47px; } }
    .portfolio-item.mts-books {
      z-index: 1;
      cursor: pointer; }
      .portfolio-item.mts-books .portfolio-item__img-box {
        position: relative;
        display: inline-block; }
        .portfolio-item.mts-books .portfolio-item__img-box:before {
          position: absolute;
          z-index: -1;
          top: 98px;
          left: -36%;
          width: 313px;
          height: 214px;
          content: '';
          z-index: -1;
          background-image: url("/static/img/pattern-grey.svg"); }
          @media (max-width: 1659px) {
            .portfolio-item.mts-books .portfolio-item__img-box:before {
              width: 241px;
              height: 164px; } }
          @media (max-width: 767px) {
            .portfolio-item.mts-books .portfolio-item__img-box:before {
              top: 38px;
              width: 185px;
              height: 128px; } }
        .portfolio-item.mts-books .portfolio-item__img-box_fly {
          position: absolute;
          top: 50px;
          right: -170px;
          max-width: 195px;
          border-radius: 50%;
          box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16); }
          @media (max-width: 1659px) {
            .portfolio-item.mts-books .portfolio-item__img-box_fly {
              right: -135px;
              max-width: 165px; } }
          @media (max-width: 767px) {
            .portfolio-item.mts-books .portfolio-item__img-box_fly {
              right: -80px;
              max-width: 122px; } }
        .portfolio-item.mts-books .portfolio-item__img-box .main {
          max-height: 443px; }
          @media (max-width: 1659px) {
            .portfolio-item.mts-books .portfolio-item__img-box .main {
              max-height: 341px; } }
          @media (max-width: 767px) {
            .portfolio-item.mts-books .portfolio-item__img-box .main {
              max-height: 230px; } }
      .portfolio-item.mts-books .portfolio-item__text {
        margin-top: 59px; }
        @media (max-width: 767px) {
          .portfolio-item.mts-books .portfolio-item__text {
            margin-top: 47px; } }
  .portfolio-item__text {
    margin-top: 49px; }
    @media (max-width: 767px) {
      .portfolio-item__text {
        margin-top: 47px; } }
    .portfolio-item__text-name {
      margin-bottom: 5px; }
    .portfolio-item__text-desc {
      margin-bottom: 26px; }
      @media (max-width: 767px) {
        .portfolio-item__text-desc {
          margin-bottom: 24px; } }

.jobs-full {
  position: relative;
  padding-top: 120px; }
  @media (max-width: 767px) {
    .jobs-full {
      padding-top: 80px; } }
  .jobs-full .back-to-jobs {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-bottom: 26px;
    padding-left: 15px;
    text-decoration: none; }
    .jobs-full .back-to-jobs:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 10px;
      height: 10px;
      content: '';
      transform: rotate(90deg);
      background-image: url("/static/img/ic-down.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px; }
      @media (max-width: 767px) {
        .jobs-full .back-to-jobs:before {
          top: 16px; } }
    @media (max-width: 767px) {
      .jobs-full .back-to-jobs {
        padding: 15px; }
        .jobs-full .back-to-jobs:hover, .jobs-full .back-to-jobs:active {
          background-color: #f7f7f7; } }
  .jobs-full h2 {
    position: relative; }
    .jobs-full h2:before {
      position: absolute;
      top: 15px;
      left: -60px;
      width: 313px;
      height: 139px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
    @media (max-width: 767px) {
      .jobs-full h2 {
        font-size: 54px; } }
  .jobs-full .tags-box {
    position: relative;
    display: inline-block;
    margin: 30px 0 90px;
    padding: 0 12px;
    list-style: none;
    border-radius: 18px;
    background-color: #c000d9; }
    @media (max-width: 767px) {
      .jobs-full .tags-box {
        margin-bottom: 50px; } }
    .jobs-full .tags-box li {
      font-size: 14px;
      position: relative;
      display: inline-block;
      padding: 12px 12px 10px;
      color: #fff; }
      .jobs-full .tags-box li + li:before {
        position: absolute;
        top: 50%;
        left: -2px;
        width: 2px;
        height: 2px;
        margin-top: -1px;
        content: '';
        border-radius: 100%;
        background-color: #fff; }
  .jobs-full p {
    max-width: 811px;
    margin-bottom: 30px;
    color: #2e3c40; }
    .jobs-full p b {
      display: block;
      margin: 30px 0 35px; }
  .jobs-full .list {
    margin-bottom: 80px; }
    @media (max-width: 767px) {
      .jobs-full .list li {
        padding-bottom: 14px;
        padding-top: 14px; } }
  .jobs-full h4 {
    margin-bottom: 33px; }
  .jobs-full .form {
    margin-bottom: 200px; }
    .jobs-full .form h4 {
      margin: 95px 0 47px; }

.jobs {
  position: relative;
  padding-bottom: 140px; }
  .jobs h4 {
    line-height: 1.26;
    max-width: 913px;
    margin: 0 auto;
    padding: 93px 0 150px; }
  .jobs h3 {
    margin-bottom: 16px; }
  @media (max-width: 767px) {
    .jobs .accordion {
      text-align: center; } }
  @media (max-width: 767px) {
    .jobs {
      padding-bottom: 80px; } }
  @media (max-width: 479px) {
    .jobs .tabs-box ul {
      padding-left: 0; } }
  @media (max-width: 479px) {
    .jobs .tabs {
      overflow-y: hidden;
      scroll-behavior: smooth;
      scrollbar-width: none; }
      .jobs .tabs::-webkit-scrollbar {
        display: none; } }
  @media (max-width: 479px) {
    .jobs .tabs li:before {
      bottom: 0; } }
  @media (max-width: 479px) {
    .jobs .tabs.overflowHidden {
      overflow-x: hidden; } }
  @media (max-width: 479px) {
    .jobs .tabs.overflowScroll {
      overflow-x: scroll; } }
  .jobs .tabs__fade {
    display: none; }
    @media (max-width: 479px) {
      .jobs .tabs__fade {
        position: absolute;
        display: block;
        width: 2em;
        height: 44px;
        z-index: 2; } }
  .jobs .tabs__fade_left {
    top: 0;
    left: 0;
    background: linear-gradient(to left, transparent, white); }
  .jobs .tabs__fade_right {
    top: 0;
    right: 0;
    background: linear-gradient(to right, transparent, white); }
  @media (max-width: 479px) {
    .jobs .tabs__arrow {
      position: absolute;
      width: 14px;
      height: 14px;
      border: solid black;
      opacity: .3;
      top: 50%; } }
  .jobs .tabs__arrow_left {
    border-width: 0 0 2px 2px;
    transform: rotate(45deg) translateY(-50%);
    left: 0; }
  .jobs .tabs__arrow_right {
    border-width: 0 2px 2px 0;
    transform: rotate(-45deg) translateY(-50%);
    right: 0; }
  .jobs .tabs .hidden {
    display: none; }

.not-only-work {
  position: relative;
  margin-bottom: 300px; }
  @media (max-width: 1279px) {
    .not-only-work {
      margin-bottom: 150px; } }
  .not-only-work h3 {
    position: relative;
    z-index: 1; }
  .not-only-work__box {
    position: relative;
    width: 1160px;
    height: 1200px;
    margin: -5px auto 0; }
  .not-only-work__item {
    position: absolute;
    width: 100%;
    height: 100%; }
    .not-only-work__item img {
      position: absolute;
      max-width: 300px;
      max-height: 220px; }
    .not-only-work__item.img-1 {
      z-index: 1; }
      .not-only-work__item.img-1 img {
        top: 30px;
        right: 230px; }
        @media (max-width: 767px) {
          .not-only-work__item.img-1 img {
            right: 450px; } }
    .not-only-work__item.img-2 img {
      top: 99px;
      right: 0; }
      @media (max-width: 1279px) {
        .not-only-work__item.img-2 img {
          display: none; } }
    .not-only-work__item.img-3 {
      z-index: 1; }
      .not-only-work__item.img-3 img {
        top: 200px;
        right: 270px; }
        @media (max-width: 767px) {
          .not-only-work__item.img-3 img {
            display: none; } }
    .not-only-work__item.img-4 img {
      top: 250px;
      left: 380px; }
      @media (max-width: 767px) {
        .not-only-work__item.img-4 img {
          display: none; } }
    .not-only-work__item.img-4.pattern:before {
      position: absolute;
      top: 123px;
      left: -258px;
      width: 336px;
      height: 140px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
    .not-only-work__item.img-5 img {
      top: 470px;
      right: 0; }
      @media (max-width: 1279px) {
        .not-only-work__item.img-5 img {
          display: none; } }
    .not-only-work__item.img-6 {
      z-index: 1; }
      .not-only-work__item.img-6 img {
        top: 430px;
        right: 230px; }
        @media (max-width: 767px) {
          .not-only-work__item.img-6 img {
            top: 70px;
            left: 180px; } }
        @media (max-width: 479px) {
          .not-only-work__item.img-6 img {
            top: 55px;
            left: 40px; } }
    .not-only-work__item.img-7 img {
      top: 470px;
      right: 330px; }
      @media (max-width: 767px) {
        .not-only-work__item.img-7 img {
          top: 200px;
          right: 500px; } }
      @media (max-width: 479px) {
        .not-only-work__item.img-7 img {
          display: none; } }
    .not-only-work__item.img-8 img {
      top: 470px;
      left: 280px; }
      @media (max-width: 767px) {
        .not-only-work__item.img-8 img {
          top: 630px;
          left: 70px; } }
      @media (max-width: 479px) {
        .not-only-work__item.img-8 img {
          top: 350px;
          left: 50px; } }
    .not-only-work__item.img-8.pattern:before {
      position: absolute;
      bottom: -140px;
      left: 360px;
      width: 592px;
      height: 140px;
      content: '';
      z-index: -1;
      background-image: url("/static/img/pattern-grey.svg"); }
    .not-only-work__item.img-9 {
      z-index: 1; }
      .not-only-work__item.img-9 img {
        top: 609px;
        left: 166px; }
        @media (max-width: 767px) {
          .not-only-work__item.img-9 img {
            top: 550px;
            left: 350px; } }
        @media (max-width: 479px) {
          .not-only-work__item.img-9 img {
            display: none; } }
    .not-only-work__item.img-10 img {
      top: 654px;
      right: 80px; }
      @media (max-width: 1279px) {
        .not-only-work__item.img-10 img {
          right: 150px; } }
      @media (max-width: 767px) {
        .not-only-work__item.img-10 img {
          display: none; } }
    .not-only-work__item.img-11 {
      z-index: 1; }
      .not-only-work__item.img-11 img {
        top: 750px;
        right: 440px; }
        @media (max-width: 767px) {
          .not-only-work__item.img-11 img {
            display: block;
            top: 340px;
            left: 250px; } }
        @media (max-width: 479px) {
          .not-only-work__item.img-11 img {
            top: 450px;
            left: 180px; } }
    .not-only-work__item.img-12 img {
      top: 830px;
      right: 230px; }
    .not-only-work__item.img-13 img {
      top: 850px;
      left: 150px; }
    .not-only-work__item.img-14 {
      z-index: 1; }
      .not-only-work__item.img-14 img {
        top: 970px;
        left: 270px; }
        @media (max-width: 1279px) {
          .not-only-work__item.img-14 img {
            top: 870px;
            left: 370px; } }
        @media (max-width: 479px) {
          .not-only-work__item.img-14 img {
            top: 630px;
            left: 70px; } }
    .not-only-work__item.img-15 img {
      top: 1130px;
      left: 200px; }
      @media (max-width: 1279px) {
        .not-only-work__item.img-15 img {
          display: none; } }
    .not-only-work__item.img-16 img {
      top: 374px;
      left: 100px; }
      @media (max-width: 479px) {
        .not-only-work__item.img-16 img {
          top: 200px;
          left: 220px; } }
  .not-only-work p {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 1;
    max-width: 390px;
    margin: -50px 30px 0 auto;
    color: #2e3c40; }

.mobile-id-try-banner {
  font-family: MuseoSansCyrl, sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 64px;
  background-color: #c000d9;
  font-size: 25px;
  color: #ffffff; }
  @media (max-width: 1279px) {
    .mobile-id-try-banner {
      padding: 15px;
      font-size: 20px; } }
  @media (max-width: 767px) {
    .mobile-id-try-banner {
      display: flex;
      flex-direction: column;
      height: auto;
      text-align: center;
      font-size: 14px; } }
  .mobile-id-try-banner a {
    font-size: 25px;
    color: #ffffff;
    text-decoration: underline;
    cursor: pointer;
    font-weight: 300;
    margin-left: 35px; }
    @media (max-width: 1279px) {
      .mobile-id-try-banner a {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .mobile-id-try-banner a {
        margin-left: 0;
        font-size: 14px; } }

.mobile-id {
  position: relative;
  /*element.style {
        display: flex;
        position: absolute;
        height: 32px;
        width: 32px;
        top: 12px;
        right: -12px;
        justify-content: flex-end;
    }*/ }
  .mobile-id button {
    font-family: MuseoSansCyrl, sans-serif;
    width: 287px; }
  .mobile-id ul li:before {
    top: .8em; }
    @media (max-width: 767px) {
      .mobile-id ul li:before {
        top: .95em; } }
  .mobile-id .nowrap {
    white-space: nowrap; }
  .mobile-id__large-text {
    width: 844px;
    font-size: 64px;
    line-height: 76px;
    color: #202d3d;
    margin: 95px auto 0;
    font-family: MuseoSansCyrl, sans-serif; }
    @media (max-width: 1279px) {
      .mobile-id__large-text {
        padding: 0 30px;
        margin-top: 50px;
        font-size: 45px;
        line-height: 57px; } }
    @media (max-width: 767px) {
      .mobile-id__large-text {
        width: auto;
        text-align: center;
        font-size: 30px;
        line-height: 42px; } }
    .mobile-id__large-text b {
      font-weight: 900; }
    .mobile-id__large-text-block {
      margin-top: 35px;
      display: flex;
      flex-direction: column;
      width: 560px; }
      @media (max-width: 767px) {
        .mobile-id__large-text-block {
          width: auto; } }
    .mobile-id__large-text-paragraph {
      margin-top: 18px; }
  .mobile-id__large-text-nowrap {
    position: relative;
    display: inline-block;
    white-space: nowrap; }
  .mobile-id__large-text-asterisk {
    position: absolute;
    top: 7px;
    display: inline-block;
    font-size: 37.5px; }
    @media (max-width: 1279px) {
      .mobile-id__large-text-asterisk {
        font-size: 32.5px;
        top: 6px; } }
    @media (max-width: 767px) {
      .mobile-id__large-text-asterisk {
        font-size: 23.5px;
        top: 2px; } }
  .mobile-id__large-text-note {
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0;
    color: #202d3d;
    margin-top: 15px; }
    @media (max-width: 767px) {
      .mobile-id__large-text-note {
        width: auto;
        text-align: center;
        font-size: 9px; } }
  .mobile-id__link-wrapper {
    width: 844px;
    display: flex;
    margin: 110px auto; }
    @media (max-width: 1279px) {
      .mobile-id__link-wrapper {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .mobile-id__link-wrapper {
        width: auto;
        padding-left: 0;
        margin: 100px auto;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; } }
    .mobile-id__link-wrapper .btn {
      margin-right: 85px; }
      @media (max-width: 767px) {
        .mobile-id__link-wrapper .btn {
          margin-right: 0;
          margin-bottom: 30px; } }
  .mobile-id__statistic {
    display: flex;
    width: 844px;
    margin: auto;
    font-family: MuseoSansCyrl, sans-serif; }
    @media (max-width: 1279px) {
      .mobile-id__statistic {
        padding-left: 30px; } }
    @media (max-width: 767px) {
      .mobile-id__statistic {
        padding-left: 0;
        width: auto;
        justify-content: space-evenly; } }
    .mobile-id__statistic div {
      margin-right: 175px; }
      @media (max-width: 767px) {
        .mobile-id__statistic div {
          margin-right: 0;
          margin-bottom: 80px; } }
  .mobile-id__stat-number {
    display: flex;
    justify-content: space-between;
    font-size: 66px;
    line-height: normal;
    margin-bottom: 6px;
    font-weight: 900; }
  .mobile-id__stat-text {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    color: #5a6d73; }
  .mobile-id__small-text {
    width: 844px;
    padding-right: 276px;
    height: auto;
    font-size: 18px;
    line-height: 24px;
    color: #202d3d;
    margin: 90px auto 160px;
    font-family: MuseoSansCyrl, sans-serif; }
    @media (max-width: 1279px) {
      .mobile-id__small-text {
        padding-left: 30px;
        font-size: 14px;
        line-height: 21px; } }
    @media (max-width: 767px) {
      .mobile-id__small-text {
        width: auto;
        height: auto;
        text-align: center;
        padding: 0 30px;
        margin-top: 20px;
        margin-bottom: 208px; } }
    .mobile-id__small-text a {
      color: #c000d9;
      text-decoration: none; }
  .mobile-id__authorization {
    position: relative;
    display: flex;
    width: 968px;
    height: auto;
    margin: auto;
    font-family: MuseoSansCyrl, sans-serif;
    line-height: 1.56;
    z-index: 0; }
    @media (max-width: 1279px) {
      .mobile-id__authorization {
        width: auto;
        height: 900px; } }
  .mobile-id__authorization_phone {
    background-color: #6e7782;
    color: #fff; }
    @media (max-width: 1279px) {
      .mobile-id__authorization_phone {
        height: auto; } }
  .mobile-id__authorization_quick {
    background-color: #202d3d;
    color: #fff;
    margin-top: 200px;
    margin-bottom: 200px; }
    @media (max-width: 1279px) {
      .mobile-id__authorization_quick {
        height: auto; } }
  .mobile-id__authorization_pin {
    background-color: #e2e5eb;
    color: #001424; }
    @media (max-width: 1279px) {
      .mobile-id__authorization_pin {
        height: auto; } }
  .mobile-id__auth-wrapper {
    margin-top: 58px;
    margin-bottom: 58px;
    margin-left: 99px;
    width: 444px; }
    @media (max-width: 1279px) {
      .mobile-id__auth-wrapper {
        width: auto;
        margin: 490px 58px 58px; } }
  .mobile-id__auth-title {
    font-size: 26px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .mobile-id__auth-title {
        text-align: center;
        font-size: 21px; } }
  .mobile-id__auth-subtitle {
    font-size: 23px;
    font-weight: 600; }
    @media (max-width: 767px) {
      .mobile-id__auth-subtitle {
        text-align: center;
        font-size: 18px; } }
  .mobile-id__auth-steps {
    display: flex;
    flex-direction: column;
    font-size: 18px;
    padding-left: 24px;
    margin-top: 25px;
    margin-bottom: 35px;
    font-weight: 300;
    justify-content: space-evenly;
    list-style: none;
    counter-reset: numeric-counter; }
    .mobile-id__auth-steps li {
      counter-increment: numeric-counter;
      position: relative; }
    .mobile-id__auth-steps li::before {
      content: counter(numeric-counter) ".";
      font-weight: bold;
      position: absolute;
      left: -24px; }
    @media (max-width: 767px) {
      .mobile-id__auth-steps {
        font-size: 14px;
        line-height: 17px; } }
  .mobile-id__auth-steps_phone {
    width: 444px; }
    @media (max-width: 1279px) {
      .mobile-id__auth-steps_phone {
        width: auto;
        height: auto; } }
  .mobile-id__auth-steps_quick {
    width: 468px;
    padding: 0; }
    @media (max-width: 1279px) {
      .mobile-id__auth-steps_quick {
        width: auto;
        height: auto; } }
  .mobile-id__auth-steps_pin {
    width: 468px;
    padding: 0; }
    @media (max-width: 1279px) {
      .mobile-id__auth-steps_pin {
        width: auto;
        height: auto; } }
  .mobile-id__auth-advantages.list {
    display: flex;
    flex-direction: column;
    margin-top: 15px;
    font-weight: 300;
    padding-left: 0;
    justify-content: space-evenly; }
    .mobile-id__auth-advantages.list li {
      line-height: inherit;
      padding-bottom: 5px;
      padding-top: 5px;
      font-size: 18px; }
      @media (max-width: 767px) {
        .mobile-id__auth-advantages.list li {
          font-size: 14px; } }
    .mobile-id__auth-advantages.list li:before {
      top: 18.04px; }
  .mobile-id__auth-advantages_phone.list {
    width: 432px;
    height: auto; }
    @media (max-width: 1279px) {
      .mobile-id__auth-advantages_phone.list {
        width: auto;
        height: auto; } }
    .mobile-id__auth-advantages_phone.list li {
      color: #fff; }
    .mobile-id__auth-advantages_phone.list li:before {
      background-color: #fff; }
  .mobile-id__auth-advantages_quick.list {
    width: 432px;
    height: auto; }
    @media (max-width: 1279px) {
      .mobile-id__auth-advantages_quick.list {
        width: auto;
        height: auto; } }
    .mobile-id__auth-advantages_quick.list li {
      color: #fff; }
    .mobile-id__auth-advantages_quick.list li:before {
      background-color: #fff; }
  .mobile-id__auth-advantages_pin.list {
    width: 455px;
    height: auto; }
    @media (max-width: 1279px) {
      .mobile-id__auth-advantages_pin.list {
        width: auto;
        height: auto; } }
    .mobile-id__auth-advantages_pin.list li {
      color: #001424; }
    .mobile-id__auth-advantages_pin.list li::before {
      background-color: #001424; }
  .mobile-id__auth-note {
    width: 868px;
    font-size: 14px;
    letter-spacing: 0;
    color: #202d3d;
    margin: 30px auto 0; }
    @media (max-width: 1279px) {
      .mobile-id__auth-note {
        width: auto;
        text-align: center; } }
    @media (max-width: 767px) {
      .mobile-id__auth-note {
        font-size: 9px; } }
  .mobile-id__auth-img {
    box-shadow: inherit;
    position: absolute;
    width: 250px;
    height: 501px;
    right: 80px;
    top: -105px; }
    @media (max-width: 1279px) {
      .mobile-id__auth-img {
        right: 50%;
        transform: translateX(50%);
        top: -105px; } }
    .mobile-id__auth-img img {
      position: absolute;
      top: 69px;
      left: 16px;
      width: 218px;
      z-index: -1; }
    .mobile-id__auth-img img.phone {
      opacity: 1;
      width: 250px;
      position: initial; }
    .mobile-id__auth-img img {
      opacity: 0;
      transition: opacity .2s ease-in; }
    .mobile-id__auth-img img.active {
      opacity: 1;
      transition: opacity .2s ease-out; }
    .mobile-id__auth-img .mobile-id__slider-dots {
      bottom: -40px;
      margin-left: 50%;
      transform: translateX(-50%); }
  .mobile-id__auth-img_phone .mobile-id__dot:not(.active) {
    background-color: #fff; }
  .mobile-id__auth-img_quick .mobile-id__dot:not(.active) {
    background-color: #fff; }
  .mobile-id__auth-img_pin .mobile-id__dot:not(.active) {
    background-color: #6e7782; }
  .mobile-id__slider {
    position: absolute;
    top: -123px;
    right: 25px; }
    .mobile-id__slider img {
      width: 335px; }
  .mobile-id__slider-dots {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 86px;
    bottom: 18px;
    margin-left: 116px; }
  .mobile-id__dot {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #fff;
    cursor: pointer;
    transition: background-color .3s; }
    .mobile-id__dot.active {
      background-color: #c000d9; }
  .mobile-id__dot:hover:not(.active) {
    background-color: #b9b9b9; }
  .mobile-id__example {
    width: 868px;
    margin: 142px auto 50px; }
    @media (max-width: 767px) {
      .mobile-id__example {
        width: auto; } }
  .mobile-id__example-text {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 900;
    width: 868px;
    height: 297px;
    font-size: 48px;
    line-height: 58px;
    color: #001424; }
    @media (max-width: 1279px) {
      .mobile-id__example-text {
        width: auto;
        height: auto;
        font-size: 30px;
        line-height: 40px;
        padding: 0 30px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .mobile-id__example-text {
        text-align: center;
        font-size: 25px;
        line-height: 35px; } }
  .mobile-id__example-img {
    width: 761px;
    height: 428px;
    position: relative; }
    @media (max-width: 1279px) {
      .mobile-id__example-img {
        margin: auto; } }
    @media (max-width: 767px) {
      .mobile-id__example-img {
        width: auto;
        max-height: 50vw;
        margin: 0 30px; } }
    .mobile-id__example-img img {
      position: absolute;
      object-fit: contain;
      transition: opacity .2s;
      box-shadow: 0 22px 34px 0 rgba(0, 0, 0, 0.16); }
    .mobile-id__example-img img:not(.active) {
      opacity: 0; }
    .mobile-id__example-img img.active {
      opacity: 1; }
    .mobile-id__example-img .mobile-id__slider-dots {
      bottom: -40px;
      margin-left: 50%;
      transform: translateX(-50%); }
    .mobile-id__example-img .mobile-id__dot:not(.active) {
      background-color: #6e7782; }
    .mobile-id__example-img .mobile-id__dot {
      transition: background-color .3s; }
    .mobile-id__example-img .mobile-id__dot:hover:not(.active) {
      background-color: #b9b9b9; }
  .mobile-id__info-wrapper {
    font-family: MuseoSansCyrl, sans-serif;
    width: 844px;
    margin: 130px auto 50px;
    position: relative; }
    @media (max-width: 1279px) {
      .mobile-id__info-wrapper {
        width: auto; } }
  .mobile-id__info-title {
    width: 568px;
    height: 64px;
    font-size: 26px;
    color: #001424;
    font-weight: bold; }
    @media (max-width: 1279px) {
      .mobile-id__info-title {
        width: auto;
        height: auto;
        text-align: center;
        padding: 0 30px; } }
    @media (max-width: 767px) {
      .mobile-id__info-title {
        font-size: 21px; } }
  .mobile-id__info-lists {
    display: flex;
    justify-content: space-between;
    width: 844px;
    margin-top: 50px;
    margin-bottom: 50px; }
    @media (max-width: 1279px) {
      .mobile-id__info-lists {
        width: auto; } }
    @media (max-width: 767px) {
      .mobile-id__info-lists {
        height: auto;
        flex-direction: column;
        align-items: center; } }
    @media (max-width: 1279px) {
      .mobile-id__info-lists > div {
        width: 50%; } }
    @media (max-width: 767px) {
      .mobile-id__info-lists > div {
        width: 75%; } }
  .mobile-id__info-subtitle {
    font-size: 23px;
    color: #001424;
    font-weight: bold; }
    @media (max-width: 1279px) {
      .mobile-id__info-subtitle {
        padding: 0 30px;
        text-align: center; } }
    @media (max-width: 767px) {
      .mobile-id__info-subtitle {
        font-size: 18px; } }
  .mobile-id__info-for-client.list {
    width: 380px;
    height: auto;
    color: #001424;
    margin-top: 15px;
    padding: 0; }
    @media (max-width: 1279px) {
      .mobile-id__info-for-client.list {
        width: auto;
        height: auto;
        margin-bottom: 15px;
        margin-left: 30px;
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .mobile-id__info-for-client.list {
        margin-left: auto;
        margin-right: auto; } }
    .mobile-id__info-for-client.list li {
      font-size: 18px;
      line-height: inherit;
      padding-bottom: 5px;
      padding-top: 5px; }
      @media (max-width: 767px) {
        .mobile-id__info-for-client.list li {
          font-size: 14px; } }
  .mobile-id__info-for-serv.list {
    width: 396px;
    height: auto;
    color: #001424;
    margin-top: 15px;
    padding: 0; }
    @media (max-width: 1279px) {
      .mobile-id__info-for-serv.list {
        width: auto;
        height: auto;
        margin-left: 10px;
        margin-right: 30px; } }
    @media (max-width: 767px) {
      .mobile-id__info-for-serv.list {
        margin-left: auto;
        margin-right: auto; } }
    .mobile-id__info-for-serv.list li {
      font-size: 18px;
      line-height: inherit;
      padding-bottom: 5px;
      padding-top: 5px; }
      @media (max-width: 767px) {
        .mobile-id__info-for-serv.list li {
          font-size: 14px; } }
  .mobile-id__info-btns {
    width: 800px;
    display: flex; }
    .mobile-id__info-btns button {
      margin-right: 35px; }
      @media (max-width: 767px) {
        .mobile-id__info-btns button {
          margin-right: 0; } }
    @media (max-width: 1279px) {
      .mobile-id__info-btns {
        width: auto;
        height: auto;
        justify-content: center; } }
    @media (max-width: 767px) {
      .mobile-id__info-btns {
        height: 160px;
        margin-left: 0;
        flex-direction: column;
        align-items: center;
        justify-content: space-between; } }
  .mobile-id__info-note {
    font-size: 14px;
    letter-spacing: 0;
    color: #202d3d;
    margin-top: 50px; }
    @media (max-width: 1279px) {
      .mobile-id__info-note {
        width: auto;
        text-align: center;
        margin: 50px auto 0; } }
    @media (max-width: 767px) {
      .mobile-id__info-note {
        font-size: 9px; } }
  .mobile-id .no-fill {
    color: #202d3d;
    background-color: transparent;
    border: 2px solid #bbc1c7;
    font-weight: bold; }
  .mobile-id__mock {
    position: absolute;
    top: 64.5%;
    right: 0;
    width: 35em; }
    @media (max-width: 1279px) {
      .mobile-id__mock {
        display: none; } }
  .mobile-id__stream {
    width: 844px;
    margin: 280px auto 50px; }
    @media (max-width: 1279px) {
      .mobile-id__stream {
        width: auto;
        margin: 150px 30px 50px; } }
    @media (max-width: 767px) {
      .mobile-id__stream {
        text-align: center; } }
  .mobile-id__stream-title {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 900;
    font-size: 64px;
    line-height: 76px;
    color: #202d3d; }
    @media (max-width: 1279px) {
      .mobile-id__stream-title {
        text-align: center; } }
    @media (max-width: 767px) {
      .mobile-id__stream-title {
        font-size: 35px;
        line-height: 47px; } }
    .mobile-id__stream-title span {
      color: #c000d9; }
  .mobile-id__stream-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px; }
    @media (max-width: 767px) {
      .mobile-id__stream-wrapper {
        flex-direction: column;
        align-items: center;
        margin-top: 34px; } }
  .mobile-id__stream-subtitle {
    margin-bottom: 16px; }
    @media (max-width: 1279px) {
      .mobile-id__stream-subtitle {
        margin-left: 30px; } }
    @media (max-width: 767px) {
      .mobile-id__stream-subtitle {
        margin-left: 0;
        font-size: 22px; } }
  .mobile-id__stream-text {
    width: 368px;
    font-size: 18px;
    line-height: 24px;
    color: #202d3d;
    font-family: MuseoSansCyrl, sans-serif;
    margin-bottom: 30px; }
    .mobile-id__stream-text .h106 {
      height: 106px; }
    .mobile-id__stream-text .h74 {
      height: 74px; }
    .mobile-id__stream-text .h120 {
      height: 120px; }
    .mobile-id__stream-text .h142 {
      height: 142px; }
    .mobile-id__stream-text .h50 {
      height: 50px; }
    @media (max-width: 1279px) {
      .mobile-id__stream-text {
        width: auto;
        margin: 0 30px 30px; } }
    @media (max-width: 767px) {
      .mobile-id__stream-text {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 26px; } }
  .mobile-id__stream-btn {
    margin-top: 50px; }
    @media (max-width: 1279px) {
      .mobile-id__stream-btn {
        margin: 50px auto 0 30px; } }
    @media (max-width: 767px) {
      .mobile-id__stream-btn {
        margin-top: 30px;
        margin-left: 0; } }
  .mobile-id__pricing {
    display: flex;
    flex-direction: column;
    height: 844px;
    background-color: #f2f3f7;
    align-items: center;
    margin-top: 150px;
    display: none; }
    @media (max-width: 1279px) {
      .mobile-id__pricing {
        height: auto;
        padding-bottom: 80px; } }
  .mobile-id__pricing-title {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 900;
    width: 768px;
    height: 52px;
    font-size: 64px;
    line-height: 32px;
    color: #001424;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 60px; }
    @media (max-width: 1279px) {
      .mobile-id__pricing-title {
        font-size: 50px;
        line-height: 18px; } }
  .mobile-id__pricing-wrapper {
    display: flex; }
    @media (max-width: 1279px) {
      .mobile-id__pricing-wrapper {
        flex-direction: column; } }
  .mobile-id__pricing-block {
    display: flex;
    flex-direction: column;
    width: 368px;
    height: 508px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(110, 119, 130, 0.16);
    background-color: #ffffff;
    align-items: center; }
    @media (max-width: 767px) {
      .mobile-id__pricing-block {
        width: 308px;
        height: 468px; } }
    .mobile-id__pricing-block.middle {
      margin: 0 35px; }
      @media (max-width: 1279px) {
        .mobile-id__pricing-block.middle {
          margin: 35px 0; } }
  .mobile-id__pricing-name {
    font-size: 25px;
    line-height: 32px;
    color: #001424;
    font-family: MuseoSansCyrl, sans-serif;
    text-align: center;
    margin-top: 20px; }
    @media (max-width: 1279px) {
      .mobile-id__pricing-name {
        font-size: 18px;
        line-height: 25px; } }
  .mobile-id__pricing-cost {
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 900;
    font-size: 40px;
    line-height: 32px;
    color: #001424;
    text-align: center;
    margin-top: 25px; }
    @media (max-width: 1279px) {
      .mobile-id__pricing-cost {
        font-size: 33px;
        line-height: 25px; } }
  .mobile-id__pricing-units {
    font-size: 17px;
    line-height: 32px;
    color: #6e7782;
    font-family: MuseoSansCyrl, sans-serif;
    text-align: center; }
    @media (max-width: 1279px) {
      .mobile-id__pricing-units {
        font-size: 14px;
        line-height: 29px; } }
  .mobile-id__pricing-points {
    width: 245px;
    color: #001424;
    font-family: MuseoSansCyrl, sans-serif;
    text-transform: lowercase;
    margin-top: 10px;
    list-style: none; }
    @media (max-width: 767px) {
      .mobile-id__pricing-points {
        width: 204px; } }
    .mobile-id__pricing-points li {
      line-height: 32px;
      font-size: 17px;
      position: relative;
      padding: 5px 0; }
      @media (max-width: 1279px) {
        .mobile-id__pricing-points li {
          font-size: 14px;
          line-height: 29px; } }
      .mobile-id__pricing-points li.h-60 {
        height: 60px;
        line-height: 24px; }
        @media (max-width: 1279px) {
          .mobile-id__pricing-points li.h-60 {
            height: auto;
            font-size: 14px;
            line-height: 21px; } }
    .mobile-id__pricing-points li.include::before {
      position: absolute;
      content: '';
      display: block;
      width: 7px;
      height: 17px;
      border: solid #26cd58;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
      left: -30px;
      top: .5em; }
      @media (max-width: 1279px) {
        .mobile-id__pricing-points li.include::before {
          width: 4px;
          height: 14px;
          left: -20px;
          top: .7em; } }
    .mobile-id__pricing-points li:not(.include) {
      color: #9198a0; }
  .mobile-id__pricing-btn {
    position: relative;
    margin-top: 30px; }
    .mobile-id__pricing-btn button {
      width: 168px;
      min-width: 168px;
      line-height: inherit;
      height: 44px;
      border-radius: 4px;
      padding: 0;
      font-family: MuseoSansCyrl, sans-serif; }
  .mobile-id__faq {
    width: 690px;
    margin: 100px auto;
    font-family: MuseoSansCyrl, sans-serif; }
    @media (max-width: 767px) {
      .mobile-id__faq {
        width: auto;
        margin: 114px 30px; }
        .mobile-id__faq .accordion {
          padding-left: 0;
          text-align: center; }
        .mobile-id__faq .accordion__submenu {
          padding-left: 0; } }
  .mobile-id__faq-title {
    text-align: center;
    margin-bottom: 30px; }
  .mobile-id__faq-note {
    font-size: 14px;
    letter-spacing: 0;
    color: #202d3d;
    margin-top: 50px; }
    @media (max-width: 1279px) {
      .mobile-id__faq-note {
        width: auto;
        text-align: center;
        margin: 50px auto 0; } }
    @media (max-width: 767px) {
      .mobile-id__faq-note {
        font-size: 9px; } }
  .mobile-id__feedback {
    margin-bottom: 144px; }
  .mobile-id__feedback-question {
    font-size: 27px;
    line-height: 20px;
    color: #001424;
    font-family: MuseoSansCyrl, sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 0 30px; }
    @media (max-width: 767px) {
      .mobile-id__feedback-question {
        font-size: 20px;
        line-height: 15px; } }
  .mobile-id__feedback-options {
    display: flex;
    justify-content: center;
    font-size: 27px;
    color: #001424;
    font-family: MuseoSansCyrl, sans-serif;
    margin-top: 45px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .mobile-id__feedback-options {
        font-size: 20px; } }
    .mobile-id__feedback-options div {
      cursor: pointer;
      width: 4em;
      text-align: center; }
  .mobile-id__feedback-yes {
    margin-right: 30px; }
  .mobile-id__feedback-amount {
    display: flex;
    justify-content: center;
    font-size: 27px;
    color: #001424;
    font-family: MuseoSansCyrl, sans-serif; }
    @media (max-width: 767px) {
      .mobile-id__feedback-amount {
        font-size: 20px; } }
    .mobile-id__feedback-amount div {
      width: 4em;
      text-align: center; }
  .mobile-id__likes-count {
    margin-right: 30px; }

.form .btns_block {
  font-family: MuseoSansCyrl, sans-serif; }
  @media (max-width: 767px) {
    .form .btns_block {
      flex-direction: column;
      align-items: center; } }
  @media (max-width: 767px) {
    .form .btns_block .btn {
      max-width: 220px; } }
  @media (max-width: 767px) {
    .form .btns_block .btn__submit {
      margin-bottom: 1em; } }
  .form .btns_block .btn_full-length {
    width: 100%; }

.form .privacy-policy_horizontal {
  margin-top: 1em; }

header {
  position: relative;
  padding: 32px 0;
  /* Анимации для меню, выезжающего сбоку */ }
  @media (max-width: 767px) {
    header .container > div[class*="grid"] {
      flex-direction: column;
      align-items: flex-start; } }
  header .menu-container {
    width: 100%;
    margin-top: 1.65em; }
  header .menu-trigram {
    padding: .6em;
    cursor: pointer;
    position: absolute;
    margin-top: .65em;
    top: 29px;
    transition: opacity .1s linear;
    right: 29px;
    opacity: 1;
    display: none; }
    header .menu-trigram svg {
      width: 2.4em;
      height: 2.4em;
      -webkit-transition: fill 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
      -o-transition: fill 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
      transition: fill 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
      fill: #ccc;
      vertical-align: middle; }
    header .menu-trigram:hover svg, header .menu-trigram:active svg {
      fill: #001424; }
    @media (max-width: 767px) {
      header .menu-trigram {
        display: block; } }
  header .menu-close {
    padding: .6em;
    cursor: pointer;
    position: absolute;
    margin-top: .65em;
    top: 29px;
    transition: opacity .1s linear;
    right: 31px;
    opacity: 0; }
  header [class*="menu-overflow"] {
    position: fixed;
    z-index: -1000000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    background-color: rgba(0, 0, 0, 0.75);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }
    header [class*="menu-overflow"][class*="open"] {
      -webkit-animation-name: menu-overflow_open;
      animation-name: menu-overflow_open;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      display: block;
      z-index: 1000000; }
    header [class*="menu-overflow"][class*="close"] {
      -webkit-animation-name: menu-overflow_close;
      animation-name: menu-overflow_close;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in; }

@keyframes menu-overflow_open {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes menu-overflow_close {
  0% {
    opacity: 1;
    z-index: 1000000; }
  99% {
    opacity: .01;
    z-index: 1000000; }
  100% {
    opacity: 0;
    z-index: -1000000;
    display: none; } }
  header [class*="menu-slider"] {
    position: fixed;
    z-index: 1000001;
    width: 75%;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-animation-duration: .25s;
    animation-duration: .25s;
    background-color: #fff;
    transition: right 250ms ease-in-out, box-shadow 250ms ease-in-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards; }
    header [class*="menu-slider"][class*="open_right"] {
      -webkit-animation-name: menu-slider_open_right;
      animation-name: menu-slider_open_right;
      -webkit-animation-timing-function: ease-out;
      animation-timing-function: ease-out;
      width: 75%;
      height: 100%;
      top: 0;
      -webkit-box-shadow: 0 0.8em 2em rgba(0, 0, 0, 0.25);
      box-shadow: 0 0.8em 2em rgba(0, 0, 0, 0.25); }
    header [class*="menu-slider"][class*="close_right"] {
      -webkit-animation-name: menu-slider_close_right;
      animation-name: menu-slider_close_right;
      -webkit-animation-timing-function: ease-in;
      animation-timing-function: ease-in;
      width: 75%;
      height: 100%;
      top: 0; }
    header [class*="menu-slider"] .main-menu {
      padding: 1.2em 0; }
      header [class*="menu-slider"] .main-menu a:hover, header [class*="menu-slider"] .main-menu a:active {
        background-color: #f7f7f7; }

@keyframes menu-slider_open_right {
  from {
    right: -100%; }
  to {
    right: 0; } }

@keyframes menu-slider_close_right {
  from {
    right: 0; }
  to {
    right: -100%; } }
  @media (max-width: 767px) {
    header .menu-logo {
      padding: 0;
      margin-top: 3px;
      margin-left: 50%;
      transform: translateX(-50%); } }
  @media (max-width: 767px) {
    header {
      overflow: hidden;
      max-height: 108px;
      transition: max-height .3s ease-in-out, box-shadow .3s ease-in-out; } }

.logo {
  display: inline-block;
  height: 44px; }
  @media (max-width: 767px) {
    .logo {
      height: auto; } }

.main-menu {
  position: relative;
  padding-left: 0;
  display: flex;
  list-style: none;
  justify-content: flex-end; }
  .main-menu li + li {
    margin-left: 40px; }
    @media (max-width: 1279px) {
      .main-menu li + li {
        margin-left: 15px; } }
    @media (max-width: 767px) {
      .main-menu li + li {
        margin-left: 0; } }
  .main-menu li.active a::after {
    transform: translateY(-1.25em);
    opacity: 1; }
  .main-menu a {
    font-size: 13px;
    line-height: 1.69;
    position: relative;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #2e3c40; }
    @media (max-width: 1279px) {
      .main-menu a {
        font-size: 12px;
        line-height: 1.83;
        letter-spacing: 0.7px; } }
    @media (max-width: 767px) {
      .main-menu a {
        display: block;
        width: 100%;
        padding: 15px;
        height: 45px; } }
    .main-menu a::after {
      position: absolute;
      bottom: -25px;
      left: 0;
      width: 100%;
      content: '';
      transition: transform .3s ease, opacity .3s ease;
      transform: translateY(-1.5em);
      opacity: 0;
      border-bottom: 1px solid #2e3c40; }
      @media (max-width: 767px) {
        .main-menu a::after {
          display: none; } }
    .main-menu a:hover::after {
      transform: translateY(-1.25em);
      opacity: 1; }
    .main-menu a.active::after {
      transform: translateY(-1.25em);
      opacity: 1; }
  .main-menu .popover-modal {
    width: 285px;
    margin-left: -25px;
    padding: 15px 25px;
    border-radius: 4px;
    box-shadow: 0 22px 44px 0 rgba(0, 0, 0, 0.06); }
    .main-menu .popover-modal .popover-body {
      overflow: visible; }
      .main-menu .popover-modal .popover-body ul {
        list-style: none; }
        .main-menu .popover-modal .popover-body ul li {
          padding: 6px 0; }
          .main-menu .popover-modal .popover-body ul li + li {
            margin-left: 0; }
          .main-menu .popover-modal .popover-body ul li .sub-item {
            font-size: 13px;
            text-decoration: none;
            letter-spacing: 2px;
            text-transform: uppercase;
            color: #2e3c40; }
  @media (max-width: 767px) {
    .main-menu li {
      height: 45px;
      transition: background-color .3s; }
      .main-menu li:active {
        background-color: #e6e6e6; } }
  @media (max-width: 767px) {
    .main-menu {
      flex-direction: column;
      text-align: center; } }

@media (max-width: 1279px) {
  main {
    overflow-x: hidden; } }

footer .footer-menu {
  padding: 52px 0 120px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  @media (max-width: 767px) {
    footer .footer-menu .grid {
      flex-direction: column; }
      footer .footer-menu .grid > div {
        flex-basis: 100%;
        max-width: 100%;
        justify-content: flex-start; } }
  footer .footer-menu__links-block {
    display: flex;
    justify-content: flex-end; }
  @media (max-width: 767px) {
    footer .footer-menu {
      padding-bottom: 52px; } }

footer .directions {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 2.5;
  letter-spacing: .9px; }

footer .directions-menu {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
  list-style: none; }
  footer .directions-menu a {
    text-decoration: none; }

footer .other-menu {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin-right: 3.5em;
  list-style: none; }
  @media (max-width: 767px) {
    footer .other-menu li {
      height: auto;
      transition: background-color .3s; }
      footer .other-menu li:active {
        background-color: #f7f7f7; } }
  footer .other-menu a {
    text-decoration: none;
    color: #626d70;
    transition: background-color 200ms; }
  @media (max-width: 767px) {
    footer .other-menu {
      padding-left: 0;
      margin-right: 0;
      width: 100%; } }

footer .address + .address {
  margin-top: 29px; }

footer .address .city {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px; }
  @media (max-width: 767px) {
    footer .address .city {
      margin-left: 15px; } }

footer .address .tel {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
  text-decoration: none;
  opacity: .75; }
  @media (max-width: 767px) {
    footer .address .tel {
      margin-bottom: 0; } }

footer .address .email {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
  opacity: .75; }

footer .footer-copyright {
  position: relative;
  padding: 25px 0 30px; }

footer .copyright {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 2.25; }

footer .soc-box {
  position: relative;
  display: inline-block; }
  footer .soc-box .soc-link {
    display: inline-block;
    transition: opacity .3s ease;
    vertical-align: middle; }
    footer .soc-box .soc-link + .soc-link {
      margin-left: 36px; }
  footer .soc-box a.soc-link:hover {
    opacity: .62; }

@media (max-width: 767px) {
  footer .contact-block {
    margin-top: 30px; } }

.title-box {
  position: relative;
  overflow: hidden;
  height: 600px; }
  @media (max-width: 767px) {
    .title-box {
      height: 458px; } }
  .title-box img {
    object-fit: contain; }
    @media (max-width: 767px) {
      .title-box img {
        object-fit: cover;
        height: 100%; } }
  .title-box .grid-middle {
    height: 600px; }
    @media (max-width: 767px) {
      .title-box .grid-middle {
        height: 458px; } }
  .title-box__bg {
    position: absolute;
    display: flex;
    z-index: 1;
    width: 100%;
    height: 100%; }
    .title-box__bg__bg_before:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: '';
      opacity: .39;
      background-color: #000; }
  .title-box__text {
    position: relative;
    z-index: 2; }
    .title-box__text h1 {
      position: relative;
      margin-bottom: 54px;
      color: #fff; }
      .title-box__text h1:before {
        position: absolute;
        top: -26px;
        left: -70px;
        width: 280px;
        height: 117px;
        content: '';
        z-index: -1;
        background-image: url("/static/img/pattern.svg"); }
        @media (max-width: 767px) {
          .title-box__text h1:before {
            top: -20px;
            left: -45%;
            height: 96px; } }

.company-box {
  position: relative;
  padding: 160px 0 96px; }
  @media (max-width: 767px) {
    .company-box {
      padding: 80px 0 96px; } }
  .company-box h2 {
    margin-bottom: 83px; }
    @media (max-width: 767px) {
      .company-box h2 {
        margin-bottom: 50px; } }
    @media (max-width: 1279px) {
      .company-box h2 br {
        display: none; } }
  .company-box__name {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 21px;
    font-weight: 900;
    line-height: 1.33; }
  .company-box__more-link {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    display: inline-block;
    margin-top: 36px;
    text-decoration: none; }
  @media (max-width: 1279px) {
    .company-box p {
      margin-bottom: 15px; } }

.connect-team-box {
  position: relative;
  padding: 88px 0 125px; }
  .connect-team-box p {
    margin-bottom: 40px; }
  @media (max-width: 767px) {
    .connect-team-box .btn {
      margin-left: 50%;
      transform: translateX(-50%); } }

.banner-box {
  position: relative;
  height: 711px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1279px) {
    .banner-box {
      height: 438px; } }
  .banner-box:before {
    position: absolute;
    z-index: -1;
    top: -160px;
    left: 0;
    width: 327px;
    height: 222px;
    content: '';
    z-index: -1;
    background-image: url("/static/img/pattern-grey.svg"); }
    @media (max-width: 1279px) {
      .banner-box:before {
        top: -100px;
        width: 212px;
        height: 222px; } }
  .banner-box__about::before, .banner-box__jobs::before {
    display: none; }

[webp] .banner-box__office {
  /*
            Закомментировал, т.к. на этой странице использую picture
            background-image: url('/static/img/home/banner-1920w.jpg');
             */ }

[webp] .banner-box__about {
  /*
            Закомментировал, т.к. на этой странице использую "ленивую" загрузку изображения
            background-image: url('/static/img/about/banner-about-1920w.jpg');
             */ }

[webp] .banner-box__jobs {
  /*
            Закомментировал, т.к. на этой странице использую picture
            background-image: url('/static/img/jobs/banner-jobs-1920w.jpg');
             */ }

[no-webp] .banner-box__office {
  /*
            Закомментировал, т.к. на этой странице использую picture
            background-image: url('/static/img/home/banner-1920w.jpg');
             */ }

[no-webp] .banner-box__about {
  /*
            Закомментировал, т.к. на этой странице использую "ленивую" загрузку изображения
            background-image: url('/static/img/about/banner-about-1920w.jpg');
             */ }

[no-webp] .banner-box__jobs {
  /*
            Закомментировал, т.к. на этой странице использую picture
            background-image: url('/static/img/jobs/banner-jobs-1920w.jpg');
             */ }

.share-knowledge-box {
  padding: 125px 0 199px; }
  .share-knowledge-box .share-knowledge {
    margin-top: 103px; }
    .share-knowledge-box .share-knowledge__item {
      position: relative;
      display: block;
      padding: 28px 25px 0;
      transition: box-shadow .3s ease;
      text-decoration: none;
      background-color: #fff;
      box-shadow: 0 22px 44px 0 rgba(0, 0, 0, 0.06); }
      .share-knowledge-box .share-knowledge__item:hover {
        box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.06); }
      .share-knowledge-box .share-knowledge__item .grid {
        height: 100%; }
      .share-knowledge-box .share-knowledge__item.video .share-knowledge__title {
        position: relative;
        z-index: 2;
        color: #fff; }
      .share-knowledge-box .share-knowledge__item.video .share-knowledge__desc {
        position: relative;
        z-index: 2;
        overflow: visible; }
        .share-knowledge-box .share-knowledge__item.video .share-knowledge__desc p {
          color: #fff; }
    .share-knowledge-box .share-knowledge__item-footer {
      margin-top: 38px;
      padding: 0 15px 20px; }
      .share-knowledge-box .share-knowledge__item-footer .article {
        color: #2e3c40; }
      .share-knowledge-box .share-knowledge__item-footer span {
        font-family: MuseoSansCyrl, sans-serif;
        font-size: 13px;
        font-weight: 500;
        display: inline-block;
        margin-top: 20px;
        letter-spacing: 2px;
        text-transform: uppercase;
        color: #5a6d73; }
        .share-knowledge-box .share-knowledge__item-footer span + span {
          margin-left: 30px; }
    .share-knowledge-box .share-knowledge__bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: calc(100% - 55px);
      background-color: #d8d8d8;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
      .share-knowledge-box .share-knowledge__bg .play-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 79px;
        height: 79px;
        transform: translate(-50%, -50%);
        opacity: .91;
        border-radius: 100%;
        background-image: url("/static/img/play-icon.svg");
        background-repeat: no-repeat;
        background-position: center; }
    .share-knowledge-box .share-knowledge .shadow-box {
      position: relative;
      z-index: 2; }
      .share-knowledge-box .share-knowledge .shadow-box:before {
        position: absolute;
        bottom: -24px;
        left: -25px;
        width: calc(100% + 50px);
        height: calc(100% + 50px);
        min-height: 191px;
        content: '';
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.74)); }
    .share-knowledge-box .share-knowledge__user-avatar {
      width: 60px;
      height: 60px;
      margin-bottom: 27px;
      border-radius: 100%;
      background-color: #d8d8d8;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover; }
    .share-knowledge-box .share-knowledge__title {
      margin-bottom: 21px; }
    @media (max-width: 1659px) {
      .share-knowledge-box .share-knowledge__desc {
        overflow: hidden;
        max-height: 303px; } }
    .share-knowledge-box .share-knowledge__desc p {
      margin-bottom: 25px; }
  .share-knowledge-box .all-articles-link {
    font-family: MuseoSansCyrl, sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.56;
    display: inline-block;
    margin-top: 40px;
    text-decoration: none; }

.dev-process {
  position: relative;
  padding: 144px 0; }
  @media (max-width: 767px) {
    .dev-process {
      padding-top: 104px;
      padding-bottom: 50px; } }
  .dev-process h3 {
    margin-bottom: 84px; }
    @media (max-width: 767px) {
      .dev-process h3 {
        margin-bottom: 34px; } }
  .dev-process__item {
    max-width: 380px;
    padding: 50px 0; }
    .dev-process__item h5 {
      margin-bottom: 16px; }
    @media (max-width: 767px) {
      .dev-process__item {
        max-width: none;
        margin: 0 10vw;
        padding: 25px 0; } }
  @media (max-width: 767px) {
    .dev-process {
      text-align: justify; } }

.work-with-us {
  position: relative;
  padding-bottom: 155px; }
  @media (max-width: 767px) {
    .work-with-us {
      padding-bottom: 100px; } }
  .work-with-us__box {
    position: relative;
    max-width: 930px;
    min-height: 472px;
    margin: 0 auto;
    padding: 96px 30px 106px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 22px 44px 0 rgba(0, 0, 0, 0.06); }
    .work-with-us__box h3 {
      margin-bottom: 18px; }
      @media (max-width: 767px) {
        .work-with-us__box h3 {
          font-size: 30px; } }
    .work-with-us__box p {
      max-width: 588px;
      margin: 0 auto 40px; }
  .work-with-us .links {
    margin-top: 17px; }
    .work-with-us .links a {
      font-family: MuseoSansCyrl, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 30px;
      position: relative;
      display: inline-block;
      height: 26px;
      text-decoration: none; }
      .work-with-us .links a + a {
        padding-left: 28px; }
        .work-with-us .links a + a:before {
          position: absolute;
          top: 0;
          left: 12px;
          width: 1px;
          height: 100%;
          content: '';
          background-color: #e5e5e5; }

.tabs-box {
  position: relative;
  max-width: 690px;
  margin: 0 auto; }
  .tabs-box--wide {
    max-width: 930px; }

.tabs {
  display: flex;
  max-width: 430px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #f2f2f2;
  justify-content: space-between; }
  .tabs--small {
    max-width: 280px; }
  .tabs > li {
    font-size: 16px;
    white-space: nowrap;
    position: relative;
    display: inline-block;
    padding: 15px;
    list-style: none;
    cursor: pointer;
    transition-duration: .25s; }
    .tabs > li:before {
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      content: '';
      transition: opacity .2s;
      opacity: 0;
      background-color: #2e3c40; }
    @media (min-width: 767px) {
      .tabs > li:hover:before {
        opacity: 1; } }
    .tabs > li.active {
      font-family: MuseoSansCyrl, sans-serif;
      font-weight: 700; }
      .tabs > li.active:before {
        opacity: 1; }
    @media (max-width: 479px) {
      .tabs > li {
        padding: 14px; } }
  @media (max-width: 479px) {
    .tabs {
      padding-left: 0; } }

.tab__content {
  position: relative;
  width: 100%;
  border-radius: 5px;
  background-color: white; }
  .tab__content > li {
    display: none;
    width: 100%;
    list-style: none; }
    .tab__content > li .content__wrapper {
      width: 100%; }
  .tab__content .empty-message {
    color: #5a6d73;
    padding-top: 30px;
    text-align: center; }

.accordion {
  position: relative;
  list-style: none; }
  .accordion__li {
    position: relative; }
    .accordion__li + .accordion__li {
      border-top: 1px solid #f2f2f2; }
    .accordion__li.is-active .accordion__link:before {
      transform: rotate(180deg); }
    .accordion__li.is-active .accordion__submenu {
      display: block; }
  .accordion__link {
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 30px 30px 31px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .accordion__link {
        flex-direction: column; } }
    .accordion__link:before {
      position: absolute;
      top: 0;
      right: 0;
      width: 10px;
      height: 100%;
      content: '';
      transition: all .4s ease;
      background-image: url("/static/img/ic-down.svg");
      background-repeat: no-repeat;
      background-position: center;
      background-size: 10px; }
    .accordion__link span {
      font-family: MuseoSansCyrl, sans-serif;
      font-size: 18px;
      font-weight: 700; }
    .accordion__link .jobs-num {
      font-family: MuseoSansCyrl, sans-serif;
      font-size: 16px;
      font-weight: 300;
      line-height: 22px;
      position: absolute;
      right: 22px;
      color: #5a6d73; }
      @media (max-width: 767px) {
        .accordion__link .jobs-num {
          position: static;
          padding-top: .5em; } }
    .accordion__link-icon {
      position: absolute;
      top: 50%;
      left: 0;
      width: 15px;
      height: 20px;
      transform: translateY(-50%);
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain; }
  .accordion__time-block {
    padding-top: 15px; }
  .accordion__time {
    color: #a5a5a5;
    position: absolute;
    left: 31px;
    top: 5px; }
  .accordion__submenu {
    display: none;
    padding: 0 0 25px 31px;
    list-style: none; }
    .accordion__submenu > li {
      display: block;
      padding: 16px 0; }
      .accordion__submenu > li a {
        display: inline-block;
        text-decoration: none; }
        .accordion__submenu > li a span {
          font-family: MuseoSansCyrl, sans-serif;
          font-size: 16px;
          font-weight: 700;
          display: block; }
          .accordion__submenu > li a span.salary {
            font-family: MuseoSansCyrl, sans-serif;
            font-size: 15px;
            font-weight: 500;
            margin-top: 6px;
            color: #949ea1; }
            .accordion__submenu > li a span.salary:empty {
              display: none; }

@media (max-width: 767px) {
  .tap-link a {
    display: block;
    width: 100%;
    line-height: 15px;
    padding: 15px;
    height: 45px; }
    .tap-link a:hover, .tap-link a:active {
      background-color: #f7f7f7; } }

.pic_cover,
.pic_contain {
  width: 100%;
  height: 100%;
  display: flex; }
  .pic_cover img,
  .pic_contain img {
    height: auto;
    width: 100%; }

.pic_cover img {
  object-fit: cover; }

.pic_contain img {
  object-fit: contain; }

.link-underline_hover,
section.purchases a {
  position: relative; }
  .link-underline_hover::after,
  section.purchases a::after {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    content: '';
    transition: transform .3s ease, opacity .3s ease;
    transform: translateY(-1.5em);
    opacity: 0;
    border-bottom: 1px solid #2e3c40; }
    @media (max-width: 767px) {
      .link-underline_hover::after,
      section.purchases a::after {
        display: none; } }
  .link-underline_hover:hover::after,
  section.purchases a:hover::after {
    transform: translateY(-1.25em);
    opacity: 1; }

.lazyload,
.lazyloading {
  opacity: 0; }

.lazyloaded {
  opacity: 1;
  transition: opacity 300ms; }

section.private .private__subtitle {
  margin-top: 30px;
  display: block;
  margin-bottom: -20px; }

section.private ul,
section.purchases ul {
  font-family: MuseoSansCyrl, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.56;
  color: #5a6d73;
  margin-top: 10px;
  margin-bottom: 10px; }

