@font-face {
  font-family: "TTNorms";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/TTNorms-Regular/TTNorms-Regular.eot?") format("eot"),
    url("../fonts/TTNorms-Regular/TTNorms-Regular.woff2") format("woff2"),
    url("../fonts/TTNorms-Regular/TTNorms-Regular.woff") format("woff"),
    url("../fonts/TTNorms-Regular/TTNorms-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "TTNorms";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/TTNorms-Medium/TTNorms-Medium.eot?") format("eot"),
    url("../fonts/TTNorms-Medium/TTNorms-Medium.woff2") format("woff2"),
    url("../fonts/TTNorms-Medium/TTNorms-Medium.woff") format("woff"),
    url("../fonts/TTNorms-Medium/TTNorms-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "TTNorms";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/TTNorms-Bold/TTNorms-Bold.eot?") format("eot"),
    url("../fonts/TTNorms-Bold/TTNorms-Bold.woff2") format("woff2"),
    url("../fonts/TTNorms-Bold/TTNorms-Bold.woff") format("woff"),
    url("../fonts/TTNorms-Bold/TTNorms-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "TTNorms";
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url("../fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.eot?") format("eot"),
    url("../fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.woff2") format("woff2"),
    url("../fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.woff") format("woff"),
    url("../fonts/TTNorms-ExtraBold/TTNorms-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "TTNorms";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url("../fonts/TTNorms-Black/TTNorms-Black.eot?") format("eot"),
    url("../fonts/TTNorms-Black/TTNorms-Black.woff2") format("woff2"),
    url("../fonts/TTNorms-Black/TTNorms-Black.woff") format("woff"),
    url("../fonts/TTNorms-Black/TTNorms-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Blanc";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/Blanc-Regular/Blanc-Regular.eot?") format("eot"),
    url("../fonts/Blanc-Regular/Blanc-Regular.woff2") format("woff2"),
    url("../fonts/Blanc-Regular/Blanc-Regular.woff") format("woff"),
    url("../fonts/Blanc-Regular/Blanc-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Blanc";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("../fonts/Blanc-Medium/Blanc-Medium.eot?") format("eot"),
    url("../fonts/Blanc-Medium/Blanc-Medium.woff2") format("woff2"),
    url("../fonts/Blanc-Medium/Blanc-Medium.woff") format("woff"),
    url("../fonts/Blanc-Medium/Blanc-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Blanc";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../fonts/Blanc-Bold/Blanc-Bold.eot?") format("eot"),
    url("../fonts/Blanc-Bold/Blanc-Bold.woff2") format("woff2"),
    url("../fonts/Blanc-Bold/Blanc-Bold.woff") format("woff"),
    url("../fonts/Blanc-Bold/Blanc-Bold.ttf") format("truetype");
}

html {
  position: relative;
  min-height: 100%;
}

::-moz-selection {
  background: #e06337;
  color: #fff;
}

::selection {
  background: #e06337;
  color: #fff;
}

body {
  font-size: 16px;
  line-height: 1.5;
  font-family: "Blanc", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  color: #333;
  background: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.body-color {
  background: #f1eae5;
}

.hidden {
  display: none;
}

a {
  outline: none !important;
  color: #347a74;
  text-decoration: none;
}
a:hover {
  color: #e06337;
  text-decoration: none;
}

strong {
  font-family: "Blanc", sans-serif;
  font-weight: 700;
}

.br {
  display: block;
}

.tooltip {
  line-height: 1;
  cursor: pointer;
  position: relative;
  z-index: 1151 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.tooltip:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}
.tooltip-i {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  top: -6px;
  margin-left: 2px;
}
.tooltip-i:hover .tooltip-i__icon {
  fill: #e06337;
}
.tooltip-i__icon {
  fill: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.b-tooltip {
  display: inline-block;
  z-index: 1151 !important;
  position: absolute;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 130;
}

.b-tooltip-light {
  z-index: 100000000 !important;
  background: #333 url(../img/info-yellow.svg) no-repeat center left 12px;
  -webkit-box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  padding: 10px 10px 10px 35px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  color: #fff;
}
.b-tooltip-light:before {
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #333 transparent transparent transparent;
  content: "";
}

.preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #424242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.preloader__img {
  position: relative;
  z-index: 10;
  width: 160px;
  height: auto;
  opacity: 0;
  -webkit-animation: logo 2s linear 1 forwards;
  animation: logo 2s linear 1 forwards;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

@-webkit-keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

@keyframes logo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  90% {
    opacity: 0;
  }
}

.button {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 5px 25px;
  height: 56px;
  width: auto;
  font-size: 20px;
  line-height: 1;
  border-radius: 8px;
  background: #e06337;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.button:hover,
.button:active,
.button:focus:hover {
  outline: none;
  color: #fff;
  background: #347a74;
}
.button:hover .button__icon,
.button:active .button__icon,
.button:focus:hover .button__icon {
  fill: #fff;
}
.button:focus {
  color: #fff;
  background: #e06337;
  outline: none;
}
.button:focus .button__icon {
  fill: #fff;
}
.button__icon {
  fill: #fff;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button__icon--right {
  margin-left: 12px;
  margin-right: 0;
}
.button--outline {
  background: transparent;
  border: 1px solid #e06337;
  color: #333;
}
.button--outline .button__icon {
  fill: #333;
}
.button--outline:hover,
.button--outline:active,
.button--outline:focus:hover {
  color: #fff;
  background: #e06337;
}
.button--outline:hover .button__icon,
.button--outline:active .button__icon,
.button--outline:focus:hover .button__icon {
  fill: #fff;
}
.button--outline:focus {
  color: #333;
  background: transparent;
  outline: none;
}
.button--outline:focus .button__icon {
  fill: #333;
}
.button--small {
  height: 42px;
  font-size: 14px;
}
.button--green-small {
  height: 42px;
  font-size: 14px;
  background: #347a74;
}
.button--green-small:hover,
.button--green-small:active,
.button--green-small:focus:hover {
  background: #e06337;
}
.button--green-small:focus {
  background: #347a74;
}
.button--yellow-small {
  height: 42px;
  font-size: 14px;
  background: #ffb629;
}
.button--yellow-small:hover,
.button--yellow-small:active,
.button--yellow-small:focus:hover {
  background: #e06337;
}
.button--yellow-small:focus {
  background: #ffb629;
}
.button--green-outline {
  height: 42px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #347a74;
  color: #347a74;
  padding: 5px 30px;
}
.button--green-outline .button__icon {
  fill: #347a74;
}
.button--green-outline:focus {
  background: transparent;
  border-color: #347a74;
  color: #347a74;
}
.button--green-outline:focus .button__icon {
  fill: #347a74;
}
.button--green-outline-reversed {
  height: 42px;
  font-size: 14px;
  background: #347a74;
  border: 1px solid #347a74;
  color: #eff7f6;
  padding: 5px 30px;
}
.button--green-outline-reversed .button__icon {
  fill: #eff7f6;
}
.button--green-outline-reversed:hover {
  background: transparent;
  border-color: #347a74;
  color: #347a74;
  cursor: pointer;
}
.button--green-outline-reversed:focus {
  background: transparent;
  border-color: #347a74;
  color: #347a74;
}
.button--green-outline-reversed:focus .button__icon,
.button--green-outline-reversed:hover .button__icon {
  fill: #347a74;
}
.button--orange-outline {
  height: 42px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #e06337;
  color: #e06337;
  padding: 5px 30px;
}
.button--orange-outline .button__icon {
  fill: #e06337;
}
.button--orange-outline:hover,
.button--orange-outline:active,
.button--orange-outline:focus:hover {
  border-color: #e06337;
  background: #e06337;
}
.button--orange-outline:focus {
  background: transparent;
  border-color: #e06337;
  color: #e06337;
}
.button--orange-outline:focus .button__icon {
  fill: #e06337;
}
.button--black-outline {
  height: 42px;
  font-size: 14px;
  background: transparent;
  border: 1px solid #333;
  color: #333;
  padding: 5px 30px;
}
.button--black-outline .button__icon {
  fill: #333;
}
.button--black-outline:hover,
.button--black-outline:active,
.button--black-outline:focus:hover {
  border-color: #333;
  background: #333;
}
.button--black-outline:focus {
  background: transparent;
  border-color: #333;
  color: #333;
}
.button--black-outline:focus .button__icon {
  fill: #333;
}
.button--light {
  height: 42px;
  font-size: 14px;
  background: #eff7f6;
  color: #347a74;
  padding: 5px 30px;
}
.button--light .button__icon {
  fill: #347a74;
}
.button--light:focus {
  background: #eff7f6;
  color: #347a74;
}
.button--light:focus .button__icon {
  fill: #347a74;
}
.button--red-small {
  height: 42px;
  font-size: 14px;
  background: #f03e3e;
}
.button--red-small:hover,
.button--red-small:active,
.button--red-small:focus:hover {
  background: #347a74;
}
.button--red-small:focus {
  background: #f03e3e;
}

.button-inline {
  text-decoration: none;
  color: #f03e3e;
  font-size: 20px;
  font-weight: 500;
  border-radius: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: none;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button-inline:hover {
  text-decoration: underline;
  color: #f03e3e;
  outline: none;
}
.button-inline:focus {
  outline: none;
}
.button-inline--grey {
  text-transform: uppercase;
  color: #888;
  text-decoration: underline;
  font-size: 16px;
}
.button-inline--grey:hover {
  text-decoration: none;
}

.url-upload__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 42px;
}

.url-button--loading {
  pointer-events: none;
  user-select: none;
}

.url-button--loading:focus {
  background: #347a74;
  opacity: 1;
}

.button--loading .pay-order-button-text {
  visibility: hidden;
  opacity: 0;
}

.button--loading::after,
.url-button--loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: #ffffff;
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 767.98px) {
  .button {
    padding: 5px 15px;
  }
}

.checkbox {
  padding: 0;
  margin: 0;
  line-height: 1;
}
.checkbox__input:not(:checked),
.checkbox__input:checked {
  position: absolute;
  left: -9999px;
}
.checkbox__input:not(:checked) + .checkbox__label,
.checkbox__input:checked + .checkbox__label {
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}
.checkbox__input:not(:checked) + .checkbox__label:hover:before,
.checkbox__input:checked + .checkbox__label:hover:before {
  border-color: #fff;
}
.checkbox__input:not(:checked) + .checkbox__label::before,
.checkbox__input:checked + .checkbox__label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: transparent;
  border: 1px solid #e7e8e7;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.checkbox__input:checked + .checkbox__label::before {
  background: #347a74;
  border-color: #347a74;
}
.checkbox__input:not(:checked) + .checkbox__label::after,
.checkbox__input:checked + .checkbox__label::after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 14px;
  height: 14px;
  background: url(../img/checkbox-icon.svg) no-repeat center center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 0;
}
.checkbox__input:not(:checked) + .checkbox__label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.checkbox__input:disabled:not(:checked) + .checkbox__label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #999;
}
.checkbox__input:disabled:checked + .checkbox__label::before {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #999;
}
.checkbox__input:disabled:checked + .checkbox__label::after {
  background: #999;
}
.checkbox__input:disabled + .checkbox__label {
  color: #333;
}
.checkbox__label {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  color: #333;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.checkbox__label:hover {
  color: #e06337;
}

.icon-checkbox {
  padding: 0;
  margin: 0 15px 0 0;
  line-height: 1;
  width: 100%;
}
.icon-checkbox:last-child {
  margin-right: 0;
}
.icon-checkbox__input:not(:checked),
.icon-checkbox__input:checked {
  position: absolute;
  left: -9999px;
}
.icon-checkbox__input:not(:checked) + .icon-checkbox__label,
.icon-checkbox__input:checked + .icon-checkbox__label {
  cursor: pointer;
}
.icon-checkbox__input:checked + .icon-checkbox__label {
  background: #347a74;
  border-color: #347a74;
  color: #fff;
}
.icon-checkbox__input:checked + .icon-checkbox__label .icon-checkbox__icon {
  fill: #fff;
}
.icon-checkbox__input:disabled + .icon-checkbox__label {
  color: #333;
}
.icon-checkbox__icon {
  fill: #347a74;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.icon-checkbox__label {
  width: 100%;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #fff;
  border: 1px solid #eff7f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 18px;
  font-size: 12px;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
  line-height: 1.2;
  padding: 5px 10px;
  color: #347a74;
}
.icon-checkbox__label:hover {
  border-color: #347a74;
}

@media (max-width: 767.98px) {
  .icon-checkbox {
    margin-right: 5px;
  }
  .icon-checkbox__label {
    height: 35px;
  }
}

.radio {
  margin: 0 0 15px;
  text-align: left;
}
.radio:last-child {
  margin-bottom: 0;
}
.radio__label {
  display: block;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  padding-left: 36px;
}
.radio__label:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  border: 1px solid #f03e3e;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.radio__label:after {
  position: absolute;
  top: 6px;
  left: 6px;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #f03e3e;
  content: "";
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
.radio__label:hover {
  color: #f03e3e;
}
.radio__input {
  display: none !important;
}
.radio__input:checked + .radio__label:after {
  opacity: 1;
}

.date-radio {
  margin: 0 15px 15px 0;
  width: 195px;
  text-align: left;
}
.date-radio:last-child {
  margin-bottom: 0;
}
.date-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
  border: 1px solid #eaeaea;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  height: 48px;
  padding: 3px;
  line-height: 1;
}
.date-radio__label:hover {
  border-color: #f03e3e;
}
.date-radio__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  width: 48px;
  min-width: 48px;
  border-radius: 4px;
  background: #3bc619;
  margin-right: 8px;
  font-size: 20px;
  font-weight: 500;
  padding: 5px;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.date-radio__date {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.date-radio__input {
  display: none !important;
}
.date-radio__input:checked + .date-radio__label {
  background: #f03e3e;
  border-color: #f03e3e;
}
.date-radio__input:checked + .date-radio__label .date-radio__day {
  color: #333;
  background: #fff;
}
.date-radio__input:checked + .date-radio__label .date-radio__date {
  color: #fff;
}
.date-radio__input:disabled + .date-radio__label {
  opacity: 0.5;
  cursor: not-allowed;
}
.date-radio__input:disabled + .date-radio__label .date-radio__day {
  color: #fff;
  background: #f03e3e;
}
.date-radio__input:disabled + .date-radio__label:hover {
  border-color: #eaeaea;
}

.time-radio {
  margin: 0 8px 0 0;
  text-align: left;
  width: 100%;
}
.time-radio:last-child {
  margin-right: 0;
}
.time-radio__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: 0;
  border: 2px solid #3bc619;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100%;
  height: 32px;
  padding: 5px;
  color: #3bc619;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.time-radio__label span {
  font-size: 10px;
  font-weight: 400;
  text-transform: uppercase;
  display: none;
}
.time-radio__label:hover {
  border-color: #f03e3e;
}
.time-radio__input {
  display: none !important;
}
.time-radio__input:checked + .time-radio__label {
  background: #f03e3e;
  border-color: #f03e3e;
  color: #fff;
}
.time-radio__input:disabled + .time-radio__label {
  border-color: #f03e3e;
  color: #f03e3e;
  cursor: not-allowed;
}
.time-radio__input:disabled + .time-radio__label:hover {
  border-color: #f03e3e;
}

.select {
  border-radius: 6px;
  background: transparent url(/static/img/select-arrow.svg) no-repeat right 10px
    center;
  border: 0.5px solid #d9d9d9;
  font-size: 12px;
  line-height: 1;
  color: #333;
  font-weight: 400;
  padding: 5px 10px;
  height: 30px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
  cursor: pointer;
}
.select:hover,
.select:focus {
  border-color: #e06337;
}
.select::-webkit-input-placeholder {
  color: #717171;
  font-weight: 400;
}
.select:-moz-placeholder {
  color: #717171;
  font-weight: 400;
}
.select::-moz-placeholder {
  color: #717171;
  font-weight: 400;
}
.select:-ms-input-placeholder {
  color: #717171;
  font-weight: 400;
}

.form__title {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 25px;
  line-height: 1.2;
}

.form__descr {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.form__descr p:last-child {
  margin-bottom: 0;
}
.form__descr strong {
  font-weight: 500;
}

.form__group {
  position: relative;
  margin-bottom: 20px;
}
.form__group.has-success .form__input {
  border-color: #347a74;
}
.form__group.has-success .form__feedback {
  color: #347a74;
  opacity: 1;
  visibility: visible;
}
.form__group.has-error .form__input {
  border-color: #f03e3e;
}
.form__group.has-error .form__feedback {
  color: #f03e3e;
  opacity: 1;
  visibility: visible;
}
.form__group--mb-0 {
  margin-bottom: 0;
}
.form__group--mb-40 {
  margin-bottom: 40px;
}

.form__label {
  font-size: 16px;
  margin: 0 0 6px;
  font-weight: 500;
}

.form__input {
  border-radius: 6px;
  background: transparent;
  border: 1px solid #d9d9d9;
  font-size: 20px;
  line-height: 1;
  color: #333;
  font-weight: 400;
  padding: 5px 10px 5px 55px;
  height: 60px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  display: block;
}
.form__input:hover,
.form__input:focus {
  border-color: #e06337;
}
.form__input:hover + .form__pic .form__pic-icon,
.form__input:focus + .form__pic .form__pic-icon {
  fill: #333;
}
.form__input:valid + .form__pic .form__pic-icon {
  fill: #333;
}
.form__input::-webkit-input-placeholder {
  color: #717171;
  font-weight: 400;
}
.form__input:-moz-placeholder {
  color: #717171;
  font-weight: 400;
}
.form__input::-moz-placeholder {
  color: #717171;
  font-weight: 400;
}
.form__input:-ms-input-placeholder {
  color: #717171;
  font-weight: 400;
}

.form__pic {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -15px;
}
.form__pic-icon {
  fill: #717171;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form__button-group {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
}

.form__social-group .button {
  margin-bottom: 20px;
  height: 56px;
}
.form__social-group .button:last-child {
  margin-bottom: 0;
}

.form__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.form__info {
  margin-top: 10px;
  font-size: 18px;
  color: #717171;
  line-height: 1.3;
}
.form__info a {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form__info--right {
  text-align: right;
}

.form__or {
  position: relative;
  font-size: 20px;
  color: #717171;
  line-height: 1.2;
  margin: 30px 0;
}
.form__or:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 40%;
  height: 1px;
  background: #d9d9d9;
  content: "";
}
.form__or:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 40%;
  height: 1px;
  background: #d9d9d9;
  content: "";
}

.form__pass-toggle {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -15px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.form__pass-toggle-icon {
  fill: #717171;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.form__pass-toggle.is-active {
  opacity: 0.3;
}

.form textarea.form__input {
  height: auto;
  padding-top: 10px;
  line-height: 1.5;
}

.form__feedback {
  position: absolute;
  bottom: -18px;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
}

.buy-form__row {
  margin: 0 -10px;
}

.buy-form__col {
  padding: 0 10px;
}

.buy-form__line {
  border-bottom: 0.5px solid #d9d9d9;
  margin: 10px -30px 30px;
}

.buy-form__group {
  margin-bottom: 20px;
}
.buy-form__group--mb-40 {
  margin-bottom: 40px;
}

.buy-form__label {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 0 0 10px;
  line-height: 1.3;
}

.buy-form__label--small--with-description {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 0;
  margin-top: 15px;
  line-height: 1;
}

.my-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}

.tiers__title {
  text-align: center;
}

.tiers__subtitle {
  text-align: center;
}

.tiers__boxes {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 2em;
}

@media (max-width: 480px) {
  .tiers__boxes {
    display: flex;
    flex-direction: column;
  }
}

.tiers__starter,
.tiers__business,
.tiers__enterprise {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 8px;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.tiers__enterprise {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.tier--selected {
  border: 5px solid #e06337;
  border-radius: 8px;
}

.tier__name {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
}

.tier__content {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
}

.tier__content ul {
  padding: 0;
}

.tier__additional-cost__title,
.tier__overage__title {
  font-weight: 500;
  margin-bottom: 0;
}

.tier__monthly-price {
  font-weight: 600;
  font-size: 2em;
  line-height: 1.6;
  text-align: center;
}

.tier__button {
  display: flex;
  justify-content: center;
}

.tier__button .button--disabled {
  display: none;
}

.buy-form__label--with-description {
  font-size: 20px;
  font-weight: 500;
  display: block;
  margin: 0;
  line-height: 1.3;
}

.buy-form__select {
  max-width: 255px;
  font-size: 16px;
  height: 38px;
}

.buy-form__val {
  font-size: 16px;
  line-height: 1.2;
}

.buy-form__info {
  font-size: 12px;
  margin-top: 10px;
}

.buy-form__promo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buy-form__promo-input {
  max-width: 255px;
  height: 38px;
  border: 0.5px solid #d9d9d9;
  margin-right: 15px;
  padding: 5px 15px;
  font-size: 16px;
}
.buy-form__promo-button {
  height: 38px;
  width: 95px;
  min-width: 95px;
}

.buy-form__pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.buy-form__pass-input {
  max-width: 340px;
  height: 38px;
  border: 0.5px solid #d9d9d9;
  margin-right: 15px;
  padding: 5px 15px;
  font-size: 16px;
}
.buy-form__pass-button {
  height: 38px;
  width: 55px;
  min-width: 55px;
  padding: 5px;
}

.buy-form__total {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
.buy-form__total-val {
  color: #347a74;
  margin-left: 10px;
}

.buy-form__input {
  height: 38px;
  border: 0.5px solid #d9d9d9;
  margin-right: 15px;
  padding: 5px 15px;
  font-size: 16px;
}

.buy-form__button--w-100 {
  width: 100%;
}

.pass-strength__title {
  font-size: 16px;
  color: #717171;
  margin-bottom: 12px;
  line-height: 1;
}

.pass-strength__val {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pass-strength__val[data-strength="1"] .pass-strength__item:nth-child(-n + 1) {
  background: darkred;
}
.pass-strength__val[data-strength="2"] .pass-strength__item:nth-child(-n + 2) {
  background: red;
}
.pass-strength__val[data-strength="3"] .pass-strength__item:nth-child(-n + 3) {
  background: #e06337;
}
.pass-strength__val[data-strength="4"] .pass-strength__item:nth-child(-n + 4) {
  background: yellowgreen;
}
.pass-strength__val[data-strength="5"] .pass-strength__item:nth-child(-n + 5) {
  background: green;
}

/* (darkred, orangered, orange, yellowgreen, green)  + #E06337;*/

.pass-strength__item {
  width: 54px;
  height: 4px;
  background: #d9d9d9;
  border-radius: 2px;
  margin-right: 12px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.pass-strength__item:last-child {
  margin-right: 0;
}

.account-form .buy-form__input {
  max-width: 340px;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

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

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

.w-full {
  width: 100%;
}

.text-lg {
  font-size: 22px;
}

@media (max-width: 767.98px) {
  .form__title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .form__descr {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .form__group {
    margin-bottom: 15px;
  }
  .form__input {
    height: 44px;
    font-size: 14px;
    padding-left: 35px;
  }
  .form__pic {
    left: 12px;
    width: 15px;
  }
  .form__pic-icon {
    width: 15px;
    height: 15px;
  }
  .form__button-group {
    max-width: 100%;
  }
  .form__button {
    height: 52px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
  }
  .form__info {
    font-size: 14px;
  }
  .form__or {
    font-size: 16px;
    margin: 25px 0 20px;
  }
  .form__social-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .form__social-group .button {
    margin: 0 15px 0 0;
    height: 52px;
    padding: 5px;
    font-size: 12px;
    border-radius: 6px;
  }
  .form__social-group .button .button__icon {
    width: 15px;
    height: 15px;
    margin-right: 8px;
  }
  .form__social-group .button:last-child {
    margin-right: 0;
  }
  .pass-strength__title {
    font-size: 14px;
  }
  .pass-strength__item {
    width: 100%;
    height: 3px;
  }
  .form__pass-toggle {
    right: 5px;
  }
  .form__pass-toggle-icon {
    width: 16px;
    height: 16px;
  }
  .buy-form__group {
    margin-bottom: 15px;
  }
  .buy-form__group--mb-40 {
    margin-bottom: 30px;
  }
  .buy-form__val-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .buy-form__val {
    font-size: 14px;
  }
  .buy-form__info {
    margin: 0;
    color: #858585;
    font-size: 11px;
  }
  .buy-form__label {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .buy-form__select {
    max-width: 100%;
    font-size: 12px;
  }
  .buy-form__line {
    margin-top: 0;
    margin-bottom: 20px;
  }
  .buy-form__promo-input {
    height: 38px;
    padding-left: 10px;
    font-size: 12px;
    max-width: 100%;
  }
  .buy-form__input {
    height: 38px;
    padding-left: 10px;
    font-size: 12px;
    max-width: 100%;
  }
  .buy-form__pass-input {
    height: 38px;
    padding-left: 10px;
    font-size: 12px;
    max-width: 100%;
  }
  .buy-form__total {
    font-size: 16px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .buy-form__button {
    width: 100%;
  }
  .buy-credits-form {
    margin-bottom: 15px;
  }
  .account-form {
    margin-bottom: 15px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #d9d9d9;
  background: #fff;
  display: none;
  z-index: 100;
}
.header__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 15px;
}

.logo {
  line-height: 1;
  font-size: 0;
}
.logo__link {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.logo__img {
  max-width: 100%;
  height: auto;
  fill: #333;
}
.logo__img--white {
  fill: #fff;
}

.menu-toggle {
  cursor: pointer;
}
.menu-toggle__icon {
  fill: #333;
}

@media (max-width: 767.98px) {
  .header {
    display: block;
  }
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  width: 235px;
  height: 100vh;
  z-index: 100;
  background: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.sidebar.is-visible {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
  padding: 25px 0 45px;
  position: relative;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.sidebar__logo {
  margin-bottom: 25px;
  text-align: center;
}
.sidebar-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  cursor: pointer;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-right: auto;
}
.sidebar-toggle:hover .sidebar-toggle__icon {
  fill: #e06337;
}
.sidebar-toggle.is-active {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.sidebar-toggle__icon {
  fill: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sidebar-menu__list {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.sidebar-menu__item.is-active .sidebar-menu__link {
  border-color: #fff;
  background: #e06337;
  color: #fff;
}
.sidebar-menu__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #fff;
  padding: 16px 20px 16px 24px;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
  font-weight: 500;
  border-left: 6px solid transparent;
}
.sidebar-menu__link:hover {
  border-color: #fff;
  color: #fff;
}
.sidebar-menu__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  min-width: 24px;
  height: 24px;
  text-align: center;
  margin-right: 15px;
}
.sidebar-menu__pic-icon {
  fill: #fff;
}
.sidebar-menu--bottom {
  margin-top: auto;
}

@media (max-width: 991.98px) {
  .sidebar-toggle {
    margin-left: auto;
    margin-right: 30px;
  }
}

.login-main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  min-height: 100vh;
  padding: 30px 0;
  overflow: hidden;
}
.login-main:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-image: url(../img/login-bg.png);
  background-repeat: repeat;
  background-position: center center;
  background-size: 346px 726px;
  border-radius: 0 30px 30px 0;
  content: "";
}
.login-main__steps {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 680px;
}
.login-main__step {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50px);
  -ms-transform: translate(-50px);
  transform: translate(-50px);
}
.login-main__step.is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}

.welcome-item {
  font-size: 100px;
  font-weight: 400;
  line-height: 1;
}
.welcome-item--en {
  font-size: 120px;
  font-weight: 900;
  color: #e06337;
}
.welcome-item--jp {
  font-size: 100px;
  font-weight: 900;
}
.welcome-item--es {
  font-size: 110px;
  font-weight: 800;
}
.welcome-item--fr {
  font-size: 110px;
  font-weight: 700;
}
.welcome-item--ru {
  font-size: 100px;
  font-weight: 500;
}
.welcome-item--it {
  font-size: 100px;
  font-weight: 400;
}

.login-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 65px;
}
.login-steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  border: 1px solid #347a74;
  border-radius: 50%;
  font-weight: 700;
  line-height: 1;
  font-size: 20px;
  color: #347a74;
  margin-right: 100px;
  opacity: 0.2;
}
.login-steps__item:last-child {
  margin-right: 0;
}
.login-steps__item:last-child:before {
  display: none;
}
.login-steps__item:before {
  position: absolute;
  top: 50%;
  right: -80px;
  width: 60px;
  height: 1px;
  background: #347a74;
  content: "";
}
.login-steps__item.is-active {
  cursor: pointer;
  opacity: 1;
}

@media (max-width: 1229.98px) {
  .welcome-item--jp {
    font-size: 85px;
  }
}

@media (max-width: 991.98px) {
  .welcome-item--jp {
    font-size: 65px;
  }
  .welcome-item--fr {
    font-size: 85px;
  }
  .welcome-item--ru {
    font-size: 90px;
  }
}

@media (max-width: 767.98px) {
  .login-main {
    padding-top: 67px;
    min-height: 0;
  }
  .login-main:before {
    display: none;
  }
  .login-main__steps {
    min-height: 470px;
  }
  .login-main__step {
    display: block;
  }
  .login-main__welcome {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding: 35px 0;
    background: url(../img/login-bg-mobile.png) no-repeat center center;
    background-size: cover;
    margin: 0 -15px 30px;
  }
  .welcome-item {
    white-space: nowrap;
    font-size: 34px;
    margin: 0 20px;
    line-height: 1;
  }
  .welcome-item--en {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .welcome-item--fr {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .welcome-item--jp {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .welcome-item--ru,
  .welcome-item--it,
  .welcome-item--es {
    display: none;
  }
  .login-steps {
    margin-bottom: 45px;
  }
  .login-steps__item {
    width: 34px;
    height: 34px;
    min-width: 34px;
    margin-right: 48px;
    font-size: 14px;
  }
  .login-steps__item:before {
    width: 28px;
    right: -38px;
  }
}

@media only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  .login-main:before {
    background-image: url(../img/login-bg@2x.png);
  }
}

.credits {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #fff;
  border-radius: 18px;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 1;
  margin: 0 30px;
}
.credits__text {
  font-weight: 500;
  color: #347a74;
  margin-right: 5px;
}
.credits__val {
  font-weight: 700;
  color: #347a74;
  margin-right: 10px;
}
.credits__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #347a74;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.credits__button:hover {
  background: #e06337;
}
.credits__button-icon {
  fill: #fff;
}

.user__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  line-height: 1;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.user__link:hover {
  color: #e06337;
}

.user__name {
  font-size: 14px;
  font-weight: 500;
  margin-right: 15px;
}

.user__picture {
  width: 40px;
  height: 40px;
  min-width: 40px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}

.user__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.actions__row {
  margin: 0 -10px 25px;
}

.actions__col {
  padding: 0 10px;
}

.actions-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 18px;
}
.actions-item__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  min-width: 84px;
  background: #eff7f6;
  border-radius: 6px;
  margin-right: 20px;
}
.actions-item__pic-icon {
  fill: #347a74;
}
.actions-item__title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  line-height: 1.2;
}
.actions-item__val {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.actions-item__val span {
  font-size: 20px;
  font-weight: 400;
  color: #848c90;
}

@media (max-width: 1229.98px) {
  .actions-item__pic {
    width: 60px;
    height: 60px;
    min-width: 60px;
    margin-right: 10px;
  }
  .actions-item__title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .actions-item__val {
    font-size: 24px;
  }
  .actions-item__val span {
    font-size: 16px;
  }
}

@media (max-width: 767.98px) {
  .actions__row {
    margin: 0 -5px 10px;
  }
  .actions__col {
    padding: 0 5px;
  }
  .actions-item {
    padding: 8px 5px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .actions-item__pic {
    width: 18px;
    height: 18px;
    min-width: 18px;
    background: transparent;
    border-radius: 0;
    margin-right: 5px;
  }
  .actions-item__pic-icon {
    width: 14px;
    height: 14px;
  }
  .actions-item__title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 3px;
  }
  .actions-item__title span {
    display: none;
  }
  .actions-item__val {
    font-size: 16px;
  }
  .actions-item__val span {
    font-size: 12px;
  }
}

.steps {
  padding: 0 45px;
}
.steps__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px;
}
.steps__item:before {
  position: absolute;
  top: 62px;
  left: 19px;
  width: 6px;
  height: 54px;
  background: url(../img/steps-dots.svg) no-repeat center center;
  opacity: 0.1;
  content: "";
}
.steps__item:last-child {
  margin-bottom: 0;
}
.steps__item:last-child:before {
  display: none;
}
.steps__item.is-active .steps__number {
  opacity: 1;
  background: #347a74;
}
.steps__item.is-active .steps__title {
  color: #333;
}
.steps__item.is-active:before {
  opacity: 0.45;
}
.steps__number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  min-width: 44px;
  background: #bfd0dc;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 20px;
  opacity: 0.3;
}
.steps__title {
  font-size: 16px;
  font-weight: 500;
  color: #848c90;
}

@media (max-width: 1229.98px) {
  .steps {
    padding: 0;
  }
}

@media (max-width: 991.98px) {
  .steps {
    display: none;
  }
}

.drag-drop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 480px;
  background-color: #fffdfb;
  border-radius: 6px;
  border: 1px dashed #f0b19b;
  padding: 15px;
}
.drag-drop__inner {
  text-align: center;
}
.drag-drop__icon {
  margin-bottom: 20px;
}
.drag-drop__title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.drag-drop__link {
  color: #5084f2;
  text-decoration: underline;
}
.drag-drop__link:hover {
  color: #e06337;
  text-decoration: underline;
}
.drag-drop__button {
  display: none;
  width: 100%;
  font-size: 14px;
  margin-bottom: 15px;
}
.drag-drop__descr {
  font-size: 14px;
  color: #848c90;
}
.drag-drop__descr p {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .drag-drop {
    padding: 60px 0;
    border: none;
    background: transparent;
    height: auto;
    display: block;
  }
  .drag-drop__icon {
    display: none;
  }
  .drag-drop__title {
    display: none;
  }
  .drag-drop__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .drag-drop__descr {
    font-size: 12px;
  }
}

.dashboard {
  padding: 0 0 30px 235px;
  min-height: 100vh;
  max-width: 1900px;
  margin: 0 auto;
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dashboard.is-alone {
  padding-left: 0;
}
.dashboard__step {
  display: none;
}
.dashboard__step.is-visible {
  display: block;
}
.dashboard__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 0;
  margin-bottom: 15px;
}
.dashboard__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 15px;
}
.dashboard__title--mb-0 {
  margin-bottom: 0;
}
.dashboard__title-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.dashboard__sub-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 20px;
}
.dashboard__sub-group--visible-sm {
  display: none;
}
.dashboard__sub-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
.dashboard__add-button {
  padding: 5px 35px;
}
.dashboard__inner {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 25px 30px 30px;
}
.dashboard__inner--line:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  content: "";
}
.dashboard__translate {
  height: 390px;
  overflow-y: auto;
  margin-bottom: 70px;
  scrollbar-width: thin;
  scrollbar-color: #347a74 #ecf1f5;
  /* Works on Chrome, Edge, and Safari */
}
.dashboard__translate::-webkit-scrollbar {
  width: 3px;
}
.dashboard__translate::-webkit-scrollbar-track {
  background: #ecf1f5;
  border-radius: 2px;
}
.dashboard__translate::-webkit-scrollbar-thumb {
  background-color: #347a74;
  border-radius: 2px;
}
.dashboard__steps-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.dashboard__steps-nav--right {
  margin-top: 30px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.dashboard__add-buton {
  display: none;
}
.dashboard__loading {
  margin-bottom: 30px;
}
.dashboard__video-col {
  margin-bottom: 20px;
}
.dashboard__video-row {
  margin-bottom: 20px;
}
.dashboard__video-filter {
  max-width: 130px;
}

.url-upload form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  width: 100%;
}

.url-upload__label {
  margin-left: 0.5em;
}

.url-upload__input-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.url-upload__input {
  width: 98%;
  height: 38px;
  border: 0.5px solid #d9d9d9;
  margin: 0 1em 0 0.5em;
  padding: 5px 0 0 15px;
  font-size: 16px;
}

.url-upload__helper-text {
  margin: 0.275em 0 0.5em 1em;
}

@media (max-width: 991.98px) {
  .dashboard {
    padding: 0 0 30px;
  }
  .dashboard__sub-title {
    text-align: center;
  }
}

@media (max-width: 767.98px) {
  .dashboard {
    padding: 80px 0;
  }
  .dashboard__inner--line:before {
    display: none;
  }
  .dashboard__top {
    display: none;
  }
  .dashboard__title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .dashboard__title--mb-0 {
    margin-bottom: 0;
  }
  .dashboard__sub-title {
    font-size: 18px;
  }
  .dashboard__sub-title--left {
    text-align: left;
  }
  .dashboard__add-button {
    display: none;
  }
  .dashboard__sub-group {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  .dashboard__sub-group--flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .dashboard__sub-group--visible-sm {
    display: block;
  }
  .dashboard__sub-group--hidden-sm {
    display: none;
  }
  .dashboard__inner {
    padding: 15px;
  }
  .dashboard__translate {
    overflow-y: auto;
    height: auto;
    margin-bottom: 30px;
  }
  .dashboard__add-buton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  .dashboard__steps-nav {
    margin-bottom: 15px;
  }
  .dashboard__steps-nav .button {
    width: 100%;
    margin-right: 15px;
  }
  .dashboard__steps-nav .button:last-child {
    margin-right: 0;
  }
  .dashboard__steps-nav--right {
    margin: 0;
  }
}

.loading {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 0px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 0px auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "a b" "a c";
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 15px 30px 15px 15px;
  margin-bottom: 15px;
}
.loading:last-child {
  margin-bottom: 0;
}
.loading-video {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  margin-right: 20px;
  position: relative;
  grid-area: a;
}
.loading-video__picture {
  position: relative;
  display: block;
  width: 100px;
  height: 60px;
  border-radius: 6px;
  overflow: hidden;
}
.loading-video__picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  content: "";
}
.loading-video__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.loading-video__loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -14px 0 0 -14px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-animation: loader 2s infinite linear;
  animation: loader 2s infinite linear;
}
.loading__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.3;
  grid-area: b;
}
.loading__descr {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  width: 100%;
  grid-area: c;
}
.loading__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.loading-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 25px;
  min-width: 25px;
  height: 25px;
  background: #eff7f6;
  border-radius: 50%;
  margin-left: 15px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loading-button__icon {
  fill: #347a74;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.loading-button:hover {
  background: #e06337;
}
.loading-button:hover .loading-button__icon {
  fill: #fff;
}
.loading__info {
  font-size: 12px;
  color: #a3a3a3;
  line-height: 1.2;
}

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

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

.progress {
  position: relative;
  width: 100%;
  height: 5px;
  background: #eff7f6;
  border-radius: 3px;
  overflow: hidden;
}
.progress__bar {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: #347a74;
  border-radius: 3px;
}

@media (max-width: 767.98px) {
  .loading {
    grid-template-areas: "a b" "c c";
    padding: 0 0 10px;
    border: 0;
    border-bottom: 1px solid #d9d9d9;
    border-radius: 0;
    margin-bottom: 10px;
  }
  .loading:last-child {
    margin-bottom: 0;
    padding: 0;
    border: 0;
  }
  .loading__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
  }
  .loading-video {
    margin-right: 10px;
  }
  .loading-button {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin-left: 10px;
  }
  .loading__info {
    font-size: 11px;
    margin-top: -5px;
  }
  .loading-video {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
  }
  .loading__title {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .loading__descr {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.translate-item {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
  padding: 20px;
  margin-bottom: 20px;
}
.translate-item:last-child {
  margin-bottom: 0;
}
.translate-item__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.translate-item__descr {
  position: relative;
  padding-right: 50px;
  width: 100%;
}
.translate-item__delete {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -18px;
}
.translate-item__lang {
  max-width: 130px;
}
.translate-item-video {
  position: relative;
  margin-right: 15px;
}
.translate-item-video__picture {
  display: block;
  width: 165px;
  height: 115px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.translate-item-video__picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  content: "";
}
.translate-item-video__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.translate-item-video__time {
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 15px;
  color: #b7baba;
}
.translate-item-video__center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}
.translate-item__title {
  font-size: 20px;
  font-weight: 700;
  min-height: 60px;
  margin: 0 0 15px;
}
.translate-item__body {
  margin-bottom: 20px;
}
.translate-item__row {
  margin-bottom: 20px;
}
.translate-item__row:last-child {
  margin-bottom: 0;
}
.translate-item__bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}

.more-features-modal.fancybox-content {
  border-radius: 6px;
  padding: 22px;
  max-width: 480px;
}

.more-features-modal__header {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.more-features-modal__title,
.more-features-modal__subtitle {
  width: 100%;
  text-align: center;
}

.more-features-modal__title {
  font-family: "Blanc", sans-serif;
  font-weight: 500;
  font-size: 20px;
}

.more-features-modal__subtitle {
  font-family: "Blanc", sans-serif;
}

.more-features-modal__body {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  row-gap: 0.5em;
}

.more-features-modal__body button {
  min-width: 100%;
  height: 42px;
  font-size: 14px;
  user-select: none;
  pointer-events: none;
  cursor: default;
}

.more-features-modal__body button:hover {
  background: #eff7f6;
  color: #347a74;
}

.more-features-modal__footer {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  width: 100%;
  margin-top: 1em;
}

.more-features-modal__footer-text {
  margin-bottom: 0;
  font-size: 0.9em;
}

.more-features-modal__email {
  color: #e06337;
}

.more-features-modal__footer-left {
  width: 60%;
}

.more-features-modal__footer-right {
  width: 40%;
}

.more-features-modal__footer-right button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0;
}

.more-features-modal__footer-right button .button__icon {
  margin-right: 0.25em;
}

.more-features-modal__footer-right button a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #eff7f6;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 0;
  width: 100%;
  height: 100%;
}

.more-features-modal__footer-right button:hover a,
.more-features-modal__footer-right button:focus a {
  color: #347a74;
}

.delete-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #eff7f6;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #347a74;
}
.delete-button__icon {
  fill: #347a74;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.delete-button:hover {
  background: #e06337;
  color: #fff;
}
.delete-button:hover .delete-button__icon {
  fill: #fff;
}
.delete-button span {
  font-size: 12px;
  font-weight: 500;
  margin-left: 5px;
  display: none;
}

.volume-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-left: 5px;
}
.volume-button__icon {
  fill: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.volume-button__icon--off {
  display: none;
}
.volume-button:hover .volume-button__icon {
  fill: #e06337;
}
.volume-button.is-off .volume-button__icon--on {
  display: none;
}
.volume-button.is-off .volume-button__icon--off {
  display: block;
}

.lang-form {
  position: relative;
  padding-right: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}
.lang-form__group {
  margin-right: 20px;
  min-height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.lang-form__group--visible-sm {
  display: none;
}
.lang-form__label {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}
.lang-form__select {
  width: 130px;
}
.lang-form__checkbox {
  margin-top: auto;
  margin-bottom: 7px;
}
.lang-form__select-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.lang-form__price {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin-top: auto;
  margin-bottom: 6px;
  color: #347a74;
}
.lang-form__delete {
  position: absolute;
  top: 15px;
  right: 0;
}
.lang-form__buttons {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.lang-form__buttons .button {
  margin-right: 10px;
  padding: 5px;
}
.lang-form__buttons .button__icon {
  margin-right: 5px;
}
.lang-form__buttons .button:last-child {
  margin-right: 0;
}
.lang-form__button {
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.lang-form__checkbox-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.add-lang-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.add-lang-button__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  min-width: 28px;
  background: #eff7f6;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.add-lang-button__pic-icon {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  fill: #347a74;
}
.add-lang-button__text {
  font-size: 16px;
  font-weight: 500;
}
.add-lang-button:hover .add-lang-button__pic {
  background: #e06337;
}
.add-lang-button:hover .add-lang-button__pic-icon {
  fill: #fff;
}

@media (max-width: 767.98px) {
  .translate-item {
    padding: 0;
    border: 0;
    border-radius: 0;
  }
  .translate-item__row {
    border-bottom: 1px solid #edf2f2;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .translate-item__row:last-child {
    padding: 0;
    margin: 0;
    border: 0;
  }
  .translate-item__top {
    margin-bottom: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .translate-item-video {
    margin-right: 12px;
  }
  .translate-item-video__picture {
    width: 125px;
    height: 75px;
    min-width: 125px;
  }
  .translate-item-video__time {
    bottom: 5px;
    right: 5px;
    line-height: 1.2;
  }
  .translate-item__title {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    line-height: 1.4;
    min-height: auto;
  }
  .translate-item__descr {
    padding: 0;
  }
  .translate-item__delete {
    position: relative;
    top: auto;
    right: auto;
    margin: 0;
    width: auto;
    min-width: 0;
    height: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-radius: 6px;
    padding: 5px 18px;
  }
  .translate-item__delete span {
    display: inline;
  }
  .translate-item__lang {
    margin-bottom: 1em;
    /* display: none;  */
  }
  .lang-form {
    display: block;
    padding: 0;
  }
  .lang-form__select {
    width: 100%;
  }
  .lang-form__group {
    margin: 0 0 10px;
    min-height: 0;
    display: block;
  }
  .lang-form__group--visible-sm {
    display: block;
  }
  .lang-form__group--hidden-sm {
    display: none;
  }
  .lang-form__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .lang-form__label {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .lang-form__delete {
    display: none;
  }
  .volume-button {
    border: 1px solid #eff7f6;
    margin-left: 10px;
  }
  .lang-form__price {
    text-align: center;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .add-lang-button {
    display: none;
  }
  .translate-item__body {
    margin: 0;
  }
  .lang-form__checkbox-group {
    margin: 0 0 12px;
  }
}

.payment {
  border: 1px solid #d9d9d9;
  border-radius: 6px;
}
.payment__body {
  padding: 20px 20px 25px;
  border-bottom: 1px solid #d9d9d9;
}
.payment__footer {
  padding: 20px 20px 25px;
}
.payment__title {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px;
}
.payment__total {
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 15px;
}
.payment__total-val {
  color: #347a74;
  font-size: 16px;
}
.payment__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 20px;
}
.payment__info-icon {
  fill: #e06337;
  margin-right: 10px;
}
.payment__info-text {
  font-size: 16px;
  font-weight: 500;
  color: #848c90;
}
.payment__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.payment__buttons .button {
  margin-right: 20px;
}
.payment__buttons .button:last-child {
  margin-right: 0;
}

.payment-item {
  margin-bottom: 20px;
}
.payment-item:last-child {
  margin-bottom: 0;
}
.payment-item__toggle {
  padding: 0 20px 0 0;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: #333;
  position: relative;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.payment-item__toggle:hover {
  color: #e06337;
}
.payment-item__title {
  font-size: 16px;
  line-height: 1.2;
  margin: 0 5px 0 0;
  font-weight: 500;
}
.payment-item__time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 5px;
}
.payment-item__credits {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  color: #347a74;
  margin-left: auto;
  white-space: nowrap;
}
.payment-item.on .payment-item__toggle {
  color: #333;
}
.payment-item.on .payment-item__toggle:hover {
  color: #e06337;
}
.payment-item.on .payment-item__icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.payment-item__icon {
  position: absolute;
  top: 7px;
  right: 0;
  content: "";
  fill: #595959;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.payment-item__hidden.hidden {
  display: none;
}
.payment-item__hidden.visible {
  display: block;
}
.payment-item__descr {
  padding: 15px 20px 0 0;
}

.payment-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 10px;
}
.payment-lang:last-child {
  margin-bottom: 0;
}
.payment-lang__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.payment-lang__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  margin-right: 10px;
}
.payment-lang__item:last-child {
  margin-right: 0;
}
.payment-lang__pic {
  width: 24px;
  height: 15px;
  min-width: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.payment-lang__pic-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #347a74;
}
.payment-lang__pic-icon {
  width: 15px;
  height: 15px;
  fill: #347a74;
}
.payment-lang__credits {
  margin-left: auto;
  color: #347a74;
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
}

@media (max-width: 767.98px) {
  .payment {
    border: 0;
    border-radius: 0;
  }
  .payment__body {
    padding: 0 0 15px;
    border-color: #edf2f2;
  }
  .payment__footer {
    padding: 10px 0 0;
  }
  .payment__total {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .payment__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .payment-item__title {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 5px 0 0;
  }
  .payment-item {
    margin-bottom: 15px;
  }
  .payment-item__time {
    font-size: 12px;
    display: block;
    margin-top: 3px;
  }
  .payment-item__credits {
    font-size: 14px;
    font-weight: 500;
  }
  .payment-item__descr {
    padding: 10px 0 0;
  }
  .payment-lang {
    border-bottom: 1px solid #edf2f2;
    padding-bottom: 10px;
    display: block;
  }
  .payment-lang:last-child {
    padding: 0;
    border: 0;
  }
  .payment-lang__item {
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 6px;
  }
  .payment-lang__credits {
    font-size: 12px;
  }
  .payment-lang__pic-dot {
    width: 4px;
    height: 4px;
  }
  .payment__buttons {
    margin-bottom: 15px;
  }
  .payment__buttons .button {
    width: 100%;
    margin-right: 15px;
    white-space: nowrap;
    padding: 5px;
  }
  .payment__info {
    background: #fdf7f5;
    border-radius: 2px;
    padding: 10px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .payment__info-text {
    font-size: 12px;
    line-height: 1.5;
  }
}

.video-card__inner {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 8px;
}
.video-card__inner:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(224, 99, 55, 0.6) url(../img/video-select.svg) no-repeat
    center center;
  z-index: 20;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
  visibility: hidden;
  content: "";
}

.video-card__picture {
  display: block;
  width: 100%;
  height: 175px;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.video-card__picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.4);
  content: "";
}

.video-card__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-card__time {
  position: absolute;
  bottom: 10px;
  right: 10px;
  line-height: 1;
  font-size: 12px;
  color: #e7e8e7;
}

.video-card__title {
  font-size: 16px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
}

.video-card__center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 70px;
}

.video-card-menu {
  position: absolute;
  top: 10px;
  right: 10px;
}
.video-card-menu__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-card-menu__toggle.is-active,
.video-card-menu__toggle:hover {
  background: rgba(0, 0, 0, 0.4);
}
.video-card-menu__toggle.is-active .video-card-menu__icon,
.video-card-menu__toggle:hover .video-card-menu__icon {
  fill: #fff;
}
.video-card-menu__icon {
  fill: #e7e8e7;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-card-menu__dropdown {
  position: absolute;
  top: 25px;
  right: 0;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  width: 125px;
  border: 0.5px solid #d9d9d9;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-card-menu__dropdown.is-visible {
  opacity: 1;
  visibility: visible;
}
.video-card-menu__link {
  display: block;
  line-height: 1.2;
  padding: 7px 10px;
  font-size: 12px;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.video-card-menu__link:hover {
  background: #ecf1f5;
  color: #333;
}

.video-card__checkbox {
  position: absolute;
  top: 10px;
  left: 10px;
}

.video-card__tags {
  position: absolute;
  bottom: 10px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1;
}
.video-card__tags-item {
  background: #333;
  border-radius: 6px;
  padding: 4px 10px;
  line-height: 1;
  color: #fff;
  font-size: 12px;
  margin-right: 6px;
}
.video-card__tags-item:last-child {
  margin-right: 0;
}

.video-card__dropdown {
  display: none;
}

.video-card.is-selected .video-card__inner:before {
  opacity: 1;
  visibility: visible;
}

.progress-ring__percent {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-top: -7px;
  color: #fff;
  font-size: 14px;
}

.progress-ring__svg {
  position: relative;
  width: 70px;
  height: 70px;
  z-index: 10;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.progress-ring__circle {
  width: 100%;
  height: 100%;
  fill: none;
  stroke: rgba(255, 255, 255, 0.4);
  stroke-width: 5;
  stroke-linecap: round;
  -webkit-transition: stroke-dashoffset 0.35s;
  -o-transition: stroke-dashoffset 0.35s;
  transition: stroke-dashoffset 0.35s;
}
.progress-ring__circle-fill {
  stroke: #fff;
}

.video-play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.video-play__icon {
  fill: #fff;
  margin-left: 2px;
}
.video-play:hover {
  background: #e06337;
}

.video-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  padding: 13px 25px;
  line-height: 1.2;
}
.video-actions__selected {
  font-size: 16px;
  font-weight: 500;
  margin-right: 60px;
}
.video-actions__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-actions__item {
  margin-right: 25px;
}
.video-actions__item:last-child {
  margin-right: 0;
}
.video-actions__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-weight: 500;
}
.video-actions__link:hover {
  color: #347a74;
}
.video-actions__link:hover .video-actions__pic-icon {
  fill: #347a74;
}
.video-actions__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 18px;
  height: 14px;
  min-width: 18px;
  margin-right: 5px;
}
.video-actions__pic-icon {
  fill: #333;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.selected-button {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #347a74;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.selected-button__icon {
  fill: #347a74;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.selected-button:hover {
  color: #e06337;
}
.selected-button:hover .selected-button__icon {
  fill: #e06337;
}

@media (max-width: 1229.98px) {
  .video-actions__selected {
    margin-right: 30px;
  }
}

@media (max-width: 767.98px) {
  .video-card__title {
    position: relative;
    font-size: 14px;
    padding-right: 20px;
  }
  .video-card__title:before {
    position: absolute;
    top: 6px;
    right: 0;
    width: 12px;
    height: 12px;
    background: url(../img/select-arrow.svg) no-repeat center center;
    background-size: 12px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    content: "";
  }
  .video-card__title.is-active:before {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
  }
  .video-card__payment-lang,
  .video-card__payment-lang:last-child {
    padding: 10px 0;
    border-bottom: 1px solid #edf2f2;
    margin: 0;
  }
  .video-actions {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 6px 6px 0 0;
    z-index: 100;
    padding: 20px 20px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  .video-actions.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .video-actions__selected {
    display: none;
  }
  .video-actions__menu {
    display: block;
    width: 100%;
  }
  .video-actions__item {
    margin: 0;
  }
  .video-actions__item:last-child {
    display: none;
  }
  .video-actions__link {
    font-weight: 400;
    padding: 12px 0;
  }
  .video-actions__pic {
    margin-right: 10px;
  }
  .selected-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.account {
  position: relative;
}
.account-avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}
.account-avatar__picture {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  min-width: 80px;
  background: #f6e2db;
  border-radius: 50%;
  margin-right: 20px;
  overflow: hidden;
}
.account-avatar__picture:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  color: #d89f8c;
  font-size: 52px;
  font-weight: 500;
  text-align: center;
  line-height: 80px;
}
.account-avatar__img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}
.account-avatar__button {
  margin-right: 15px;
  padding: 5px 15px;
}
.account-avatar__button:last-child {
  margin-right: 0;
}
.account__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  margin-bottom: 30px;
}
.account__info-icon {
  fill: #e06337;
  margin-right: 10px;
}
.account__info-text {
  font-size: 16px;
  font-weight: 500;
  color: #848c90;
}
.account__cards {
  padding-left: 15px;
}
.account-my-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.account-my-cards__row {
  margin: 0 -10px;
}
.account-my-cards__col {
  padding: 0 10px;
}
.account-my-cards__img {
  max-width: 100%;
  height: auto;
}
.avatar-upload-modal.fancybox-content {
  border-radius: 6px;
  padding: 22px;
  width: 225px;
}
.avatar-upload-modal__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  row-gap: 0.5em;
}
.avatar-upload-modal__title {
  text-align: center;
}
.avatar-upload-modal .account-avatar__picture {
  margin-right: 0;
}
.avatar-upload-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .account__cards {
    padding-left: 0;
    border-top: 1px solid #d9d9d9;
    padding-top: 10px;
  }
  .account__info {
    background: #fdf7f5;
    border-radius: 2px;
    padding: 10px 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px;
  }
  .account__info-text {
    font-size: 12px;
    line-height: 1.5;
  }
  .account__cards-button {
    width: 100%;
  }
  .account-avatar__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .account-avatar__button {
    width: 100%;
  }
  .account-avatar__picture {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }
  .account-avatar__picture:before {
    line-height: 70px;
    font-size: 46px;
  }
  .account-my-cards {
    margin-bottom: 25px;
  }
}

.popup {
  position: relative;
  background: #fff;
  max-width: 660px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 30px;
  display: none;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.06);
  border-radius: 6px;
}
.popup__pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  margin: 0 auto 20px;
}
.popup__pic--red {
  background: #fce8e8;
}
.popup__pic--red .popup__pic-icon {
  fill: #f03e3e;
}
.popup__pic--yellow {
  background: #fff8e5;
}
.popup__pic--yellow .popup__pic-icon {
  fill: #ffb629;
}
.popup__pic--green {
  background: #eff7f6;
}
.popup__pic--green .popup__pic-icon {
  fill: #347a74;
}
.popup__title {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 25px;
}
.popup__title--center {
  text-align: center;
  margin-bottom: 15px;
}
.popup__drag-drop {
  height: 290px;
}
.popup__descr {
  text-align: center;
}
.popup__descr p {
  margin-bottom: 20px;
}
.popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.popup__buttons .button {
  margin-right: 10px;
}
.popup__buttons .button:last-child {
  margin-right: 0;
}
.popup--big {
  max-width: 890px;
}
.popup--small {
  max-width: 415px;
}

.fancybox-close-small {
  padding: 0;
  width: 44px;
  height: 44px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 1;
}
.fancybox-close-small svg path {
  fill: #000;
}
.fancybox-close-small:hover {
  opacity: 1;
}

.fancybox-bg {
  background: rgba(0, 0, 0, 0.43);
}

.fancybox-slide--current .popup {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*========= DASHBOARD INNER =============*/

.dashboard__inner {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
  border-radius: 6px;
  padding: 25px 30px 30px;
  margin-bottom: 20px;
}
.dashboard__inner:last-child {
  margin-bottom: 0;
}
.dashboard__inner--line:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #d9d9d9;
  content: "";
}

/*========= TABLE =============*/
.table-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}
.table-header__title {
  font-size: 24px;
  font-weight: 500;
  margin: 0;
  line-height: 1.2;
}
.table-header__total {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
}
.table-header__total span {
  font-weight: 700;
  color: #347a74;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  max-height: 282px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.table {
  contain: strict;
  border-collapse: collapse;
  width: 100%;
  margin: 0;
}
.table thead tr th {
  background: #eff7f6;
  font-size: 14px;
  color: #347a74;
  font-weight: 500;
  padding: 0.5rem 1rem;
  border: 0;
  vertical-align: middle;
  white-space: nowrap;
}
.table thead tr th:first-child {
  border-radius: 4px 0 0 4px;
}
.table thead tr th:last-child {
  border-radius: 0 4px 4px 0;
}
.table tbody tr td {
  padding: 0.75rem 1rem;
  vertical-align: top;
  border-bottom: 1px solid #dee2e6;
  font-size: 16px;
}
.table tbody tr td:first-child {
  font-weight: 500;
}
.table tbody tr:last-child td {
  border: 0;
}

@media (max-width: 991.98px) {
  .dashboard {
    padding: 0 0 30px;
  }

  .dashboard__sub-title {
    text-align: center;
  }
}
@media (max-width: 767.98px) {
  .dashboard {
    padding: 80px 0;
  }

  .dashboard__inner--line:before {
    display: none;
  }

  .dashboard__top {
    display: none;
  }

  .dashboard__title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .dashboard__title--mb-0 {
    margin-bottom: 0;
  }

  .dashboard__sub-title {
    font-size: 18px;
  }

  .dashboard__sub-title--left {
    text-align: left;
  }

  .dashboard__add-button {
    display: none;
  }

  .dashboard__sub-group {
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }

  .dashboard__sub-group--flex-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .dashboard__sub-group--visible-sm {
    display: block;
  }

  .dashboard__sub-group--hidden-sm {
    display: none;
  }

  .dashboard__inner {
    padding: 15px;
  }

  .dashboard__translate {
    overflow-y: auto;
    height: auto;
    margin-bottom: 30px;
  }

  .dashboard__add-buton {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .dashboard__steps-nav {
    margin-bottom: 15px;
  }
  .dashboard__steps-nav .button {
    width: 100%;
    margin-right: 15px;
  }
  .dashboard__steps-nav .button:last-child {
    margin-right: 0;
  }

  .dashboard__steps-nav--right {
    margin: 0;
  }

  .table-responsive {
    max-height: 460px;
  }

  .table-header {
    display: block;
  }

  .table-header__title {
    font-size: 18px;
    margin-bottom: 8px;
  }

  .table-header__total {
    font-size: 16px;
    font-weight: 400;
  }

  .table thead tr th {
    font-size: 12px;
  }
  .table tbody tr td {
    font-size: 12px;
    white-space: nowrap;
  }
}
@media (min-width: 768px) {
  .table-responsive {
    scrollbar-width: auto;
    scrollbar-color: #e06337 #d9d9d9;
    padding-right: 10px;
    /* Works on Chrome, Edge, and Safari */
  }
  .table-responsive::-webkit-scrollbar {
    width: 2px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 0;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #e06337;
    border-radius: 1px;
  }
}

@media (min-width: 768px) {
  .table-responsive {
    scrollbar-width: auto;
    scrollbar-color: #e06337 #d9d9d9;
    padding-right: 10px;
    /* Works on Chrome, Edge, and Safari */
  }
  .table-responsive::-webkit-scrollbar {
    width: 2px;
  }
  .table-responsive::-webkit-scrollbar-track {
    background: #d9d9d9;
    border-radius: 0;
  }
  .table-responsive::-webkit-scrollbar-thumb {
    background-color: #e06337;
    border-radius: 1px;
  }
}

/*==========  Desktop First  ==========*/
@media only screen and (min-device-pixel-ratio: 2),
  only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (-o-min-device-pixel-ratio: 2/1),
  only screen and (min-resolution: 192dpi),
  only screen and (min-resolution: 2dppx) {
  /* */
}

/*==========  Mobile First  ==========*/
/* Hubspot Chat widget */
/*
@media (max-width: 768px) {
  body div#hubspot-messages-iframe-container {
    bottom: 50px !important;
  }
} */
