@font-face {
  font-family: CeraPro;
  src: url(../../fonts/CeraPro-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: fallback;
}

@font-face {
  font-family: CeraPro;
  src: url(../../fonts/CeraPro-Medium.ttf) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: fallback;
}

@font-face {
  font-family: CeraPro;
  src: url(../../fonts/CeraPro-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: fallback;
}

@font-face {
  font-family: CeraPro;
  src: url(../../fonts/CeraPro-Black.ttf) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: fallback;
}

body {
  font-family: 'CeraPro', sans-serif;
}

.container {
  max-width: 1300px;
}

.header {
  padding: 19px 0;
  max-width: 1920px;
  margin: 0 auto;
}

.header-logo {
  margin-right: 70px;
}

.header-item__list {
  position: relative;
}

.header-item__list::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background-color: #e55f2b;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header-item__list:hover::after {
  width: 100%;
}

.header-item .active-list::after {
  width: 100%;
}

.header svg.header__search {
  cursor: pointer;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header svg.header__search:hover line,
.header svg.header__search:hover circle {
  stroke: #e55f2b;
}

.header svg.header__search:hover g {
  opacity: 1;
}

.header-lang {
  z-index: 999;
}

.header-lang .flag {
  width: 25px;
  display: block;
  margin-right: 5px;
}

.header-lang-item svg {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header-lang-list {
  right: -20px;
  bottom: -100px;
  padding: 10px;
  background-color: #111C4E;
}

.header-lang-list a {
  color: #fff;
  margin-bottom: 5px;
}

.header-lang-list a:hover {
  color: #e55f2b;
}

.header .menu-burger-item {
  width: 24px;
  height: 10px;
}

.header .menu-burger-list {
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.header .change .menu-burger-list {
  background: #e55f2b;
}

.header #burger_list1 {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.header #burger_list3 {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.header .change #burger_list1 {
  -webkit-transform: translateY(4px) rotate(-45deg);
  -ms-transform: translateY(4px) rotate(-45deg);
  transform: translateY(4px) rotate(-45deg);
}

.header .change #burger_list3 {
  -webkit-transform: translateY(-4px) rotate(45deg);
  -ms-transform: translateY(-4px) rotate(45deg);
  transform: translateY(-4px) rotate(45deg);
}

.header .change #burger_list2 {
  opacity: 0;
}

.header .mobile-menu {
  padding: 50px 50px 100px;
  height: 100vh;
  z-index: 100;
  top: 100%;
  width: 100%;
  left: -100%;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header .mobile-menu__list {
  margin-bottom: 10px;
  position: relative;
}

.header .mobile-menu .active-list::after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #e55f2b;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.header .mobile-menu .search {
  border: 1px solid gray;
  color: #fff;
  padding: 5px 40px 5px 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 5px;
          border-radius: 5px;
}

.header .mobile-menu .search::-webkit-input-placeholder {
  color: gray;
}

.header .mobile-menu .search:-ms-input-placeholder {
  color: gray;
}

.header .mobile-menu .search::-ms-input-placeholder {
  color: gray;
}

.header .mobile-menu .search::placeholder {
  color: gray;
}

.header .mobile-menu .search:focus {
  border: 1px solid white;
}

.header .mobile-menu .search:focus ~ .search__icon g {
  opacity: 1;
}

.header .showMenu {
  left: 0 !important;
}

.header-search {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0%;
  left: 0;
  -webkit-transition: .5s all;
  -o-transition: .5s all;
  transition: .5s all;
  z-index: -1;
}

.header-search .search__btn {
  width: 100px;
  height: 100%;
  background-color: #111C4E;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.header-search .search__btn svg g {
  opacity: 1;
}

.header-search__inp {
  border: 2px solid #111C4E;
  padding-left: 20px;
  padding-right: 70px;
  font-size: 16px;
}

.header-search .close__search {
  position: absolute;
  top: -10px;
  right: -10px;
  background-color: #111C4E;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  padding: 2px;
}

.header .showSearch {
  top: 140%;
  z-index: 100;
}

.wrapper {
  max-width: 1920px;
  margin: 192px auto;
}

.wrapper__text {
  margin-top: 38px;
  width: 40%;
}

.wrapper-item__logo {
  width: 424px;
}

.wrapper-img {
  width: 46%;
  height: 610px;
}

.wrapper-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}

.practices {
  max-width: 1920px;
  margin: 0 auto;
}

.practices-title {
  margin-bottom: 90px;
}

.practices-bg {
  background-color: #111C4E;
  opacity: .05;
}

.practices-item {
  margin-bottom: 12px;
  padding-bottom: 15px;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  position: relative;
  z-index: 10;
  width: 100%;
}

.practices-item-title {
  height: 100px;
  padding-right: 5px;
  cursor: pointer;
}

.practices-item-info {
  padding-bottom: 25px;
}

.practices__open-btn {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.partners {
  max-width: 1920px;
  margin: 192px auto;
}

.partners-card {
  height: 443px;
  padding: 65px 20px 72px 60px;
  color: #111C4E;
}

.partners-card-bg {
  background-color: #111C4E;
  opacity: .05;
}

.partners-card__sub-title {
  opacity: 0.5;
}

.partners-card__text {
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.2px;
  margin-top: 36px;
}

.partners-card:hover svg {
  -webkit-animation: animArrow .8s alternate infinite linear;
          animation: animArrow .8s alternate infinite linear;
}

@-webkit-keyframes animArrow {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10px) scale(1.2);
            transform: translateX(10px) scale(1.2);
  }
}

@keyframes animArrow {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(10px) scale(1.2);
            transform: translateX(10px) scale(1.2);
  }
}

.partners .bg_card {
  color: #fff;
}

.partners .bg_card .partners-card-bg {
  opacity: 1;
}

.confession {
  max-width: 1920px;
  margin: 0 auto 200px auto;
}

.confession-item {
  width: 206px;
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  cursor: pointer;
}

.confession-item-border {
  position: absolute;
  width: 100%;
  height: 6px;
  background-color: #ccc;
  left: 0;
  bottom: 0;
}

.confession-item img {
  width: 190px;
}

.confession-item svg,
.confession-item img {
  opacity: 0.5;
}

.confession-item:first-child {
  padding-top: 40px;
}

.confession input[type='radio'] {
  opacity: 0;
  position: absolute;
}

.confession input:checked ~ svg,
.confession input:checked ~ img {
  opacity: 1;
}

.confession input:checked ~ .confession-item-border {
  background-color: #e55f2b;
}

.our-leader {
  max-width: 1920px;
  margin: 0 auto;
}

.our-leader .container {
  padding: 90px 0;
}

.our-leader__img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22%;
}

.media-center {
  max-width: 1920px;
  margin: 192px auto 200px;
}

.media-center-item {
  width: 47%;
  border: 5px solid #e55f2b;
  padding: 43px 37px 47px;
}

.media-center-item a:hover {
  opacity: 0.8;
}

.media-center-item a:hover svg {
  opacity: 0.8;
}

.footer {
  max-width: 1920px;
  margin: 0 auto;
  padding: 41px 0;
  background-color: #111C4E;
  color: #fff;
}

.footer a:hover {
  color: #e55f2b;
}

.company {
  overflow: hidden;
}

.company-item {
  width: 45%;
  margin-bottom: 83px;
}

.company .title-text {
  margin: 180px 0 100px;
  overflow: hidden;
}

.company .title-text-item {
  width: 45%;
  margin-bottom: 83px;
}

.dispute {
  padding: 91px 0;
}

.dispute-bg {
  background-color: #111C4E;
  opacity: 0.05;
}

.dispute__title {
  font-size: 64px;
}

.practic-title {
  margin: 180px 0 100px;
  overflow: hidden;
}

.practic-title-item {
  width: 45%;
  margin-bottom: 83px;
}

.practic {
  margin-bottom: 72px;
  max-height: 100px;
  overflow: hidden;
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.practic-item {
  width: 45%;
  margin-top: 63px;
  padding-bottom: 15px;
  border-bottom: 5px solid #111C4E;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  cursor: pointer;
}

.practic-item:hover {
  border-bottom: 5px solid #e55f2b;
}

.practic-item__text {
  width: 90%;
  max-height: 60px;
  overflow-wrap: break-word;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  margin-top: 4px;
}

.practic .practic__arrow {
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
}

.lawyers {
  margin: 192px 0 201px;
}

.lawyers-card {
  width: 33.33%;
  height: 302px;
  padding: 65px;
  color: #fff;
}

.lawyers-card .back-bg {
  background-color: #111C4E;
}

.lawyers-card__text {
  opacity: 0.5;
}

.lawyers-card:hover svg {
  -webkit-animation: animArrow .8s alternate infinite linear;
          animation: animArrow .8s alternate infinite linear;
}

.lawyers .bg_gray {
  color: #111C4E;
}

.lawyers .bg_gray .back-bg {
  opacity: 0.05;
}

.team-partners {
  margin: 0;
}

.team-title {
  margin: 180px 0 80px;
}

.team-title .sub__title {
  opacity: 0.5;
  margin-top: 21px;
}

.team {
  margin-bottom: 192px;
}

.team__img {
  bottom: 85%;
}

.team-item {
  width: 48%;
}

.team-list {
  width: 100%;
  margin-top: 46px;
  padding-bottom: 15px;
  border-bottom: 2px solid #111C4E;
  height: 80px;
}

.design {
  margin-bottom: 192px;
}

.design-item {
  padding-bottom: 34px;
  border-bottom: 2px solid #111C4E;
}

.rewards-title,
.media-title {
  margin-top: 175px;
}

.rewards {
  margin-bottom: 200px;
}

.rewards-item {
  border-bottom: 5px solid #111C4E;
  padding-bottom: 68px;
}

.rewards-item__img {
  width: 190px;
}

.media,
.social {
  margin-top: 92px;
}

.news {
  margin-top: 40px;
}

.media-item li,
.social-item li {
  position: relative;
  opacity: 0.7;
}

.media-item li::before,
.social-item li::before {
  content: '';
  width: 0;
  height: 2px;
  background-color: #111C4E;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transition: .3s all;
  -o-transition: .3s all;
  transition: .3s all;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.media-item li:hover,
.social-item li:hover {
  opacity: 1;
}

.media-item li:hover::before,
.social-item li:hover::before {
  width: 100%;
}

.media-item .active,
.social-item .active {
  opacity: 1;
}

.media-item .active::before,
.social-item .active::before {
  width: 100%;
}

.social-card {
  width: 48.5%;
  height: 355px;
  border: 5px solid #111C4E;
  padding: 43px 37px 47px;
  margin-bottom: 36px;
}

.media-card {
  width: 48.5%;
  border: 5px solid #111C4E;
  padding: 43px 37px 47px;
  margin-bottom: 36px;	
}

.media-card a:hover,
.social-card a:hover {
  opacity: 0.8;
}

.media-card a:hover svg,
.social-card a:hover svg {
  opacity: 0.8;
}

.social-title {
  margin-top: 100px;
}

.social {
  margin-bottom: 158px;
}

.news-title {
  margin-top: 50px;
}

.news {
  margin-bottom: 75px;
}

.social-item-num li {
  margin-bottom: 20px;
}

.social__link {
  color: #111C4E;
  position: relative;
  border-bottom: 1px solid #111C4E;
}

.results {
  margin-bottom: 200px;
}

.team-confession .confession-item {
  width: 20%;
  padding: 0 25px;
}

.team-confession .confession-item img,
.team-confession .confession-item svg {
  width: 100%;
}

.team-confession .confession-item-border {
  width: 80%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.title-text {
  font-size: 64px;
  position: relative;
  padding-bottom: 10px;
}

.title-text::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 5px;
  background-color: #e55f2b;
}

.title-text2 {
  font-size: 32px;
  position: relative;
  padding-bottom: 10px;
}

.title-text2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 200%;
  height: 5px;
  background-color: #e55f2b;
}

.rotateSvg180 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.showInfo {
  max-height: 2000px;
}

.showInfo .practices__open-btn {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.all_info {
  opacity: .5;
}

.all_info:hover {
  opacity: 1;
}

.opacity_5 {
  opacity: 0.5;
}

.opacity_7 {
  opacity: 0.7;
}

@media (max-width: 1600px) {
  .wrapper__text {
    font-size: 16px;
    line-height: 22px;
    margin-top: 25px;
    width: 50%;
  }
  .wrapper-item__logo {
    width: 350px;
  }
  .wrapper-img {
    height: 500px;
  }
}

@media (max-width: 1300px) {
  .container {
    padding: 0 18px;
  }
  .wrapper {
    margin: 192px 0;
  }
  .wrapper-img {
    width: 46%;
    height: 400px;
  }
}

@media (max-width: 1200px) {
  .wrapper-item__logo {
    width: 300px;
  }
  .lawyers-card {
    padding: 40px;
  }
}

@media (max-width: 1024px) {
  .header-logo {
    margin-right: 30px;
  }
  .wrapper {
    margin: 192px 0;
  }
  .wrapper__text {
    width: 75%;
    margin-top: 15px;
    font-size: 14px;
    line-height: 18px;
  }
  .wrapper-item__text {
    font-size: 60px;
  }
  .wrapper-img {
    width: 46%;
    height: 400px;
  }
  .dispute__title {
    font-size: 48px;
  }
  .lawyers {
    margin: 90px 0 100px;
  }
  .lawyers-card {
    width: 50%;
  }
  .rewards-title .title-text,
  .media-title .title-text,
  .social .title-text {
    font-size: 40px;
  }
  .social-title {
    margin-top: 95px;
  }
  
  .news-title {
	margin-top: 40px;
  }
}

@media (max-width: 768px) {
  .wrapper {
    margin: 100px 0 80px;
    overflow-x: hidden;
  }
  .wrapper__text {
    display: none;
  }
  .wrapper .mobile_text {
    margin-top: 27px;
    border-top: 4px solid #111C4E;
    padding-top: 22px;
  }
  .wrapper-item {
    position: relative;
  }
  .wrapper-item__text {
    font-size: 40px;
  }
  .wrapper-item::before {
    content: '';
    display: block;
    width: 500%;
    height: 3.75px;
    background-color: #111C4E;
    position: absolute;
    left: 99%;
    bottom: 0;
  }
  .wrapper-img {
    position: relative;
    width: 100%;
    height: 400px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-top: 25px;
  }
  .confession {
    margin-bottom: 100px;
  }
  .confession-item {
    width: 30%;
    height: 150px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .confession-item-border {
    height: 2px;
  }
  .confession-item:first-child {
    padding-top: 25px;
  }
  .confession-item:last-child {
    padding: 0 20px;
  }
  .team-confession {
    margin-bottom: 100px;
  }
  .team-confession .confession-item {
    width: 28%;
    height: 160px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 15px;
  }
  .team-confession .confession-item:first-child {
    padding-top: 0px;
  }
  .team-confession .confession-item:last-child {
    padding: 0 0px;
  }
  .team-confession .confession-item:last-child {
    padding: 0 20px;
  }
  .practices-title {
    margin-bottom: 45px;
  }
  .partners {
    margin: 99px 0;
  }
  .partners .container {
    padding: 0;
  }
  .partners-card {
    height: 270px;
    padding: 46px 0 50px 18px;
  }
  .partners-card__text {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.2px;
    margin-top: 17px;
  }
  .our-lider .container {
    padding: 45px 0;
  }
  .media-center {
    margin: 98px 0 78px;
  }
  .media-center-item {
    width: 100%;
    border: 2px solid #e55f2b;
    padding: 24px 27px 13px;
    margin-bottom: 25px;
  }
  .media-center-item a svg {
    width: 11px !important;
  }
  .media-center-item a svg path {
    fill: #e55f2b;
  }
  .company-item {
    width: 100%;
    margin-bottom: 36px;
  }
  .company .title-text {
    margin: 90px 0 50px;
    font-size: 30px;
  }
  .dispute {
    padding: 40px 0;
  }
  .dispute__title {
    font-size: 30px;
  }
  .title-text {
    font-size: 30px;
    margin-bottom: 47px;
  }
  .title-text::before {
    height: 2px;
  }
  
  .title-text2 {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .title-text2::before {
    height: 2px;
  }
  .practic-item {
    border-bottom: 2px solid #111C4E;
  }
  .practic-item:hover {
    border-bottom: 2px solid #e55f2b;
  }
  .lawyers .container {
    padding: 0;
  }
  .lawyers-card {
    height: 192px;
    padding: 44px 17px;
    overflow: hidden;
  }
  .lawyers-card svg {
    width: 11px !important;
  }
  .team-partners {
    margin: 0;
  }
  .team-title {
    margin: 90px 0 0;
  }
  .team-title .title-text {
    margin-bottom: 17px;
  }
  .team-title .sub__title {
    opacity: 0.5;
    margin-top: 0px;
  }
  .team {
    margin-bottom: 99px;
  }
  .team__img {
    bottom: 95%;
  }
  .team-item {
    width: 100%;
  }
  .team-list {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #111C4E;
    height: auto;
  }
  .rewards-title,
  .media-title {
    margin-top: 93px;
  }
  .rewards-title .title-text,
  .media-title .title-text {
    font-size: 30px;
    margin-bottom: 0;
  }
  .rewards {
    margin-bottom: 100px;
  }
  .rewards-item {
    border-bottom: 2px solid #111C4E;
    padding-bottom: 48px;
  }
  .rewards-item__img {
    width: 110px;
  }
  .media {
    margin-top: 46px;
  }
  .media-item:last-child {
    margin-bottom: 40px;
  }
  

  .media-card {
    width: 100%;
    border: 2px solid #111C4E;
    padding: 24px 27px 13px;
    margin-bottom: 25px;
  }
  .media-card a svg {
    width: 11px !important;
  }
  .media-card a svg path {
    fill: #e55f2b;
  }
  .social {
    margin-top: 0px;
  }
  .social-item-num li {
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
  }
}

@media (max-width: 576px) {
  .wrapper .mobile_text {
    border-top: 2px solid #111C4E;
  }
  .wrapper-item__logo {
    width: 160px;
  }
  .wrapper-item__text {
    font-size: 20px;
  }
  .wrapper-item::before {
    height: 2px;
  }
  .wrapper-img {
    height: 316px;
    margin-top: 25px;
  }
  .partners-card {
    height: 268px;
    padding: 46px 0 50px 18px;
  }
  .partners-card__text {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: normal;
  }
  .practices-title {
    margin-bottom: 50px;
  }
  .practices__open-btn {
    width: 15px;
  }
  .confession-item img {
    width: 89px;
  }
  .practic {
    margin-bottom: 8px;
    max-height: 80px;
  }
  .practic-item {
    width: 100%;
    margin-top: 50px;
  }
  .practic-item__text {
    width: 100%;
    -webkit-line-clamp: 2;
  }
  .practic-item:last-child {
    margin-bottom: 50px;
  }
  .practic .practic__arrow {
    width: 12px;
  }
  .practic-title {
    margin: 90px 0 0px;
    overflow: hidden;
  }
  .practic-title-item {
    width: 45%;
    margin-bottom: 83px;
  }
  .design {
    margin-bottom: 92px;
  }
  .results {
    margin-bottom: 60px;
  }
  .team-confession .confession-item {
    height: 87px;
    padding: 0 15px;
  }
}

@media (max-width: 500px) {
  .team {
    margin-bottom: 99px;
  }
  .team__img {
    bottom: 101%;
    width: 130px !important;
  }
  .team-confession .confession-item {
    height: 100px;
  }
  .social {
    margin-bottom: 80px;
  }
  .social svg {
    width: 15px;
  }
  .confession-item {
    width: 20%;
    height: 100px;
  }
.footer-practic {
        margin-top: 100px;
    }
}

.showPractic {
  max-height: 10000px;
}

.showPractic .practic__arrow {
  -webkit-transform: rotate(90deg) !important;
      -ms-transform: rotate(90deg) !important;
          transform: rotate(90deg) !important;
}

.practic {
    max-width: 1920px;
    margin: 0 auto;
    margin-bottom: 12px;
    padding-bottom: 72px;
}
.footer-practic {
    margin-top: 200px;
}

.news .container p {
    font-size: 1.125rem;
    line-height: 1.75rem;
	margin-bottom: 15px;
} 


.news .container ul { 
   list-style-type: disc; 
   list-style-position: inside; 
   font-size: 1.125rem;
   line-height: 1.75rem;
   margin-left: 10px;
   margin-top: 5px;
   margin-bottom: 5px;
}
.news .container ol { 
   list-style-type: decimal; 
   list-style-position: inside; 
   font-size: 1.125rem;
   line-height: 1.75rem;
   margin-left: 10px;
   margin-top: 5px;
   margin-bottom: 5px;
}
.news .container ul ul, .news .container ol ul { 
   list-style-type: circle; 
   list-style-position: inside; 
   margin-left: 15px;
}
.news .container ol ol, .news .container ul ol { 
   list-style-type: lower-latin; 
   list-style-position: inside; 
   margin-left: 15px; 
}

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
	height: auto;
}

.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}