.modal-feedback-universal .selectric {
  border: 1px solid #000000;
}
.modal-feedback-universal .ap-modal__dialog {
  max-width: 328px;
  background-color: #EBECEC;
  padding: 24px 28px 28px;
}
.modal-feedback-universal .ap-modal__header {
  padding-right: 0;
  padding-bottom: 16px;
}
.modal-feedback-universal .ap-modal__close {
  margin-top: 0;
  margin-right: 0;
  top: 0;
  right: 0;
}
.modal-feedback-universal .ap-modal__body {
  font-size: 13px;
  line-height: 1.4;
  color: #333333;
}
.modal-feedback-universal .ap-modal__body p, .modal-feedback-universal .ap-modal__body ul, .modal-feedback-universal .ap-modal__body ol {
  margin-top: 0;
  margin-bottom: 10px;
}
.modal-feedback-universal .ap-modal__body p:last-child, .modal-feedback-universal .ap-modal__body ul:last-child, .modal-feedback-universal .ap-modal__body ol:last-child {
  margin-bottom: 0;
}
.modal-feedback-universal .ap-modal__title {
  font-size: 16px;
  color: #ff0000;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1.2;
}
.modal-feedback-universal .ap-modal-form__field_agreement {
  font-size: 10px;
  margin-top: 24px;
}
.modal-feedback-universal .ap-modal-form__field_agreement label {
  padding-left: 24px;
}
.modal-feedback-universal .ap-modal-form__field_agreement label:before {
  top: -2px;
}
.modal-feedback-universal .ap-modal__footer {
  text-align: center;
  margin-top: 15px;
}
.modal-feedback-universal .ap-modal__close-link {
  display: inline-block;
  font-size: 15px;
  line-height: 1.3;
  color: #999999;
  letter-spacing: 0.01em;
  -webkit-text-decoration: underline rgba(153, 153, 153, 0.3);
  text-decoration: underline rgba(153, 153, 153, 0.3);
}
.modal-feedback-universal .ap-modal__close-link:hover {
  -webkit-text-decoration: none rgba(153, 153, 153, 0.3);
  text-decoration: none rgba(153, 153, 153, 0.3);
}
.modal-feedback-universal .ap-modal-form__fields-group-title {
  font-weight: 600;
  color: #ff0000;
  margin: 18px auto 10px !important;
  font-size: 14px;
}
.modal-feedback-universal .ap-modal-form__field-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 16px;
}
.modal-feedback-universal .ap-modal-form__field-group .ap-modal-form__field {
  margin-bottom: 0;
}
.modal-feedback-universal .ap-modal-form__submit {
  margin-top: 14px;
}
.modal-feedback-universal .modal-feedback-universal__desc {
  color: #333333;
  margin-top: 15px;
}
.modal-feedback-universal .modal-feedback-universal__desc a {
  -webkit-text-decoration: underline rgba(51, 51, 51, 0.2);
  text-decoration: underline rgba(51, 51, 51, 0.2);
}
.modal-feedback-universal .modal-feedback-universal__desc a:hover {
  text-decoration: none;
}
.modal-feedback-universal .ap-modal-form__field_select {
  margin-right: 6px;
}
.modal-feedback-universal .ap-marker {
  display: inline-block;
  padding: 1px 4px 0 5px;
  background-color: #ff0000;
  color: #ffffff;
}
.modal-feedback-universal .ap-marker_blue {
  background-color: blue;
}
.modal-feedback-universal .ap-marker_purple {
  background-color: #9900cc;
}
.modal-feedback-universal .ap-modal-form__field {
  margin-bottom: 10px;
}
.modal-feedback-universal .ap-modal-form__field:last-child {
  margin-bottom: 0;
}
.modal-feedback-universal .ap-modal-form__field_text label, .modal-feedback-universal .ap-modal-form__field_textarea label {
  display: block;
  padding: 0 8px;
  margin-bottom: 4px;
  color: #4A524B;
  font-size: 13px;
}
.modal-feedback-universal .ap-modal-form__field_text label .req, .modal-feedback-universal .ap-modal-form__field_textarea label .req {
  color: #ff0000;
}
.modal-feedback-universal .ap-modal-form__field_text label .req:after, .modal-feedback-universal .ap-modal-form__field_textarea label .req:after {
  content: "*";
  margin-left: 3px;
}
.modal-feedback-universal .ap-modal-form__field_text input[type=text], .modal-feedback-universal .ap-modal-form__field_text input[type=tel], .modal-feedback-universal .ap-modal-form__field_text input[type=email] {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #8d8d8d;
  border-radius: 0;
  height: 34px;
  line-height: 1;
}
.modal-feedback-universal .ap-modal-form__field_text input[type=text]:focus, .modal-feedback-universal .ap-modal-form__field_text input[type=tel]:focus, .modal-feedback-universal .ap-modal-form__field_text input[type=email]:focus {
  border-color: #000000;
}
.modal-feedback-universal .ap-modal-form__field_textarea {
  font-size: 15px;
  line-height: 1.3;
}
.modal-feedback-universal .ap-modal-form__field_textarea textarea {
  display: block;
  width: 100%;
  margin: 0;
  border: 1px solid #8d8d8d;
  border-radius: 0;
  height: 6em;
  max-width: 100%;
  min-width: 100%;
  min-height: 6em;
  padding: 6px 16px 8px;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 15px;
  line-height: 1.3;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.modal-feedback-universal .ap-modal-form__field_textarea textarea:focus {
  border-color: #000000;
}
.modal-feedback-universal .iti {
  width: 100%;
}
.modal-feedback-universal .iti__country-list {
  width: 272px;
  max-width: 272px;
  white-space: normal;
}

.modal-feedback-universal-success .ap-modal__dialog {
  max-width: 324px;
  background-color: #EBECEC;
  padding: 36px 28px;
}
.modal-feedback-universal-success .ap-modal__header {
  padding: 0;
}
.modal-feedback-universal-success .ap-modal__close {
  margin-top: 0;
  margin-right: 0;
  top: 0;
  right: 0;
}
.modal-feedback-universal-success .ap-modal__title {
  font-size: 15px;
  color: #333333;
  letter-spacing: 0.01em;
  font-weight: 600;
  line-height: 1.3;
}

.user-profile__social {
  font-size: 0;
  margin-right: -5px;
  margin-left: -5px;
  white-space: nowrap;
  text-align: right; }
.user-profile__social-link {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 30px;
  height: 30px;
  background: #c1c1c1 no-repeat center;
  -webkit-background-size: contain;
  background-size: contain;
  margin: 4px;
  text-align: center;
  -webkit-transition: background-color .24s;
  -o-transition: background-color .24s;
  transition: background-color .24s; }
.user-profile__social-link:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity .24s;
  -o-transition: opacity .24s;
  transition: opacity .24s; }
.user-profile__social-link:after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  margin: auto; }
.user-profile__social-link:hover:before {
  opacity: 1; }
.user-profile__social-link.empty {
  -webkit-filter: brightness(120%);
  filter: brightness(120%); }
.user-profile__social-link.empty:hover {
  background-color: #c1c1c1 !important; }
.user-profile__social-link_tw:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M23,5.18a9,9,0,0,1-2.59.71,4.49,4.49,0,0,0,2-2.5,9.18,9.18,0,0,1-2.86,1.1,4.51,4.51,0,0,0-7.81,3.08,4.34,4.34,0,0,0,.12,1A12.82,12.82,0,0,1,2.53,3.89a4.45,4.45,0,0,0-.61,2.27,4.51,4.51,0,0,0,2,3.75,4.45,4.45,0,0,1-2.05-.56v.06A4.52,4.52,0,0,0,5.5,13.83,4.54,4.54,0,0,1,4.32,14a4.63,4.63,0,0,1-.85-.08A4.5,4.5,0,0,0,7.68,17,9,9,0,0,1,2.08,19,9.51,9.51,0,0,1,1,18.91a12.79,12.79,0,0,0,6.92,2A12.76,12.76,0,0,0,20.76,8.1c0-.2,0-.39,0-.59A9.06,9.06,0,0,0,23,5.18Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_tw:hover {
  background-color: #55acee; }
.user-profile__social-link_f:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M17.11,8.12H13.63V5.84a.93.93,0,0,1,1-1.06h2.46V1H13.67A4.29,4.29,0,0,0,9.06,5.61V8.12H6.89V12H9.06V23h4.57V12h3.08Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_f:hover {
  background-color: #3b5998; }
.user-profile__social-link_inst:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M12,6.28A5.68,5.68,0,1,0,17.68,12,5.7,5.7,0,0,0,12,6.28Zm0,9.31A3.64,3.64,0,1,1,15.64,12,3.65,3.65,0,0,1,12,15.59Z'/%3E%3Ccircle fill='%23ffffff' cx='17.9' cy='6.15' r='1.29'/%3E%3Cpath fill='%23ffffff' d='M21.23,2.82A6.33,6.33,0,0,0,16.57,1H7.43A6.07,6.07,0,0,0,1,7.43v9.09a6.4,6.4,0,0,0,1.86,4.75A6.51,6.51,0,0,0,7.48,23h9a6.54,6.54,0,0,0,4.66-1.73A6.33,6.33,0,0,0,23,16.57V7.43A6.36,6.36,0,0,0,21.23,2.82Zm-.18,13.75a4.35,4.35,0,0,1-1.29,3.24A4.61,4.61,0,0,1,16.52,21h-9a4.61,4.61,0,0,1-3.24-1.15A4.47,4.47,0,0,1,3,16.52V7.43a4.43,4.43,0,0,1,1.2-3.24A4.53,4.53,0,0,1,7.48,3h9.13a4.43,4.43,0,0,1,3.24,1.2,4.6,4.6,0,0,1,1.2,3.19v9.14Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_inst:before {
  background: -webkit-linear-gradient(45deg, #ffb140 0%, #ff5445 25%, #fc2b82 60%, #8e40b7 100%);
  background: -o-linear-gradient(45deg, #ffb140 0%, #ff5445 25%, #fc2b82 60%, #8e40b7 100%);
  background: linear-gradient(45deg, #ffb140 0%, #ff5445 25%, #fc2b82 60%, #8e40b7 100%); }
.user-profile__social-link_inst.empty:before {
  display: none; }
.user-profile__social-link_pin:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M12.56,0C6,0,2.71,4.7,2.71,8.61c0,2.37.9,4.48,2.82,5.27a.47.47,0,0,0,.69-.35c.07-.24.22-.85.29-1.1a.68.68,0,0,0-.2-.77A4,4,0,0,1,5.4,9a6.52,6.52,0,0,1,6.78-6.6c3.71,0,5.74,2.26,5.74,5.28,0,4-1.76,7.34-4.37,7.34a2.14,2.14,0,0,1-2.18-2.66c.42-1.75,1.22-3.63,1.22-4.89a1.85,1.85,0,0,0-1.86-2.07c-1.47,0-2.66,1.52-2.66,3.57a5.3,5.3,0,0,0,.44,2.18S7,17.49,6.74,18.61a15.32,15.32,0,0,0,0,5.24.19.19,0,0,0,.33.08,14.85,14.85,0,0,0,2.48-4.51c.17-.62,1-3.79,1-3.79a4,4,0,0,0,3.37,1.71c4.43,0,7.44-4,7.44-9.44C21.29,3.81,17.83,0,12.56,0Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_pin:hover {
  background-color: #ca2028; }
.user-profile__social-link_yt:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M21.8,8A4.38,4.38,0,0,0,21,6a2.89,2.89,0,0,0-2-.85C16.2,5,12,5,12,5h0s-4.2,0-7,.2A2.89,2.89,0,0,0,3,6,4.38,4.38,0,0,0,2.2,8,30.31,30.31,0,0,0,2,11.24v1.52A30.24,30.24,0,0,0,2.2,16,4.44,4.44,0,0,0,3,18a3.42,3.42,0,0,0,2.21.85C6.8,19,12,19,12,19s4.2,0,7-.21A2.87,2.87,0,0,0,21,18a4.44,4.44,0,0,0,.79-2,30.24,30.24,0,0,0,.2-3.23V11.24A30.31,30.31,0,0,0,21.8,8ZM9.94,14.59V9l5.41,2.82Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_yt:hover {
  background-color: #ce1312; }
.user-profile__social-link_vk:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22.14,6.31H18.57a.8.8,0,0,0-.71.42S16.43,9.35,16,10.24c-1.24,2.37-2,1.63-2,.52V7a1.2,1.2,0,0,0-1.2-1.2H10.07a2.14,2.14,0,0,0-1.9.89s1.36-.22,1.36,1.61c0,.46,0,1.77,0,2.87a.79.79,0,0,1-.77.81.8.8,0,0,1-.61-.27A23,23,0,0,1,5.48,6.74a.75.75,0,0,0-.68-.43H1.55A.54.54,0,0,0,1,6.85a.64.64,0,0,0,0,.2C2,9.75,6.26,18.24,11.1,18.24h2a.8.8,0,0,0,.81-.8V16.21a.79.79,0,0,1,1.33-.58l2.44,2.29a1.17,1.17,0,0,0,.81.32h3.2c1.55,0,1.55-1.07.71-1.9-.6-.58-2.74-2.84-2.74-2.84a1.12,1.12,0,0,1-.08-1.44l2.3-3C22.58,8.15,23.76,6.31,22.14,6.31Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_vk:hover {
  background-color: #4d76a1; }
.user-profile__social-link_li:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M.39,8h5V24h-5Zm2.5-8A2.89,2.89,0,1,1,0,2.91,2.88,2.88,0,0,1,2.89,0'/%3E%3Cpath fill='%23ffffff' d='M8.49,8h4.77v2.19h.06A5.23,5.23,0,0,1,18,7.59c5,0,6,3.31,6,7.62V24H19V16.2C19,14.34,19,12,16.45,12s-3,2-3,4.11V24h-5V8Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_li:hover {
  background-color: #007bb5; }
.user-profile__social-link_gm:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M7.62,10.61c0,.86,0,1.73,0,2.6,1.45,0,2.9,0,4.36,0-.64,3.22-5,4.27-7.34,2.17a4.88,4.88,0,0,1,.2-7.61A5,5,0,0,1,10.78,8a26.17,26.17,0,0,0,1.93-2A7.76,7.76,0,0,0,7.62,4.08,7.63,7.63,0,0,0,4.86,18.81c3,1.14,6.78.37,8.67-2.3a8.74,8.74,0,0,0,1.38-5.89Q11.27,10.59,7.62,10.61Z'/%3E%3Cpath fill='%23ffffff' d='M21.82,10.6c0-.73,0-1.46,0-2.18H19.64c0,.72,0,1.45,0,2.18H17.45v2.17l2.18,0c0,.72,0,1.45,0,2.17h2.17c0-.72,0-1.45,0-2.17l2.18,0V10.61Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_gm:hover {
  background-color: #dc4e41; }
.user-profile__social-link_sk:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M22.87,13.58A11.13,11.13,0,0,0,11.9.75a11.24,11.24,0,0,0-1.65.12A6.82,6.82,0,0,0,.1,6.82a6.68,6.68,0,0,0,.84,3.27A10.28,10.28,0,0,0,.8,11.85,11.1,11.1,0,0,0,11.9,23a13,13,0,0,0,1.41-.08,6.82,6.82,0,0,0,9.56-9.29ZM15.54,17a5.69,5.69,0,0,1-3.74,1.1A6.38,6.38,0,0,1,8,17.06a2.48,2.48,0,0,1-1.23-2,1.1,1.1,0,0,1,.33-.83,1.16,1.16,0,0,1,.83-.32A1.35,1.35,0,0,1,9,14.46a9.77,9.77,0,0,0,.93,1,3,3,0,0,0,1.91.57,2.56,2.56,0,0,0,1.65-.5,1.37,1.37,0,0,0,.57-1.1c0-.64-.39-1.06-1.18-1.27l-3.12-.79q-3-.75-3-3.32A3.21,3.21,0,0,1,8.27,6.23a6,6,0,0,1,3.31-.84,6.43,6.43,0,0,1,3.18.81c1,.57,1.53,1.25,1.53,2a1,1,0,0,1-.37.8,1.35,1.35,0,0,1-.89.3,1.3,1.3,0,0,1-.95-.47A6.61,6.61,0,0,0,13.2,8a3.09,3.09,0,0,0-1.8-.47,2.38,2.38,0,0,0-1.47.39A1.25,1.25,0,0,0,9.4,9c0,.59.63,1,1.89,1.31l2.32.53c2.12.48,3.17,1.64,3.17,3.49A3.34,3.34,0,0,1,15.54,17Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_sk:hover {
  background-color: #3baae0; }
.user-profile__social-link_wt:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M.09,24c.33-1,.64-1.93,1-2.86s.59-1.86.94-2.76a1.3,1.3,0,0,0-.1-1.24A11.33,11.33,0,0,1,.69,9.7,11.18,11.18,0,0,1,3.51,3.89,11.41,11.41,0,0,1,12.79,0,11.24,11.24,0,0,1,19.9,2.89a11.5,11.5,0,0,1,3.7,6.17,11.39,11.39,0,0,1-.16,5.88,11.41,11.41,0,0,1-4.15,6,11.49,11.49,0,0,1-9.52,2.14,10.6,10.6,0,0,1-3-1.08A.48.48,0,0,0,6.33,22L1,23.71Zm3-3,.18,0,3.37-1.06a.54.54,0,0,1,.35,0c.48.24,1,.53,1.45.74a9.39,9.39,0,0,0,6.31.42,9.55,9.55,0,0,0,5.86-4.54,9.38,9.38,0,0,0,1.18-6.34A9.45,9.45,0,0,0,17.5,3.53a9.38,9.38,0,0,0-6.85-1.45A9.46,9.46,0,0,0,5.22,4.92a9.43,9.43,0,0,0-2.51,4.7A9.42,9.42,0,0,0,4,16.86a1.21,1.21,0,0,1,.11,1.24C3.76,19,3.46,20,3.13,21Z'/%3E%3Cpath fill='%23ffffff' d='M18.27,15.06a2.23,2.23,0,0,1-1.34,2.08,3.14,3.14,0,0,1-2.66.18c-.81-.32-1.64-.63-2.43-1a9.26,9.26,0,0,1-2.66-2.13A15.31,15.31,0,0,1,7,11.06a4.37,4.37,0,0,1-.6-2.55A3.31,3.31,0,0,1,7.71,6.15,1.31,1.31,0,0,1,8.29,6a5,5,0,0,1,.77,0c.21,0,.32.16.4.34L10,7.73c.12.32.21.64.35.95a.85.85,0,0,1-.16,1,5.93,5.93,0,0,1-.63.69.42.42,0,0,0-.09.58,8.61,8.61,0,0,0,2.11,2.58,9.69,9.69,0,0,0,1.91,1.15.41.41,0,0,0,.54-.1c.33-.38.67-.75,1-1.13s.32-.3.6-.15c.82.41,1.64.84,2.45,1.26A.47.47,0,0,1,18.27,15.06Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_wt:hover {
  background-color: #57bb63; }
.user-profile__social-link_vb:after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23ffffff' d='M12.91,1.46a9.43,9.43,0,0,1,5.45,1.92,9.3,9.3,0,0,1,3.6,6,14,14,0,0,1,.21,2,1.94,1.94,0,0,0,.12.8.72.72,0,0,0,1.16.11c.16-.2.17-.35.15-1A13.14,13.14,0,0,0,22.34,6a9.66,9.66,0,0,0-2-2.72,9.81,9.81,0,0,0-2.9-2.09A10.57,10.57,0,0,0,13.87.09C13.6.06,13.12,0,12.79,0c-.63,0-.76,0-.94.17a.75.75,0,0,0,0,1.08C12,1.39,12.17,1.42,12.91,1.46Z'/%3E%3Cpath fill='%23ffffff' d='M19.35,10.3c0,.65.09.89.38,1a.86.86,0,0,0,.65,0,.88.88,0,0,0,.36-.38,6.74,6.74,0,0,0,0-1.44,7.61,7.61,0,0,0-1.23-3.43,7.52,7.52,0,0,0-5.37-3.22c-.93-.13-1.24-.08-1.44.23a.69.69,0,0,0,.05.87,1,1,0,0,0,.74.28,7.38,7.38,0,0,1,3,.89,6,6,0,0,1,2.17,2.26A6.17,6.17,0,0,1,19.35,10.3Z'/%3E%3Cpath fill='%23ffffff' d='M15,5.82a4.26,4.26,0,0,0-.66-.08.84.84,0,0,0-.53.06.72.72,0,0,0-.22,1.08c.16.19.3.24.78.3a2.18,2.18,0,0,1,2,1.23,3.68,3.68,0,0,1,.31,1.25c0,.4.1.55.28.69a.76.76,0,0,0,.91,0c.25-.23.29-.5.18-1.19a3.79,3.79,0,0,0-1.15-2.4A3.65,3.65,0,0,0,15,5.82Z'/%3E%3Cpath fill='%23ffffff' d='M23.73,19.62a1.59,1.59,0,0,0-.35-.95,31,31,0,0,0-2.71-2.21c-.61-.42-1.54-1-2-1.21A2.06,2.06,0,0,0,17,15.1a1.49,1.49,0,0,0-.28.11,3.52,3.52,0,0,0-.92.95c-.33.4-.63.77-.67.8l0,0-.25.13h0c-.51.24-1.21.1-2.34-.47A10.81,10.81,0,0,1,10,14.86a11.72,11.72,0,0,1-2-2.29,6.49,6.49,0,0,1-1-2.73A1.77,1.77,0,0,1,7.3,9h0l0-.05,0,0,.11-.11.58-.49c.92-.74,1.12-1,1.25-1.41a2.47,2.47,0,0,0-.39-1.71A19.25,19.25,0,0,0,5.47.74,2,2,0,0,0,5,.51,1.93,1.93,0,0,0,4,.42,5.45,5.45,0,0,0,2.2,1.51,8.73,8.73,0,0,0,.58,3.09C.13,3.86.16,4.52.7,6a27.34,27.34,0,0,0,1.87,4.05h0l0,.06c.15.27.3.54.47.8l0,.07c.16.26.32.52.49.78l.19.29c.13.18.25.37.39.56s.41.58.63.87A30.46,30.46,0,0,0,13,21.06l.13.08c.47.3,1,.58,1.45.85l.2.11c.5.27,1,.53,1.52.78l.16.07c.53.26,1.08.51,1.64.74a2.76,2.76,0,0,0,1.47.3,2.61,2.61,0,0,0,.74-.13,3.56,3.56,0,0,0,.93-.5l.19-.14.16-.13A9.85,9.85,0,0,0,23,21.53a5,5,0,0,0,.61-1A2,2,0,0,0,23.73,19.62Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_vb:hover {
  background-color: #7f4da0; }
.user-profile__social-link_tel {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22.94,4.45,19.62,20.11c-.25,1.11-.91,1.38-1.83.86l-5.06-3.73-2.44,2.35a1.28,1.28,0,0,1-1,.5l.36-5.16L19,6.46c.41-.36-.09-.56-.64-.2L6.78,13.56,1.79,12C.71,11.66.69,10.91,2,10.39L21.54,2.87C22.44,2.53,23.23,3.07,22.94,4.45Z'/%3E%3C/svg%3E"); }
.user-profile__social-link_tel:hover {
  background-color: #1e96c8; }

.user-profile__social{
  padding-right: 25px;
}
.user-profile__social-link_st:after{
  background-image: url("/local/profile_images/web.png");
  background-size: cover;
}
.user-profile__social-link_st:hover {
  background-color: #3b5998;
}
.user-profile__social-link_em:after{
  background-image: url("/local/profile_images/mail.png");
  background-size: cover;
}
.user-profile__social-link_em:hover {
  background-color: #3b5998;
}
.user-profile__social-link_ph:after{
  background-image: url("/local/profile_images/phone.png");
  background-size: cover;
}
.user-profile__social-link_ph:hover {
  background-color: #57bb63;
}

@-webkit-keyframes arrowLeftAnim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes arrowLeftAnim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(-4px, 0);
    transform: translate(-4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes arrowRightAnim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes arrowRightAnim {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.ap-contest-teaser .ap-teaser-slider__pagination {
  cursor: pointer;
}

.ap-contest-modal {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.ap-contest-modal__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
  background-color: #000000;
}
.ap-contest-modal__body {
  height: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ap-contest-modal-main {
  height: 100%;
  position: relative;
}
.ap-contest-modal-main__header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  padding: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ap-contest-modal-main__top-panel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  border-radius: 30px;
  border: 1px solid #999999;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #000000;
  padding: 5px 10px;
  margin: 0 auto;
}
.ap-contest-modal-main__info {
  display: block;
  background: none;
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
}
.ap-contest-modal-main__info-icon {
  display: block;
  width: 20px;
  height: 20px;
  fill: #000000;
}
.ap-contest-modal-main__code {
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
.ap-contest-modal-main__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 0;
  width: 56px;
  height: 56px;
  padding: 12px;
  outline: 0;
  background: none;
  color: #ffffff;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}
.ap-contest-modal-main__nav-icon {
  display: block;
  width: 32px;
  height: 32px;
  position: relative;
  border: 1px solid #ffffff;
  border-radius: 50%;
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-contest-modal-main__nav-icon svg {
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  fill: #ffffff;
  -webkit-transition: fill 0.24s;
  -o-transition: fill 0.24s;
  transition: fill 0.24s;
}
.ap-contest-modal-main__nav-desc {
  display: none;
}
.ap-contest-modal-main__nav-left {
  left: 0;
}
.ap-contest-modal-main__nav-left .ap-contest-modal-main__nav-icon svg {
  right: 2px;
}
.ap-contest-modal-main__nav-left:hover .ap-contest-modal-main__nav-icon svg {
  -webkit-animation: arrowLeftAnim 0.3s linear;
  animation: arrowLeftAnim 0.3s linear;
}
.ap-contest-modal-main__nav-right {
  right: 0;
}
.ap-contest-modal-main__nav-right .ap-contest-modal-main__nav-desc {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.ap-contest-modal-main__nav-right .ap-contest-modal-main__nav-icon {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.ap-contest-modal-main__nav-right .ap-contest-modal-main__nav-icon svg {
  left: 2px;
}
.ap-contest-modal-main__nav-right:hover .ap-contest-modal-main__nav-icon svg {
  -webkit-animation: arrowRightAnim 0.3s linear;
  animation: arrowRightAnim 0.3s linear;
}
.ap-contest-modal-main__footer {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  padding: 12px;
}
.ap-contest-modal-main__actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
}
.ap-contest-modal-main__action {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.64);
  position: relative;
  right: auto;
  top: auto;
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-contest-modal-main__action:hover {
  background-color: #ffffff;
}
.ap-contest-modal-main__action-icon {
  display: block;
  width: 28px;
  height: 28px;
  fill: #000000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ap-contest-modal-main__action-like .ap-contest-modal-main__action-icon {
  top: 2px;
}
.ap-contest-modal-main__action-like .ap-contest-modal-main__action-icon:last-child {
  display: none;
  fill: #ff0000;
}
.ap-contest-modal-main__action-like.ap-contest-teaser__like_active .ap-contest-modal-main__action-icon:first-child {
  display: none;
}
.ap-contest-modal-main__action-like.ap-contest-teaser__like_active .ap-contest-modal-main__action-icon:last-child {
  display: block;
}
.ap-contest-modal-main__action-send .ap-contest-modal-main__action-icon {
  right: 4px;
}
.ap-contest-modal-main__action-exit .ap-contest-modal-main__action-icon {
  right: 4px;
}

.ap-contest-modal-main-slider {
  height: 100%;
  overflow: auto;
  position: relative;
  z-index: 0;
}
.ap-contest-modal-main-slider:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  opacity: 0.5;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#fff0));
  background: -o-linear-gradient(bottom, #fff, #fff0);
  background: linear-gradient(to top, #fff, #fff0);
}
.ap-contest-modal-main-slider__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ap-contest-modal-main-slider__item {
  width: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-bottom: 1px solid #ffffff;
  position: relative;
}
.ap-contest-modal-main-slider__item .swiper-lazy-preloader {
  z-index: 0;
}
.ap-contest-modal-main-slider__img {
  display: block;
  position: relative;
  z-index: 1;
}
.ap-contest-modal-main-slider__img img {
  display: block;
  width: 100%;
  height: auto;
}
.ap-contest-modal-main-slider__img-full {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ap-contest-modal-main-slider__img-full:hover {
  text-decoration: none;
}
.ap-contest-modal-main-slider__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  padding: 0 16px;
}
.ap-contest-modal-main-slider__arrow {
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  background-color: #ff0000;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-contest-modal-main-slider__arrow svg {
  display: block;
  fill: #ffffff;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.ap-contest-modal-main-slider__arrow:hover {
  background-color: #e60000;
}
.ap-contest-modal-main-slider__arrow.swiper-button-disabled {
  background-color: #ff0000;
  cursor: default;
  opacity: 0.6;
}
.ap-contest-modal-main-slider__arrow_prev svg {
  right: 2px;
}
.ap-contest-modal-main-slider__arrow_next svg {
  left: 2px;
}

.ap-contest-modal-previews {
  display: none;
}

.ap-contest-modal-previews-slider {
  height: 100%;
  position: relative;
  border-top: 1px solid #ffffff;
}
.ap-contest-modal-previews-slider__list {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ap-contest-modal-previews-slider__item {
  height: 100%;
  width: auto;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-right: 1px solid #ffffff;
  position: relative;
}
.ap-contest-modal-previews-slider__item:last-child {
  border-right: none;
}
.ap-contest-modal-previews-slider__item .swiper-lazy-preloader {
  z-index: 0;
}
.ap-contest-modal-previews-slider__item.swiper-slide-thumb-active:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-color: #fff;
  opacity: 0.4;
}
.ap-contest-modal-previews-slider__img {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ap-contest-modal-previews-slider__img img {
  display: block;
  height: 100%;
  width: auto;
}
.ap-contest-modal-previews-slider__navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0;
  padding: 0 16px;
  z-index: 2;
}
.ap-contest-modal-previews-slider__arrow {
  display: block;
  width: 48px;
  height: 48px;
  border: none;
  padding: 0;
  outline: 0;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: background-color 0.24s;
  -o-transition: background-color 0.24s;
  transition: background-color 0.24s;
}
.ap-contest-modal-previews-slider__arrow svg {
  display: block;
  fill: #777777;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: fill 0.24s;
  -o-transition: fill 0.24s;
  transition: fill 0.24s;
}
.ap-contest-modal-previews-slider__arrow:hover {
  background-color: #f2f2f2;
}
.ap-contest-modal-previews-slider__arrow:hover svg {
  fill: #000000;
}
.ap-contest-modal-previews-slider__arrow.swiper-button-disabled {
  background-color: #ffffff;
  cursor: default;
  opacity: 0.6;
}
.ap-contest-modal-previews-slider__arrow.swiper-button-disabled svg {
  fill: #777777;
}
.ap-contest-modal-previews-slider__arrow_prev svg {
  right: 2px;
}
.ap-contest-modal-previews-slider__arrow_next svg {
  left: 2px;
}

.bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-icon {
  background-color: transparent;
}
.bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-icon svg {
  fill: #ffffff;
  -webkit-animation: none;
  animation: none;
}
.bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-icon {
  background-color: #ffffff;
}
.bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-icon svg {
  fill: #000000;
}
.bx-touch .ap-contest-modal-main__nav .ap-contest-modal-main__nav-left:active .ap-contest-modal-main__nav-icon svg {
  -webkit-animation: arrowLeftAnim 0.3s linear;
  animation: arrowLeftAnim 0.3s linear;
}
.bx-touch .ap-contest-modal-main__nav .ap-contest-modal-main__nav-right:active .ap-contest-modal-main__nav-icon svg {
  -webkit-animation: arrowRightAnim 0.3s linear;
  animation: arrowRightAnim 0.3s linear;
}
.bx-touch .ap-contest-modal-main__action:hover {
  background-color: #ffffff;
}
.bx-touch .ap-contest-modal-main__action:active {
  background-color: rgba(255, 255, 255, 0.64);
}
.bx-touch .ap-contest-modal-main-slider__arrow:hover {
  background-color: #ff0000;
}
.bx-touch .ap-contest-modal-main-slider__arrow:active {
  background-color: #e60000;
}
.bx-touch .ap-contest-modal-main-slider__arrow.swiper-button-disabled {
  background-color: #ff0000;
}
.bx-touch .ap-contest-modal-previews-slider__arrow:hover {
  background-color: #ffffff;
}
.bx-touch .ap-contest-modal-previews-slider__arrow:hover svg {
  fill: #777777;
}
.bx-touch .ap-contest-modal-previews-slider__arrow:active {
  background-color: #e6e6e6;
}
.bx-touch .ap-contest-modal-previews-slider__arrow:active svg {
  fill: #000000;
}
.bx-touch .ap-contest-modal-previews-slider__arrow.swiper-button-disabled {
  background-color: #ffffff;
}
.bx-touch .ap-contest-modal-previews-slider__arrow.swiper-button-disabled svg {
  fill: #777777;
}

@media (min-width: 768px) {
  .ap-contest-modal-main__header {
    padding: 16px;
  }
  .ap-contest-modal-main__nav {
    padding: 16px;
    width: 64px;
    height: 64px;
  }
  .ap-contest-modal-main__footer {
    padding: 16px;
  }
  .ap-contest-modal-main__actions {
    gap: 16px;
  }
}
@media (min-width: 1025px) {
  .ap-contest-modal-main {
    height: 82%;
  }
  .ap-contest-modal-main__nav-icon {
    border: none;
    border-radius: 0;
    background: none;
    width: auto;
    height: auto;
  }
  .ap-contest-modal-main__nav-icon svg {
    position: static;
    width: 14px;
    height: 14px;
  }
  .ap-contest-modal-main__nav-desc {
    display: block;
    -webkit-transition: opacity 0.24s;
    -o-transition: opacity 0.24s;
    transition: opacity 0.24s;
  }
  .ap-contest-modal-main__nav {
    width: auto;
  }
  .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-desc {
    opacity: 0.7;
  }
  .ap-contest-modal-main__footer {
    padding: 16px;
    right: 0;
    margin-bottom: 8px;
  }
  .ap-contest-modal-main__actions {
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .ap-contest-modal-main-slider {
    overflow: hidden;
  }
  .ap-contest-modal-main-slider:after {
    content: normal;
  }
  .ap-contest-modal-main-slider__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 100%;
  }
  .ap-contest-modal-main-slider__item {
    height: 100%;
    border-bottom: 0;
  }
  .ap-contest-modal-main-slider__img {
    height: 100%;
    position: relative;
  }
  .ap-contest-modal-main-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .ap-contest-modal-main-slider__img_contain img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .ap-contest-modal-main-slider__img-full {
    display: none;
  }

  .ap-contest-modal-previews {
    display: block;
    height: 18%;
  }

  .bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-icon {
    background-color: transparent;
  }
  .bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-icon svg {
    fill: #ffffff;
  }
  .bx-touch .ap-contest-modal-main__nav:hover .ap-contest-modal-main__nav-desc {
    opacity: 1;
  }
  .bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-icon {
    background-color: transparent;
  }
  .bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-icon svg {
    fill: #ffffff;
  }
  .bx-touch .ap-contest-modal-main__nav:active .ap-contest-modal-main__nav-desc {
    opacity: 0.7;
  }
}
@media (min-width: 1025px) and (min-height: 940px) {
  .ap-contest-modal-main {
    height: 84%;
  }

  .ap-contest-modal-previews {
    height: 16%;
  }
}
@media (min-width: 1200px) {
  .ap-contest-modal-main__nav {
    gap: 8px;
  }

  .ap-contest-modal-main-slider__navigation,
  .ap-contest-modal-previews-slider__navigation {
    padding: 0 20px;
  }
}
@media (min-width: 1441px) {
  .ap-contest-modal-main-slider__navigation,
  .ap-contest-modal-previews-slider__navigation {
    padding: 0 28px;
  }
}
.ap-contest-modal-feedback .ap-modal__overlay {
  background: none;
}
.ap-contest-modal-feedback .ap-modal__dialog {
  padding: 28px;
  max-width: 386px;
}
.ap-contest-modal-feedback .ap-modal__close {
  margin-top: 4px;
  margin-right: 4px;
}
.ap-contest-modal-feedback .ap-modal__close svg {
  fill: #999999;
}
.ap-contest-modal-feedback .ap-modal__close:hover svg {
  fill: #ff0000;
}
.ap-contest-modal-feedback .ap-modal__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  color: #000000;
  gap: 8px;
  padding: 0;
  margin-bottom: 22px;
}
.ap-contest-modal-feedback .ap-modal__body {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.ap-contest-modal-feedback .ap-modal__footer {
  text-align: center;
  margin-top: 24px;
}
.ap-contest-modal-feedback .ap-modal__close-link {
  font-size: 16px;
}
.ap-contest-modal-feedback__title-profile {
  color: #000000 !important;
  text-decoration: underline !important;
}
.ap-contest-modal-feedback__title-profile:hover {
  color: #000000 !important;
  text-decoration: none !important;
}
.ap-contest-modal-feedback__title-brand {
  text-transform: uppercase;
  font-weight: 700;
}
.ap-contest-modal-feedback__btn {
  display: block;
  width: 190px;
  height: 34px;
  line-height: 32px;
  border: 1px solid #ff0000;
  padding: 0 20px;
  margin-top: 7px;
  color: #ff0000;
  font-size: 14px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: background-color 0.24s, color 0.24s;
  -o-transition: background-color 0.24s, color 0.24s;
  transition: background-color 0.24s, color 0.24s;
}
.ap-contest-modal-feedback__btn:hover {
  background-color: #FF0000;
  color: #ffffff;
}

@media (min-width: 1025px) {
  .ap-contest-modal-feedback .ap-modal__header {
    font-size: 19px;
  }
}