* {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

#menu__toggle,
.menu__btn {
  opacity: 0;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: absolute;
  top: 250px;
  left: 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;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.3em;
}

body {
  margin: 0;
}

.color-white {
  color: #fff;
}

.arrow {
  align-items: center;
}

.color-white > li > i {
  color: #fff;
}

.flex {
  display: flex;
}

.header__banner {
  background: url(../img/cropped-marriage_agency_in-Minsk1-2.jpg) center;
  background-size: cover;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
}

.header__banner-width {
  max-width: 805px;
  margin: 0 auto;
}

.header__title {
  font-weight: 600;
  font-style: normal;
  font-size: 36px;
  margin: 0;
  color: #fff;
  padding-left: 10px;
}

.header__article {
  color: #fff;
  margin: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  padding-left: 10px;
}

.logo {
  background: url(../img/cropped-LOGO.png);
  background-size: cover;
  width: 64px;
  height: 80px;
}

.header__nav-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1140px;
  margin: 15px auto;
  font-weight: 600;
  font-style: normal;
  font-size: 0.875rem;
  letter-spacing: 0em;
}

.dropdown-content {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  padding: 0;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content li {
  position: relative;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

nav li:hover > .dropdown-content {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
}

.dropdown-content .dropdown-content {
  position: absolute;
  left: 100%;
  top: -1px;
  transition: 0.3s linear;
}

.dropdown-content .dropdown-content .dropdown-content {
  position: absolute;
  left: -100%;
  top: -1px;
  transition: 0.3s linear;
}

.fa-whatsapp {
  font-size: 28px;
  color: #43d854;
}

.header__nav ul {
  list-style: none;
}

.main__section-1 {
  background-color: rgba(204, 204, 204, 0.5);
  padding: 50px 0;
}

.section-container {
  justify-content: space-around;
  flex-wrap: wrap;
}

.container-width {
  max-width: 1140px;
  margin: 0 auto;
}

.section-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 500px;
  margin: 0 15px;
}

.text_grey {
  font-family: "Montserrat", sans-serif;
  margin: 0 0 1.5em;
  font-size: 24px;
  color: #7a7a7a;
  font-weight: 700;
}

.main__section-1_article {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
}

.section-image {
  max-width: 550px;
  margin: 0 0 15px;
}

.section-image img {
  max-width: 100%;
}

.main__section-2 {
  background-color: #ccc;
  padding: 90px 0 80px;
}

.section-2_container {
  max-width: 623px;
  margin: 0 auto;
}

.section-2_container p {
  margin-top: 0;
  padding: 0 15px;
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.button-1 {
  background-color: #222;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 50%);
  color: #fff;
  margin: 27px;
  padding: 1em 2em;
  font-size: 1rem;
  line-height: 1.5;
  cursor: pointer;
  font-weight: 400;
  font-style: normal;
  max-width: 450px;
  border-radius: 0 45%;
}

.main__section-3 {
  padding: 50px 0;
  flex-wrap: wrap;
  overflow: hidden;
}

.main__section-3_text {
  padding: 0 15px;
  max-width: 700px;
}

.main__section-3_text p {
  text-align: justify;
  font-family: "Montserrat", sans-serif;
  font-size: 20px;
}

.main__section-4 {
  padding: 10px;
}

.course-list {
  padding: 35px 0 35px 25px;
}

.course-list li {
  margin: 0 0 1.5em;
  padding: 0;
  color: #54595f;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  text-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.fa-check-circle {
  font-size: 33px;
  color: #4054b2;
  padding: 30px;
  border-radius: 50%;
  border: 2px solid #4054b2;
}

.main__section-5 {
  background-color: #bfe7f8;
}

.main__section-5-articles {
  flex-wrap: wrap;
}

.main__section-5-article {
  max-width: 510px;
  max-height: 125px;
  align-items: center;
  padding: 15px;
}

.main__section-5-article p {
  font-family: "Montserrat", Sans-serif;
  font-size: 17px;
  font-weight: 300;
  margin: 0 0 0 10px;
}

.main__section-6 {
  background-color: rgba(204, 204, 204, 0.5);
  padding: 75px 0;
}

.main__section-6_container {
  align-items: center;
  flex-wrap: wrap;
}

.interview-img {
  max-width: 370px;
  max-height: 280px;
}

.main__section-6_article {
  padding: 0 20px;
  max-width: 700px;
}

.main__section-6_article ul,
h3 {
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  font-style: normal;
  line-height: 1.3em;
  padding-left: 40px;
}

.main__section-7_list {
  list-style: none;
  padding: 0 15px;
}

.main__section-7_list li {
  font-family: "Montserrat", Sans-serif;
  font-size: 18px;
  color: #54595f;
  line-height: 1.2;
  font-style: normal;
  letter-spacing: 0em;
}

.fa-check {
  padding-right: 15px;
  font-size: 33px;
  margin: 7px 0;
  color: #000;
}

.main__section-guarantee {
  background-color: #5f0258;
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  padding: 70px 0;
}

.main__section-guarantee h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 300;
  text-transform: capitalize;
  line-height: 1.1em;
  text-shadow: 10px 10px 20px rgb(0 0 0 / 11%);
}

.main__section-guarantee_container {
  max-width: 770px;
  margin: 0 auto;
  font-size: 20px;
}

.main__section-guarantee_container p {
  padding: 0 15px;
}

.main__section-tariff {
  background-color: rgba(204, 204, 204, 0.5);
  padding: 75px 0;
}

.main__section-tariff h3 {
  margin: 0 0 30px;
  text-align: center;
  color: #4c4c4c;
  font-family: "Montserrat", Sans-serif;
  font-size: 39px;
  font-weight: 400;
  text-transform: uppercase;
}

.tariff-cards {
  justify-content: space-between;
  flex-wrap: wrap;
}

.tariff-card_standart,
.tariff-card_pro {
  width: 420px;
  padding: 70px;
  border-radius: 2%;
}

.tariff-card_standart {
  background-color: #fff;
}

.tariff-card_standart h2,
.tariff-card_pro h2 {
  text-align: center;
  font-family: "Montserrat", Sans-serif;
  font-size: 50px;
  font-weight: bold;
  line-height: 0.8;
  letter-spacing: -3.3px;
}

.tariff-card_pro h2 {
  color: #6ec1e4;
}

.tariff-card_pro h2 > span {
  color: #fff;
}

.line-through {
  text-decoration: line-through;
}

.line-height {
  line-height: 1.5;
}

.tariff-card_pro {
  background-color: #4054b2;
}

.tariff-card_line {
  width: 84px;
  height: 3px;
  background-color: #333;
  margin: 15px auto;
}

.tariff-card_line-white {
  background-color: #fff;
}

.tariff-card-list {
  list-style: none;
  font-size: 20px;
  font-weight: 300;
  line-height: 2.4em;
}

.main__questions {
  max-width: 770px;
  margin: 75px auto;
}

.main__questions h3 {
  color: #4054b2;
  font-size: 27px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}

.main__questions-line {
  height: 3px;
  width: 100%;
  background-color: rgba(204, 204, 204, 0.5);
}

summary::-webkit-details-marker {
  display: none;
}
summary::-moz-list-bullet {
  list-style-type: none;
}
summary::marker {
  display: none;
}
summary {
  display: block;
  cursor: pointer;
  position: relative;
  padding: 0.3em 0.3em 0.3em 1.4em;
  border-bottom: 1px solid #e2e8f0;
  color: #4c4c4c;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.8em;
}

summary:before {
  top: 0.6em;
  left: 0.1em;
  color: transparent;
  background: url("data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIzNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz48L3N2Zz4=")
    no-repeat 50% 50% / 1.2em 1.2em;
  width: 1.2em;
  height: 1.2em;
  content: "";
  position: absolute;
  transition: transform 0.5s;
}

details > p {
  color: #7a7a7a;
  font-size: 16px;
}

.main__questions > button {
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 800;
  text-transform: capitalize;
}

details[open] > summary:before {
  transform: rotateZ(90deg);
}

details[open] summary ~ * {
  animation: sweep 0.5s ease-in-out;
}

.slider {
  position: relative;
}

.slider__container {
  overflow: hidden;
}

.slider__wrapper {
  /*overflow: hidden;*/
}

.slider__items {
  display: flex;
  transition: transform 0.5s ease;
}

.slider_disable-transition {
  transition: none;
}

.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  user-select: none;
}

.slider__control {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
}

.slider__control_hide {
  display: none;
}

.slider__control[data-slide="prev"] {
  left: 0;
}

.slider__control[data-slide="next"] {
  right: 0;
}

.slider__control:hover,
.slider__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background: rgba(0, 0, 0, 0.3);
}

.slider__control::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider__control[data-slide="prev"]::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider__control[data-slide="next"]::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.slider__indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
}

.slider__indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.slider__indicators li.active {
  background-color: rgba(255, 255, 255, 0.9);
}

.slider__item:nth-child(2) {
  background-color: rgb(204, 204, 204);
}

.slider__item:nth-child(4) {
  background-color: rgb(204, 204, 204);
}

.youtube {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  transition: all 200ms ease-out;
  cursor: pointer;
}
.youtube .play {
  background: url("../img/youtube-play-btn.png") no-repeat;
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.youtube:hover .play {
  background-position: 0 0;
}

.footer {
  background-color: #d3d3d3;
  padding: 50px 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_main {
  flex-wrap: wrap;
  width: 100%;
  padding: 0 50px;
  justify-content: space-between;
}

.payment {
  background: url(../img/payment.png);
  background-size: cover;
  width: 200px;
  height: 150px;
}

.social {
  width: 40px;
  font-size: 40px;
  height: 40px;
  padding: 15px;
}

.footer_main > h3 > a:hover {
  text-decoration: underline;
}

.site-info {
  width: 100%;
  text-align: center;
}

.site-info a {
  color: #333;
}

.site-info a:hover {
  text-decoration: underline;
}

@keyframes sweep {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media all and (max-width: 376px) {
  .interview-img {
    max-width: 100%;
  }

  .main__section-3_img-container img {
    max-width: 320px;
    margin: 0 auto;
  }

  .main__section-5-article {
    padding: 35px 15px;
  }
}

@media all and (max-width: 500px) {
  .tariff-card_standart,
  .tariff-card_pro {
    width: 300px;
    padding: 0;
    margin: 15px auto;
  }
}

@media all and (max-width: 700px) {
  .dropdown-content .dropdown-content {
    position: absolute;
    left: 50%;
    top: -1px;
    transition: 0.3s linear;
  }

  .dropdown-content .dropdown-content .dropdown-content {
    position: absolute;
    left: -50%;
    top: -1px;
    transition: 0.3s linear;
  }

  .menu__btn {
    opacity: 1;
  }

  .header__nav {
    background-color: rgba(204, 204, 204, 0.5);
  }

  .header__nav-list {
    display: block;
    position: absolute;
    visibility: hidden;
    top: 0;
    left: -100%;
    width: 300px;
    height: 450px;
    margin: 0;
    padding: 20px 0;
    list-style: none;
    text-align: center;
    background-color: #eceff1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, 0.2);
  }

  .dropdown {
    display: block;
    padding: 12px 24px;
    color: #333;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
  }
  .dropdown: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 ~ .header__nav-list {
    visibility: visible;
    left: 0;
  }
}

@media all and (max-width: 321px) {
  .main__section-3_img-container img {
    max-width: 300px;
  }
}
