@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500&family=Raleway:wght@400;600;700;800;900&family=Ubuntu:wght@300;500;700&display=swap');

:root {
  --white: #FFF;
  --blackText: #3E3E3E;
  --mainBlue: #0072BC;
  --secondaryBlue: #18A0FB;
  --mainGrey: #F2F2F2;
  --secondaryGrey: #D9D9D9;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Raleway', sans-serif;
  font-size: 18px;
  font-feature-settings: "lnum";
}

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

a {
  text-decoration: none;
}

.container {
  max-width: 1450px;
  padding: 0 15px;
  margin: 0 auto;
}

.overflow {
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn {
  display: inline-block;
  padding: 10px 30px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  transition: .3s;
  cursor: pointer;
}

.btn-white {
  background-color: var(--white);
  color: var(--mainBlue);
}

.btn-white:hover {
  background-color: var(--secondaryBlue);
  color: var(--white);
}

.btn-white:active {
  background-color: var(--white);
  color: var(--mainBlue);
}

.btn-blue {
  background-color: var(--secondaryBlue);
  color: var(--white);
}

.btn-blue:hover {
  background-color: var(--mainBlue);
}

.btn-blue:active {
  background-color: var(--secondaryBlue);
}

.btn-transparent {
  border: 1px solid var(--secondaryBlue);
  background-color: transparent;
  color: var(--secondaryBlue);
}

.btn-transparent:hover {
  background-color: var(--white);
}

.btn-transparent:active {
  background-color: transparent;
}

.bg__ligth-blue {
  background-color: var(--secondaryBlue);
}

.bg__dark-blue {
  background-color: var(--mainBlue);
}

.bg__dark-grey {
  background-color: var(--secondaryGrey);
}

.bg__light-grey {
  background-color: var(--mainGrey);
}

.bg {
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

.front {
  z-index: 50;
}

.page__title {
  margin-bottom: 55px;
  color: var(--blackText);
  font-size: 46px;
  font-weight: 800;
  line-height: 54px;
}

.section__title {
  margin-bottom: 70px;
  color: var(--mainBlue);
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.paragraph {
  color: var(--blackText);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.btn__container {
  text-align: center;
}

.image__box {
  overflow: hidden;
}

.image__box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.absolute__link {
  position: absolute;
  inset: 0;
}

/* LANGUAGES STYLE */
.language {
  position: relative;
  cursor: pointer;
}

.language::after {
  content: '';
  position: absolute;
  right: -35%;
  top: 40%;
  height: 6px;
  width: 10px;
  background: url(../img/language/Polygonwhite.svg);
  background-repeat: no-repeat;
  background-size: contain;
  transform-origin: center 2px;
  transition: .3s;
}

.language__list {
  position: absolute;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.2s linear;
  -moz-transition: max-height 0.2s linear;
  transition: max-height 0.2s linear
}

.language.active .language__list {
  max-height: 50px;
}

.language.active::after {
  transform: rotate(180deg);
}

.language__choosen {
  user-select: none;
}

.flag {
  width: 21px;
  height: 21px;
  margin-right: 4px;
}

.flag img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lang-name {
  font-size: 16px;
  font-weight: 700;
  line-height: 19px;
  color: var(--white);
}

.footer .lang-name {
  color: var(--blackText);
}

.footer .language::after {
  background: url(../img/language/Polygonblack.svg);
}

.footer .language {
  margin-right: 18px;
}

/* HEADER STYLES */

.header__container {
  position: relative;
  padding: 32px 15px 52px 15px;
  z-index: 100;
}

.header-bg {
  position: absolute;
  top: 0;
  left: 220px;
  width: 690px;
  height: 161px;
  background: url(../img/header/HeaderBackCut.png);
}

.home .header-bg {
  position: absolute;
  top: 0;
  left: 220px;
  width: 690px;
  height: 335px;
  background: url(../img/header/headerBack.png);
}

.nav__item:not(:last-child) {
  margin-right: 40px;
}

.nav__link {
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  transition: .3s;
}

.nav__link:hover {
  color: var(--secondaryBlue);
}

.archive {
  position: relative;
  cursor: pointer;
}

.archive__box {
  position: absolute;
  top: 20px;
  padding-top: 0;
  left: calc(50% - 66px);
  transition: all .3s linear;
  z-index: 100;
}

.archive__list {
  width: 132px;
  border-radius: 6px;
  background-color: var(--secondaryBlue);
  max-height: 0px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.archive__item {
  text-align: center;
}

.archive__year {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border-radius: 6px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  transition: .3s;
}

.archive__year:hover {
  background-color: var(--white);
  color: var(--secondaryBlue);
}

.archive:hover .archive__list {
  padding: 12px;
}

.archive:hover .archive__box {
  padding-top: 30px;
}

.participants-menu {
  position: relative;
  cursor: pointer;
}

.participants__box {
  position: absolute;
  top: 20;
  padding-top: 0;
  left: calc(50% - 66px);
  transition: all .3s linear;
  z-index: 100;
}

.participants__list {
  width: 132px;
  border-radius: 6px;
  background-color: var(--secondaryBlue);
  max-height: 0px;
  padding: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.participants__item {
  text-align: center;
}

.participants__link {
  display: inline-block;
  width: 100%;
  padding: 12px 0;
  border-radius: 6px;
  color: var(--white);
  font-size: 16px;
  font-weight: 800;
  line-height: 19px;
  transition: .3s;
}

.participants__link:hover {
  background-color: var(--white);
  color: var(--secondaryBlue);
}

.participants-menu:hover .participants__list {
  padding: 12px;
  max-height: 153px;
}

.participants-menu:hover .participants__box {
  padding-top: 30px;
}

/* HERO STYLES */

.hero {
  position: relative;
}

.hero__container {
  position: relative;
  align-items: flex-end;
  padding: 17px 15px 0 15px;
}

.hero__title {
  margin-bottom: 45px;
  color: var(--white);
  font-size: 52px;
  font-weight: 800;
  line-height: 61px;
}

.border-text {
  color: transparent;
  font-size: 65px;
  font-weight: 900;
  line-height: 76px;
  letter-spacing: 0.09em;
  -webkit-text-stroke: 1px var(--white);
}

.hero__btn_container {
  margin-bottom: 60px;
}

.hero__datas {
  justify-content: flex-start;
  width: 740px;
  padding: 15px 0;
  border-radius: 6px;
  background-color: var(--secondaryBlue);
  color: var(--white);
  transform: translateY(15px);
}

.hero__datas_item {
  padding: 5px 30px;
}

.hero__datas_item .icon {
  width: 56px;
  height: 56px;
  margin-right: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.address-icon {
  background: url(../img/hero/place.svg);
}

.calendar-icon {
  background: url(../img/hero/calendar.svg);
}

.datas__title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
}

.datas__info {
  font-style: normal;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}

.datas-address {
  margin-right: 10px;
  border-right: 4px solid var(--white);
}

.hero__image {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 640px;
  height: 475px;
  background: url(../img/hero/heroImg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
}

.hero-bg-left {
  position: absolute;
  bottom: 10px;
  left: -220px;
  width: 350px;
  height: 357px;
  background: url(../img/hero/heroBackLeft.png);
}

.hero-bg-right {
  position: absolute;
  top: 0px;
  right: -190px;
  width: 220px;
  height: 138px;
  background: url(../img/hero/heroBackRight.png);
}

/* ABOUT STYLES */

.about {
  padding: 90px 0 85px 0;
}

/* ABOUT MAIN */
.about__main {
  align-items: flex-start;
  min-height: 480px;
  margin-bottom: 60px;
  color: var(--blackText);
}

.about__img {
  height: 480px;
  min-width: 360px;
  margin-right: 100px;
  border-radius: 6px;
  background: url(../img/about/aboutImg.png);
  background-size: cover;
}

.about__main_title {
  margin-bottom: 27px;
  color: var(--mainBlue);
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.about__main_text .paragraph {
  margin-bottom: 15px;
}

/* ABOUT INFO */
.about__info {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto auto;
  row-gap: 30px;
  column-gap: 20px;
  margin-bottom: 80px;
}

.about__purpose {
  grid-column-start: 1;
  grid-column-end: 4;
  display: flex;
  align-items: flex-start;
  padding: 40px 100px 35px 60px;
  border-radius: 6px;
  background-image: url(../img/common/leftBlockBack.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: bottom left;
}

.purpose__title {
  margin-right: 35px;
  white-space: nowrap;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: var(--white);
}

.purpose__text .paragraph {
  margin-bottom: 15px;
  color: var(--white);
}

.about__info_item {
  justify-content: flex-start;
  padding: 35px 40px;
  border-radius: 6px;
}

.about__info_title {
  margin-bottom: 20px;
  color: var(--white);
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
}

.about__info_item .paragraph {
  color: var(--white);
}

.about__info_item .icon {
  min-width: 70px;
  height: 70px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-size: contain;
}

.about__format .icon {
  background: url(../img/about/Video-Streaming.svg);
}

.about__languages .to-top {
  align-self: flex-start;
}

.about__languages .icon {
  background: url(../img/about/Language.svg);
}

.about__members .icon {
  background: url(../img/about/Members.svg);
}

/* ABOUT THEMES */

.about__themes {
  margin-bottom: 85px;
}

.themes__title {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
  color: var(--blackText);
}

.themes__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.themes__item {
  padding: 35px 50px 30px 60px;
  border-radius: 6px;
  background-image: url(../img/common/rightBlockBack.png);
  background-repeat: no-repeat;
  background-size: unset;
  background-position: bottom right;
}

/* FOOTER STYLES */

.footer__container {
  padding: 50px 15px 45px 15px;
}

/* FOOTER TOP */

.footer__top {
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 35px;
  padding-bottom: 85px;
  border-bottom: 1px solid var(--blackText);
}

.footer__logo_container {
  margin-right: 85px;
}

.footer__btn_container {
  margin-left: auto;
}

.footer__nav_title {
  margin-bottom: 15px;
  color: var(--blackText);
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.footer__nav_list {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 72px;
  flex-wrap: wrap;
}

.footer__nav_item {
  margin-right: 40px;
}

.footer__nav_link {
  color: var(--blackText);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  transition: .3s;
}

.footer__nav_link:hover {
  color: var(--secondaryBlue);
}

.footer__btn {
  padding: 10px 50px;
}

/* FOOTER__BOTTOM */

.copyright {
  margin-right: 100px;
  color: var(--blackText);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.social {
  margin-right: 135px;
}

.social__title {
  margin-right: 30px;
  color: var(--blackText);
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.social__item:not(:last-child) {
  margin-right: 30px;
}

.social__link {
  display: flex;
}

.footer__language {
  margin-left: auto;
}

.site-link {
  color: var(--mainBlue);
  font-size: 13px;
  font-weight: 600;
  line-height: 16px;
}

.site-link-icon {
  display: inline-block;
  margin-right: 10px;
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

.desktop-header {
  display: block;
}

.mobile-header {
  display: none;
}

.desktop-footer {
  display: block;
}

.mobile-footer {
  display: none;
}

@media (max-width: 1450px) {
  .container {
    overflow-x: hidden;
  }

  .header__container.container {
    overflow-x: visible;
  }

  .hero__datas {
    transform: none;
    border-radius: 6px 6px 0 0;
  }

  .hero-bg-left {
    bottom: 10px;
    left: -50px;
  }

  .hero-bg-right {
    top: 0px;
    right: -50px;
  }

  /* ABOUT INFO */

  .about__info_item {
    flex-direction: row;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {

  /* HEADER */
  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .burger {
    flex-direction: column;
    width: 30px;
    height: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .burger__line {
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background-color: var(--white);
    transition: .3s;
  }

  .burger.active .line-top {
    transform-origin: left top;
    transform: translateY(2.5px) rotate(45deg);
  }

  .burger.active .line-middle {
    opacity: 0;
  }

  .burger.active .line-bottom {
    transform-origin: left bottom;
    transform: translateY(-2.5px) rotate(-45deg);
  }

  .nav {
    position: fixed;
    top: 165px;
    left: 0;
    right: 0;
    flex-direction: row;
    align-items: center;
    padding: 0 15px 0 15px;
    max-height: 0px;
    background-color: rgba(0, 114, 188, .95);
    overflow: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear
  }

  .nav.opened {
    overflow: visible;
    max-height: 150px;
    padding: 50px 15px 50px 15px;
  }

  .mobile-header.nav-mobile {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }

  .language {
    width: max-content;
    margin-right: 50px;
  }

  .language__choosen {
    justify-content: flex-start;
  }
}

@media (max-width: 1200px) {
  .hero__image {
    display: none;
  }

  .hero__datas {
    transform: none;
    border-radius: 6px 6px 0 0;
  }

  /* ABOUT */

  .about__img {
    margin-right: 20px;
  }

  /* ABOUT INFO */

  .about__info_item {
    flex-direction: column;
  }

  /* HEADER */
  .home .header-bg {
    left: 20px;
  }

  .desktop-header {
    display: none;
  }

  .mobile-header {
    display: block;
  }

  .burger {
    flex-direction: column;
    width: 30px;
    height: 28px;
    border: none;
    background: transparent;
    cursor: pointer;
  }

  .burger__line {
    width: 100%;
    height: 3px;
    border-radius: 1px;
    background-color: var(--white);
    transition: .3s;
  }

  .burger.active .line-top {
    transform-origin: left top;
    transform: translateY(2.5px) rotate(45deg);
  }

  .burger.active .line-middle {
    opacity: 0;
  }

  .burger.active .line-bottom {
    transform-origin: left bottom;
    transform: translateY(-2.5px) rotate(-45deg);
  }

  .nav {
    position: fixed;
    top: 121px;
    left: 0;
    right: 0;
    flex-direction: column;
    align-items: flex-start;
    height: calc(100vh - 121px);
    padding: 0 15px 30px 15px;
    background-color: var(--mainBlue);
    overflow-x: hidden;
    transform: translateX(100%);
    transition: .3s;
  }

  .nav.opened {
    transform: translateX(0)
  }

  .nav__list {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 100%;
    padding: 40px 10px;
  }

  .nav .header__btn_container {
    margin-bottom: 20px;
  }

  .nav__item {
    width: max-content;
  }

  .nav__item:not(:last-child) {
    margin-right: 0;
  }

  .nav__link {
    position: relative;
    font-size: 20px;
    z-index: 5;
  }

  .mobile-header.nav-mobile {
    display: flex;
    align-items: flex-start;
    width: 100%;
  }

  .language {
    width: max-content;
    margin-right: 25px;
  }

  .language__choosen {
    justify-content: flex-start;
  }

  .archive {
    width: 100%;
  }

  .participants-menu {
    width: 100%;
  }

  .archive__box {
    display: flex;
    justify-content: flex-end;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    transform: translateX(150%);
    z-index: 1;
  }

  .archive:hover .archive__box {
    top: 0;
    right: 0;
    padding-top: 0;
    transform: translateX(0);
  }

  .participants__box {
    display: flex;
    justify-content: flex-end;
    top: 0;
    right: 0;
    left: auto;
    width: 100%;
    text-align: end;
    transform: translateX(150%);
    z-index: 1;
  }

  .participants-menu:hover .participants__box {
    top: 0;
    right: 0;
    padding-top: 0;
    transform: translateX(0);
  }

  /* FOOTER */
  .copyright {
    margin-right: 50px;
  }

  .social {
    margin-right: 50px;
  }
}

@media (max-width: 1024px) {
  .hero__container {
    padding: 17px 15px 15px 15px;
  }

  .border-text {
    font-size: 54px;
  }

  .hero__datas {
    border-radius: 6px;
    transform: none;
  }

  /* ABOUT */

  .about__main {
    flex-direction: column;
  }

  .about__img {
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* ABOUT INFO */

  .about__info {
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: auto;
    row-gap: 20px;
    column-gap: 0;
    margin-bottom: 50px;
  }

  .about__info_item {
    flex-direction: row;
  }

  .about__purpose {
    grid-column-start: 1;
    grid-column-end: 1;
    flex-direction: column;
  }

  .purpose__title {
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* HEADER */

  .header-bg {
    display: none;
  }

  /* FOOTER */

  .desktop-footer {
    display: none;
  }

  .mobile-footer {
    display: block;
  }

  .footer__top {
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }

  .footer__logo_container {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer__btn_container {
    margin-left: auto;
  }

  .footer__btn {
    padding: 10px 15px;
  }

  .footer__nav-box-mobile {
    width: 100%;
  }

  .footer__bottom {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .copyright {
    margin-right: 0;
  }

  .social {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .social__title {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .social__list {
    width: 100%;
    flex-wrap: wrap;
  }

  .social__item {
    width: calc(100% / 3);
    margin-bottom: 15px;
  }

  .social__link {
    width: max-content;
  }

  .social__item svg {
    width: 35px;
    height: 35px;
  }

  .social__item:not(:last-child) {
    margin-right: 0;
  }

  .site-link-container {
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {
  .page__title {
    margin-bottom: 35px;
    font-size: 26px;
    line-height: 32px;
  }

  .section__title {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
  }

  .hero__container {
    position: relative;
    align-items: flex-end;
    padding: 17px 15px 15px 15px;
  }

  .hero__title {
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    line-height: 46px;
  }

  .border-text {
    font-size: 42px;
    font-weight: 800;
    line-height: 48px;
  }

  .hero__datas {
    justify-content: flex-start;
    flex-direction: column;
    width: max-content;
    padding: 15px 15px;
    transform: none;
  }

  .hero__datas_item {
    justify-content: flex-start;
    width: 100%;
  }

  .datas-address {
    margin-right: 0;
    border-right: unset;
    border-bottom: 4px solid var(--white);
  }

  /* ABOUT */

  .about {
    padding: 50px 0 50px 0;
  }

  .about__main {
    flex-direction: column;
    margin-bottom: 50px;
  }

  .about__img {
    height: 400px;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  /* ABOUT INFO */
  .about__purpose {
    padding: 20px;
  }

  .purpose__title {
    margin-right: 0;
    margin-bottom: 15px;
  }

  /* Themes */

  .themes__list {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}

@media (max-width:568px) {
  .container {
    padding: 0 10px;
  }

  /* HERO */

  .hero__container {
    position: relative;
    align-items: flex-end;
    padding: 17px 10px 10px 10px;
  }

  .hero__title {
    margin-bottom: 25px;
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
  }

  .border-text {
    font-size: 27px;
    font-weight: 800;
    line-height: 36px;
    letter-spacing: normal;
  }

  .hero__btn_container {
    margin-bottom: 30px;
  }

  .hero__datas {
    width: 100%;
    padding: 10px 10px;
    transform: none;
  }

  .hero__datas_item {
    padding: 5px 0;
  }

  .datas__info {
    font-style: normal;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  /* ABOUT */

  .about__main_title {
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 32px;
  }

  .about__img {
    height: 300px;
  }

  /* ABOUT INFO */
  .about__purpose {
    padding: 15px;
  }

  .purpose__title {
    font-size: 26px;
    line-height: 32px;
  }

  .about__info_item {
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
  }

  .about__info_title {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 28px;
  }

  .about__info_item .icon {
    align-self: flex-end;
    min-width: 50px;
    height: 50px;
    margin-right: 0;
    background-size: contain;
  }

  /* THEMES */

  .about__themes {
    margin-bottom: 50px;
  }

  .themes__title {
    margin-bottom: 25px;
    font-size: 26px;
    line-height: 32px;
  }

  .themes__list {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }

  .themes__item {
    padding: 15px;
  }

  /* HEADER */
  .header__container {
    padding: 20px 10px 20px 10px;
  }

  /* FOOTER */
  .footer__container {
    padding: 20px 10px 20px 10px;
  }

}