@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local("Roboto"), local("Roboto-Regular"),
       url("../fonts/roboto-v19-cyrillic_latin-regular.woff2") format("woff2"), /* Super Modern Browsers */
       url("../fonts/roboto-v19-cyrillic_latin-regular.woff") format("woff"), /* Modern Browsers */
       url("../fonts/roboto-v19-cyrillic_latin-regular.ttf") format("truetype"), /* Safari, Android, iOS */
       url("../fonts/roboto-v19-cyrillic_latin-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "Roboto";
  font-style: italic;
  font-weight: 500;
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"),
       url("../fonts/roboto-v19-cyrillic_latin-500italic.woff2") format("woff2"), /* Super Modern Browsers */
       url("../fonts/roboto-v19-cyrillic_latin-500italic.woff") format("woff"), /* Modern Browsers */
       url("../fonts/roboto-v19-cyrillic_latin-500italic.ttf") format("truetype"), /* Safari, Android, iOS */
       url("../fonts/roboto-v19-cyrillic_latin-500italic.svg#Roboto") format("svg"); /* Legacy iOS */
}

@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local("Roboto Bold"), local("Roboto-Bold"),
       url("../fonts/roboto-v19-cyrillic_latin-700.woff2") format("woff2"), /* Super Modern Browsers */
       url("../fonts/roboto-v19-cyrillic_latin-700.woff") format("woff"), /* Modern Browsers */
       url("../fonts/roboto-v19-cyrillic_latin-700.ttf") format("truetype"), /* Safari, Android, iOS */
       url("../fonts/roboto-v19-cyrillic_latin-700.svg#Roboto") format("svg"); /* Legacy iOS */
}

/* ==================== $COMMON ==================== */
html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Roboto", "Arial", "Helvetica CY", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 400;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  padding-top: 20px;
  color: #585858;
  background-color: #ffeeee; 
}

img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

h1, h2, h3, h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.h1, h1 {
  font-size: 1.75rem;
}

.h2, h2 {
  font-size: 1.5rem;
}

.h3, h3 {
  font-size: 1.25rem;
}

.h4, h4 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol, ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

.text-link {
  color: #1a0dab;
  border-bottom: 1px solid currentColor;
}

.page-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow: hidden;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

/* ==================== / COMMON ==================== */



/* ==================== $HELPERS ==================== */
.text-center {
  text-align: center;
}

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

.text-uppercase {
  text-transform: uppercase;
}

.font-bold {
  font-weight: 700;
}

.font-italic {
  font-style: italic;
  font-weight: 500;
}

/* ==================== / HELPERS ==================== */



.avatar {
  display: flex;
  width: 150px;
  height: 150px;
  margin: 0 auto 20px;
  border: 2px solid #ff5755;
  border-radius: 50%;
  background-color: #ff5755;
  overflow: hidden;
}

.avatar__photo {
  object-fit: cover;
  object-position: left center;
}

.video {
    position:relative;
    padding-bottom:56.25%;
    padding-top:25px;
    height:0;
    
}

.video iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    
}

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

.actions__btn {
  display: inline-block;
  margin-bottom: 20px;
  padding: 15px 30px;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #ff5755;
  border: 1px solid transparent;
  border-radius: 30px;
  width: 100%;
  transform: translateX(-3000px);
}

.actions__btn:active {
  transform: translateY(1px);
  filter: saturate(150%);
}

.actions__btn:hover {
  color: #ff5755;
  border-color: currentColor;
  background-color: white;
}

.page-footer {
  margin-top: auto;
}

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

.contacts {
  display: flex;
  justify-content: space-around;
  padding: 10px 0 20px;
}

.contacts__link {
  width: 50px;
  height: 50px;
  background: transparent center/contain no-repeat;
  transition: ease-in-out 0.3s;
}

.contacts__link:hover {
  transform: scale(1.2);
}

.contacts__link--wa {
  background-image: url("../img/icons/whatsapp.svg");
}

.contacts__link--inst {
  background-image: url("../img/icons/instagram.svg");
}

.contacts__link--telegram {
  background-image: url("../img/icons/telegram.svg");
}



.pay {
  display: flex;
  justify-content: space-around;
}

.pay__link {
  width: 70px;
  height: 70px;
  margin: 5px 0 20px;
  background: transparent center/contain no-repeat;
  transition: ease-in-out 0.3s;
}

.pay__link:hover {
  transform: scale(1.2);
}

.pay__link--paycard {
  background-image: url("../img/icons/paycard.svg");
}

.pay__link--paypal {
  background-image: url("../img/icons/paypal.svg");
}



/* ==================== $ANIMATIONS ==================== */
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  animation-duration: 1s;
}


@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }

  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
  animation-fill-mode: forwards;
}

.bounceInLeft-1 {
  animation-duration: 1.5s;
}

.bounceInLeft-2 {
  animation-duration: 1.5s;
  animation-delay: 0.1s;
}

.bounceInLeft-3 {
  animation-duration: 1.5s;
  animation-delay: 0.2s;
}

.bounceInLeft-4 {
  animation-duration: 1.5s;
  animation-delay: 0.3s;
}

.bounceInLeft-5 {
  animation-duration: 1.5s;
  animation-delay: 0.4s;
}

.bounceInLeft-6 {
  animation-duration: 1.5s;
  animation-delay: 0.5s;
}

.bounceInLeft-7 {
  animation-duration: 1.5s;
  animation-delay: 0.6s;
}

.bounceInLeft-8 {
  animation-duration: 1.5s;
  animation-delay: 0.7s;
}

/* ==================== / ANIMATIONS ==================== */
