/*==============RESET===================*/

:root {
  --green: #cee741;
  --violet: #5c3680;
  --orange: #f35a3c;
  --blue: #0071ab;
  --yellow: #feda00;
  --white: #ffffff;
  --gray: #828c93;
  --facebook: #3b5998;
  --twitter: #00acee;
  --title-color: #1b1b1b;
  --text-color: #444;
  --label-color: #767d84;
  --box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);

  --xxl: 1400px;
  --xl: 1200px;
  --lg: 992px;
  --md: 768px;
  --sm: 576px;
  --xs: 425px;

  --text-size: 1.385rem;
  --title-size: 2.5rem;
  --title-size-md: 2.1rem;
  --title-size-sd: 1.5rem;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
  height: 100%;
}
body {
  height: 100%;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--title-color);
}
h1,
h2,
h3,
h4 {
  color: var(--title-color);
}
h1,
h2 {
  font-size: var(--title-size);
}
ul {
  list-style: none;
  padding: 0;
}
ol,
ul {
  padding: 0 !important;
  margin: 0 !important;
}
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  color: #f56b0d;
}
img {
  height: auto;
}

.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;
  background-color: #fff;
}
.container-my {
  max-width: 100%;
  margin: 0 auto;
}
.container-sec {
  max-width: 70%;
  margin: 0 auto;
}
.content__main {
  background-color: #ffffff;
}
.adv__content {
  background-color: #ffffff;
}
.nostyle-link {
  text-decoration: none;
  color: inherit;
}
.label {
  display: block;
  text-align: center;
  color: rgba(0, 0, 0, 0.763);
  font-style: italic;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}

/*===========HEADER==========*/

.header {
  box-shadow: var(--box-shadow);
  padding: 0.4rem 0;

  background-color: #000;
}
.header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__play {
  margin-left: 1rem;
  color: #fff;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header__play i {
  font-size: 1.5rem;
}
.header__burger {
  display: none;
}
.fa-bars {
  font-size: 2rem;
  color: #fff;

  padding: 1rem;
}
.header__logo {
  max-width: 80%;
}
.header__nav {
  display: flex;
  flex-direction: row;
  align-items: center;

  gap: 2rem;
}

.nav__item {
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}

.nav__item:hover {
  color: #01cfff;
}
.nav__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__input {
}
.nav__input input {
  width: 500px;
  border: 1px solid #828c93;
  outline: none;
  border-radius: 5px;
  padding: 4px 10px;
}
.nav__media {
  display: flex;
  gap: 1.2rem;
  flex: 1 1 20%;
  justify-content: flex-end;
  align-items: center;
  margin-right: 1rem !important;
  color: #fff;
}

.nav__media li {
  font-size: 1.4rem;
}

/*==============BREADCR=============*/

.pre-content {
  background-color: #f56b0d;
}
.pre-content__row {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
  justify-content: space-between;
  padding: 0.5rem 1rem !important;
}
.pre-content__item {
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  cursor: pointer;
}
.pre-content__item a {
  color: #fff;
  transition: 0.3s;
}
.pre-content__item a:hover {
  color: #01cfff;
}
/*=====================*/

.content__row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.content__main {
  flex: 1 1 66%;
}
.adv__content {
  flex: 1 1 34%;
}

/*==============CHECK==============*/

.check {
  box-shadow: var(--box-shadow);
  max-width: 100%;
  font-family: Arial, Helvetica, sans-serif !important;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.check__wrapper {
  padding: 0.5rem;
}
.check__top {
}
.check__iban {
  margin-bottom: 1rem;
  display: block;
  font-weight: 500;
}
.check__top-grid {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.check__top-col-1 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.check__top-col-1-row {
  display: flex;
  flex-direction: column;
}
.bank__logo {
}
.check__top-col-title {
}
.check__top-col-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.check__bot {
  border-bottom: 3px solid #000;
}
.check__bot-grid {
  display: grid;
  grid-template-columns: 1fr 5fr 1fr 1fr 1fr;
}
.check__bot-grid-col {
  display: flex;
  flex-direction: column;
  border-right: 1px solid #000;
}
.check__bot-grid-col-title {
  font-weight: 500;
  background-color: rgba(128, 128, 128, 0.39);
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  padding-left: 2px;
}
.check__thanks {
  text-align: right;
  display: block;
  margin: 0.5rem 2rem;
}

/*=========CHECKMQ=======*/

@media (max-width: 1200px) {
  .check {
    font-size: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .check {
    font-size: 0.7rem;
  }
}
@media (max-width: 992px) {
  .check {
    font-size: 0.7rem;
  }
}

/*================MAIN=============*/

.main__title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  color: #000;
}
.main__article {
  font-size: 1.7rem;
  font-style: italic;
  color: #000;
  margin-bottom: 1rem;
}
.main__type {
  font-size: 1rem;
  font-weight: 500;
  color: #1b1b1b9e;
}
.main__by {
  display: flex;
  justify-content: space-between;
  color: rgba(68, 68, 68, 0.479);
}
.main__breadcr {
  margin-top: 1rem;
  border-bottom: 4px solid #f56b0d;
  padding-bottom: 1rem;
}
.main__by-text span {
  color: #f56b0d;
}
.main__by-data {
  margin-bottom: 2rem;
  display: block;
  font-weight: 700;
}
.main__by-data span {
  font-weight: normal;
}
.fa-clock {
  color: #f56b0d;
  margin: 0 0.5rem;
}

/*=============INFO================*/

.info {
  margin-top: 2rem;
  font-size: var(--text-size);
  color: var(--text-color);
  position: relative;
}
.info-col {
  position: absolute;
  left: 0%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 0.3rem;
}
.info-col__block {
  background-color: #f56b0d;
  color: #fff;
  padding: 1rem;
}
.info__row {
  display: flex;
  margin-top: 1rem;
}
.info__subtitle {
  font-size: 1.5rem;
}
.info__text {
  margin-bottom: 1rem;
}
.info__text a:hover {
  color: var(--blue);
}
.info__text span {
  font-weight: 700;
  color: #000;
}
.info__important {
  border-left: 8px solid #f56b0d;
  padding-left: 0.385rem;
  margin-bottom: 1rem;
  font-style: italic;
}
.info__important a {
  color: #f56b0d;
}
.img__label {
  text-align: center;
  display: block;
  font-size: 1.2rem;
  font-style: italic;
  color: rgba(68, 68, 68, 0.486);
  margin-bottom: 1rem;
}
.info__important span {
  color: #000;
  font-weight: 700;
}
.button-link {
  background-color: #f56b0d;
  color: var(--white) !important;
  display: block;
  margin: 0 auto;
  max-width: 80%;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding: 0.5rem 0;
  border-radius: 5px;
  transition: 0.3s;
  -webkit-animation: heartbeat 3s ease-in-out 2s infinite both;
  animation: heartbeat 3s ease-in-out 2s infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.button-link:hover {
  color: #fff !important;
  background-color: #2094cd;
  border: 1px solid #2094cd;
}

/*=========STEPS==============*/

.steps__title {
  margin-top: 1rem;
  font-weight: 700;
}
.steps__text {
  font-size: var(--text-size);
  border-left: 4px solid #f56b0d;
  padding: 0.385rem;
}
.steps__text a:hover {
  color: #e02e3d;
}

.steps__important {
  font-size: var(--text-size);
  font-style: italic;
  border-left: 8px solid #f56b0d;
  padding-left: 1rem;
}
.steps__important span {
  font-weight: 700;
}
.steps__important a {
  color: #f56b0d;
}
.steps__important a:hover {
  color: #3b5998;
}
.steps__img {
  margin-top: 0.5rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 100%;
}
.steps__img-chel {
  margin: 0 auto;
  display: block;
}
/*===========BENEFITS============*/

.benefits {
  margin-top: 1rem;
  /*   font-size: var(--text-size); */
}
.benefits__title {
  margin: 1rem 0;
  font-weight: 700;
}
.benefits__list {
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.benefits__item {
  margin-bottom: 1rem;
}
.benefits__item a {
  color: #f56b0d;
  font-weight: normal;
  text-decoration: underline;
}
.benefits__item span {
  color: #000;
  font-size: var(--title-size-sd);

  display: block;
  margin-bottom: 0.5rem;
}
.benefits__item span img {
  margin-right: 0.5rem;
}

/*=========REG=============*/

/* .reg{
    margin-top: 1rem;
    font-size: var(--text-size);
}
.reg__title{
    font-weight: 700;
}
.reg__list{
    max-width: 80%;
    margin: 0 auto !important;
    font-size: var(--title-size);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.reg__item{
    font-size: var(--text-size);
    margin-bottom: .5rem;
    list-style-type: disc;
    font-weight: normal;
    
}
.reg__item span{
    font-weight: 700;
}
.reg__item a{
    color: #f56b0d;
    font-weight: 700;
}
.reg__item a:hover{
    color: #3b5998;
} */

/*==========TAGS================*/

.tags {
  margin-top: 3rem;
  font-size: var(--text-size);
}
.tags__row {
  display: flex;
  gap: 0.5rem;
}
.tags__title {
  font-weight: 700;
}
.tags__row a {
  color: #444;
}
.tags__block:hover {
  color: var(--blue);
}

/*==========RECOMMEND=========*/

.recommend__title {
  text-align: center;
  color: #f56b0d;
}
.recommend__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1rem;
}
.recommend__row a {
  color: #444;
}
.recommend__block {
  display: flex;
  flex-direction: column;
}
.recommend__img {
  max-width: 100%;
}

/*==========FOOTER===========*/

.footer {
  background-color: #000;
  padding: 1.2rem 4rem;
  margin-top: 0;
  font-size: 16px;
}
.footer__column li {
  margin-bottom: 10px;
}
.footer__row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.footer__item {
  color: #fff;
}
.footer__copy {
  color: #fff;
}

/*========MEDIA QUERIES==========*/

@media (max-width: 1400px) {
  .header__item {
    font-size: 0.8rem;
  }
  .pre-content__item a {
    font-size: 1rem;
  }
  .nav__item {
    font-size: 1rem;
  }
}
@media (max-width: 1200px) {
  .pre-content__item:nth-child(1) {
    display: none;
  }
  .pre-content__item:nth-child(2) {
    display: none;
  }
  .header__nav a:nth-child(10) {
    display: none;
  }
  .header__nav a:nth-child(7) {
    display: none;
  }
}
@media (max-width: 1024px) {
  .pre-content__row {
    gap: 0.5rem;
  }

  .nav__list a:nth-child(4) {
    display: none;
  }
  .nav__list a:nth-child(5) {
    display: none;
  }

  .nav__list a:nth-child(7) {
    display: none;
  }
  .nav__list a:nth-child(8) {
    display: none;
  }
  .header__nav a:nth-child(9) {
    display: none;
  }
  .reg__list {
    font-size: var(--title-size-md);
    font-weight: 700;
  }
}
@media (max-width: 992px) {
  .container-my {
    max-width: 90%;
  }
  .container-sec {
    max-width: 90%;
  }
  .info-col {
    left: -15%;
  }
  .info-col__block {
    padding: 0.3rem;
  }
  .breadcr__item {
    font-size: 0.8rem;
  }
  .header__nav a:nth-child(8) {
    display: none;
  }
  .pre-content__item:nth-child(10) {
    display: none;
  }
  .main__title {
    font-size: 2rem;
  }
  .nav__input input {
    width: 300px;
  }
  .fa-facebook-f {
    padding: 0.5rem;
  }
  .fa-twitter {
    padding: 0.5rem;
  }
}
@media (max-width: 768px) {
  .info-col {
    display: none;
  }
  .main {
    margin-top: 0;
    padding-top: 0;
  }
  .main__title {
    margin-top: 0;
  }
  .main__article {
    font-size: 1.3rem;
  }
  .info__subtitle {
    font-size: 1.2rem;
  }
  .read__title {
    font-size: 1rem;
  }
  .adv__content {
    display: none;
  }
  .header {
    padding: 0 2rem;
  }
  .header__adv {
    display: none;
  }
  .header__play {
    display: none;
  }
  .header__nav a:nth-child(2) {
    display: none;
  }
  .header__nav a:nth-child(3) {
    display: none;
  }
  .header__nav a:nth-child(4) {
    display: none;
  }
  .header__nav a:nth-child(5) {
    display: none;
  }
  .header__nav a:nth-child(6) {
    display: none;
  }
  .pre-content__item:nth-child(3) {
    display: none;
  }
  .pre-content__item:nth-child(4) {
    display: none;
  }
  .pre-content__item:nth-child(5) {
    display: none;
  }
  .header__burger {
    display: block;
  }
  .pre-content__item {
    font-size: 0.7rem;
  }
  .button-link {
    max-width: 80%;
  }
}
@media (max-width: 540px) {
  .pre-content__item:nth-child(6) {
    display: none;
  }
  .pre-content__item:nth-child(9) {
    display: none;
  }
  .pre-content__item:nth-child(12) {
    display: none;
  }
  .content__row {
    margin-top: 1rem;
  }
  .container-my {
    max-width: 100%;
  }
  .container {
    padding: 0;
  }
  .pre-content {
    display: none;
  }
  .nav__input {
    display: none;
  }
  .breadcr__list {
    display: none;
  }
  .breadcr__row {
    padding: 0 0.5rem;
  }
  .breadcr__att {
    display: none;
  }
  .read__row {
    padding-left: 1.2rem;
  }
  .nav__list {
    display: none;
  }
  .nav__item:nth-child(1) {
    margin-right: 2rem;
  }
  .nav__item:nth-child(2) {
    display: none;
  }
  .nav__item:nth-child(3) {
    display: none;
  }
  .read__text {
    font-size: 0.7rem;
  }
  .main__title {
    font-size: 1.5rem;
  }
  .reg__list {
    max-width: 100%;
  }
  .reg__item {
    list-style: none;
    background-color: #3b589828;
    padding: 0.3rem;
  }
  .info__text {
    line-height: 30px;
  }
  .info__answer {
    margin-left: 2rem;
  }
  .footer__list {
    flex-wrap: wrap;
  }
  .recommend__row {
    grid-template-rows: 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 425px) {
  .published__img img {
    width: 9%;
  }
  .nav__input input {
    width: 100px;
  }

  .main__title {
    font-size: var(--title-size-sd);
    margin-top: 1rem;
  }
  .info__name {
    font-size: 15px;
  }
  .info__answer {
    margin-left: 0;
  }
  .date__item {
    font-size: 15px;
  }
  .footer__list {
    margin-bottom: 0.3rem;
  }
  .footer__text {
    margin-top: 0.3rem;
  }
}
.img-main {
  width: 100%;
}
