/*!
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.
*/

.info .container {
	border: 1px solid rgb(0 175 134 / 20%);
    padding: 15px 25px;
	border-radius: 10px;
	box-shadow: 0 0 20px #0B041B;
}

.benifest .container {
		border: 1px solid rgb(0 175 134 / 20%);
    padding: 15px 25px;
	border-radius: 10px;
	box-shadow: 0 0 20px #0B041B;
}

.promo__top {
	box-shadow: 0 0 20px #05af88;
	border-radius: 10px;
}

.benifest__info a {
    color: #ffffff;
		text-decoration: underline;
   }

.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;
}

.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 10px;
z-index: 2;
color: white;
font-size: 18px;
font-weight: bold;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
transition: all 0.3s;
background-color: rgb(32 38 40 / 80%);
        }

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

/*Бонусная страница*/
.bonus-box{
	background-color: #2b353a;
	padding: 25px 25px 25px 45px;
	border-radius: 12px;
	mask: linear-gradient(to right, transparent 0%, black 35%);
}

@media (max-width: 890px) {
    .bonus-box{
			padding: 50px 25px 25px 25px;
	    mask: linear-gradient(to bottom, transparent 0%, black 35%);
}
	.benifest__item:has(.bonus-box) {
    grid-template-columns: 1fr!important;
}
}

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

.benifest__wrap:has(.bonus-box) img {
    border-radius: 50%;
    box-shadow: 0 0 40px #1B1A1D;
}

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

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

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

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

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

.bonus-product-link {
  display: flex;
align-items: flex-end;
  justify-content: space-between;
    height: 6.15rem;
    width: 100%;
  background-image: linear-gradient(90.87deg, #2B353A 30.19%, #191c1e 102.14%);
  border-radius: 8px;
  border: 1px solid rgb(0 175 134 / 40%);
  text-decoration: none!important;
   }

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

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

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

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

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

/*Блок с промокодом*/
.bteam-promo-code-box {
  background-image: linear-gradient(90.87deg, #2B353A 30.19%, #191c1e 102.14%);
  border-radius: 8px;
  display: flex;
  gap: 30px;
  padding: 40px 25px;
	align-items: center;
	margin: 25px;
	border: 1px solid rgb(0 175 134 / 40%);
	width: 65vw;
}

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

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

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

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

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

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

.bteam-bonus-code {
  border: 2px #00AF86;
	border-style: solid none solid solid;
  color: #00AF86;
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 16px;
  width: 100%;
	border-radius: 8px 0 0 8px;
}

.bteam-bonus-code-copy {
  background: #00AF86;
    border: none;
    border-radius: 0 8px 8px 0;
    cursor: pointer;
    outline: none;
    padding: 15px 14px;
}

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

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

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