:root
{
  color-scheme: light dark; /* Указывает браузеру, что поддерживаются обе темы */
  --gradient-start: #EFEFEF;
  --gradient-end: #ffffff;
  --color-h1: #000;
  --color-h2: #000;
  --color-h4: #000;
  --bg-color: #ffffff;
  --text-color: #000;
  --a-color: #610010;
  --button-color-one: #ffcbcf;
  --button-color-two: #500007;
  --button-color-three: #fca5ac;
}

.dark-theme
{
  --gradient-start: #111111;
  --gradient-end: #000;
  --color-h1: #ffffff;
  --color-h2: #ffffff;
  --color-h4: #ffffff;
  --bg-color: #000;
  --text-color: #ffffff;
  --a-color: #ff6471;
  --button-color-one: #500007;
  --button-color-two: #ffcbcf;
  --button-color-three: #7a000a;
}

*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

input:focus,
textarea:focus,
a:focus,
select:focus
{
  outline: none;
}

body
{
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
  background-color: var(--bg-color);
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
button,
input,
textarea,
span,
label
{
  font-family: "Segoe UI", Arial, sans-serif;
}

@media (prefers-color-scheme: dark) {
  iframe {
  background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
  }
}

/* ЭЛЕМЕНТЫ В ШАПКЕ И МЕНЮ */

header /* Шапка */
{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 20px 100px 20px 100px;
  background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
  border-radius: 0px 0px 100px 100px;
}

nav /* Шапка */
{
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.logo img /* Логотип в шапке */
{
  height: 55px;
  vertical-align: middle;
}

nav ul /* Расстояние между кнопками в шапке */
{
  display: flex;
  list-style: none;
  gap: 40px;
  margin: 0;
  flex: 1;
  justify-content: right;
}

nav ul li /* Кнопки меню в шапке */
{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  border-radius: 100px 100px 100px 100px;
  font-size: 15px;
  font-weight: 200;
  transition: box-shadow 0.3s ease;
  padding: 10px 0px 10px 0px;
  letter-spacing: 0.5px;
  text-align: center;
  position: relative;
}

nav ul li a /* Ссылки внутри кнопок меню в шапке */
{
  width: 200px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  display: block;
}

nav ul li:hover {
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.25);
}

.name_zero /* Творческое портфолио дизайнера */
{
  color: #ffffff;
  font-size: 16px;
  padding: 10px 20px 10px 30px;
}

.name_one
{
  font-weight: 500;
}

.name_two
{
  font-weight: 200;
}

.circle-tg /* Ссылка на телеграм в шапке */
{
  background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  height: 49px;
  width: 49px;
  margin: 0px 0px 0px 40px;
  transition: box-shadow 0.3s ease;
}

.button-circle-telergam-menu /* Ссылка на телеграм на странице с контактами */
{
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 5px 5px 5px 5px;
  display: inline-block;
}

.circle-tg:hover
{
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.5);
}

.button-circle-telergam-svg-menu
{
  color: #ffffff;
  transform: scale(0.62);
  transition: color 0.3s ease;
}

.title-pad /* Серый фон в начале каждой страницы */
{
  background: linear-gradient(0deg, var(--gradient-start) 0%, var(--gradient-end) 100%);
  border-radius: 100px 100px 100px 100px;
}

/* ОБЩИЕ ЭЛЕМЕНТЫ ДЛЯ ВСЕХ СТРАНИЦ */

.page-title /* Расстояние заголовка h1 */
{
  margin-left: 180px;
  margin-top: 250px;
  margin-right: 50px;
}

h1
{
  color: var(--color-h1);
  font-weight: 750;
  font-size: 100px;
  line-height: 120px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

h2
{
  color: var(--color-h2);
  margin-top: 150px;
  margin-bottom: 110px;
  font-weight: 650;
  font-size: 60px;
  text-align: left;
  margin-left: 180px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

h3
{
  color: #ffffff;
  font-weight: 650;
  font-size: 25px;
  text-align: center;
  padding: 13px;
}

h4
{
  color: var(--color-h4);
  font-weight: 650;
  font-size: 25px;
  text-align: center;
  padding: 65px 13px 0px 13px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

b
{
  font-weight: 550;
}

.table
{
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 44px;
  table-layout: fixed;
}

.slide-section
{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s ease-out;
}

.slide-section.active
{
  opacity: 1;
  transform: translateY(0);
}

section
{
  will-change: transform, opacity;
}

section a {
  text-decoration: none;
}

.button-container
{
  display: flex;
  justify-content: space-between;
}

#theme-toggle /* Переключатель - тёмная и светлая тема */
{
  position: fixed;
  border-radius: 50%;
  box-shadow: 0px 0px 30px var(--button-color-one);
  height: 40px;
  width: 40px;
  margin: 15px 15px 0px 15px;
  transition: background-color 0.3s ease;
  display: inline-block;
  bottom: 30px;
  left: 0;
  background-color: var(--button-color-one);
  color: var(--button-color-two);
  border: none;
  padding-bottom: 1px;
  cursor: pointer;
  font-size: 18px;
  z-index: 801;
}

#theme-toggle:hover
{
  background-color: var(--button-color-three);
}

#scrollToTopBtn /* Кнопка "вверх" */
{
  position: fixed;
  border-radius: 50%;
  box-shadow: 0px 0px 30px var(--button-color-one);
  height: 40px;
  width: 40px;
  margin: 15px 15px 0px 15px;
  transition: background-color 0.3s ease;
  display: inline-block;
  bottom: 30px;
  right: 0;
  display: none; /* Скрываем кнопку по умолчанию */
  background-color: var(--button-color-one);
  color: var(--button-color-two);
  border: none;
  padding-bottom: 1px;
  cursor: pointer;
  font-size: 18px;
  z-index: 800;
}
    
#scrollToTopBtn:hover
{
  background-color: var(--button-color-three);
}

@keyframes rotation {
  from {
    transform: scale(0.5) rotate(0deg);
  }
  to {
    transform: scale(0.5) rotate(360deg);
  }
}

/* СТРАНИЦА УСЛУГИ */

.img-portfolio-cube
{
    display: none;
  }

.additional-inscription /* Дополнительная надпись на странице с услугами */
{
  margin: 100px 0px 0px 5px;
  color: var(--text-color);
  font-weight: 200;
  font-size: 25px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.additional-button /* Кнопка "Связаться со мной" на странице с услугами */
{
  margin: 100px 0px 0px 5px;
  color: var(--text-color);
  font-weight: 650;
  font-size: 25px;
  transition: color 0.3s ease;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.additional-button:hover
{
  color: #a10015;
}

.additional-indentation /* Кнопка "Связаться со мной" на странице с услугами */
{
  padding: 95px 0px 170px 0px;
}

.table-buy
{
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin-top: -30px;
  margin-bottom: 0px;
  border-spacing: 0px;
}

.table-buy-mob
{
  display: none;
}

.td-buy-one
{
  width: 18%;
}

.td-buy-two
{
  width: 46%;
  text-align: right;
}

.td-buy-three
{
  width: 18%;
  text-align: right;
  float: right;
}

.text-buy-one
{
  color: var(--text-color);
  font-weight: 650;
  font-size: 20px;
}

.text-buy-two
{
  color: var(--text-color);
  font-weight: 350;
  font-size: 14px;
  margin-bottom: 40px;
}

.text-buy-three
{
  color: var(--text-color);
  font-weight: 350;
  font-size: 14px;
  margin-bottom: 40px;
}

.tab-button-buy button /* Кнопка "Заказать" */
{
  box-shadow: 0px 0px 20px rgba(122, 122, 122, 0.3);
  font-size: 20px;
  font-weight: 200;
  border-radius: 100px;
  transition: box-shadow 0.3s ease, font-weight 0.3s ease;
  letter-spacing: 0.5px;
  text-align: center;
  float: right;
  width: 150px;
  color: var(--text-color);
  text-decoration: none;
  display: block;
  padding: 10px 0px 10px 0px;
  border: none;
  background-color: #ffffff00;
}

.tab-button-buy button:hover
{
  box-shadow: 0px 0px 20px rgba(112, 112, 112, 0.6);
  font-weight: 350;
}

.picture-cube
{
  position: absolute; /* Div будет "прилипать" к экрану */
  z-index: 1; /* Максимальное значение z-индекса */
  top: 90%;
  left: 75%;
  transform: scale(1) translate(-50%, -50%);
}

.cube-elements
{
  color: #ffffff;
  width: 35px;
  height: 35px;
}

/* ГЛАЗА */

@property --eyelid {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --eyelid2 {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 0%;
}

.eyes {
  width: 100px;
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 100px;
  margin-left: 30px;
  
  div {
    position: relative;
    border: 2px solid rgb(136, 136, 136);
    width: 90px;
    aspect-ratio: 1;
    background: white;
    border-radius: 50%;
    overflow: hidden;
  align-items: center;
  justify-content: center;
    &:before,
    &:after {
      content: '';
      position: absolute;
      width: 116%;
      height: 165%;
      left: 50%;
      animation: eyelid 5s ease-in-out infinite;
      z-index: 1;
    }
    &:before {
      top: 0;
      border-radius: 0% 0% 40% 40%;
      transform: translateY(var(--eyelid)) translateX(-50%);
      border-bottom: 40px solid black;
    }
    &:after {
      bottom: 0;
      border-radius: 40% 40% 0% 0%;
      transform: translateY(var(--eyelid2)) translateX(-50%);
      border-top: 40px solid black;
    }
    i {
      position: absolute;
      width: 30px;
      aspect-ratio: inherit;
      background: black;
      border-radius: inherit;
    }
  }
}

@keyframes eyelid {
  0% {
    --eyelid: -50%;
    --eyelid2: 50%;
  }
  3% {
    --eyelid: 0%;
    --eyelid2: 0%;
  }
  6% {
    --eyelid: -50%;
    --eyelid2: 50%;
  }
  9%,100% {
    --eyelid: 0%;
    --eyelid2: 0%;
  }
}

/* СТРАНИЦА "УСЛУГИ" - БЛОК 1 */

.service-header-one
{
  width: 370px;
  border-radius: 100px 100px 100px 100px;
  font-weight: 200;
  padding: 10px 0px 10px 0px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
  z-index: 10;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-body-one
{
  width: 1100px;
  height: auto;
  padding: 10px 0px 0px 0px;
  margin-top: 111px;
  margin-bottom: 180px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color-service);
  box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
  border-radius: 70px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.td-one
{
  width: 50%;
}

.service-body-elements-one
{
  color: #000000;
  padding: 10px 10px 10px 10px;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: var(--bg-color-service);
  color: var(--text-color);
  box-shadow: 0px 0px 25px rgba(141, 0, 0, 0.3);
  border-radius: 100px 100px 100px 100px;
  font-size: 20px;
  font-weight: 300;
  margin: 0px 0px 30px 0px;
  display: flex;
  align-items: center;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.circle-elements-one
{
  background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
  border-radius: 50%;
  height: 65px;
  width: 65px;
  margin: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-one
{
  padding: 10px;
}

/* СТРАНИЦА "УСЛУГИ" - БЛОК 2 */

.service-header-two
{
  width: 370px;
  border-radius: 100px 100px 100px 100px;
  font-weight: 200;
  padding: 10px 0px 10px 0px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(30deg, #2800A1 0%, #8600B3 100%);
  z-index: 10;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-body-two
{
  width: 1100px;
  height: auto;
  padding: 10px 0px 10px 0px;
  margin-top: 111px;
  margin-bottom: 180px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color-service);
  box-shadow: 0px 0px 60px rgba(113, 0, 148, 0.5);
  border-radius: 70px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.td-two
{
  width: 33.33%
}

.service-body-elements-two
{
  color: #000000;
  padding: 15px 10px 10px 15px;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: var(--bg-color-service);
  color: var(--text-color);
  box-shadow: 0px 0px 25px rgba(103, 0, 134, 0.3);
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  margin: 0px 0px 30px 0px;
  align-items: center;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.icons-two
{
  color: #3300ac;
  margin: 20px 10px 10px 10px;
  height: 60px;
  width: 60px;
}

/* СТРАНИЦА "УСЛУГИ" - БЛОК 3 */

.service-header-three
{
  width: 370px;
  border-radius: 100px 100px 100px 100px;
  font-weight: 200;
  padding: 10px 0px 10px 0px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(30deg, #0070A1 0%, #00B351 100%);
  z-index: 10;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-body-three
{
  width: 1100px;
  height: auto;
  padding: 10px 0px 10px 0px;
  margin-top: 111px;
  margin-bottom: 180px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color-service);
  box-shadow: 0px 0px 60px rgba(0, 128, 111, 0.5);
  border-radius: 70px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.td-three
{
  width: 50%;
}

.service-body-elements-three
{
  color: #000000;
  padding: 15px 10px 10px 15px;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: var(--bg-color-service);
  color: var(--text-color);
  box-shadow: 0px 0px 25px rgba(0, 128, 111, 0.3);
  border-radius: 50px;
  font-size: 20px;
  font-weight: 300;
  margin: 0px 0px 30px 0px;
  align-items: center;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.icons-three
{
  color: #00ac95;
  margin: 20px 10px 10px 10px;
  height: 60px;
  width: 60px;
}

/* СТРАНИЦА "УСЛУГИ" - БЛОК 4 */

.service-header-four
{
  width: 370px;
  border-radius: 100px 100px 100px 100px;
  font-weight: 200;
  padding: 10px 0px 10px 0px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(30deg, #A10000 0%, #E4700B 100%);
  z-index: 10;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-body-four
{
  width: 1100px;
  height: auto;
  padding: 10px 0px 10px 0px;
  margin-top: 111px;
  margin-bottom: 180px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color-service);
  box-shadow: 0px 0px 60px rgba(150, 42, 0, 0.5);
  border-radius: 70px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.td-four
{
  width: 50%
}

.service-body-elements-four
{
  color: #000000;
  padding: 10px 10px 10px 10px;
  letter-spacing: 0.5px;
  text-align: center;
  background-color: var(--bg-color-service);
  color: var(--text-color);
  box-shadow: 0px 0px 25px rgba(150, 42, 0, 0.3);
  border-radius: 100px 100px 100px 100px;
  font-size: 20px;
  font-weight: 300;
  margin: 0px 0px 30px 0px;
  display: flex;
  align-items: center;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.circle-elements-four
{
  background: linear-gradient(30deg, #A10000 0%, #E4700B 100%);
  border-radius: 50%;
  height: 65px;
  width: 65px;
  margin: 10px 10px 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-four
{
  padding: 10px;
}

/* СТРАНИЦА "УСЛУГИ" - БЛОК "ЧТО ЕЩЕ Я УМЕЮ" */

.service-header-end
{
  width: 370px;
  border-radius: 100px 100px 100px 100px;
  font-weight: 200;
  padding: 10px 0px 10px 0px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
  z-index: 10;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.service-body-end
{
  width: 1100px;
  height: auto;
  padding: 10px 0px 10px 0px;
  margin-top: 111px;
  margin-bottom: 180px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color-service);
  box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
  border-radius: 70px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.service-body-elements-end
{
  color: var(--text-color);
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 23px;
  font-weight: 300;
  margin: 30px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.service-body-elements-contacts
{
  color: var(--text-color);
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 30px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.tab-button-contacts /* Кнопка "Цены и контакты" в блоке "Связь со мной" */
{
  margin-top: 55px;
  margin-bottom: 55px;
  box-shadow: 0px 0px 20px rgba(150, 0, 0, 0.3);
  border-radius: 100px;
  font-size: 20px;
  font-weight: 200;
  transition: box-shadow 0.3s ease;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 200px;
}

.tab-button-contacts a
{
  width: 200px;
  color: var(--text-color);
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 10px 0px 10px 0px;
  border-radius: 100px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.tab-button-contacts:hover
{
  box-shadow: 0px 0px 20px rgba(112, 112, 112, 0.6);
}

hr
{
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 2px dashed #ddd;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.picture-star {
  position: absolute; /* Div будет "прилипать" к экрану */
  z-index: 1; /* Максимальное значение z-индекса */
  top: 90%;
  left: 22%;
  transform: translate(-50%, -50%);
}

/* СТРАНИЦА "ПОРТФОЛИО" */

.picture-ball
{
  position: absolute; /* Div будет "прилипать" к экрану */
  z-index: 1; /* Максимальное значение z-индекса */
  top: 15%;
  left: 65%;
  animation: rotation 20s infinite linear;
}

.picture-ball-mob
{
  display: none;
}

.tab-button-portfolio
{
  box-shadow: 0px 0px 20px rgba(109, 109, 109, 0.35);
  border-radius: 100px;
  transition: box-shadow 0.3s ease;
  letter-spacing: 0.5px;
  text-align: center;
  width: 200px;
  display: inline-block;
  margin: 80px 30px 100px 0px;
  overflow: auto; /* Включает полосу прокрутки */
  scroll-behavior: smooth; /* Плавный скроллинг */

}

.tab-button-portfolio button /* Кнопки для скроллинга на странице портфолио */
{
  width: 200px;
  color: var(--text-color);
  text-decoration: none;
  text-align: center;
  display: block;
  padding: 13px 0px 13px 0px;
  border-radius: 100px;
  border: none;
  font-size: 15px;
  font-weight: 200;
  background-color: #ffffff00;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.tab-button-portfolio:hover
{
  box-shadow: 0px 0px 20px rgba(109, 109, 109, 0.7);
}

.portfolio-body-one
{
  width: 1300px;
  height: 100%;
  padding: 0px 0px 0px 0px;
  margin-top: -10px;
  margin-bottom: 10px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color);
  box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
  border-radius: 70px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.portfolio-body-one-mob,
.portfolio-body-one-mob-1
{
  display: none;
}

.table-portfolio
{
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  border-spacing: 44px;
  table-layout: fixed;
}

.td-p-one
{
  width: 100%;
}

.td-p-two
{
  width: 50%;
}

.td-p-three
{
  width: 50%;
}

.img-portfolio
{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
  border-radius: 38px;
}

/* СТРАНИЦА "ЦЕНЫ И КОНТАКТЫ" */

.additional-contacts /* Дополнительная надпись на странице с контактами */
{
  margin: 30px 0px 0px 5px;
  color: var(--text-color);
  font-weight: 200;
  font-size: 25px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.a-contacts /* Строчки с именем и почтой */
{
  margin: 70px 70px 0px 5px;
  color: var(--text-color);
  font-weight: 200;
  font-size: 20px;
  display: inline-block;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.email
{
  color: var(--a-color);
  transition: background-color 0.5s ease, color 0.5s ease;
}

.button-circle-telergam /* Ссылка на телеграм на странице с контактами */
{
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(105, 105, 105, 0.35);
  height: 49px;
  width: 49px;
  margin: 0px 15px 0px 0px;
  transition: box-shadow 0.3s ease;
  display: inline-block;
}

.button-circle-telergam:hover
{
  box-shadow: 0px 0px 20px rgba(0, 136, 204, 0.5);
}

.button-circle-telergam-svg
{
  color: #c0c0c0;
  transform: scale(0.62);
  transition: color 0.3s ease;
}

.button-circle-telergam-svg:hover
{
  color: rgba(0, 136, 204, 1);
}

.button-circle-whatsapp /* Ссылка на ватсап на странице с контактами */
{
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(105, 105, 105, 0.35);
  height: 49px;
  width: 49px;
  margin: 0px 15px 0px 0px;
  transition: box-shadow 0.3s ease;
  display: inline-block;
}

.button-circle-whatsapp:hover
{
  box-shadow: 0px 0px 20px rgba(44, 183, 66, 0.5);
}

.button-circle-whatsapp-svg
{
  color: #c0c0c0;
  transform: scale(0.63);
  transition: color 0.3s ease;
}

.button-circle-whatsapp-svg:hover
{
  color: rgba(44, 183, 66, 1);
}

.button-circle-vk /* Ссылка на вконтакте на странице с контактами */
{
  border-radius: 50%;
  box-shadow: 0px 0px 20px rgba(105, 105, 105, 0.35);
  height: 49px;
  width: 49px;
  margin: 0px 15px 0px 0px;
  transition: box-shadow 0.3s ease;
  display: inline-block;
  color: #0077FF;
}

.button-circle-vk:hover
{
  box-shadow: 0px 0px 20px rgba(0, 119, 255, 0.5);
}

.button-circle-vk-svg
{
  color: #c0c0c0;
  transform: scale(0.55);
  transition: color 0.3s ease;
}

.button-circle-vk-svg:hover
{
  color: rgba(0, 119, 255, 1);
}

.picture-ring
{
  position: absolute; /* Div будет "прилипать" к экрану */
  z-index: 2; /* Максимальное значение z-индекса */
  top: 0%;
  left: 53%;
  transform: scale(0.8);
}

.circle-contacts
{
  background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
  border-radius: 50%;
  height: 320px;
  width: 320px;
  margin: 10px 10px 10px 10px;
  position: absolute; /* Div будет "прилипать" к экрану */
  z-index: 1; /* Максимальное значение z-индекса */
  top: 25%;
  left: 73%;
  transform: translate(-50%, -50%);
}

.contacts-indentation
{
  padding-bottom: 170px;
}

.img-photo
{
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  width: auto;
  height: 300px;
  border-radius: 150px;
}

.circle-skills
{
  background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
  border-radius: 50%;
  height: 24px;
  width: 24px;
  display: inline-block;
  vertical-align: top;
  margin-top: 4px;
  margin-right: 10px;
}

.table-skills {
  width: 100%;
  text-align: center;
  margin: auto;
  border-spacing: 50px 35px;
  table-layout: fixed;
  margin-top: 30px;
}

.td-contacts
{
  width: 50%;
  text-align: left;
}

.elements-contacts
{
  color: var(--text-color);
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 22px;
  font-weight: 300;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.elements-ii
{
  color: var(--text-color);
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  display: inline-block;
  vertical-align: top;
  font-style: italic;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.contacts-body
{
  width: 1100px;
  height: auto;
  padding: 10px 0px 10px 0px;
  margin-top: 111px;
  margin-bottom: 180px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color);
  box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
  border-radius: 70px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.body-elements-contacts
{
  color: var(--text-color);
  letter-spacing: 0.5px;
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin: 30px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

.table-skills2 {
  width: 100%;
  text-align: center;
  margin: auto;
  border-spacing: 20px;
  table-layout: fixed;
  margin-top: 20px;
}

.service-body-contacts,
.service-body-contacts-1,
.service-body-contacts-2
{
  width: 1100px;
  height: 438px;
  padding: 10px 0px 10px 0px;
  margin-top: 111px;
  margin-bottom: 180px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  background-color: var(--bg-color);
  box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
  border-radius: 70px;
  transition: background-color 0.5s ease, color 0.5s ease;
}

/* ФУТЕР */

.footer-top
{
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  padding: 20px 100px 20px 100px;
  background: linear-gradient(0deg, var(--gradient-end) 0%, var(--gradient-start) 100%);
  border-radius: 100px 100px 0px 0px;
  text-align: center;
  color: var(--text-color);
  transition: background-color 0.5s ease, color 0.5s ease;
}

.footer-top-text-one
{
  font-size: 20px;
  font-weight: 350;
  color: #757575;
}

.footer-top-text-two
{
  font-size: 12px;
  font-weight: 350;
  color: #757575;
}

iframe
{
  width: 650px;
}

.a-privacy
{
  text-decoration: underline;
  color: #757575;
}

/* ГИБКИЕ МАКЕТЫ */

@media (max-width: 1520px) {
  .picture-ball
  {
    display: none;
  }
  }

@media (max-width: 1400px) {

  h1
  {
    font-size: 60px;
    line-height: 80px;
  }

  nav ul li
  {
    font-size: 15px;
  }

  nav ul li a
  {
    width: 140px;
  }

  nav ul
  {
    gap: 20px;
  }

  .picture-cube
  {
    top: 35%;
    left: 45%;
    transform: scale(0.5);
  }

.picture-ring
{
  display: none;
}

.circle-contacts
{
  display: none;
}

}


@media (max-width: 1200px)
{

  h1
  {
    font-size: 60px;
    line-height: 80px;
  }

  nav ul li
  {
    font-size: 13px;
  }

  nav ul li a
  {
    width: 120px;
    font-weight: 400;
  }

  nav ul
  {
    gap: 10px;
  }

  .service-body-one,
  .service-body-two,
  .service-body-three,
  .service-body-four,
  .service-body-end
  {
    width: 650px;
    height: auto;
    border-radius: 30px;
  }

.service-body-contacts
{
    width: 650px;
    height: 460px;
    border-radius: 30px;
}

.service-body-contacts-1 
{
    width: 650px;
    height: 660px;
    border-radius: 30px;
}

.service-body-contacts-2
{
    width: 650px;
    height: 760px;
    border-radius: 30px;
    padding-right: 5%;
}

.table-skills {
  width: 100%;
  text-align: center;
  margin: 0%;
  table-layout: fixed;
  margin-top: 30px;
}

iframe
{
  width: 380px;
}

  .service-body-elements-one,
  .service-body-elements-two,
  .service-body-elements-three,
  .service-body-elements-four,
  .service-body-elements-end
  {
    padding: 0px;
    letter-spacing: 0.5px;
    text-align: center;
    box-shadow: none;
    font-size: 16px;
    font-weight: 300;
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
    display: inline;
  }

  .circle-elements-one,
  .circle-elements-four
  {
    border-radius: 50%;
    height: 35px;
    width: 35px;
    margin: auto;
  }

  h2
  {
    font-size: 35px;
  }

  h3
  {
    font-size: 21px;
  }

  h4
  {
    font-weight: 650;
    font-size: 19px;
    text-align: center;
    padding: 50px 13px 13px 13px;
  }

  hr
  {
    margin-top: 20px;
  }

  .tab-button-contacts
  {
    margin-top: 30px;
  }

  .table
  {
    border-spacing: 20px;
  }

  .picture-cube
  {
    display: none;
  }

  .img-portfolio-cube
{
    text-align: center;
    display: block;
    width: 25%;
    height: auto;
    padding: 0px 0px 70px 0px;
}

.additional-indentation /* Кнопка "Связаться со мной" на странице с услугами */
{
  padding: 0px 0px 60px 0px;
}


  .cube-elements
  {
    width: 20px;
    height: 20px;
  }

  .tab-button-portfolio
  {
    border-radius: 100px;
    transition: box-shadow 0.3s ease;
    letter-spacing: 0.5px;
    text-align: center;
    width: 200px;
    margin: 20px 5px 40px 5px;
    overflow: auto; /* Включает полосу прокрутки */
    scroll-behavior: smooth; /* Плавный скроллинг */
  }

.table-buy
{
  margin-top: 30px;
  margin-left: 30px;
}

.td-buy-one
{
  width: 27%;
}

.td-buy-two
{
  width: 18%;
}

.td-buy-three
{
  width: 28%;
}

.text-buy-one
{
  font-size: 18px;
}

}

@media (max-width: 1030px)
{
  .name_zero,
  .name_one,
  .name_two
  {
    display: none;
  }

  .circle-tg
  {
    height: 45px;
    width: 45px;
    margin: 0px 0px 0px 10px;
  }

  .page-title
  {
    margin-left: 40px;
    margin-top: 250px;
    margin-right: 50px;
  }

  h2
  {
    font-size: 40px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .picture-ball
  {
    display: none;
  }

  .portfolio-body-one-mob
  {
    width: 80%;
    display: block;
    height: 100%;
    padding: 5%;
    letter-spacing: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
    border-radius: 10px;
  }
  
.service-body-contacts
{
    width: 650px;
    height: 460px;
    border-radius: 30px;
}

.service-body-contacts-1 
{
    width: 650px;
    height: 660px;
    border-radius: 30px;
}

.service-body-contacts-2
{
    width: 650px;
    height: 760px;
    border-radius: 30px;
    padding-right: 5%;
}

.table-skills {
  width: 100%;
  text-align: center;
  margin: 0%;
  table-layout: fixed;
  margin-top: 30px;
}

  .portfolio-body-one-mob-1
  {
    width: 80%;
    display: block;
    height: 100%;
    letter-spacing: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
    border-radius: 25px;
  }

  .portfolio-body-one
  {
    display: none;
  }

  .img-portfolio-1
  {
        margin: 5%;
  }

  .img-portfolio
  {
    border-radius: 15px;
  }

}

@media (max-width: 700px)
{

  .page-title
  {
    margin-left: 40px;
    margin-top: 180px;
    margin-right: 50px;
  }

  h1
  {
    font-size: 40px;
    line-height: 60px;
  }

  .additional-inscription
  {
    margin: 40px 0px 0px 5px;
    font-weight: 200;
    font-size: 16px;
  }

  .additional-button
  {
    margin: 40px 0px 0px 5px;
    font-weight: 650;
    font-size: 25px;
    transition: color 0.3s ease;
  }

  header
  {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    padding: 20px 20px 20px 20px;
    background: linear-gradient(30deg, #710002 0%, #A7003D 100%);
    border-radius: 0px 0px 0px 0px;
    display: flex;
    justify-content: center;
  }

  nav ul li
  {
    font-size: 12px;
    display: flex; align-items: center; justify-content: center;
  }

  nav ul li a
  {
    width: 90px;
  }

  nav ul
  {
    gap: 10px;
  }

  .logo img
  {
    display: none;
  }

  .service-header-one,
  .service-header-two,
  .service-header-three,
  .service-header-four,
  .service-header-end
  {
    width: 250px;
    padding: 0px;
  }

  h2
  {
    font-size: 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  h4
  {
    font-weight: 650;
    font-size: 19px;
    text-align: center;
    padding: 50px 13px 0px 13px;
  }

  .service-body-one,
  .service-body-two,
  .service-body-three,
  .service-body-four
  {
    width: 333px;
    height: auto;
    border-radius: 30px;
  }

  .service-body-end
  {
    width: 333px;
    height: auto;
    border-radius: 30px;
    padding: 0px 15px 15px 15px;
  }

  .service-body-elements-one,
  .service-body-elements-two,
  .service-body-elements-three,
  .service-body-elements-four
  {
    padding: 0px;
    letter-spacing: 0.5px;
    text-align: center;
    box-shadow: none;
    font-size: 17px;
    font-weight: 300;
    margin: 0px 0px 20px 0px;
    display: flex;
    align-items: center;
    display: inline;
  }

  .service-body-elements-end
  {
    padding: 0px;
    letter-spacing: 0.5px;
    text-align: center;
    box-shadow: none;
    font-size: 17px;
    font-weight: 300;
    margin: 0px 0px 30px 0px;
    display: flex;
    align-items: center;
    display: inline;
  }

.table-buy
{
  display: none;
}

.table-buy-mob
{
  display: block;
  width: 90%;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  margin: 20px 0px 60px 40px;
}

.tab-button-buy /* Кнопка "Заказать" */
{
  box-shadow: 0px 0px 20px rgba(122, 122, 122, 0.3);
  font-size: 20px;
  font-weight: 200;
  border-radius: 100px;
  transition: box-shadow 0.3s ease, font-weight 0.3s ease;
  letter-spacing: 0.5px;
  text-align: center;
  float: left;
}

.tab-button-buy a
{
  width: 150px;
  color: var(--text-color);
  text-decoration: none;
  display: block;
  padding: 10px 0px 10px 0px;
  border-radius: 100px;
}

  td
  {
    display: block; /* Превращаем ячейки в блоки */
    width: 100%; /* Занимают всю ширину */
    box-sizing: border-box; /* Учитываем padding и border */
    display: flex;
    align-items: center;
    display: inline;
    padding: 0px 0px 0px 10px;
  }

  .table td::before
  {
    content: attr(data-label); /* Добавляем метку из атрибута data-label */
    font-weight: bold;
    display: block; /* Отображаем метку как блок */
  }

  .table-skills td::before
  {
    content: attr(data-label); /* Добавляем метку из атрибута data-label */
    font-weight: bold;
    display: block; /* Отображаем метку как блок */
  }

  .tab-button-contacts
  {
    margin-top: 55px;
  }

  hr
  {
    margin-top: 50px;
  }

  .picture-cube
  {
    display: none;
  }

  .cube-elements
  {
    width: 20px;
    height: 20px;
  }

  .picture-star
  {
    display: none;
  }

  .tab-button-portfolio
  {
    box-shadow: 0px 0px 20px rgba(109, 109, 109, 0.35);
    border-radius: 100px;
    transition: box-shadow 0.3s ease;
    letter-spacing: 0.5px;
    text-align: center;
    width: 200px;
    margin: 0px 5px 20px 5px;
    overflow: auto; /* Включает полосу прокрутки */
    scroll-behavior: smooth; /* Плавный скроллинг */
    display: block;
  }

.picture-ball
{
  display: none;
}

.picture-ball-mob
{
  animation: rotation 10s infinite linear;
  text-align: center;
  display: block;
  width: 25%;
  height: auto;
  position: absolute; /* Div будет "прилипать" к экрану */
  z-index: 1; /* Максимальное значение z-индекса */
  top: -5.5%;
  left: 60%;
}

  .a-portfolio
  {
    padding: 40px 0px 40px 0px;
  }

  .portfolio-body-one-mob
  {
    width: 80%;
    display: block;
    height: 100%;
    padding: 5%;
    letter-spacing: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: var(--bg-color);
    box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
    border-radius: 40px;
  }

  .portfolio-body-one-mob-1
  {
    width: 80%;
    display: block;
    height: 100%;
    letter-spacing: 10px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0px 0px 60px rgba(150, 0, 0, 0.5);
    border-radius: 25px;
  }
  
  .portfolio-body-one
  {
    display: none;
  }

  .img-portfolio-1
  {
        margin: 5%;
  }

  .img-portfolio
  {
    border-radius: 15px;
  }

  style
  {
    border-radius: 2000px;
  }

  .table-portfolio
  {
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    border-spacing: 40px;
    table-layout: fixed;
    border-radius: 20px;
    margin-left: -2%;
}

.additional-indentation /* Кнопка "Связаться со мной" на странице с услугами */
{
  padding: 0px 0px 40px 0px;
}

.img-portfolio-cube
{
    text-align: center;
    display: block;
    width: 30%;
    height: auto;
    padding: 0px 0px 50px 0px;
}

.service-body-contacts
{
    width: 80%;
    height: auto;
    border-radius: 30px;
}

.service-body-contacts-1 
{
    width: 80%;
    height: auto;
    border-radius: 30px;
}

.service-body-contacts-2
{
    width: 80%;
    height: auto;
    padding-right: 5%;
}

.table-skills {
  width: 100%;
  text-align: center;
  margin: 0%;
  table-layout: fixed;
  margin-top: 30px;
}

.circle-skills
{
  margin: 10px;
  text-align: center;
}

.elements-ii
{
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.elements-contacts
{
  letter-spacing: 0.5px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  margin: 0px;
  display: block;
}
	
.eyes
{
  margin: 5px 0px 40px 0px;
}

iframe
{
  width: 100%;
}

}
