.container-article .title {
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 14px;
  text-align: left;
  padding-top: 0;
  margin-top: 44px;
}

.text {
  font-family: "open_sansregular", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  color: #4a5568;
}

.text_size_s {
  font-size: 14px;
}

.button {
  font-family: "open_sansregular", sans-serif;
  font-weight: 400;
  background: #e63756;
  border: none;
  cursor: pointer;
  color: #ffffff;
  border-radius: 8px;
  padding: 0 5px 0 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.button_theme_empty {
  background: inherit;
  border: 1px solid #e63756;
  color: #e63756;
}

.list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.link {
  text-decoration: none;
}

.link_active {
  color: #e63756;
}

.line {
  background: #ebe7e7;
  height: 1px;
  border: none;
  width: 100%;
  margin: 0;
}

.input {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border-radius: 0;
}

.input:focus {
  outline: none;
}

.input_type_field {
  border: 1px solid #eaeaea;
  border-radius: 8px;
}

.label_required::after {
  content: '*';
  color: #e63756;
}

.header__inner {
  max-width: 1380px;
  margin: 62px auto 0;
  padding: 0 30px 156px 30px;
}

.main__inner {
  max-width: 1144px;
  margin: 0 auto 0;
  padding: 0 30px 0 30px;
}

@media (max-width: 640px) {
  .main__inner {
    max-width: 95%;
    padding: 0;
  }
}

.main__title {
  font-family: "open_sansregular";
  font-size: 40px;
  line-height: 54px;
  margin-bottom: 40px;
}

.container-article {
  margin: 0 0 90px 0;
}

.container-article__main {
  margin: 8px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container-article__main .content {
  width: 100%;
}

.container-article__comments {
  margin: 100px 0 0 0;
}

@media (max-width: 640px) {
  .container-article__comments {
    display: none;
  }
}

.container-article .content p > img,
.container-article .content > img {
  margin: 40px 0;
}

.container-article .content p {
  margin-bottom: 14px;
}

.container-article .content ul,
.container-article .content table {
  margin-bottom: 20px;
}

.container-article .content h1,
.container-article .content h2,
.container-article .content h3,
.container-article .content h4,
.container-article .content h5,
.container-article .content h6 {
  margin: 0;
  padding-top: 0;
  margin-top: 44px;
  margin-bottom: 14px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  color: #1a202c;
}

.content {
  font-family: "open_sansregular";
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #4a5568;
}

@media (max-width: 896px) {
  .content {
    max-width: 100%;
    margin-right: 0;
  }
}

.content__title {
  font-family: "open_sansregular";
  font-size: 18px;
}

@media (max-width: 640px) {
  .content__title {
    text-align: center;
  }
}

.content__small-title {
  font-family: "open_sansregular";
  font-size: 18px;
  line-height: 36px;
}

.content__title-interior-block {
  color: #4a5568;
}

.content img {
  display: block;
  margin: 40px 0 40px 0;
  max-width: 100%;
  height: auto;
}

.content strong {
  font-weight: 600;
}

.content p,
.content li {
  font-family: "open_sansregular";
  font-size: 16px;
  font-weight: 400;
  color: #4a5568;
}

.content ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}

.content li {
  list-style-type: none;
  padding-left: 30px;
  position: relative;
  /*margin: 0 0 12px 0;*/
}



.content li::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #1a202c;
  border-radius: 50%;
  position: absolute;
  top: 10px;
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
}

@media (max-width: 640px) {
  .content li::before {
    -webkit-transform: translateX(-18px);
            transform: translateX(-18px);
  }
}

.content ul li {
  padding-left: 66px !important;
}

@media (max-width: 640px) {
  .content ul li {
    padding-left: 20px !important;
  }
}

.content ul li::before {
  left: 39px;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}

@media (max-width: 640px) {
  .content ul li::before {
    left: 0;
  }
}

.content ol {
  padding-left: 57px;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .content ol {
    padding-left: 20px;
  }
}

.content ol li {
  list-style-type: decimal;
  padding-left: 13px;
}

.content ol li::before {
  display: none;
  visibility: hidden;
  opacity: 0;
}

@media (max-width: 640px) {
  .content p {
    text-align: left;
  }
  .content li {
    text-align: left;
    padding-left: 20px;
  }
  .content li::before {
    width: 6px;
    height: 6px;
  }
}

.comments {
  margin: 0 0 0 0;
}

.comments__line {
  background: #c4c4c4;
}

.comments__inner {
  padding: 15px 0 0 0;
}

.rating-emotion {
  font: 400 16px/22px 'open_sansregular', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-emotion__text {
  margin: 0 22px 0 auto;
  color: #4a5568;
}

.rating-emotion__date {
  color: #a0adb8;
}

.emotions {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.emotion__link {
  display: block;
}

.emotion__item {
  margin-right: 20px;
}

.emotion__item:last-child {
  margin-right: 0;
}

.emotion__item svg {
  display: block;
}

.header-info {
  padding: 90px 0 95px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url("../images/images_az/ground-header.jpg") bottom 0 center no-repeat, #fafbfd;
}

@media (max-width: 896px) {
  .header-info {
    padding: 55px 0 80px 0;
  }
}

@media (max-width: 640px) {
  .header-info {
    padding: 45px 0 72px 0;
  }
}

.header-info__inner {
  max-width: 1360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}

.header-info__breadcrambs {
  position: absolute;
  top: -15px;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.header-info__title,
.header-info__inner h1 {
  padding-top: 0;
  font-weight: 500;
  font-size: 40px;
  line-height: 48px;
  color: #1A202C;
  text-align: center;
  max-width: 860px;
  font-family: 'Rubik';
  margin: 0 auto;
}

h1 {}

@media (max-width: 640px) {
  .header-info__title,
  .header-info__inner h1 {
    font-size: 25px;
    line-height: 30px;
  }
}

.header-info__inner #gid_menu {
  width: 100%;
  position: absolute;
  top: -50px;
  left: 0;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
}

.header-info__inner #gid_menu .menu {
  text-align: left;
}

.header-info__inner .turkish-rose {
  color: #E63756 !important;
}

.header-info__inner #gid_menu .menu ul li {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 19px;
  color: #B8BCC3;
}

.header-info__inner #gid_menu.breadcrumbs .menu ul li a {
  font-size: 13px;
  line-height: 19px;
  text-decoration: none;
  color: #B8BCC3;
  font-family: "Open Sans", "open_sansregular";
  transition: all 0.3s ease;
}

.header-info__inner #gid_menu.breadcrumbs .menu ul li a:hover{
  color: #E63756;
}

@media only screen and (max-width: 920px) {
  .header-info__inner #gid_menu .menu {
    max-width: 100%;
  }
  .header-info__inner #gid_menu .menu ul {
    text-align: left !important;
  }
  .header-info__inner #gid_menu .menu ul li {
    margin: 0;
  }
}

@media only screen and (max-width: 896px) {
  .header-info__inner #gid_menu .menu {
    display: none;
  }
}

@media screen and (max-width: 1400px) {
  .header-info__inner {
    max-width: 1140px;
  }
}

@media screen and (max-width: 1200px) {
  .header-info__inner {
    max-width: 95%;
  }
}

@media (max-width: 1040px) {
  .header-info__breadcrambs {
    display: none;
  }
}

.header-breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-breadcrumbs__item {
  margin: 0 24px 0 0;
  position: relative;
}

.header-breadcrumbs__item:not(:last-child)::after {
  content: '';
  width: 3px;
  height: 6px;
  background: url("../images/images_az/header-breadcrumb_arrow.svg") center center no-repeat;
  position: absolute;
  left: calc(100% + 12px);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.header-breadcrumbs__link {
  font-size: 14px;
  line-height: 19px;
  text-decoration: none;
  color: #B8BCC3;
}

.header-breadcrumbs__link_active {
  color: #E63756;
}

.header-main {
  padding: 62px 0 0 0;
}

@media (max-width: 640px) {
  .header-main {
    padding-top: 40px;
  }
}

.header-main__inner {
  max-width: 1144px;
  margin: 0 auto 0;
  padding: 0 30px 0 30px;
}

@media (max-width: 640px) {
  .header-main__inner {
    max-width: 95%;
    padding: 0;
  }
}

.header-main__title {
  padding-top: 0;
  margin: 0 0 40px 0;
  font-family: 'open_sansregular';
  font-size: 40px;
  line-height: 55px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  color: #1a202c;
}

@media (max-width: 640px) {
  .header-main__title {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
  }
}

@media (max-width: 896px) {
  .container-article__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .emotions {
    margin-left: auto;
  }
  .rating-emotion__text {
    display: none;
  }
}

.container-revision {
  margin: 0 0 90px 0;
}

.content-revision {
  margin-top: 55px;
}

.content-revision li {
  margin-bottom: 10px;
}

.content-revision > img,
.content-revision p > img {
  margin: 30px 0;
}

.content-revision p,
.content-revision ul,
.content-revision ol {
  margin-bottom: 14px;
}

.content-revision h1,
.content-revision h2,
.content-revision h3,
.content-revision h4,
.content-revision h5,
.content-revision h6 {
  margin: 0;
  padding-top: 30px;
  margin-bottom: 14px;
  font-family: "Rubik", sans-serif;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  color: #1a202c;
}

.main__slider {
  margin: 50px 0 70px 0;
}

.slider-content {
  max-width: 100%;
  padding: 47px 46px 30px 46px;
  border-radius: 8px;
  border: 1px solid #eaeaea;
  background: #f7fafc;
  text-align: center;
}

.slider-content__inner .owl-item {
  background-color: #f7fafc;
}

.slider-content__inner .owl-item img {
  max-height: 300px;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto !important;
}

.slider-content__inner .owl-nav {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.slider-content__inner .owl-prev {
  display: inline-block;
  padding: 13px 15px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  margin: 0 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.slider-content__inner .owl-prev img {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}

.slider-content__inner .owl-next {
  display: inline-block;
  padding: 13px 15px;
  background: transparent;
  border-radius: 50%;
  border: 1px solid #d0d0d0;
  margin: 0 10px;
}

.slider-content__inner .owl-next img {
  -webkit-transform: translateX(1px);
          transform: translateX(1px);
}
/*# sourceMappingURL=reviziya.css.map */
