/* WIDGETS */

.w-bg1 {
  background: none;
  border: 2px solid white;
}

.w-bg2,
.w-bg5 {
  background: #ffffff;
}

.w-bg3 {
  background: rgba(255, 255, 255, 0.6);
}

.w-bg4 {
  background: transparent !important;
}

.w-bg4 .widget-content {
  padding-left: 0;
  padding-right: 0;
}

.w-bg4 .embedded-video-wrapper {
  margin-bottom: -10px;
  margin-top: -10px;
}

.w-bg4.edit-panel .embedded-video-wrapper,
.w-bg4.has-title:not(.w-h-t) .embedded-video-wrapper {
  margin-top: 0;
}

.w-bg4.edit-mode .embedded-video-wrapper {
  margin-bottom: -5px;
}

.w-b-r1,
.w-b-r1 .widget-content,
.w-b-r1:not(.w-h-t-c) .widget-link {
  border-radius: 0;
}

.w-b-r2,
.w-b-r2:not(.w-h-t-c) .widget-link {
  border-radius: 10px;
}
.w-b-r2 .widget-content {
  border-radius: 8px;
}

.w-b-r3,
.w-b-r3:not(.w-h-t-c) .widget-link {
  border-radius: 20px;
}

.w-b-r3 .widget-content {
  border-radius: 18px;
}

.w-h-t-c,
.w-h-t-c .widget-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.w-h-b-c,
.w-h-b-c .widget-content {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.w-m-b1 {
  margin-bottom: 0;
}

.w-m-b2 {
  margin-bottom: 10px;
}

.w-m-b3 {
  margin-bottom: 15px;
}

.w-m-b4 {
  margin-bottom: 20px;
}

.w-w1 {
  max-width: 320px;
}

.w-w2 {
  max-width: 634px;
}

html:not(.ismobile) .w-w3 {
  max-width: 320px;
}

.widget-wrapper:not(.profile-widget-wrapper) .w-bg4:not(.edit-panel) .widget-content {
  padding: 0;
}

.widget-wrapper.profile-widget-wrapper .w-bg4:not(.edit-panel) .widget-content {
  padding-bottom: 0;
}

.w-bg4:not(.w-m-b2) .widget-content .owl-dots {
  display: none;
}

.widget.not-hide-dots .widget-content .owl-dots {
  display: block;
}

.w-bg4.w-m-b1 .widget-content .owl-dots {
  margin-bottom: 10px;
}

.w-bg4:not(.w-m-b2) .widget-content .owl-carousel {
  margin-bottom: -12px;
}

.owl-carousel .owl-stage-outer {
  display: inline-flex !important;
}

.owl-carousel .owl-stage {
  display: inline !important;
}

.owl-carousel, .owl-carousel .owl-item {
  display: table-cell;
}

.w-t-ta1 .widget-title,
.w-t-ta1 .widget-title-wrapper .edit-widget-content,
.menu-widget-wrapper .w-t-ta1 .dropdown-menu .view-widget-content .dropdown-item {
  text-align: left;
}

.w-t-ta2 .widget-title,
.w-t-ta2 .widget-title-wrapper .edit-widget-content,
.menu-widget-wrapper .w-t-ta2 .dropdown-menu .view-widget-content .dropdown-item {
  text-align: center;
}

.w-t-ta3 .widget-title,
.w-t-ta3 .widget-title-wrapper .edit-widget-content,
.menu-widget-wrapper .w-t-ta3  .dropdown-menu .view-widget-content .dropdown-item {
  text-align: right;
}

/*.w-t-fw1 .widget-title,
.menu-widget-wrapper .w-t-fw1 .dropdown-menu .view-widget-content .dropdown-item{
  font-weight: 400 !important;
}

.w-t-fw2 .widget-title,
.menu-widget-wrapper .w-t-fw2 .dropdown-menu .view-widget-content .dropdown-item{
  font-weight: 600 !important;
}

.w-t-fw3 .widget-title,
.menu-widget-wrapper .w-t-fw3 .dropdown-menu .view-widget-content .dropdown-item{
  font-weight: 700 !important;
}

.w-t-fs1 .widget-title,
.menu-widget-wrapper .dropdown-menu .w-t-fs1 .view-widget-content .dropdown-item{
  font-size: 15px !important;
}

.w-t-fs2 .widget-title,
.menu-widget-wrapper .w-t-fs2 .dropdown-menu .view-widget-content .dropdown-item{
  font-size: 19px !important;
}

.w-t-fs3 .widget-title,
.menu-widget-wrapper .w-t-fs3 .dropdown-menu .view-widget-content .dropdown-item{
  font-size: 23px !important;
}*/

.w-h-t .widget-title-wrapper {
  display: none;
}

.w-h-t-u .widget-title-wrapper .widget-divider,
.w-h-t-u .profile-divider {
  display: none !important;
}
.w-h-t-u .profile-divider + .site-button {
  margin-top: 10px;
}

/* PROFILE */

.profile-widget-wrapper .p-h-a {
  margin-top: 5px !important;
}

.profile-widget-wrapper .p-h-a .profile-img {
  display: none;
}

.profile-widget-wrapper .p-h-a .widget-content {
  padding-top: 10px;
}

.p-h-a-s .profile-img {
  box-shadow: none;
}

.p-h-a-b .profile-img {
  border: none;
  margin-left: -52px;
  top: -52px;
  width: 108px;
}

/*.p-n-fw1 .profile-full-name {
  font-weight: 400 !important;
}

.p-n-fw2 .profile-full-name {
  font-weight: 600 !important;
}

.p-n-fw3 .profile-full-name {
  font-weight: 700 !important;
}

.p-n-fs1 .profile-full-name {
  font-size: 19px !important;
}

.p-n-fs2 .profile-full-name {
  font-size: 23px !important;
}

.p-n-fs3 .profile-full-name {
  font-size: 27px !important;
}*/

/* BUTTONS */

.btn-b-r1 .btn-site {
  border-radius: 0;
}

.btn-b-r2.btn-sz1 .btn-site {
  border-radius: 7px;
}

.btn-b-r2.btn-sz2 .btn-site {
  border-radius: 10px;
}

.btn-b-r2.btn-sz3 .btn-site {
  border-radius: 13px;
}

.btn-b-r3.btn-sz1 .btn-site {
  border-radius: 20px;
}

.btn-b-r3.btn-sz2 .btn-site {
  border-radius: 25px;
}

.btn-b-r3.btn-sz3 .btn-site {
  border-radius: 30px;
}

.btn-w1 .btn-site {
  min-width: 200px;
  margin: 0 10px;
}

.btn-w2 .btn-site {
  width: 100%;
  margin: 0;
}

.btn-bg1 .btn-site {
  background: none;
  border: 2px solid white;
}

.btn-bg2 .btn-site {
  background: #000000;
}

.btn-sz1 .btn-site {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-sz1.btn-bg1 .btn-site,
.btn-sz1 .site-button-add {
  padding-top: 8px;
  padding-bottom: 8px;
}

.btn-sz2 .btn-site {
  padding-top: 15px;
  padding-bottom: 15px;
}

.btn-sz2.btn-bg1 .btn-site,
.btn-sz2 .site-button-add {
  padding-top: 13px;
  padding-bottom: 13px;
}

.btn-sz3 .btn-site {
  padding-top: 20px;
  padding-bottom: 20px;
}

.btn-sz3.btn-bg1 .btn-site,
.btn-sz3 .site-button-add {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* DIVIDER */

.d-w1 .widget-divider-hr {
  width: 20%;
  margin: 0 auto;
}

.d-w2 .widget-divider-hr {
  width: 50%;
  margin: 0 auto;
}

.d-w3 .widget-divider-hr {
  width: 100%;
}

.d-s1 .widget-divider-hr {
  border-top-style: solid;
}

.d-s2 .widget-divider-hr {
  border-top-style: dashed;
}

.d-s3 .widget-divider-hr {
  border-top-style: dotted;
}

/* FIELDS */

.f-bg1 .form-field {
  background: none;
  border: 2px solid white;
}

.f-bg2 .form-field {
  background: #ffffff;
  border: 1px solid grey;
}

.f-b-r1 .form-field {
  border-radius: 0;
}

.f-b-r2.f-sz1 .form-field {
  border-radius: 7px;
}

.f-b-r2.f-sz2 .form-field {
  border-radius: 10px;
}

.f-b-r2.f-sz3 .form-field {
  border-radius: 13px;
}

.f-b-r3.f-sz1 .form-field {
  border-radius: 20px;
}

.f-b-r3.f-sz2 .form-field {
  border-radius: 25px;
}

.f-b-r3.f-sz3 .form-field {
  border-radius: 30px;
}

.f-sz1 .form-field {
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-sz1.f-bg1 .form-field,
.f-sz1 .form-field-add {
  padding-top: 9px;
  padding-bottom: 9px;
}

.f-sz1 .form-fields .form-field-icon {
  top: 14px;
}

.f-sz2 .form-field {
  padding-top: 15px;
  padding-bottom: 15px;
}

.f-sz2.f-bg1 .form-field,
.f-sz2 .form-field-add {
  padding-top: 14px;
  padding-bottom: 14px;
}

.f-sz2 .form-fields .form-field-icon {
  top: 20px;
}

.f-sz3 .form-field {
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-sz3.f-bg1 .form-field,
.f-sz3 .form-field-add {
  padding-top: 19px;
  padding-bottom: 19px;
}

.f-sz3 .form-fields .form-field-icon {
  top: 25px;
}

/* ICONS */

.form-field-icon-account::before {
  content: '\f207';
}

.form-field-icon-phone::before {
  content: '\f2be';
}

.form-field-icon-email::before {
  content: '\f15a';
}

.form-field-icon-text::before {
  content: '\f25b';
}

.form-field-icon-link::before {
  content: '\f18e';
}

.form-field-icon-pin::before {
  content: '\f1ab';
}

.form-field-icon-calendar::before {
  content: '\f332';
}

.form-field-icon-receipt::before {
  content: '\f1b4';
}

.form-field-icon-time::before {
  content: '\f337';
}

.form-field-icon-captcha::before {
  content: '\f261';
}

/* FONTS */

.font-type-1 {
  font-size: 19px;
  font-weight: 600;
  font-style: normal;
}

.font-type-2 {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
}

.font-type-3 {
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
}

.font-type-4 {
  font-size: 15px;
  font-weight: 600;
  font-style: normal;
}
.font-type-4 .form-field {
  padding-left: 1.73em;
}

.font-type-5 {
  font-size: 19px;
  font-weight: 600;
  font-style: normal;
}
.font-type-6 {
  font-size: 16px;
  font-weight: 600;
  font-style: normal;
}


.font-type-7 {
  font-size: 27px;
  font-weight: 600;
  font-style: normal;
}

.m-t-45 {
  margin-top: 45px !important;
}

.btn-purchase-form {
  border-radius: 20px !important;
}

#widgets-list .widget-wrapper:last-child .widget.w-m-b1 {
  margin-bottom: 10px;
}

#widgets-list ~ .widget-wrapper .widget.w-m-b1 {
  margin-bottom: 10px;
}

.box-form-field-list {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}

.box-form-field-list li {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}

.ismobile #form-field-type label {
  padding: 6px 7px;
}

.ismobile #form-field-icon label {
  padding: 6px 8px;
}

.box-form-field-list .form-add-item {
  bottom: 10px;
}

.edit-form-field-list-description {
  font-size: 13px;
}

.box-form-field-list .select2-search__field {
  padding: 0;
}

.select2-results__option.select2-results__option--highlighted:not([id]) {
  background-color: var(--success-color) !important;
}

.select2-results__option.select2-results__option--highlighted:not([id])::before {
  content: 'Добавить "';
}

.select2-results__option.select2-results__option--highlighted:not([id])::after {
  content: '"';
}

.ismobile .datetimepicker .datetimepicker-days td {
  width: 42.6px;
  height: 40px;
}

.ismobile .datetimepicker .datetimepicker-hours table tr td,
.ismobile .datetimepicker .datetimepicker-minutes table tr td {
  width: 300px;
}

.ismobile .datetimepicker .datetimepicker-hours table tr td span,
.ismobile .datetimepicker .datetimepicker-minutes table tr td span {
  height: 4.2rem !important;
  line-height: 4.2rem !important;
  display: block;
  width: 23%;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: .25rem;
}

.ismobile .datetimepicker .switch {
  font-size: 15px !important;
}

.datetimepicker-hours span.hour,
.datetimepicker-minutes span.minute {
  height: 32px !important;
  line-height: 32px;
}

.datetimepicker-hours span.hour.active,
.datetimepicker-minutes span.minute.active {
  height: 32px !important;
  line-height: 27px;
}

.datetimepicker .hour.disabled {
  display: none;
}

.day.active,
.hour.active,
.minute.active,
.month.active,
.year.active {
  background-image: inherit !important;
  background-color: white !important;
  border: 3px rgba(108, 108, 108, 0.92) solid !important;
  color: #5e5e5e !important;
  border-radius: 3px;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}

.field-saveformfield-list .select2-selection__choice {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.field-saveformfield-list .select2-selection__choice span {
  order: 2;
}

.field-saveformfield-list .select2-selection__choice__remove {
  margin: 0 !important;
}

.form-field-dropdown-list option:first-child {
  display: none;
}

.form-fields-success-form {
  position: relative;
}

.block-generate-document ul {
  margin-left: -20px !important;
  list-style: disc !important;
}

.block-generate-document ul li {
  padding: 0 !important;
  margin-top: 7px;
}
