/*!
Theme Name: default-theme
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: default-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

default-theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
*/


.container-img {
  padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    text-align: center;
}

.container-flex {
	display: -ms-flexbox;    
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.row-advantages {    
    display: -ms-flexbox;    
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.col-5 {
    position: relative;
    width: 100%;
}

.element-item {
display: inline-block;
	width: 270px;
	margin-right: 0.5rem;
	margin-bottom: 1rem;
	margin-left: 0.5rem;
	vertical-align: top;
}

.element-item img {
	max-width: 100%;
	margin: 0;
	transition: all 0.3s;
  position: relative;
  z-index: 1;
	border-radius: 10px;
}

.element-item:hover img {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

.text-overlay {
position: absolute;
margin: -65px 10px;
padding: 5px 30px;
z-index: 2;
color: white;
border-radius: 10px;
font-size: 24px;
font-weight: bold;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
transition: all 0.3s;
background-color: rgb(236 14 27 / 80%);
        }

.element-item:hover .text-overlay {
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}

/*Бонусная страница*/
.benifest__wrap:has(.starz-tips-bonus-box) {
	background-image: linear-gradient(90.87deg, #420531 30.19%, #0B041B 102.14%);
	border: 1px solid rgb(0 0 0 / 60%);
	padding: 36px 28px;
	border-radius: 12px;
	transition: all 0.3s;
}

.starz-tips-bonus-box {
		color: #fff;
}

.benifest__wrap:has(.starz-tips-bonus-box) button {
		color: #fff!important;
}

.benifest__wrap:has(.starz-tips-bonus-box):hover {
	transform: scale(1.01);
border: 1px solid rgb(236 14 27 / 40%);
}

@media (max-width: 890px) {
	.benifest__item:has(.starz-tips-bonus-box) {
    grid-template-columns: 1fr!important;
}
}

.benifest__item:has(.starz-tips-bonus-box) {
    grid-template-columns: 1fr 1.65fr;
}

.benifest__wrap:has(.starz-tips-bonus-box) img {
    border-radius: 50%;
	box-shadow: 0 0 50px #0B041B;
}

/*Бонусы на главной*/
.starz-tips-main-bonus-box {
  display: flex;
  overflow: hidden;
	flex-wrap: wrap;
	justify-content: center;
  gap: 10px;
  margin-top: 36px;
	margin-bottom: 40px;
}

.starz-tips-bonus-product {
 width: calc(25% - 10px);
  min-height: 8.8rem;
  display: flex;
  align-items: flex-end;
}

@media screen and (max-width: 1025px) {
    .starz-tips-bonus-product {
        width: calc(33.3% - 10px);
    }
}

@media screen and (max-width: 725px) {
    .starz-tips-bonus-product {
        width: calc(50% - 10px);
    }
}

@media screen and (max-width: 520px) {
    .starz-tips-bonus-product {
        width: 100%;
    }
}

.starz-tips-bonus-product-link {
  display: flex;
align-items: flex-end;
  justify-content: space-between;
    height: 6.15rem;
    width: 100%;
  background-image: linear-gradient(90.87deg, #420531 30.19%, #0B041B 102.14%);
  border-radius: 10px;
  border: 1px solid rgb(236 14 27 / 40%);
  text-decoration: none!important;
   }

.starz-tips-product-title {
 margin-bottom: .625rem;
  margin-left: .9375rem;
  font-size: 1.15rem;
    line-height: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
    overflow: hidden;
  color: #EC0E1B;
  transition: transform .3s;
}

.starz-tips-product-img {
  transition: transform .3s;
  min-height: 8.5rem;
    min-width: 7.5rem;
  position: relative; 
    overflow: visible;
}

.starz-tips-product-img img {
  width: 100px;
  position: absolute;
}

.starz-tips-bonus-product-link:hover .starz-tips-product-img {
  transform: translateY(-.625rem);
}

.starz-tips-bonus-product-link:hover .starz-tips-product-title {
  transform: translateY(-.125rem);
}


/*Блок с промокодом*/
.text-promo-box {
	display: flex;
	flex-direction: column;
}

.starz-tips-promo-code-box {
  background-image: linear-gradient(90.87deg, #420531 30.19%, #0B041B 102.14%);
  border-radius: 12px;
  display: flex;
  gap: 30px;
  padding: 40px 25px;
	align-items: center;
	margin: 25px;
	border: 1px solid rgb(236 14 27 / 40%);
	width: 60vw;
}

.starz-tips-promo-code-info .info__btn {
	margin-top: 0px;
}

.starz-tips-promo-code-block {
	display: flex;
	justify-content: center;
	
}

.starz-tips-promo-code-title {
  text-align: center;
  font-weight: 700;
  font-size: 1.5rem;
  color: #fff;
  text-transform: uppercase;
	width: 25%;
}

.starz-tips-promo-code-info {
  text-align: center;
  color: #fff;
	width: 35%;
}

.starz-tips-promo-code-info .info__btn button {
	max-width: 200px;
}

.starz-tips-promo-code-field {
  display: flex;
  align-items: center;
  position: relative;
	width: 40%;
	justify-content: center;
}

.starz-tips-bonus-code {
  border: 2px #ec0e1b;
	border-style: dashed none dashed dashed;
  color: #ec0e1b;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
	border-radius: 12px 0 0 12px;
}

.starz-tips-bonus-code-copy {
  background: #ec0e1b;
    border: none;
    border-radius: 0 12px 12px 0;
    cursor: pointer;
    outline: none;
    padding: 15px 15px;
}

.starz-tips-block-text-code {
  display: flex;
  gap: 20px;
	align-items: center;
}

@media screen and (max-width: 890px) {
    .starz-tips-promo-code-box {
    flex-direction: column;
		max-width: 400px;
    align-items: center;
    }
	.starz-tips-promo-code-title, .starz-tips-promo-code-info, .starz-tips-promo-code-field {
		width: 80%;
	}
	.starz-tips-promo-code-box {
		width: 70vw;
	}
	.text-promo-box {
	flex-direction: column-reverse;
}
}

.ctc-inline-copy-icon .copy-icon, .ctc-inline-copy-icon .check-icon {
    height: 26px;
    width: 26px;
    color: #fff;
	margin-left: -4px
}