.girl-man {
color: #fc4794;
}

.header_block.container1 img {
    /*height: 120px;*/
    margin-top: 20px;
}

.container1 {
    width: 80%;
    margin: auto;
    display: table;
}

.header_block.container1 img {
    height: 120px;
}

a.contact_1 {
    color: #52d525;
}

h1 span {
    color: #fc4794;
}

/*h3 {
    font-size: 18px !important;
}*/

.married_photos img {
    height: 250px;
}

.woman_and_man_married p {
    background: #ee6975;
    color: white;
    padding: 20px;
}

.woman_and_man_married h3 {
    text-align: center;
}

.benefits_of_the_course h3 {
    text-align: center;
}

p.b {
    font-weight: bold;
}

.Benefits1 p span, .Benefits2 p span, .Benefits3 p span {
    color: #ee6975;
    font-weight: bold;
}

.benefits_of_the_course img {
    width: 260px;
}

/*.love_important_information {
    position: relative;
    padding-bottom: 5px;
    padding-top: 5px;
}*/

/*
img.important_information {
    position: absolute;
    max-width: 30px;
    right: 0;
    top: 10px;
}*/


/*img.important_information {
    position: relative;
    max-width: 30px;
    float: left;
}
.love_important_information {
    clear: both !important;
    display: block;
}
.love_important_information .b {
    float: left;
}
.Benefits1, .Benefits2, .Benefits3 {
    clear: both;
}
*/

.course_payment span {
    color: #fc3388;
    font-weight: bold;
}

a.pay_for_the_course_love {
    background: #52d525;
    color: white !important;
    display: inline-block;
   /* padding: 13px 50px;*/
    padding: 15px 55px !important;
    font-weight: bold;
    margin: 0;
    text-decoration: none !important;
}

a.pay_for_the_course_love:hover {
    background: #44e10e;
}

.course_payment.container1 p {
    font-weight: bold;
}

.course_payment.container1 a {
    color: #52d525;
}

.oleg_contacts.container1 {
    text-align: center;
}

.document.container1 {
    margin-top: 30px;
    margin-bottom: 50px;
}

.document.container1 a {
    color: #52d525;
}

.document.container1 a {
   /* color: #52d525;*/
    color: black;
    display: block;
    text-align: center;
    margin: 10px;
}

/*
.course_payment.container1 img {
    margin-top: 20px;
    height: 70px;
}*/

img.PrivatBank {
    height: 80px;
}

img.LIQPAY {
    height: 30px;
}

img.LIQPAY {
    height: 25px;
    position: relative;
    top: -25px;
}

.bank {
    /*margin-top: 15px;*/
    margin-top: 25px;
    margin-bottom: 25px;
}


img.important_information {
    position: absolute;
    /*max-width: 20px;*/
    /*top: -5px;*/
   /* right: 0;*/
    max-width: 30px;
    top: -10px;
    right: 0;
}
.love_important_information {
    position: relative;
    display: block;
    margin-bottom: 30px;
}


/*
.bank {
    margin-top: -10px;
    margin-left: 20px;
    float: left;
}

p.pay_for_the_course_love {
    float: left;
}*/

.married_photos.container1 img {
    padding-right: 10px;
    padding-bottom: 10px;
}

a.contact_1 img {
    height: 30px !important;
    margin-right: 10px;
    position: relative;
    top: 9px;
}


/**/

/* скрываем чекбокс */
#menu__toggle {
  opacity: 0;
}
/* стилизуем кнопку */
.menu__btn {
  display: flex; /* используем flex для центрирования содержимого */
  align-items: center;  /* центрируем содержимое кнопки */
  position: fixed;
  top: 20px;
  /*left: 20px;*/
  right: 20px;
  width: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
}
/* добавляем "гамбургер" */
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #616161;
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}


/* контейнер меню */
.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  left: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 80px 0;
  list-style: none;
  text-align: center;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
}
/* элементы меню */
.menu__item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}
.menu__item:hover {
  background-color: #CFD8DC;
}


#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}


.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: .25s;
}
.menu__box {
  transition-duration: .25s;
}
.menu__item {
  transition-duration: .25s;
}


a.menu__item span {
    color: #fc4794;
}

.menu__box {
  /*  background-color: #ffd2e8;*/
}

.menu__item:hover {
   /*background-color: #ffd2e8;*/
}

h3 span {
    color: #fc4794;
}

.wrapper.bg-white img {
    height: 120px;
    margin: auto;
    display: block;
}

a.contact_1 {
    color: #52d525;
    display: block;
    padding: 20px;
}
/*pop-up*/



