/* Font */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");
@font-face {
  font-family: 'dating-review';
  src: url('dating-review.eot?13777057');
  src: url('dating-review.eot?13777057#iefix') format('embedded-opentype'),
       url('dating-review.woff?13777057') format('woff'),
       url('dating-review.ttf?13777057') format('truetype'),
       url('dating-review.svg?13777057#dating-review') format('svg');
  font-weight: normal;
  font-style: normal;
}
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "dating-review";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
   margin-left: .2em;
   -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }
.icon-like:before { content: '\e800'; }
.icon-user:before { content: '\e801'; }
.icon-close:before { content: '\e802'; }
.icon-done:before { content: '\e803'; } 
.icon-fb:before { content: '\e804'; } 
.icon-info:before { content: '\e805'; } 

.main-title{
font-weight: 700;
    font-size: 3.2rem;
    line-height: 1.3;
    margin: 25px 0;
    margin-bottom: 1.8rem;
    padding-bottom: 4.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tips-title{
    font-weight: 700;
    font-size: 1.7rem;
    line-height: 1.3;
    margin-bottom: 10px;
}
.tips-item{
    margin-bottom: 1.8rem;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tips-description{
  display: flex;
  align-items: flex-start;
}
.tips-description img{
  max-width: 266px;
  margin-left: 1.8rem;
}
.tips-description p {
    font-size: 1.4rem;
    line-height: 1.8;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
p {
  word-wrap: break-word;
}
img {
  border: none;
  max-width: 100%;
  display: block;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
}
/* Common  */
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}
body {
  min-width: 300px;
  min-height: 480px;
  font: 500 1.8rem/1.5 "Roboto", "Arial", sans-serif;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
}
.social-list {
    margin-left: 6rem;
    flex: 1;
}
.social-item {
    font-size: 2rem;
    margin-bottom: 1.8rem;
    line-height: 1.4;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    font-weight: normal;
}

.social-item:before{
  font-family: "dating-review";
  content: '\e803';
  position: absolute;
  left: -25px;
  top: 2px;
  bottom: 0;
  margin: auto;
  font-size: 15px;
  color: #000;
}


.social-item.done-icon:before{
  content: '\e803';
  font-size: 14px;
}


.center {
  max-width: 1226px;
  margin: 0 auto;
  padding: 0 18px;
}
/* Buttton */
.btn {
  display: inline-flex;
  padding: 0 1rem;
  width: 100%;
  max-width: 153px;
  font-size: 1.8rem;
  cursor: pointer;
  border-radius: 5px;
  border: 2px solid #ff7f57;
  background: transparent;
  color: #ff7f57;
  height: 5rem;
  font-weight: 500;
  border-radius: 10rem;
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.btn a, span {
  margin: auto;
  -ms-flex-item-align: center;
}
.btn a {
color:inherit;
}
.btn:hover {
  border: 2px solid #ff7f57;
  background: #ff7f57;
  color: #fff;
}
.btn.active {
  background: #ff7f57;
  border: 2px solid #ff7f57;
  color: #fff;
}
.btn.active:hover {
  border-color: #ff6433;
  background: #ff6433;
}
/********** Header **********/
.header-section {
  margin-bottom: 2rem;
  background: #6f544d url(gay.jpg) no-repeat center top / cover;
  position: relative;
  transition: background-color 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 34, 34, 0.1);
}
.header-section .center {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.6rem 15px 5.3rem;
  min-height: 320px;
}
.header-section .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.header-section .header-description {
  font-weight: bold;
  font-size: 11.2rem;
  text-transform: uppercase;
  color: #ffffff;
  opacity: 0.3;
  line-height: 1.3;
}
.logo {
  font-weight: bold;
  font-size: 3rem;
  color: #fff;
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.logo img{
  max-width: 170px;
  width: 100%;
  display: block;
}
.dropdown-item > span:after {
  content: "";
  align-self: center;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 2px;
  transform: rotate(45deg);
  margin-left: 1rem;
  margin-bottom: 4px;
  -webkit-transform: rotate(45deg);
  transition: transform 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.header-nav-item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: transparent;
  transition: all 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
  margin-right: 1rem;
  position: relative;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  border-radius: 10px;
}
.header-nav-item.dropdown-item span {
  padding: 1.2rem 1rem 1.2rem 1rem;
  display: block;
}
.header-nav-item.active {
  border-radius: 10px 10px 0px 0px;
  background: rgba(255, 255, 255, 0.1);
  cursor: inherit;
}
.header-nav-item:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header-nav-item > span {
  letter-spacing: 0.1em;
  padding: 1.2rem 1.6rem 1.2rem 1.2rem;
}
.header-nav-item-inner {
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  position: absolute;
  z-index: 100;
  top: 100%;
  right: 0;
  left: 0;
  max-height: 300px;
  padding: 5px 0;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  border-radius: 0 0 10px 10px;
  background: #fff;
  border-bottom: 9px solid #fff1ed;
  transition: all 200ms cubic-bezier(0.39, 0, 0.17, 0.99);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1), 0 4px 4px 0 rgba(0, 0, 0, 0.2);
}

.full-menu-item-title {
  font-weight: 700;
  color: #000;
  padding: 8px 12px;
}
.header-nav-item-inner.full-menu {
  display: flex;
  left: auto;
  padding: 5px 20px 5px 89px;
      border-radius: 10px 0 10px 10px;
}
.header-nav-item-inner.full-menu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 82px;
  height: 111px;
  background: url("heart.svg") no-repeat 0 0 / cover;
}
.header-nav-item-inner.full-menu .full-menu-item {
  min-width: 200px;
}
.header-nav-item-inner a:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffaf96;
  display: inline-block;
  margin-right: 10px;
}
.active .header-nav-item-inner {
  visibility: visible;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
  opacity: 1;
}
.header-nav-item-inner a {
  padding: 8px 12px;
  font: 1.4rem/1.2 "Roboto", Arial, Helvetica, sans-serif;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  display: block;
  position: relative;
  transition: all 200ms cubic-bezier(0.39, 0, 0.17, 0.99);
}
.header-nav-item-inner a:hover {
  background: #fff1ed;
  color: #f58665;
}
/* MOBILE BTN */
.mobile-nav-visible .mobile-btn {
  width: 24px;
  -webkit-transform: rotate(-270deg);
  transform: rotate(-270deg);
}
.mobile-nav-visible .mobile-btn .icon-line-1 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mobile-nav-visible .mobile-btn .icon-line-2 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mobile-nav-visible .mobile-btn .icon-line-3 {
  display: none;
}
.mobile-nav-visible .mobile-btn .mobile-btn-item {
  background-color: #000;
  position: absolute;
}
.mobile-btn-block{
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.mobile-btn {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  height: 20px;
  width: 27px;
  position: relative;
  padding: 0;
  top: 0;
  transition: none;
  overflow: initial;
}
.mobile-btn .mobile-btn-item {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: all 0.35s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}
/**********  BREADCRUMPS  **********/
.breadcrumbs-section {
  margin-bottom: 2.6rem;
}
.breadcrumbs-block .nav_item,
.breadcrumbs-block .nav_item a {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.85);
  text-decoration: none;
  display: inline-block;
}
.breadcrumbs-block .nav_item > span {
  margin: 0 3.4rem 0 3rem;
  align-self: center;
  border: solid #000;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  margin-bottom: 1px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.breadcrumbs-block .nav_item.last {
  color: #ff7f57;
}

/**********  NAVIGATION  **********/
.navigation-section {
  margin-bottom: 1rem;
}
.navigation-section .navigation-block .btn {
  margin-right: 3rem;
  margin-bottom: 1rem;
      max-width: 183px;
    display: inline-flex;
    padding: 0 1rem;
    width: 100%;
}

/** MAIN BLOCK */
.main-block {
  padding: 3rem 0 11rem;
}
.main-block .center {
  display: flex;
  align-items: flex-start;
}
.main-section {
  flex: 1;
  margin-right: 3.8rem;
}
.sidebar-block {
  max-width: 267px;
  width: 100%;
}

/**********  RATING  **********/
.rating-section {
  margin-bottom: 6rem;
}
.rating-block .item-text {
  flex: 1.8;
}
.rating-block .review-link {
  display: block;
  color: #000;
  font-size: 1.6rem;
  margin-top: 0.4rem;
}
.rating-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 6rem;
  background: linear-gradient(102.67deg, #e47195 -4.84%, #7b2bdd 57.52%);
  border-radius: 10px 10px 0px 0px;
}
.rating-header > div {
  flex: 1;
  padding: 0 15px;
  color: #f2f2f2;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.rating-item {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 2.2rem 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 0;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.04);
    margin-bottom: 10px;
}
.rating-item .item-site img {
  margin: auto;
}
.rating-item .item-score .item-score-count {
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
.rating-item .item-score .item-score-label {
  display: none;
  color: #000;
  font-size: 1.6rem;
  margin-top: 0.4rem;
}
.rating-item > div {
  flex: 1;
  padding: 0 15px;
  text-align: center;
}
.stars-block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.4rem;
}
.stars-block .star-item {
  width: 1.6rem;
  height: 1.6rem;
  background: url(star.svg) no-repeat 0 0 / cover;
  margin: 0 0.4rem;
}


/**********  SEO SECTION  **********/
.seo-section {
  padding: 0 0 5rem;
}

.seo-section .seo-block .seo-title {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
  line-height: 1.3;
}
.seo-section .seo-block p {
  margin-bottom: 1.4rem;
  font-size: 1.8rem;
  line-height: 1.8;
}

/**********  NEWS BLOCK  **********/
.news-block{
  margin-top: 5rem;
}
.news-title{
font-weight: 700;
    font-size: 2.2rem;
    line-height: 1.3;
        margin-bottom: 10px;
}
.news-item{
  margin-bottom: 4.8rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.news-description p {
  font-size: 1.8rem;
  line-height: 1.8;
}

/**********  SIDEBAR BLOCK  **********/

/**********  LINKS WIDGET  **********/
.links-widget {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(24, 25, 28, 0.05);
  border-radius: 10px;
  padding: 3.4rem 0 1.4rem;
  margin-top: 9rem;
}
.links-widget .widget-title {
  font-weight: 700;
  font-size: 3.2rem;
  color: rgba(0, 0, 0, 0.9);
  padding: 0 2rem 1.4rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1.8rem;
}
.links-widget .widget-link {
  display: block;
  font-size: 1.8rem;
  color: rgba(0, 0, 0, 0.8);
  text-decoration-line: underline;
  margin-bottom: 2.2rem;
  padding: 0 2.4rem;
}
.links-widget .widget-link:hover {
  text-decoration: none;
}

/**********  RATING WIDGET  **********/
.rating-widget .rating-title {
  color: rgba(0, 0, 0, 0.9);
  font-weight: bold;
  font-size: 3.2rem;
  margin-bottom: 2.4rem;
}
.rating-widget .rating-block .review-link {
  display: block;
  color: #000;
  font-size: 1.6rem;
  margin-top: 0.4rem;
}
.rating-widget .rating-header {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 6rem;
  background: linear-gradient(102.67deg, #e47195 -4.84%, #7b2bdd 57.52%);
  border-radius: 10px 10px 0px 0px;
}
.rating-widget .rating-header > div {
  flex: 1;
  padding: 0 15px;
  color: #f2f2f2;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}
.rating-widget .rating-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 3.4rem 0 0.9rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(24, 25, 28, 0.05);
  border-radius: 10px;
  margin-bottom: 1rem;
}
.rating-widget .rating-item .item-site {
  width: 100%;
  flex: auto;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1.8rem;
  margin-bottom: 0.4rem;
}
.rating-widget .rating-item .item-site img {
  margin: auto;
}
.rating-widget .rating-item .item-score .item-score-count {
  color: rgba(0, 0, 0, 0.9);
  opacity: 0.8;
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1;
}
.rating-widget .rating-item .item-score .item-score-label {
  color: #000;
  font-size: 1.6rem;
  margin-top: 0.4rem;
  font-weight: 400;
}
.rating-widget .rating-item .item-btn {
  margin-top: 2rem;
  width: 100%;
  flex: auto;
}
.rating-widget .rating-item > div {
  flex: 1;
  padding: 0 14px;
  text-align: center;
}
.rating-widget .stars-description {
  margin-bottom: 0.3rem;
}
.stars-block {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
.stars-block .star-item {
  width: 1.4rem;
  height: 1.4rem;
  background: url(star.svg) no-repeat 0 0 / cover;
  margin: 0 0.3rem;
}

/********** FOOTER SECTION **********/
.footer-section {
  background: url(apps-bg.jpg) no-repeat center top / cover;
  color: #fff;
  padding: 4.8rem 0 7.6rem;
  font-size: 1.6rem;
}
.footer-section .footer-inner {
  display: flex;
  justify-content: space-between;
}
.footer-section .footer-navigation-block {
  display: flex;
  align-items: flex-start;
}
.footer-section .footer-navigation-block .footer-navigation-item {
  max-width: 150px;
  margin-top: 0.6rem;
}
.footer-section .footer-navigation-block .footer-navigation-item:nth-child(2) {
  margin: 0.6rem 12.4rem 0;
}
.footer-section .footer-navigation-block .footer-navigation-item a {
  display: block;
  margin-bottom: 2.4rem;
  color: #fff;
  font-size: 1.6rem;
}
.footer-section .footer-navigation-block .footer-navigation-item a:hover {
  text-decoration: underline;
}
/********** MEDIA DEVICES **********/
@media screen and (max-width: 1000px) {
  html {
    font-size: 52%;
  }
  .navigation-section {
    margin-bottom: 1rem;
  }
  .navigation-section .navigation-block {
    display: flex;
    flex-wrap: wrap;
  }
  .navigation-section .navigation-block .btn {
    margin-right: 1rem;
  }
}
@media screen and (max-width: 900px) {
  .center {
    padding: 0 18px;
  }
  /********** HEADER **********/
   .mobile-btn-block {
    display: flex;
    padding: 20px 0 20px 20px;
  }
  .header-nav-block {
    display: none;
  }
  .header-section {
    background-position: 59% top;
  }
  .header-section .center {
    padding: 15px 27px 5.3rem;
  }
  .mobile-btn-block {
    display: flex;
    padding: 20px 0 20px 20px;
  }
  .header-nav-block {
    display: none;
  }
  .header-section {
    background-position: 85% top;
  }
  .header-section .center {
    padding: 15px 27px 5.3rem;
  }
  .mobile-nav-visible section,
  .mobile-nav-visible footer,
  .mobile-nav-visible .main-block,
  .mobile-nav-visible .header-description {
    display: none;
  }
  .mobile-nav-visible .header-section {
    background: #fff;
  }
  .mobile-nav-visible .header-section .center {
    padding: 1.6rem 27px 5.3rem;
  }
  .mobile-nav-visible .header-section:before {
    display: none;
  }
  .mobile-nav-visible .header-section .header-nav-block {
    width: 100%;
    display: block;
    margin-top: 7.5rem;
    margin-right: -27px;
    margin-left: -27px;
    width: calc(100% + 54px);
  }
  .mobile-nav-visible .header-section .header-nav-item {
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    color: #000;
    display: block;
    font-size: 3.2rem;
    border-radius: 0;
    margin: 0;
  }
  .mobile-nav-visible .header-section .header-nav-item > span {
    padding: 2rem 1.6rem 1.2rem 2rem;
    display: block;
  }
  .mobile-nav-visible .header-section .header-nav-item > span:after {
    border: solid #000;
    position: absolute;
    top: 3rem;
    padding: 0.5rem;
    border-width: 0 2px 2px 0;
    right: 15px;
  }
  .full-menu-item-title {
    font-weight: 700;
    color: #000;
    padding: 8px 0;
  }
  .header-nav-item-inner {
    max-height: 100%;
    overflow: auto;
  }
  .header-nav-item-inner.full-menu {
    display: block;
    position: relative;
    left: 0;
    padding: 0;
  }
  .header-nav-item-inner.full-menu .full-menu-item {
    min-width: auto;
  }
  .mobile-nav-visible .header-section .header-nav-item.active > span:after {
    -webkit-transform: rotate(-135deg);
    top: 3.5rem;
  }
  .mobile-nav-visible
    .header-section
    .header-nav-item.active
    .header-nav-item-inner {
    position: relative;
    padding: 4px 20px;
    display: block;
  }
  .mobile-nav-visible
    .header-section
    .header-nav-item.active
    .header-nav-item-inner
    div,
  .mobile-nav-visible
    .header-section
    .header-nav-item.active
    .header-nav-item-inner
    a {
    line-height: 1;
    padding: 12px 0;
  }
  .mobile-nav-visible .header-section .header-nav-item .header-nav-item-inner {
    position: relative;
    padding: 0;
  }
  .mobile-nav-visible .header-section .header-nav-item .header-nav-item-inner {
    box-shadow: none;
    transition: height 150ms cubic-bezier(0.39, 0, 0.17, 0.99);
    display: none;
  }
  .header-nav-item-inner.full-menu:before {
    display: none;
  }
  .mobile-nav-visible
    .header-section
    .header-nav-item
    .header-nav-item-inner
    div,
  .mobile-nav-visible
    .header-section
    .header-nav-item
    .header-nav-item-inner
    a {
    font-size: 2.4rem;
    overflow-y: visible;
    padding: 0;
    line-height: 0;
  }
  .mobile-nav-visible .header-section .logo {
    color: #000;
    background: #ac73ff;
    padding: 5px;
  }
  .btn {
    max-width: 17rem;
  }
  /********** RATING BLOCK **********/
  .main-section .rating-block .rating-header {
    display: none;
  }
  .main-section .rating-block .rating-item {
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1rem;
    padding: 3rem 1.5rem;
  }
  .main-section .rating-block .rating-item > div {
    flex: auto;
    width: 33%;
    padding: 0;
  }
  .main-section .rating-block .rating-item .item-site {
    flex: auto;
    width: 100%;
    margin-bottom: 1.8rem;
  }
  .main-section .rating-block .rating-item .item-site img {
    margin: 0;
  }
  .main-section .rating-block .rating-item .item-text {
    width: 100%;
    text-align: left;
    margin-bottom: 1.8rem;
  }
  .main-section .rating-block .rating-item .item-score .item-score-count {
    font-size: 3.6rem;
  }
  .main-section .rating-block .rating-item .item-score .item-score-label {
    display: block;
  }
  .main-section .rating-block .rating-item .star-item {
    width: 1.4rem;
    height: 1.4rem;
  }
  
  .news-description{
    flex-direction: column-reverse;
  }
  .news-description img{
    margin: 1.4rem 0 1.4rem 0;
  }
  
  .news-item{
    margin-bottom: 2.8rem;
    padding-bottom: 2.8rem;
  }

  /* SEO SECTION */
  .seo-section .center {
    flex-wrap: wrap;
  }
  .seo-section .widget-block {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  /* FOOTER SECTION */
  .footer-section {
    text-align: center;
  }
  .footer-section .copyright-block {
    font-weight: 400;
  }
  .footer-section .footer-inner {
    flex-direction: column;
  }
  .footer-section .footer-navigation-block {
    justify-content: space-around;
    width: 100%;
    margin: 2rem 0;
    text-align: left;
  }
  .footer-section .footer-navigation-block .footer-navigation-item {
    margin: 0 2rem;
  }
  .footer-section .footer-navigation-block .footer-navigation-item:nth-child(1) {
    margin-left: 0;
  }
  .footer-section .footer-navigation-block .footer-navigation-item:nth-child(3) {
    margin-right: 0;
  }
  .footer-section .footer-navigation-block .footer-navigation-item:nth-child(2) {
    margin: 0;
  }
}
@media screen and (max-width: 660px) {
  .main-block .center {
    flex-direction: column;
  }
  .sidebar-block {
    max-width: 100%;
    width: 100%;
    margin-top: 7rem;
  }
  .main-section {
    margin-right: 0;
  }
}

@media screen and (max-width: 420px) {
  .header-section .header-description{
      font-size: 7.2rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     .header-section .center{
      height: 400px;
  }
}