.modals-overlay {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    opacity: .2;
    background: #000;
    display: none;
}
._show_modal {
	overflow: hidden !important;
	padding-right: 17px !important;
}

.dolyame-block {
	visibility: hidden;
	font-style: italic;
    display: flex;
    align-items: center;
    cursor: pointer;
	margin-bottom: 40px;
}
.dolyame-block.visible {
	visibility: visible;
}
.dolyame-block .dolyame-block-price {
    font-size: 14px;
    line-height: 1.1;
    font-style: italic;
/*    color: #000000;
    border: 1px solid #000000;*/
    color: #4f00ff;
	border: 1px solid #4f00ff;
    border-radius: 20px;
    padding: 5px 12px 4px;
    cursor: pointer;
    transition: background-color .15s ease-out;
}
.dolyame-block .dolyame-block-price svg {
	fill: #4f00ff;
}
.dolyame-block .dolyame-block-price:hover {
	background-color: rgba(79,0,255,.05)
}
.dolyame-block .dolyame-block__x {
    display: inline-block;
    padding: 0 4px;
}
.dolyame-block .dolyame-block__modal-link {
    font-size: 14px;
    line-height: 1.1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: 25px;
}
.dolyame-block .dolyame-block__modal-link span {
	display: inline-block;
	border-bottom: 1px dashed transparent;
	padding: 0 0 2px;
    transition: border-color .15s ease-out;
}
.dolyame-block .dolyame-block__modal-link:hover span {
	border-color: currentColor;
}
.dolyame-block .dolyame-block__modal-link svg {
    margin-left: 6px;
}

/*MODAL DOLYAME*/
@media screen {
	.modal-content {
		background-color: #eee;
	}

	.dolyame-block__x {
		display: inline-block;
		padding: 0 4px
	}

	.dolyame-block._hidden {
		display: none
	}

	.dolyame-block._visible {
		display: flex
	}

	.dolyame-block__modal-link {
		font-size: 14px;
		line-height: 1.1;
		display: flex;
		align-items: center;
		justify-content: flex-end
	}
}

@media screen and (max-width: 359px) {
	.dolyame-block {
		flex-direction:column;
		align-items: flex-start
	}
}

@media screen and (max-width: 767px) {
	.dolyame-block {
		flex-direction: column;
		align-items: flex-start;
	}
	.dolyame-block .dolyame-block__modal-link {
		margin-left: 0;
		margin-top: 10px;
	}
	.dolyame-block__modal-link svg {
		margin-left: 7px;
		height: 13px
	}
}

@media screen and (min-width: 768px) and (max-width:1119px) {

	.dolyame-block__modal-link svg {
		margin-left: 9px
	}
}

@media screen and (min-width: 1120px) {

	.dolyame-block__modal-link svg {
		margin-left: 6px
	}
}

@media screen {
	.dolyame-block-price {
		font-size: 14px;
		line-height: 1.1;
		font-style: italic;
		color: #4f00ff;
		border: 1px solid #4f00ff;
		border-radius: 20px;
		padding: 5px 8px 4px;
		cursor: pointer;
		transition: background-color .15s ease-out
	}

	.dolyame-block-price._loading {
		animation: pulse 1s linear infinite
	}

	.dolyame-block-price__checkout-text-small-desktop {
		display: none
	}

	.dolyame-block-price:hover {
		background-color: rgba(79,0,255,.05)
	}
}

@media screen and (min-width: 1024px) and (max-width:1199px) {
	.dolyame-block-price {
		font-size:12px;
		padding: 7px 10px 6px
	}

	.dolyame-block-price__checkout-text {
		display: none
	}

	.dolyame-block-price__checkout-text-small-desktop {
		display: inline
	}
}

@media screen and (max-width: 359px) {
	.dolyame-block-price {
		margin-bottom:10px
	}
}

@media screen and (max-width: 1119px) {
	.dolyame-block-price {
		margin-right:9px
	}

	.pdp .dolyame-block-price {
		margin-right: 11px
	}
}

@media screen {
	.dolyame-cover {
		background: url(/local/templates/site/img/dolyame/dolyame-bg.JPG) no-repeat;
		display: flex;
		align-items: flex-end
	}
}

@media screen and (max-width: 767px) {
	.dolyame-cover {
		height:280px;
		margin-bottom: 25px
	}

	.dolyame-cover__logo {
		width: 230px;
		padding: 19px 20px
	}
}

@media screen and (max-width: 359px) {
	.dolyame-cover {
		background-position:57%;
		background-size: auto 100%
	}
}

@media screen and (min-width: 360px) and (max-width:767px) {
	.dolyame-cover {
		background-position: bottom;
	    background-size: cover;
	}
}

@media screen and (min-width: 768px) {
	.dolyame-cover {
		margin-bottom:40px
	}

	.dolyame-cover__logo {
		width: 100%;
		margin: 0 auto;
		max-width: 520px;
		padding-bottom: 29px
	}

	.dolyame-cover__logo svg {
		max-width: 270px;
		max-height: 40px
	}
}

@media screen and (min-width: 768px) and (max-width:1023px) {
	.dolyame-cover {
		height:400px;
	    background-position: bottom;
	    background-size: cover;
	}
}

@media screen and (min-width: 1024px) {
	.dolyame-cover {
		height:503px;
	    background-position: 0%;
	    background-size: auto 115%;
	}
}

@media screen {
	.dolyame-main__title {
		font-weight: 500;
		line-height: 110%;
		letter-spacing: -.2px
	}

	.dolyame-main__title span {
		white-space: nowrap
	}
}

@media screen and (max-width: 767px) {
	.dolyame-main {
		margin-bottom:58px
	}

	.dolyame-main__title {
		font-size: 30px
	}

	.dolyame-main__text {
		font-size: 16px;
		line-height: 140%;
		margin-top: 15px
	}

	.dolyame-main__steps {
		margin-top: 25px
	}
}

@media screen and (min-width: 768px) {
	.dolyame-main {
		margin-bottom:79px
	}

	.dolyame-main__title {
		font-size: 40px
	}

	.dolyame-main__text {
		font-size: 16px
	}
}

@media screen and (min-width: 768px) and (max-width:1023px) {
	.dolyame-main__text {
		margin-top:20px;
		line-height: 26px
	}

	.dolyame-main__steps {
		margin-top: 38px
	}
}

@media screen and (min-width: 1024px) {
	.dolyame-main__text {
		margin-top:18px;
		line-height: 23px
	}

	.dolyame-main__steps {
		margin-top: 48px
	}
}

@media screen {
	.dolyame-steps {
		border-left: 1px solid #f2f2f2
	}

	.dolyame-steps__item {
		display: flex;
		align-items: center
	}

	.dolyame-steps__item:first-child {
		margin-top: 0
	}

	.dolyame-steps__number-wrapper {
		background: #fff;
		border-style: solid;
		border-color: #f2f2f2;
		border-radius: 50%;
		transform: rotate(45deg)
	}

	.dolyame-steps__item:first-of-type .dolyame-steps__number-wrapper {
		border-top-color: #000
	}

	.dolyame-steps__item:nth-of-type(2) .dolyame-steps__number-wrapper {
		border-top-color: #000;
		border-right-color: #000
	}

	.dolyame-steps__item:nth-of-type(3) .dolyame-steps__number-wrapper {
		border-color: #000;
		border-left-color: #f2f2f2
	}

	.dolyame-steps__item:nth-of-type(4) .dolyame-steps__number-wrapper {
		border-color: #000
	}

	.dolyame-steps__number {
		font-weight: 500;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: rotate(-45deg)
	}

	.dolyame-steps__content {
		padding-top: 2px
	}

	.dolyame-steps__date {
		line-height: 140%;
		margin-top: 2px
	}
}

@media screen and (max-width: 767px) {
	.dolyame-steps {
		margin-left:26px
	}

	.dolyame-steps__item {
		margin-top: 21px;
		margin-left: -29px
	}

	.dolyame-steps__number-wrapper {
		width: 59px;
		height: 59px;
		border-width: 3px;
		margin-right: 20px
	}

	.dolyame-steps__date,.dolyame-steps__number {
		font-size: 14px
	}

	.dolyame-steps__price {
		font-size: 20px;
		font-weight: 500;
		line-height: 1
	}
}

@media screen and (min-width: 768px) {
	.dolyame-steps {
		margin-left:32px
	}

	.dolyame-steps__item {
		margin-top: 31px;
		margin-left: -35px
	}

	.dolyame-steps__number-wrapper {
		width: 69px;
		height: 69px;
		border-width: 4px;
		margin-right: 23px
	}

	.dolyame-steps__number {
		font-size: 18px
	}

	.dolyame-steps__price {
		font-size: 25px;
		font-weight: 500;
		line-height: 110%
	}

	.dolyame-steps__date {
		font-size: 16px
	}
}

@media screen {
	.dolyame-easy__item-title,.dolyame-easy__title {
		font-weight: 500;
		line-height: 110%
	}

	.dolyame-easy__item-title {
		font-size: 20px;
		margin: 0 0 10px -1px
	}

	.dolyame-easy__item-text {
		font-size: 16px;
		line-height: 140%
	}
}

@media screen and (max-width: 767px) {
	.dolyame-easy {
		margin-bottom:60px
	}

	.dolyame-easy__title {
		font-size: 25px
	}

	.dolyame-easy__item {
		margin-top: 19px
	}
}

@media screen and (min-width: 768px) {
	.dolyame-easy {
		margin-bottom:81px
	}

	.dolyame-easy__title {
		font-size: 35px;
		letter-spacing: -.4px
	}

	.dolyame-easy__item {
		margin-top: 29px
	}
}

@media screen {
	.dolyame-howto {
		font-size: 16px;
		line-height: 22px
	}

	.dolyame-howto__title {
		font-weight: 500;
		line-height: 110%
	}

	.dolyame-howto__steps {
		padding-left: 18px;
		list-style: decimal
	}

	.dolyame-howto__step {
		margin-bottom: 15px
	}

	.dolyame-howto__step span {
		white-space: nowrap
	}

	.dolyame-howto__rules {
		display: block;
		color: #ac8c75
	}

	.dolyame-howto__rules:hover {
		text-decoration: underline
	}
}

@media screen and (max-width: 767px) {
	.dolyame-howto {
		margin-bottom:60px
	}

	.dolyame-howto__title {
		font-size: 25px
	}

	.dolyame-howto__steps {
		margin-top: 20px
	}

	.dolyame-howto__step {
		padding-left: 2px
	}

	.dolyame-howto__rules {
		padding-left: 20px
	}
}

@media screen and (min-width: 768px) {
	.dolyame-howto {
		margin-bottom:100px
	}

	.dolyame-howto__title {
		font-size: 35px;
		letter-spacing: -.4px
	}

	.dolyame-howto__steps {
		margin-top: 29.5px
	}

	.dolyame-howto__step {
		padding-left: 7px
	}

	.dolyame-howto__rules {
		margin-top: 20px
	}
}

@media screen {
	.dolyame .action-close {
		width: 16px;
		height: 16px
	}

	.dolyame .action-close,.dolyame .action-close:hover {
		background: url(/local/templates/site/img/dolyame/close-w.svg)
	}
}

@media screen and (max-width: 767px) {
	.dolyame__content {
		padding:0 20px
	}

	.dolyame .action-close {
		position: absolute;
		right: 21px;
		top: 21px
	}
}

@media screen and (min-width: 768px) {
	.dolyame__content {
		margin:0 auto;
		max-width: 520px
	}

	.dolyame .action-close {
		position: absolute;
		right: 41px;
		top: 41px
	}
}

@media screen and (max-width: 1023px) {
	.dolyame {
		max-width:none
	}
}

@media screen and (min-width: 1024px) {
	.dolyame {
		max-width:680px
	}
}

@media screen {
	.ogg-modal._dolyame .ogg-modal__content,.ogg-modal._dolyame .ogg-modal__inner {
		padding: 0
	}

	.ogg-modal._dolyame .ogg-modal__header {
		height: 0;
		z-index: 1;
		margin: 0
	}

	.ogg-modal._dolyame .ogg-modal__actions_left {
		display: none
	}

	.ogg-modal._dolyame .ogg-modal__actions_right {
		margin-top: 100px
	}

	.ogg-modal._dolyame .ogg-modal__actions_right path {
		stroke: #fff
	}
}

@media screen and (max-width: 767px) {
	.ogg-modal._dolyame .ogg-modal__actions_right {
		margin-top:58px;
		margin-right: 20px
	}
}

@media screen and (min-width: 1024px) {
	.ogg-modal._dolyame .ogg-modal__content {
		width:680px
	}
}

.dolyame-modal {
	display: none
}

.dolyame-tabs{
	max-width: 520px;
	margin: 48px auto ;
}

.dolyame-tabs__content{
 border-radius: 16px;
  background: rgba(0, 0, 0, 0.04);
  padding: 12px 16px;
	margin-top: 8px;
}
.dolyame-tab { display: none; position: relative; }
.dolyame-tab.active { display: block; }

.dolyame-tab-btn {
  cursor: pointer;
  padding: 10px 16px;
  border-radius: 10px;
  background: transparent;
	font-size: 0.7rem;
transition: background 400ms;
}
.dolyame-tab-btn.active {
  background: #fff;
}
.dolyame-tabs__labels{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:4px;
	padding: 4px;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.04);
}

.dolyame-steps__price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 4px;
  height: 100%;
}
.dolyame-steps__price-date {
  font-size: 12px;
  color:rgba(0, 0, 0, 0.40);
}

.dolyame-steps__price-date.absolute{
   position: absolute;
    top: 0;
    white-space: nowrap;
}
.dolyame-steps__price {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.40);
}

.dolyame-steps__price.offset {
  margin-top: 18px;
  white-space: nowrap;
}
.dolyame-steps__progress {
  width: 100%;

  margin-top: auto;
  height: 6px;
}
.progress-bar {
  width: 100%;
  height: 100%;
	background:rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  margin-top: 8px;
}
.progress-bar.filled {
  background: #428BF9;
}
.dolyame-steps__note {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.40);
  margin-top: 24px;
}
.dolyame-new__steps{
	width:100%;
	 display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap:6px;
margin-left:0;
}
.dolyame-new__steps7{
grid-template-columns: 1.2fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.dolyame-new__steps7 .dolyame-steps__point:nth-child(2){
max-width:60px;
}

.dolyame-new__steps10{
grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
}

.dolyame-new__steps10 .dolyame-steps__point:nth-child(2){
max-width:34px;
}

.dolyame-steps__point:first-child .dolyame-steps__price-date,.dolyame-steps__point:first-child .dolyame-steps__price {
 color: #000;
}
/*MODAL DOLYAME*/