@charset "UTF-8";
* {
   padding: 0;
   margin: 0;
   border: 0;
}
*,
:after,
:before {
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}
:active,
:focus {
   outline: 0;
}
a:active,
a:focus {
   outline: 0;
}
aside,
footer,
header,
nav {
   display: block;
}
body,
html {
   height: 100%;
   width: 100%;
   font-size: 100%;
   -ms-text-size-adjust: 100%;
   -moz-text-size-adjust: 100%;
   -webkit-text-size-adjust: 100%;
}
input::-ms-clear {
   display: none;
}
button {
   cursor: pointer;
}
button::-moz-focus-inner {
   padding: 0;
   border: 0;
}
a,
a:visited {
   text-decoration: none;
}
a:hover {
   text-decoration: none;
}
ul li {
   list-style: none;
}
img {
   vertical-align: top;
}
@font-face {
   font-family: Montserrat;
   font-display: swap;
   src: url(../fonts/Montserrat-Bold.woff2) format("woff2"), url(../fonts/Montserrat-Bold.woff) format("woff");
   font-weight: 700;
   font-style: normal;
}
@font-face {
   font-family: Montserrat;
   font-display: swap;
   src: url(../fonts/Montserrat-Light.woff2) format("woff2"), url(../fonts/Montserrat-Light.woff) format("woff");
   font-weight: 300;
   font-style: normal;
}
@font-face {
   font-family: Montserrat;
   font-display: swap;
   src: url(../fonts/Montserrat-Medium.woff2) format("woff2"), url(../fonts/Montserrat-Medium.woff) format("woff");
   font-weight: 500;
   font-style: normal;
}
@font-face {
   font-family: Montserrat;
   font-display: swap;
   src: url(../fonts/Montserrat-Regular.woff2) format("woff2"), url(../fonts/Montserrat-Regular.woff) format("woff");
   font-weight: 400;
   font-style: normal;
}
@font-face {
   font-family: Montserrat;
   font-display: swap;
   src: url(../fonts/Montserrat-SemiBold.woff2) format("woff2"), url(../fonts/Montserrat-SemiBold.woff) format("woff");
   font-weight: 600;
   font-style: normal;
}
@font-face {
   font-family: icomoon;
   src: url(../fonts/icomoon.eot?2b85o1);
   src: url(../fonts/icomoon.eot?2b85o1#iefix) format("embedded-opentype"),
      url(../fonts/icomoon.ttf?2b85o1) format("truetype"), url(../fonts/icomoon.woff?2b85o1) format("woff"),
      url(../fonts/icomoon.svg?2b85o1#icomoon) format("svg");
   font-weight: 400;
   font-style: normal;
   font-display: block;
}
[class*=" _icon-"]::before,
[class^="_icon-"]::before {
   font-family: icomoon !important;
   speak: never;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   line-height: 1;
   margin-right: 5px;
   color: #27c190;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
}
._icon-comment:before {
   content: "\e96c";
}
._icon-follow:before {
   content: "\e973";
}
._icon-view:before {
   content: "\e9cf";
}
._icon-star:before {
   content: "\e9d8";
}
._icon-like:before {
   content: "\e9da";
}
html {
   scroll-behavior: smooth;
}
 .popup-overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
} 
.wrapper {
   min-height: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   font-family: Montserrat;
}
main {
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   background-color: #091314;
}
.container {
   width: min(100% - 1rem, 1200px);
   margin-inline: auto;
}
::-moz-selection {
   background-color: #1d1d1d;
   color: #fff;
}
::selection {
   background-color: #1d1d1d;
   color: #fff;
}
.header {
   padding: 20px 0;
   background-color: #091314;
}
.header__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.header__logo {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 50px;
   flex: 0 1 50px;
   position: relative;
}
.header__logo a {
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.header__logo a:hover {
   opacity: 0.7;
}
.header__logo span {
   position: absolute;
   left: 10px;
   color: #fff;
   bottom: 0;
   font-size: 36px;
}
.header__logo span::first-letter {
   color: transparent;
}
.header__account {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
}
.header__account button {
   background-color: transparent;
   color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 5px;
   padding: 5px 15px;
   border-radius: 10px;
   font-family: Montserrat;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   font-size: 14px;
}
.header__account button:hover {
   background-color: #1d1d1d;
}
.header__account button:hover svg path {
   fill: url(#myGradient);
}
.header__account button:first-child {
   font-size: 16px;
}
.header__account button:last-child {
   border: 1px solid #fff;
}
.header .popup {
   position: fixed;
   width: 400px;
   min-height: 400px;
   height: auto;
   left: 50%;
   bottom: 50%;
   -webkit-transform: translate(-50%, -200%);
   -ms-transform: translate(-50%, -200%);
   transform: translate(-50%, -200%);
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 20px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   z-index: 2;
   -webkit-transition: all 0.1s linear 0s;
   -o-transition: all 0.1s linear 0s;
   transition: all 0.1s linear 0s;
   opacity: 0;
   padding: 20px;
   text-align: center;
   color: #fff;
   will-change: transform;
}
.header .popup.show {
   -webkit-transform: translate(-50%, 50%);
   -ms-transform: translate(-50%, 50%);
   transform: translate(-50%, 50%);
   opacity: 1;
}
.header .popup .close-popup {
   position: fixed;
   top: 5px;
   right: 15px;
   color: #fff;
   background-color: transparent;
   font-size: 20px;
}
.header .popup .popup-title {
   color: #ccc;
}
.header .login-popup {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
}
.header .login-popup .login-form {
   width: 80%;
   margin: 0 auto;
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.header .login-popup .login-form input {
   background-color: rgba(255, 255, 255, 0.786);
   padding: 5px 10px;
   margin-bottom: 20px;
   margin-top: 8px;
   border-radius: 5px;
}
.header .login-popup .login-form .remain {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: start;
   gap: 5px;
   margin-top: -10px;
   font-size: 14px;
}
.header .login-popup .login-form .remain button,
.header .login-popup .login-form .remain input {
   margin: 0;
}
.header .login-popup .login-form .remain .forgot {
   margin-left: auto;
   color: #a952b9;
}
.header .login-popup p {
   color: #ccc;
}
.header .login-popup a {
   color: #a952b9;
   text-decoration: underline;
}
.header .login-popup a:hover {
   color: #c46ad4;
}
.header .submit-btn {
   width: 50%;
   padding: 5px 10px;
   background-color: #388f97;
   color: #fff;
   border-radius: 6px;
   margin: 30px auto 0 auto;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   font-family: Montserrat;
}
.header .submit-btn:hover {
   background: #1e6269;
}
.header .register-popup {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: start;
   -ms-flex-pack: start;
   justify-content: start;
   gap: 50px;
}
.header .register-popup input {
   background-color: rgba(255, 255, 255, 0.786);
   padding: 5px 10px;
   margin-bottom: 20px;
   margin-top: 8px;
   border-radius: 5px;
}
.header .register-popup label {
   text-align: left;
}
.header .register-popup p:not(:first-child) {
   font-size: 10px;
   color: #ccc;
   text-align: left;
}
.header .register-popup .registration-form {
   width: 80%;
   margin: 0 auto;
   text-align: center;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
}
.header .register-popup .registration-form .submit-btn {
   width: auto;
}
.header .register-popup .registration-form span {
   color: #cf2828;
   font-size: 18px;
}
.no-webp .account-authorized {
   background: url(../img/services/arrow.png) 0 80%/15px 15px no-repeat;
}
.account-authorized {
   background-color: transparent;
   position: relative;
   color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 5px;
   padding: 7px 7px 7px 17px;
   border-radius: 10px;
   font-family: Montserrat;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   font-size: 16px;
}
.account-authorized:hover {
   background-color: #1d1d1d;
}
.account-authorized__info {
   text-align: right;
}
.account-authorized__balance {
   color: #ccc;
   font-size: 14px;
}
.account-authorized__icon svg {
   padding-top: 4px;
}
.account-authorized__submenu {
   position: absolute;
   top: 100%;
   right: 0;
   display: none;
   z-index: 1;
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 10px 0 0 10px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   padding: 10px 20px;
   text-align: right;
}
.account-authorized__submenu li {
   margin-bottom: 15px;
}
.account-authorized__submenu a {
   font-size: 16px;
   color: #fff;
   white-space: nowrap;
}
.account-authorized__submenu a:hover {
   text-decoration: underline;
}
.account-authorized__submenu a svg {
   -webkit-transform: translateY(5px);
   -ms-transform: translateY(5px);
   transform: translateY(5px);
   margin-left: 5px;
}
.account-authorized.mobile-open .account-authorized__submenu,
.account-authorized:hover .account-authorized__submenu {
   display: block;
}
#loginPassword,
#registerPassword {
   width: 100%;
}
.input-password {
   position: relative;
}
#showPasswordButtonLogin,
#showPasswordButtonRegister {
   cursor: pointer;
}
#showPasswordButtonLogin,
#showPasswordButtonRegister {
   position: absolute;
   right: 5px;
   top: 5px;
   cursor: pointer;
   border: none;
   background: 0 0;
}
#showPasswordButtonLogin svg,
#showPasswordButtonRegister svg {
   -webkit-transform: translateY(5px);
   -ms-transform: translateY(5px);
   transform: translateY(5px);
}
#loginPassword[type="password"] + #showPasswordButtonLogin #hide-icon {
   display: none;
}
#loginPassword[type="text"] + #showPasswordButtonLogin #show-icon {
   display: none;
}
#registerPassword[type="password"] + #showPasswordButtonRegister #hide-icon {
   display: none;
}
#registerPassword[type="text"] + #showPasswordButtonRegister #show-icon {
   display: none;
}
#loginErrorContainer,
#registerErrorContainer {
   color: #c73032;
}
.home {
   font-family: Montserrat;
   position: relative;
   padding-top: 50px;
   min-height: calc(100vh - 115px);
}
.home::after,
.home::before {
   content: "";
   display: block;
   width: 350px;
   height: 350px;
   border-radius: 50%;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   -webkit-filter: blur(80px);
   filter: blur(80px);
   opacity: 0.3;
   position: absolute;
   pointer-events: none;
}
.home::before {
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.home::after {
   width: 150px;
   height: 150px;
   bottom: 20px;
   right: 10px;
}
.home__body {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   gap: 20px;
}
.home__sidebar {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 25%;
   flex: 0 1 25%;
}
.home__content {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 75%;
   flex: 0 1 75%;
   padding-top: 50px;
}
.home__title h1 {
   font-size: 68px;
   color: #f7f7f7;
   font-weight: 900;
   line-height: 1;
}
.home__title h2 {
   color: #38c035;
   margin-top: 20px;
}
.home__title span {
   color: #62d2e0;
}
.home__button {
   margin-top: 30px;
}
.home__button a {
   max-width: 150px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 5px 15px;
   border-radius: 6px;
   background-color: rgba(165, 35, 35, 0.4);
   color: #fff;
   border: 1px solid #fff;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.home__button a:hover {
   background-color: rgba(126, 65, 65, 0.4);
}
.menu__icon {
   display: none;
   position: absolute;
   top: 20px;
}
.menu__icon button {
   background-color: transparent;
}
.sidebar {
   -webkit-transition: all 0s linear 0s;
   -o-transition: all 0s linear 0s;
   transition: all 0.1s linear 0s;
   will-change: transform;
}
.sidebar .menu__link {
   margin-bottom: 20px;
}
.sidebar .menu__link a {
   font-size: 18px;
   opacity: 0.7;
   color: #ccc;
   font-weight: 500;
   position: relative;
   padding: 0 5px;
}
.sidebar .menu__link a::after {
   content: "";
   width: 100%;
   height: 25px;
   position: absolute;
   left: 0;
   top: 0;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   -webkit-filter: blur(10px);
   filter: blur(10px);
   opacity: 0.5;
   display: none;
}
.sidebar .menu__link a.active {
   color: #fff;
   font-weight: 700;
}
.sidebar .menu__link a.active::after {
   display: block;
}
.sidebar .menu__link a:hover {
   color: #fff;
   font-weight: 700;
}
.sidebar .menu__link a:hover::after {
   display: block;
}
.sidebar__icons {
   margin-top: 30px;
}
.sidebar__icon {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 10px;
   margin-bottom: 10px;
   color: #6a6a6a;
   position: relative;
   padding: 5px;
}
.sidebar__icon::after {
   content: "";
   width: 120px;
   height: 2px;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   position: absolute;
   top: 100%;
   display: none;
}
.sidebar__icon:hover {
   color: #fff;
}
.sidebar__icon:hover::after {
   display: block;
}
.cards__body {
   padding: 40px 0;
}
.cards-items {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: space-evenly;
   -ms-flex-pack: space-evenly;
   justify-content: space-evenly;
   gap: 15px;
}
.card__item:nth-child(1) {
   -webkit-transform: rotate(-10deg);
   -ms-transform: rotate(-10deg);
   transform: rotate(-10deg);
}
.card__item:nth-child(2) {
   -webkit-transform: rotate(10deg);
   -ms-transform: rotate(10deg);
   transform: rotate(10deg);
}
.card__item:nth-child(3) {
   -webkit-transform: rotate(-3deg);
   -ms-transform: rotate(-3deg);
   transform: rotate(-3deg);
}
.card__item:nth-child(4) {
   -webkit-transform: rotate(-10deg);
   -ms-transform: rotate(-10deg);
   transform: rotate(-10deg);
}
.item-card {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 20%;
   flex: 0 1 20%;
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 20px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
}
.item-card__image img {
   max-width: 100%;
   border-radius: 20px 20px 0 0;
}
.item-card__info {
   padding: 15px;
   color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   min-height: 148px;
}
.item-card__name h4 {
   font-weight: 500;
   margin-bottom: 15px;
   font-size: 14px;
}
.item-card__list {
   font-size: 13px;
   color: #ccc;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
}
.item-card__link {
   text-align: center;
   margin-top: 20px;
}
.item-card__link a {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   color: #fff;
   border-radius: 6px;
   padding: 3px 0;
   font-size: 14px;
}
.item-card__link a:hover {
   background: -webkit-gradient(linear, left top, right top, from(#94232c), to(#5f0da7));
   background: -o-linear-gradient(left, #94232c 0, #5f0da7 100%);
   background: linear-gradient(90deg, #94232c 0, #5f0da7 100%);
}
.about {
   position: relative;
}
.about::before {
   content: "";
   display: block;
   width: 350px;
   height: 350px;
   border-radius: 50%;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   -webkit-filter: blur(80px);
   filter: blur(80px);
   opacity: 0.3;
   position: absolute;
   pointer-events: none;
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.about__body {
   padding: 100px 0;
}
.about__title {
   color: #fff;
   text-align: center;
   font-size: 28px;
   margin-bottom: 20px;
}
.about__blocks {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 50px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   margin: 20px 0;
   padding: 25px;
}
.about__block {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 20%;
   flex: 0 1 20%;
   text-align: center;
   color: #fff;
}
.block-about__icon {
   margin-bottom: 10px;
}
.block-about__title {
   margin-bottom: 15px;
}
.block-about__title h6 {
   font-size: 16px;
}
.block-about__text {
   font-size: 14px;
   color: #ccc;
}
@-webkit-keyframes wave {
   0% {
      -webkit-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
   }
   50% {
      -webkit-transform: translateY(-50%) scale(1.7);
      transform: translateY(-50%) scale(1.7);
      opacity: 0.2;
   }
   100% {
      -webkit-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
   }
}
@keyframes wave {
   0% {
      -webkit-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
   }
   50% {
      -webkit-transform: translateY(-50%) scale(1.7);
      transform: translateY(-50%) scale(1.7);
      opacity: 0.2;
   }
   100% {
      -webkit-transform: translateY(-50%) scale(1);
      transform: translateY(-50%) scale(1);
   }
}
.guarant__body {
   padding: 50px 0;
   color: #fff;
}
.guarant__title h2 {
   color: #ccc;
   text-align: center;
   font-size: 28px;
   margin-bottom: 20px;
}
.guarant__info {
   padding: 20px;
}
.guarant__info ul {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
}
.guarant__info li {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 50%;
   flex: 0 1 50%;
   padding-left: 30px;
   position: relative;
   letter-spacing: 2px;
   font-weight: 300;
   margin-bottom: 15px;
}
.guarant__info li::before {
   content: "";
   display: block;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background-color: #22be19;
   position: absolute;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.guarant__info li::after {
   content: "";
   display: block;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background-color: #22be19;
   opacity: 0.5;
   position: absolute;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   -webkit-animation: wave 2s ease 0s infinite;
   animation: wave 2s ease 0s infinite;
}
.guarant__link {
   text-align: center;
}
.guarant__link a {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   color: #fff;
   border-radius: 6px;
   padding: 3px 10px;
   font-size: 14px;
   border: 1px solid #fff;
}
.guarant__link a:hover {
   background: -webkit-gradient(linear, left top, right top, from(#a4242f), to(#4d078a));
   background: -o-linear-gradient(left, #a4242f 0, #4d078a 100%);
   background: linear-gradient(90deg, #a4242f 0, #4d078a 100%);
}
.footer {
   padding: 10px 0;
   background-color: #091314;
   color: #fff;
   border-top: 1px solid #1a1f27;
}
.footer a {
   color: #fff;
}
.footer__body {
   padding: 20px 0;
   text-align: center;
}
.footer__name {
   font-size: 18px;
}
.footer__name span {
   color: #ccc;
   font-size: 14px;
}
.footer__tel {
   margin: 15px 0;
}
.footer__tel a:hover {
   text-decoration: underline;
}
.footer__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 20px;
   margin-top: 10px;
}
.footer__social a:hover {
   opacity: 0.7;
}
.footer__bottom {
   text-align: center;
}
.footer__bottom a {
   font-size: 14px;
   color: #888;
}
.footer__bottom a:hover {
   text-decoration: underline;
}
.title-serv {
   position: absolute;
   top: 0;
   left: 50%;
   -webkit-transform: translateX(-50deg);
   -ms-transform: translateX(-50%);
   transform: translateX(-50%);
   font-size: 28px;
   color: #62d2e0;
}
.services__tab select option:hover {
   background-color: #ddd;
}
.services {
   color: #fff;
}
.services button,
.services input,
.services option,
.services select {
   font-family: Montserrat;
   cursor: pointer;
}
.services__form {
   max-width: 600px;
}
.services__tab {
   position: relative;
   display: inline-block;
   width: 200px;
   height: 30px;
   background-color: #f1f1f1;
   border-radius: 4px;
   overflow: hidden;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
}
.no-webp .services__tab select {
   background: url(../img/services/arrow.png) right/20px no-repeat,
      -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: url(../img/services/arrow.png) right/20px no-repeat, -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: url(../img/services/arrow.png) right/20px no-repeat, linear-gradient(90deg, #c03743 0, #7915cf 100%);
}
.services__tab select {
   width: 100%;
   height: 100%;
   border: none;
   outline: 0;
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   padding: 6px 22px 6px 12px;
   font-size: 16px;
   color: #fff;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
}
.services__tab select option {
   border-radius: 6px;
   color: #fff;
   background-color: #352d4d;
}
.services__button {
   margin-top: 40px;
   margin-bottom: 30px;
   text-align: center;
}
.services__button button {
   margin: 0 auto;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 10px 30px;
   border-radius: 10px;
   color: #fff;
   background-color: #941b96;
   font-size: 16px;
   border: 1px solid #fff;
}
.choose__social {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   margin-bottom: 30px;
}
.choose__social label {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 40%;
   flex: 0 1 40%;
}
.choose__social .services__tab {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 60%;
   flex: 0 1 60%;
   width: 100%;
}
.choose__type {
   margin-bottom: 30px;
}
.choose__type label {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 40%;
   flex: 0 1 40%;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   white-space: wrap;
}
.choose__type label span {
   display: inline;
   font-size: 10px;
   color: #afafaf;
}
.choose__type .services__tab {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 60%;
   flex: 0 1 60%;
   width: 100%;
}
.choose__serv {
   display: none;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   gap: 20px;
}
.choose__serv select {
   width: 100%;
}
.choose__serv.show {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
}
.choose__link {
   margin-bottom: 30px;
}
.choose__link,
.choose__quantity {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}
.choose__link label,
.choose__quantity label {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 40%;
   flex: 0 1 40%;
}
.choose__link span,
.choose__quantity span {
   font-size: 10px;
   color: #afafaf;
}
.choose__link input,
.choose__quantity input {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 60%;
   flex: 0 1 60%;
   padding: 5px 10px;
   border-radius: 6px;
   width: 100%;
}
.choose__amount {
   margin-top: 30px;
   text-align: center;
   margin: 30px auto 0 auto;
}
.choose__amount label {
   color: #22be19;
   font-size: 26px;
}
.choose__amount input {
   background-color: transparent !important;
   font-size: 26px;
   color: #2fdd26;
   text-align: center;
   font-weight: 700;
}
.additional-text {
   text-align: center;
   margin-bottom: 25px;
   background: url(../img/services/info-circle.svg) 10px center/25px 25px no-repeat;
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 20px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   padding: 15px 15px 15px 40px;
   font-weight: 300;
   color: #ccc;
   font-size: 16px;
}
.not-enought {
   font-size: 22px;
   font-weight: 700;
   margin: 40px 0;
   color: #bb3636;
}
.not-enought span {
   width: 50px;
   height: 50px;
   font-size: 28px;
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 5px;
   border-radius: 50%;
   border: 1px solid #bb3636;
}
.prices {
   padding-top: 50px;
}
.prices__attention {
   color: #01b259;
   font-size: 20px;
}
.accordion {
   display: block;
   max-width: 700px;
}
.accordion-item {
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 20px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   margin: 15px;
   color: #fff;
}
.accordion-header {
   background-color: transparent;
   padding: 10px 20px;
   cursor: pointer;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   position: relative;
}
.accordion-header-image {
   position: absolute;
   right: 10px;
}
.accordion-header-image img {
   width: 20px;
   height: 20px;
}
.accordion-content {
   display: none;
   padding: 10px 15px;
   text-align: left;
}
.accordion-content p {
   font-size: 16px;
}
.accordion-content span {
   color: #ccc;
   margin-bottom: 20px;
   display: inline-block;
   font-size: 12px;
}
.accordion-item.active .accordion-content {
   display: block;
}
.guarantees {
   padding: 15px;
   color: #fff;
   max-width: 700px;
   text-align: left;
}
.guarantees p {
   margin-bottom: 30px;
   font-size: 16px;
}
.guarantees p:last-child {
   text-align: right;
}
.guarantees span {
   color: #22be19;
   font-weight: 700;
}
.guarantees ul {
   text-align: left;
}
.guarantees li {
   margin-bottom: 15px;
   position: relative;
   padding-left: 30px;
   font-weight: 300;
   font-size: 14px;
   color: #ccc;
}
.guarantees li::before {
   content: "";
   display: block;
   width: 15px;
   height: 15px;
   border-radius: 50%;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   position: absolute;
   left: 0;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
}
.policy {
   color: #fff;
   max-width: 800px;
   margin: 0 auto;
   padding: 15px;
}
.policy h1,
.policy h2,
.policy h3 {
   margin-bottom: 30px;
   font-size: 22px;
}
.policy p {
   margin-bottom: 20px;
   color: #ccc;
   font-size: 16px;
}
.policy ul {
   margin-bottom: 30px;
   padding-left: 15px;
}
.policy ul li {
   list-style: disc;
}
.cabinet {
   position: relative;
   padding-top: 30px;
}
.cabinet::after,
.cabinet::before {
   content: "";
   display: block;
   width: 350px;
   height: 350px;
   border-radius: 50%;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   -webkit-filter: blur(80px);
   filter: blur(80px);
   opacity: 0.3;
   position: absolute;
   pointer-events: none;
}
.cabinet::before {
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.cabinet::after {
   width: 150px;
   height: 150px;
   bottom: 20px;
   right: 10px;
}
.cabinet__body {
   position: relative;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   color: #fff;
}
.cabinet__body .menu__icon {
   right: 5px;
}
.main-title {
   display: none;
   position: absolute;
   top: 30px;
   left: 10px;
   color: #62d2e0;
   font-size: 26px;
}
.cabinet {
   width: 100%;
}
.cabinet__finance {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
   -ms-flex-pack: justify;
   justify-content: space-between;
   margin-bottom: 40px;
}
.cabinet__orders {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
}
.finance {
   -webkit-box-flex: 1;
   -ms-flex: 1 1 100%;
   flex: 1 1 100%;
}
.finance__item {
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 20px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   padding: 15px;
   position: relative;
   -webkit-box-flex: 0;
   -ms-flex: 0 1 30%;
   flex: 0 1 30%;
}
.finance__item h6 {
   font-size: 16px;
   font-weight: 400;
   color: #ccc;
   margin-bottom: 10px;
}
.finance__item p {
   font-size: 18px;
   color: #30c361;
   font-weight: 600;
}
.finance__item a {
   display: inline-block;
   border: 1px solid #fff;
   margin-top: 20px;
   padding: 3px 10px;
   color: #fff;
   border-radius: 6px;
   font-weight: 300;
   font-size: 12px;
}
.finance__item a:hover {
   background-color: #333;
}
.finance__item:nth-child(2) p {
   color: #c34ace;
}
.finance__item:nth-child(3) p {
   color: #4c93d2;
}
.my-balance-icon,
.my-orders-icon,
.my-pays-icon {
   width: 40px;
   height: 40px;
   border-radius: 50%;
   position: absolute;
   top: 10px;
   right: 10px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
}
.my-balance-icon {
   background-color: #38b361;
}
.my-pays-icon {
   background-color: #a938b3;
}
.my-orders-icon {
   background-color: #387ab3;
}
.orders {
   background-color: rgba(255, 255, 255, 0.1);
   border-radius: 20px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
   padding: 10px;
}
.orders__info {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 50%;
   flex: 0 1 50%;
}
.orders__info p {
   font-size: 20px;
   margin-bottom: 30px;
}
.orders__info li {
   font-size: 16px;
   font-weight: 600;
   margin-bottom: 10px;
   position: relative;
   padding-left: 30px;
}
.orders__info li:before {
   content: "";
   display: block;
   width: 20px;
   height: 100%;
   border: 1px solid #fff;
   position: absolute;
   left: 0;
}
.orders__info li:nth-child(1)::before {
   background-color: #36a2eb;
}
.orders__info li:nth-child(2)::before {
   background-color: #fffc50;
}
.orders__info li:nth-child(3)::before {
   background-color: #43df4b;
}
.orders__info li:nth-child(4)::before {
   background-color: #d24242;
}
.orders__chart {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 50%;
   flex: 0 1 50%;
   max-width: 250px;
}
.all-orders {
   padding: 40px 0;
}
.all-orders__title {
   margin-bottom: 30px;
}
.all-orders__title h5 {
   font-size: 20px;
}
.all-orders__item {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   margin-bottom: 15px;
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   text-align: center;
   border-radius: 6px;
   -webkit-box-align: stretch;
   -ms-flex-align: stretch;
   align-items: stretch;
   font-size: 16px;
}
.all-orders__number {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 10%;
   flex: 0 1 10%;
   padding: 5px 10px;
   min-width: 43px;
}
.all-orders__info {
   padding: 5px 10px;
   -webkit-box-flex: 1;
   -ms-flex: 1 1 auto;
   flex: 1 1 auto;
   border-left: 1px solid #555;
   border-right: 1px solid #555;
}

.all-orders__count {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 15%;
   flex: 0 1 15%;
   min-width: 70px;
   border-right: 1px solid #555;
   padding: 0px 5px;
   text-align: center;
   min-height: 100%;
}
.all-orders__count span {
   color: #ccc;
   white-space: nowrap;
}
.all-orders__status {
   padding: 5px 10px;
   -webkit-box-flex: 0;
   -ms-flex: 0 1 20%;
   flex: 0 1 20%;
   min-width: 111px;
}
.all-orders .progress {
   color: #36a2eb;
}
.all-orders .done {
   color: #43df4b;
}
.all-orders .waiting {
   color: #fffc50;
}
.all-orders .cancel {
   color: #d24242;
}
.reset {
   color: #fff;
   position: relative;
   min-height: 70vh;
}
.reset::after,
.reset::before {
   content: "";
   display: block;
   width: 350px;
   height: 350px;
   border-radius: 50%;
   background: -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: linear-gradient(90deg, #c03743 0, #7915cf 100%);
   -webkit-filter: blur(80px);
   filter: blur(80px);
   opacity: 0.3;
   position: absolute;
   pointer-events: none;
}
.reset::before {
   left: 50%;
   top: 50%;
   -webkit-transform: translate(-50%, -50%);
   -ms-transform: translate(-50%, -50%);
   transform: translate(-50%, -50%);
}
.reset::after {
   width: 150px;
   height: 150px;
   bottom: 20px;
   right: 10px;
}
.reset__body {
   text-align: center;
   padding: 50px 0;
}
.reset__title {
   margin-bottom: 30px;
}
.reset__form {
   border-radius: 10px;
   padding: 25px 15px;
   max-width: 600px;
   margin: 0 auto;
   background-color: rgba(255, 255, 255, 0.1);
   -webkit-box-shadow: 0 0 5px #a09d9d;
   box-shadow: 0 0 5px #a09d9d;
   -webkit-backdrop-filter: blur(6px);
   backdrop-filter: blur(6px);
}
.reset__form label {
   display: block;
   margin-bottom: 10px;
}
.reset__form input {
   padding: 5px 10px;
   border-radius: 5px;
   margin-bottom: 25px;
}
.reset button {
   background-color: #62d2e0;
   padding: 5px 10px;
   border-radius: 4px;
   color: #000;
   font-family: Montserrat;
}
.reset p {
   margin: 15px 0px;
   font-size: 20px;
   color: #01b259;
}
.reset-password-error {
    color: #d02735;
    font-size: 20px;
}
#showPasswordButton {
   cursor: pointer;
}
#showConfirmButton,
#showPasswordButton {
   cursor: pointer;
   border: none;
   background: 0 0;
}
#showConfirmButton svg,
#showPasswordButton svg {
   -webkit-transform: translateY(5px);
   -ms-transform: translateY(5px);
   transform: translateY(5px);
}
#new_password[type="password"] + #showPasswordButton #hide-icon {
   display: none;
}
#new_password[type="text"] + #showPasswordButton #show-icon {
   display: none;
}
#confirm_password[type="password"] + #showConfirmButton #hide-icon {
   display: none;
}
#confirm_password[type="text"] + #showConfirmButton #show-icon {
   display: none;
}
.mail-send {
   text-align: center;
   padding: 20px 0;
}
.mail-send p {
   text-align: center;
   font-size: 22px;
   color: #01b259;
   margin: 15px 0;
}
.mail-send a {
   background-color: #62d2e0;
   padding: 5px 10px;
   border-radius: 4px;
   color: #000;
   font-family: Montserrat;
}
.payment__content {
   color: #fff;
}
.payment__methods {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   gap: 20px;
   width: 100%;
   margin-bottom: 30px;
}
.payment__tab {
   -webkit-box-flex: 0;
   -ms-flex: 0 1 20%;
   flex: 0 1 20%;
   border: 3px solid transparent;
   cursor: pointer;
   position: relative;
   padding-left: 30px;
   border-radius: 6px;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
   background-color: #fff;
   text-align: center;
}
.payment__tab.active {
   border: 3px solid #01b259;
   color: #31d382;
}
.payment__tab.active::before {
   background-color: #01b259;
}
.payment__tab.active::after {
   border: 1px solid #01b259;
}
.payment__tab::before {
   content: "";
   position: absolute;
   width: 12px;
   height: 12px;
   border-radius: 50%;
   left: 21px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   background-color: #ccc;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.payment__tab::after {
   content: "";
   position: absolute;
   width: 20px;
   height: 20px;
   border-radius: 50%;
   left: 17px;
   top: 50%;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   transform: translateY(-50%);
   background-color: transparent;
   border: 1px solid #ccc;
   -webkit-transition: all 0.3s ease 0s;
   -o-transition: all 0.3s ease 0s;
   transition: all 0.3s ease 0s;
}
.payment__tab img {
   max-width: 70px;
}
.payment__method {
   display: none;
   border: 1px solid #ccc;
   width: 100%;
   text-align: center;
   padding: 20px 10px;
   border-radius: 10px;
}
.payment__method:first-child {
   display: block;
}
.payment__qr {
   margin-bottom: 20px;
}
.payment__qr img {
   max-width: 180px;
   border: 1px dashed #ccc;
   padding: 5px;
}
.payment__icon {
   margin-bottom: 30px;
   text-align: center;
}
.payment__icon img {
   background-color: #f7f7f7;
   border-radius: 10px;
   padding: 5px;
   max-width: 250px;
}
.payment__text {
   font-size: 18px;
   margin-bottom: 40px;
}
.payment__text span:first-child {
   color: #d24242;
   font-size: 20px;
   font-weight: 600;
}
.payment__text span:last-child {
   color: #01b259;
   font-weight: 600;
}
.payment__text p:first-child {
   margin-bottom: 20px;
}
.payment__text svg {
   margin-top: 15px;
}
.payment__link {
   text-align: center;
}
.payment__link a {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 10px 20px;
   color: #fff;
   border-radius: 10px;
   border: 1px solid #fff;
   margin-top: 30px;
   gap: 10px;
}
.payment__link a:hover {
   background-color: #0b7e44;
}
.payment__image {
   margin: 50px auto 0 auto;
   width: min(70%, 400px);
   -webkit-transform: translateX(-40px);
   -ms-transform: translateX(-40px);
   transform: translateX(-40px);
}
.payment__image img {
   width: 100%;
   height: 100%;
}
.payment .card-number {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   gap: 10px;
   font-size: 18px;
}
.payment #textToCopy {
   font-size: 24px;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 5px;
   gap: 10px;
}
.payment .transfer-link {
   display: -webkit-inline-box;
   display: -ms-inline-flexbox;
   display: inline-flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   padding: 10px 20px;
   color: #fff;
   border-radius: 10px;
   border: 1px solid #fff;
   margin-top: 30px;
   gap: 10px;
}
.payment .transfer-link:hover {
   background-color: #0b7e44;
}
.payment button {
   background-color: transparent;
}

.tg-main-title {
   color: #fff;
   font-size: 22px;
   margin-bottom: 20px;
}
.telegram-plus {
   max-width: 700px;
   border-radius: 10px;
   overflow: hidden;
   margin-bottom: 50px;
}
.telegram-plus label {
   -webkit-tap-highlight-color: transparent;
}

.telegram-plus__decore {
   background: -o-linear-gradient(14deg, #33a3db, #459bb0, #b97bdb, #b73468);
   background: linear-gradient(76deg, #33a3db, #459bb0, #b97bdb, #b73468);
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
   -ms-flex-direction: column;
   flex-direction: column;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding-bottom: 50px;
}
.telegram-plus__title {
   margin-bottom: 20px;
}
.telegram-plus__title h1 {
   color: #fff;
   font-weight: 400;
   font-size: 20px;
}
.telegram-plus__subtitle h6 {
   color: #fff;
   font-size: 16px;
   text-align: center;
   width: 60%;
   margin: 0 auto;
   font-weight: 400;
   line-height: 1.6;
}
.telegram-plus__interval {
   background-color: #fff;
   padding: 20px;
}
.telegram-plus__interval .subscription-option {
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   margin: 10px;
   padding: 10px;
   background-color: #f2f2f2;
   border-radius: 5px;
   -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
   box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.telegram-plus__interval .subscription-option span {
   background-color: #2678cf;
   font-size: 12px;
   display: inline-block;
   border-radius: 3px;
   color: #fff;
   padding: 3px;
   -webkit-transform: scale(0.8) translateY(-5px);
   -ms-transform: scale(0.8) translateY(-5px);
   transform: scale(0.8) translateY(-5px);
}
.telegram-plus__interval .subscription-option input[type="radio"] {
   margin-right: 10px;
   -webkit-tap-highlight-color: transparent;
}
.telegram-plus__interval .price {
   font-size: 16px;
   color: #007bff;
   margin-left: 20px;
}
.telegram-plus__interval label {
   cursor: pointer;
   -tap-highlight-color
}
.telegram-plus__interval .subscription-link {
   margin: 25px 10px 0 10px;
}
.telegram-plus__interval .subscription-link input {
   background-color: #f2f2f2;
   width: 100%;
   padding: 10px 15px;
   border-radius: 6px;
}
.telegram-plus__interval .subscription-link label {
   display: block;
   text-align: center;
   font-size: 16px;
   margin-bottom: 5px;
}
.telegram-plus__interval button {
   display: block;
   background: -o-linear-gradient(14deg, #33a3db, #459bb0, #b97bdb, #b73468);
   background: linear-gradient(76deg, #33a3db, #459bb0, #b97bdb, #b73468);
   color: #fff;
   border-radius: 6px;
   padding: 10px 15px;
   width: 50%;
   margin: 20px auto 0 auto;
   position: relative;
   overflow: hidden;
}
.telegram-plus__interval button::before {
   content: "";
   display: block;
   width: 50px;
   height: 70px;
   background-color: rgba(255, 255, 255, 0.2);
   position: absolute;
   left: 0;
   top: 0;
   -webkit-filter: blur(6px);
   filter: blur(6px);
   -webkit-animation: shadowBtn 4s linear 2s infinite;
   animation: shadowBtn 4s linear 2s infinite;
   -webkit-transform: translateX(-100px);
   -ms-transform: translateX(-100px);
   transform: translateX(-100px);
}
@-webkit-keyframes shadowBtn {
   0% {
      -webkit-transform: translateX(-500px);
      transform: translateX(-500px);
   }
   100% {
      -webkit-transform: translateX(2500px);
      transform: translateX(2500px);
   }
}
@keyframes shadowBtn {
   0% {
      -webkit-transform: translateX(-500px);
      transform: translateX(-500px);
   }
   100% {
      -webkit-transform: translateX(2500px);
      transform: translateX(2500px);
   }
}
.telegram-plus__icon {
   position: relative;
   overflow: hidden;
   width: 100%;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: center;
   -ms-flex-pack: center;
   justify-content: center;
   -webkit-box-align: center;
   -ms-flex-align: center;
   align-items: center;
   padding: 50px 20px 20px;
}
.telegram-plus__icon img {
   width: 80px;
}
.star {
   position: absolute;
   width: 20px;
   height: 20px;
   background-color: #fff;
   -webkit-clip-path: polygon(50% 0, 61% 38%, 100% 38%, 69% 61%, 79% 100%, 50% 76%, 21% 100%, 31% 61%, 0 38%, 39% 38%);
   clip-path: polygon(50% 0, 61% 38%, 100% 38%, 69% 61%, 79% 100%, 50% 76%, 21% 100%, 31% 61%, 0 38%, 39% 38%);
}
.small-star1 {
   -webkit-animation: moveAndFade1 4s linear infinite alternate;
   animation: moveAndFade1 4s linear infinite alternate;
}
.small-star2 {
   -webkit-animation: moveAndFade2 8s ease infinite alternate;
   animation: moveAndFade2 8s ease infinite alternate;
}
.small-star3 {
   -webkit-animation: moveAndFade3 5s ease infinite alternate;
   animation: moveAndFade3 5s ease infinite alternate;
}
.small-star4 {
   -webkit-animation: moveAndFade4 8s linear infinite alternate;
   animation: moveAndFade4 8s linear infinite alternate;
}
.small-star5 {
   -webkit-animation: moveAndFade5 7s ease infinite alternate;
   animation: moveAndFade5 7s ease infinite alternate;
}
.small-star6 {
   -webkit-animation: moveAndFade6 5s linear infinite alternate;
   animation: moveAndFade6 5s linear infinite alternate;
}
@-webkit-keyframes moveAndFade1 {
   0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
      opacity: 1;
   }
   100% {
      -webkit-transform: translate(-150px, -150px) rotate(180deg);
      transform: translate(-150px, -150px) rotate(180deg);
      opacity: 0;
   }
}
@keyframes moveAndFade1 {
   0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
      opacity: 1;
   }
   100% {
      -webkit-transform: translate(-150px, -150px) rotate(180deg);
      transform: translate(-150px, -150px) rotate(180deg);
      opacity: 0;
   }
}
@-webkit-keyframes moveAndFade2 {
   0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
      opacity: 1;
   }
   100% {
      -webkit-transform: translate(150px, 150px) rotate(245deg);
      transform: translate(150px, 150px) rotate(245deg);
      opacity: 0;
   }
}
@keyframes moveAndFade2 {
   0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
      opacity: 1;
   }
   100% {
      -webkit-transform: translate(150px, 150px) rotate(245deg);
      transform: translate(150px, 150px) rotate(245deg);
      opacity: 0;
   }
}
@-webkit-keyframes moveAndFade3 {
   0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
      opacity: 1;
   }
   100% {
      -webkit-transform: translate(0, -80px) rotate(70deg);
      transform: translate(0, -80px) rotate(70deg);
      opacity: 0;
   }
}
@keyframes moveAndFade3 {
   0% {
      -webkit-transform: translate(0, 0) rotate(0);
      transform: translate(0, 0) rotate(0);
      opacity: 1;
   }
   100% {
      -webkit-transform: translate(0, -80px) rotate(70deg);
      transform: translate(0, -80px) rotate(70deg);
      opacity: 0;
   }
}
@-webkit-keyframes moveAndFade4 {
   0% {
      -webkit-transform: translate(0, 0) scale(1) rotate(45deg);
      transform: translate(0, 0) scale(1) rotate(45deg);
      opacity: 1;
   }
   50% {
      -webkit-transform: translate(-50px, -100px) scale(1.3) rotate(90deg);
      transform: translate(-50px, -100px) scale(1.3) rotate(90deg);
      opacity: 0.8;
   }
   100% {
      -webkit-transform: translate(50px, 100px) scale(1.2) rotate(120deg);
      transform: translate(50px, 100px) scale(1.2) rotate(120deg);
      opacity: 0.7;
   }
}
@keyframes moveAndFade4 {
   0% {
      -webkit-transform: translate(0, 0) scale(1) rotate(45deg);
      transform: translate(0, 0) scale(1) rotate(45deg);
      opacity: 1;
   }
   50% {
      -webkit-transform: translate(-50px, -100px) scale(1.3) rotate(90deg);
      transform: translate(-50px, -100px) scale(1.3) rotate(90deg);
      opacity: 0.8;
   }
   100% {
      -webkit-transform: translate(50px, 100px) scale(1.2) rotate(120deg);
      transform: translate(50px, 100px) scale(1.2) rotate(120deg);
      opacity: 0.7;
   }
}
@-webkit-keyframes moveAndFade5 {
   0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      opacity: 1;
   }
   50% {
      -webkit-transform: translate(-80px, -20px) scale(1.3);
      transform: translate(-80px, -20px) scale(1.3);
      opacity: 0.8;
   }
   100% {
      -webkit-transform: translate(-100px, -30px) scale(1.2);
      transform: translate(-100px, -30px) scale(1.2);
      opacity: 0.7;
   }
}
@keyframes moveAndFade5 {
   0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      opacity: 1;
   }
   50% {
      -webkit-transform: translate(-80px, -20px) scale(1.3);
      transform: translate(-80px, -20px) scale(1.3);
      opacity: 0.8;
   }
   100% {
      -webkit-transform: translate(-100px, -30px) scale(1.2);
      transform: translate(-100px, -30px) scale(1.2);
      opacity: 0.7;
   }
}
@-webkit-keyframes moveAndFade6 {
   0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      opacity: 1;
   }
   50% {
      -webkit-transform: translate(80px, 20px) scale(1.3);
      transform: translate(80px, 20px) scale(1.3);
      opacity: 0.8;
   }
   100% {
      -webkit-transform: translate(100px, 30px) scale(1.2);
      transform: translate(100px, 30px) scale(1.2);
      opacity: 0.7;
   }
}
@keyframes moveAndFade6 {
   0% {
      -webkit-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      opacity: 1;
   }
   50% {
      -webkit-transform: translate(80px, 20px) scale(1.3);
      transform: translate(80px, 20px) scale(1.3);
      opacity: 0.8;
   }
   100% {
      -webkit-transform: translate(100px, 30px) scale(1.2);
      transform: translate(100px, 30px) scale(1.2);
      opacity: 0.7;
   }
}
@media (min-width: 601px) {
   .guarant__info ul {
      width: 80%;
      margin: 0 auto;
   }
}
@media (max-width: 1200px) {
   .header__logo span {
      font-size: calc(30px + 6 * ((100vw - 320px) / 880));
   }
   .header__account button {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .header .login-popup .login-form .remain {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .account-authorized {
      font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   }
   .account-authorized__balance {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .home__title h1 {
      font-size: calc(40px + 28 * ((100vw - 320px) / 880));
   }
   .sidebar .menu__link a {
      font-size: calc(16px + 2 * ((100vw - 320px) / 880));
   }
   .item-card__name h4 {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .item-card__list {
      font-size: calc(11px + 2 * ((100vw - 320px) / 880));
   }
   .item-card__link a {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .about__title {
      font-size: calc(22px + 6 * ((100vw - 320px) / 880));
   }
   .block-about__title h6 {
      font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   }
   .block-about__text {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .guarant__title h2 {
      font-size: calc(22px + 6 * ((100vw - 320px) / 880));
   }
   .footer__name {
      font-size: calc(16px + 2 * ((100vw - 320px) / 880));
   }
   .footer__name span {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .footer__bottom a {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .title-serv {
      font-size: calc(22px + 6 * ((100vw - 320px) / 880));
   }
   .additional-text {
      font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   }
   .accordion-content p {
      font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   }
   .accordion-content span {
      font-size: calc(10px + 2 * ((100vw - 320px) / 880));
   }
   .guarantees p {
      font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   }
   .guarantees li {
      font-size: calc(12px + 2 * ((100vw - 320px) / 880));
   }
   .policy h1,
   .policy h2,
   .policy h3 {
      font-size: calc(18px + 4 * ((100vw - 320px) / 880));
   }
   .policy p {
      font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   }
   .main-title {
      font-size: calc(22px + 4 * ((100vw - 320px) / 880));
   }
   .finance__item a {
      font-size: calc(10px + 2 * ((100vw - 320px) / 880));
   }
   .orders__info li {
      font-size: calc(14px + 2 * ((100vw - 320px) / 880));
   }
   .all-orders__title h5 {
      font-size: calc(18px + 2 * ((100vw - 320px) / 880));
   }
   .all-orders__item {
      font-size: calc(13px + 3 * ((100vw - 320px) / 880));
   }
   .reset p {
      font-size: calc(20px + 4 * ((100vw - 320px) / 880));
   }
   .payment__text {
      font-size: calc(16px + 2 * ((100vw - 320px) / 880));
   }

   .tg-main-title {
      font-size: calc(28px + -6 * ((100vw - 320px) / 880));
   }
   .telegram-plus__title h1 {
      font-size: calc(17px + 3 * ((100vw - 320px) / 880));
   }
   .telegram-plus__subtitle h6 {
      font-size: calc(13px + 3 * ((100vw - 320px) / 880));
   }
}
@media (max-width: 800px) {
   .item-card__info {
      padding: 10px;
   }
}
@media (max-width: 767px) {
   .account-authorized__submenu {
      display: none;
   }
   .account-authorized.mobile-open .account-authorized__submenu {
      display: block;
   }
   .home {
      padding-top: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
   }
   .home__body {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
   }
   .home__content {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      text-align: center;
   }
   .home__button {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
   .menu__icon {
      display: block;
   }
   .sidebar {
      position: fixed;
      max-height: calc(100vh - 200px);
      height: 100%;
      top: 200px;
      right: 0;
      transform: translateX(100%);
      background-color: rgba(255, 255, 255, 0.1);
      -webkit-box-shadow: 0 0 5px #a09d9d;
      box-shadow: 0 0 5px #a09d9d;
      -webkit-backdrop-filter: blur(6px);
      backdrop-filter: blur(6px);
      padding: 30px;
      border-radius: 15px 0 0 15px;
      text-align: center;
      z-index: 2;
      overflow-y: auto;
   }
   .sidebar a {
      color: #fff !important;
      opacity: 1 !important;
   }
   .sidebar.show {
      transform: translateX(0);
      overflow-y: auto;
   }
   .cards-items {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .card__item:nth-child(1),
   .card__item:nth-child(2),
   .card__item:nth-child(3),
   .card__item:nth-child(4) {
      -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
      transform: rotate(0);
   }
   .item-card {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 45%;
      flex: 0 1 45%;
   }
   .about__blocks {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .about__block {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
      flex: 0 1 50%;
   }
   .about__block:first-child {
      margin-bottom: 50px;
   }
   .block-about__text {
      max-width: 70%;
      margin: 0 auto;
   }
   .cabinet__body {
      padding-top: 85px;
   }
   .main-title {
      display: block;
   }
}
@media (max-width: 650px) {
   .choose__social {
      text-align: left;
      padding-left: 10px;
      gap: 10px;
   }
   .choose__type {
      text-align: left;
      padding-left: 10px;
   }
   .choose__serv {
      gap: 10px;
   }
   .choose__link,
   .choose__quantity {
      text-align: left;
      padding-left: 10px;
      gap: 10px;
   }
   .cabinet__finance {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      gap: 10px;
   }
   .finance__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 49%;
      flex: 0 1 49%;
      margin-bottom: 20px;
   }
   .payment__tab {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%;
   }
}
@media (max-width: 600px) {
   .guarant__info ul {
      width: 85%;
      margin: 0 auto;
   }
   .guarant__info li {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
   }
   .not-enought {
      text-align: center;
   }
   .not-enought span {
      width: 30px;
      height: 30px;
      font-size: 18px;
   }
   .reset__body {
      padding: 100px 0 50px 0;
   }
   .payment {
      padding-top: 100px;
   }
   .payment__tab::before {
      left: 11px;
   }
   .payment__tab::after {
      left: 7px;
   }
}
@media (max-width: 550px) {
   .cabinet {
      padding-top: 0;
   }
   .cabinet__finance {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .finance__item {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
   }
   .finance__item a {
      font-size: 14px;
   }
   .my-balance-icon,
   .my-orders-icon,
   .my-pays-icon {
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 50px;
      height: 50px;
   }
   .payment__methods {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
   }
   .payment__tab {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 47%;
      flex: 0 1 47%;
   }
}
@media (max-width: 500px) {
   .header__account {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: end;
      gap: 10px;
   }
   .header__account button {
      padding: 5px 10px;
   }
   .header__account button:last-child {
      border: none;
   }
   .header .popup {
      width: 90%;
   }
   .title-serv {
      top: 50px;
   }
   .services__form {
      padding-top: 50px;
   }
   .services__tab select {
      padding: 10px 22px 10px 12px;
      min-height: 37px;
   }
   .services__tab select option {
      font-size: 14px;
   }
   .choose__social {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .choose__social label {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%;
   }
   .choose__social .services__tab {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
      flex: 0 1 75%;
   }
   .choose__type label {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 25%;
      flex: 0 1 25%;
   }
   .choose__type label br {
      display: none;
   }
   .choose__type .services__tab {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 75%;
      flex: 0 1 75%;
   }
   .choose__serv {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
   }
   .choose__serv label {
      margin: 0 auto;
   }
   .choose__link,
   .choose__quantity {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
   .choose__link label,
   .choose__quantity label {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
   }
   .choose__link br,
   .choose__quantity br {
      display: none;
   }
   .choose__link input,
   .choose__quantity input {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 100%;
      flex: 0 1 100%;
      padding: 10px 12px;
   }
   .guarantees {
      padding-top: 50px;
   }
   .cabinet__orders {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
   }
}
.webp .account-authorized {
   background: url(../img/services/arrow.webp) 0 80%/15px 15px no-repeat;
}
.webp .services__tab select {
   background: url(../img/services/arrow.webp) right/20px no-repeat,
      -webkit-gradient(linear, left top, right top, from(#c03743), to(#7915cf));
   background: url(../img/services/arrow.webp) right/20px no-repeat, -o-linear-gradient(left, #c03743 0, #7915cf 100%);
   background: url(../img/services/arrow.webp) right/20px no-repeat, linear-gradient(90deg, #c03743 0, #7915cf 100%);
}
