/* FONTS

/*Specifications*/
/* body {
  font-family: 'Montserrat', sans-serif;
  background: #FFFFFF;
  font-weight: normal;
  font-size: 18px;
  line-height: 25px;
  color: #222222;
}
body {
overflow-y: visible !important;
}
div, form, input, p, a, span {
    box-sizing: border-box;
}
ul,li, p {
    display: block;
    padding: 0;
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a, a:hover, button {
    text-decoration: none;
    cursor: pointer;
    transition: 0.5s ease;
}
button:active, button:focus, input:active, input:focus {
  outline: none !important;
  text-decoration: none !important;
}
button:hover {
  cursor: pointer;
}
section, footer, header {
  overflow: hidden;
}
:focus {
  outline: none !important;
}  */
.body-wrap {
  overflow: hidden;
  position: relative;
}
.bttn {
  font-family: 'Public Sans', sans-serif;
  transition: all 0.5s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ED3833;
  border-radius: 3px;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: bold;
  width: 144px;
  height: 57px;
  border: 1px solid transparent;

}
.bttn:hover {
  cursor: pointer;
  background: transparent;
  transition: all 0.5s ease;
  color: #ED3833;
  border: 1px solid #ED3833;
}
.comm__title {
  margin-bottom: 20px;
  color: #222F8D;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto 20px;
}
.comm__char {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 48px; 
  border-radius: 3px;
  color: #222222;
  border: 1px solid #222222;
  text-transform: uppercase;
  font-size: 14px;
  margin: 0 auto 60px;
}
.comm__name {
  text-align: center;
  max-width: 760px;
  margin: 20px auto 0;
}
.comm__info {
  max-width: 962px;
  margin: 40px auto 43px;
  justify-content: space-between;
  align-items: center;
}
.comm__right, .comm__left {
  max-width: 228px;
  text-align: center;
  margin-top: 96px;
  position: relative;
}
.comm__one {
  font-size: 13px;
  line-height: 21px;
  color: #A2A2A2;
}
.comm__info span {
  font-weight: 300;
  font-size: 30px;
}
.comm__num {
  color: #F47A20;
  font-weight: 300;
  font-size: 60px;
  line-height: 100%;
  margin-bottom: 8px;
}
.accordion-container .content {
  display: none;
  position:relative;
  width: 100%;
  height: auto;
}
.comm__right:before, .comm__left:before {
  content: "";
  display: block;
  width: 175.5px;
  height: 106.5px;
  position: absolute;
}
.comm__left:before {
  top: -116px;
  left: 109px;
  background: url(../img/comm-left.svg) no-repeat;
}
.comm__right:before {
  top: -117px;
  left: -61px;
  background: url(../img/comm-right.svg) no-repeat;
}
.accordion-container .set a {
  font-size: 32px;
  line-height: 38px;
  color: #222F8D;
  width: min-content;
  -webkit-transition:all 0.2s linear;
  -moz-transition:all 0.2s linear;
  transition:all 0.2s linear;
  background: url(../img/down.svg) no-repeat 100% 11px;
  text-align: center;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  width: max-content;
  padding: 0px 34px;
}
.accordion-container .set a p {
  border-bottom: 1px dashed #222F8D;
}
div {
    box-sizing: border-box !important;
}
/*ACCORDION*/
.accordion-container{
  position: relative;
  height: auto;
  margin-top: 39px;
 }
.set{
  position: relative;
  width: 100%;
  height: auto;
}
.set > a.active{
  background: url(../img/up.svg) no-repeat 100% 11px;
  margin-bottom: 20px;
}
.set > a.active p {
  border: none;
}
.comm__flex {
  max-width: 960px;
  margin: 40px auto 60px;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.comm__grey {
  width: 460px;
  height: 844px;
  background: #F5F5F5;
  border-radius: 20px;
  padding: 60px;
}
.comm__grey {
  font-size: 15px;
  line-height: 150%;
}
.comm__black {
  font-weight: bold;
  line-height: 130%;
}
.comm__grey p {
  margin: 0 0 9px !important;
}
.comm__grey li {
  display: flex;
  align-items: flex-start;
  margin: 0 0 9px 21px !important;
}
.comm__grey li:before {
  padding-right: 10px;
}
.comm__line {
  align-items: flex-start;
}
.comm__line img {
  margin-left: -163px;
  margin-top: -72px;
  position: relative;
  z-index: 1;
}
.comm__line p {
  margin-bottom: 9px;
  font-size: 15px;
  line-height: 150%;
  max-width: 460px;
  position: relative;
  z-index: 5;
}
.comm__line  div {
  margin-left: -15px;
}
.comm__section {
  padding: 114px 0 93px;
  background: url(../img/comm4.png) no-repeat center center / cover;
  margin-top: 60px;
}
.comm__section .container div {
  text-align: left;
  max-width: 560px;
}
.comm__section .container div .comm__title {
  text-align: left;
}
.comm__section .container div p {
  margin-bottom: 20px;
}
.comm__section2 {
  padding: 62px 0 60px;
}
.comm__flex2 {
  max-width: 959px;
  margin: 40px auto;
  justify-content: space-between;
  align-items: center;
}
.comm__left2 {
  text-align: right;
  margin-top: 133px;
}
.comm__left2, .comm__right2 {
  max-width: 284px;
  position: relative;
}
.comm__left2 p, .comm__right2 p {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 150%;
}
.comm__right2  {
  margin-top: -226px;
}
.comm__left2:before, .comm__right2:before {
  content: "";
  display: block;
  position: absolute;
}
.comm__left2:before {
  right: -199px;
  background: url(../img/line1.svg) no-repeat;
  top: 12px;
  left: initial;
  width: 187px;
  height: 410px;
}
.comm__right2:before {
  background: url(../img/line2.svg) no-repeat;
  top: 12px;
  left: -195px;
  width: 181px;
  height: 32px;
}
.comm__word2 {
  font-size: 15px;
  line-height: 150%;
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}
.comm__detail {
  background: #F5F5F5;
  border-radius: 20px;
  width: 100%;
  padding: 60px 74px;
  margin: 60px auto;
}
.comm__flex3  {
  justify-content: space-between;
  margin-top: 40px;
}
.comm__block1 {
  padding: 144px 60px;
  background: #FFFFFF;
  border-radius: 20px;
}
.comm__block1 p {
  font-size: 15px;
  line-height: 130%;
  font-weight: bold;
}
.comm__line2 {
  width: 340px;
  justify-content: space-between;
  margin: 0 auto 21px;
}
.comm__fig {
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.comm__block2 {
  width: 460px;
}
.comm__line2 p {
  position: relative;
}
.comm__line2 p:nth-child(1):before {
  content: "";
  display: block;
  position: absolute;
  height: 39px;
  width: 1px;
  background: #F47A20;
  top: 24px;
  left: 60px;
}
.comm__line2 p:nth-child(2):before {
  content: "";
  display: block;
  position: absolute;
  height: 39px;
  width: 1px;
  background: #F47A20;
  top: 24px;
  left: 63px;
}
.comm__fig:before {
  content: "";
  display: block;
  position: absolute;
  height: 39px;
  width: 1px;
  background: #F47A20;
  top: -46px;
  left: 61px;
}
.comm__block2 p {
  font-size: 15px;
  line-height: 155%;
  margin-bottom: 9px;
}
.or {
  font-weight: 700;
  color: #F47A20;
}
.comm__wrap {
  width: 460px;
  height: 242px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 32px 40px;
  margin-top: 46px;
}
.comm__stat {
  width: 380px;
  justify-content: space-between;
  margin-bottom: 8px;
}
.comm__stat p:nth-child(1) {
  width: 88px;
}
.comm__stat p:nth-child(3) {
  width: 219px;
  text-align: left;
}
.comm__stat p {
  font-size: 15px;
  margin: 0 !important;
}
.comm__wrap .comm__stat:nth-child(1) p {
  color: #F42020;
}
.comm__wrap .comm__stat:nth-child(2) p {
  color: #F42020;
}
.comm__wrap .comm__stat:nth-child(3) p {
  color: #F47B22;
}
.comm__wrap .comm__stat:nth-child(4) p, .comm__wrap .comm__stat:nth-child(5) p, .comm__wrap .comm__stat:nth-child(6) p {
  color: #48BA91
}
.comm__wrap2 {
  max-width: 960px;
  margin: 40px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.comm__element {
  width: 460px;
  background: #F5F5F5;
  border-radius: 20px;  
  padding: 67px 60px 60px;
  margin-bottom: 40px;
  position: relative;
  z-index: 5;
}
.comm__element p {
  font-size: 15px;
  line-height: 150%;
  margin-bottom: 9px;
}
.comm__element1 {
  padding: 110px 60px;
}
.comm__flex4  .comm__element1 {
  height: 575px;
}
.comm__wrap2 .comm__element1 {
  height: 509px;
}
.comm__image {
  max-height: 501px;
}
.comm__element_last {
  background: transparent;
  padding: 0;
  width: 380px;
  margin-left: auto;
  margin-right: 93px;
  margin-top: 16px;
}
.comm__pos {
  position: absolute;
  bottom: -499px;
  left: -240px;
  z-index: 1;
}
.comm__flex4 {
  justify-content: space-between;
  position: relative;
  z-index: 5;
  max-width: 960px;
  margin: 65px auto 0;
}
.comm__image2 {
  max-height: 568px;
}
.comm__element_center {
  max-width: 960px;
  height: 189px;
  background: #F5F5F5;
  border-radius: 20px;
  margin: 11px auto 0;
  padding: 60px;
  width: 100%;
}
.comm-table__names {
  width: 730px;
  justify-content: space-between;
  margin-bottom: 14px;
  margin-left: auto;
  align-items: center;
}
.comm-table__names p {
  text-align: center;
  width: 105px;
  font-weight: bold;
  font-size: 11px;
  line-height: 130%;
  color: #000000;
  z-index:2;
}
.comm-table__box {
  max-width: 960px;
  margin: 40px auto 0;
}
.comm-table__row {
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
}
.comm-table__row:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/dash.svg) no-repeat;
  width: 963px;
  height: 3px;
  z-index:3;
}
.comm-table__row:before {
  top: 0;
  left: 0;
}
.comm-table__row p {
  font-size: 13px;
  line-height: 130%;
  color: #000000;
  width: 210px;
}
.comm-table__row span {
  width: 105px;
  text-align: center;
  color: #000000;
  font-size: 13px;
  z-index:2;
}
.comm-table__row .comm__minus {
  color: rgba(0, 0, 0, 0.3);
}
.grey1 {
  position: absolute;
  right: 114px;
  top: 20px;
  z-index: 1;
}
.grey2 {
  position: absolute;
  right: -8px;
  top: 20px;
  z-index: 1;
}
.grey3 {
  position: absolute;
  right: 240px;
  top: 20px;
  z-index: 1;
}
.grey4{
  position: absolute;
  right: 365px;
  top: 20px;
  z-index: 1;
}
.grey5{
  position: absolute;
  right: 490px;
  top: 20px;
  z-index: 1;
}
.grey6{
  position: absolute;
  right: 610px;
  top: 20px;
  z-index: 1;
}
.comm-table__box {
  position: relative;
  margin-bottom: 60px;
}
.comm__new {
  display: none;
}
.comm {
  padding-top: 34px;
}
.d-flex {
  display: flex;
}
.detail .comm__image {
  margin: 0;
  height: 509px;
  max-width: 460px;
}
.comm__flex4 .comm__image2 {
  margin: 0;
  height: 575px;
}
.comm-table__names p:nth-child(1), .comm-table__names p:last-child {
  margin: 0 !important;
}
.comm__fig {
  margin-top: 10px !important;
}
.comm__block1 .comm__line2 p {
  margin-top: 0 !important;
  margin-bottom: 0;
}
@media screen and (max-width: 1199px) {
  .comm__line div {
    margin-left: -91px;
  }
  .comm__flex2 img {
    width: 32%;
  }
  .comm__detail {
    padding: 60px 30px;
  }
  .comm__block1 {
    padding: 144px 40px;
  }
  .comm__wrap {
    width: 100%;
    height: auto;
  }
  .comm__block2 {
    width: 431px;
  }
  .comm__element_last {
    margin-right: 64px;
  }
  .detail .comm__image {
    margin: 0;
    max-height: 505px;
    margin-bottom: 40px;
    height: auto;
  }
  .comm__flex4 .comm__image2 {
    margin: 0;
    max-height: 569px;
    height: auto;
    margin-bottom: 40px;
  }
  .comm__flex4  .comm__element1 {
    height: auto;
  }
  .comm__wrap2 .comm__element1 {
    height: auto;
  }
}
@media screen and (max-width: 991px) {
  .comm__info img {
    width: 37%;
  }
  .comm__num {
    font-size: 45px;
  }
  .comm__right, .comm__left {
    max-width: 188px;
  }
  .comm__left:before {
    left: 45px;
  }
  .comm__right:before {
    left: -26px;
  }
  .comm__flex {
    flex-direction: column-reverse;
  }
  .comm__new {
    display: block;
    border-radius: 32px;
  }
  .comm__old {
    display: none;
  }
  .comm__grey {
    width: 100%;
    height: auto;
    margin-top: 42px;
  }
  .comm__line img {
    display: none;
  }
  .comm__line div {
    width: 100%;
    margin-left: 0;
  }
  .comm__line p {
    max-width: 100%;
  }
  .comm__flex2 {
    flex-direction: column-reverse;
  }
  .comm__left2 {
    text-align: left;
    margin-top: 54px;
  }
  .comm__right2 {
    margin-top: 0;
    margin-bottom: 38px;
  }
  .comm__right2:before {
    background: #F47A20;
    width: 1px;
    height: 97px;
    bottom: initial;
    left: 50%;
    top: 248px;
  }
  .comm__left2, .comm__right2 {
    max-width: 307px;
  }
  .comm__left2:before {
    background: #F47A20;
    width: 1px;
    height: 63px;
    bottom: initial;
    left: 50%;
    top: -71px
  }
  .comm__detail {
    height: auto;
  }
  .comm__flex3 {
    flex-direction: column;
  }
  .comm__block1 {
    padding: 50px 40px;
    text-align: center;
  }
  .comm__fig {
    margin: 20px auto 0;
    width: max-content;
  }
  .comm__block2 {
    width: 100%;
    margin-top: 42px;
  }
  .comm__stat {
    margin: 0 auto;
  }
  .comm__element {
    width: 100%;
    padding: 40px !important;
  }
  .comm__image {
    max-height: 100%;
    width: 100%;
    margin-bottom: 38px;
  }
  .comm__pos {
    display: none;
  }
  .comm__element_last {
    margin-right: 0;
    margin-top: -25px;
  }
  .comm__flex4 {
    flex-direction: column;
  }
  .comm__image2 {
    margin-bottom: 42px;
  }
  .comm-table__box {
    width: 724px;
    overflow: scroll;
  }
  .comm-table__row {
    width: 960px;
  }
  .comm-table__names {
    width: 730px;
    margin-left: 232px;
  }
  .grey1 {
    right: -122px;
    top: -5px;
  }
  .grey2 {
    right: -247px;
    top: -5px;
  }   
  .grey3 {
    right: 0px;
    top: -5px;
  }   
  .grey4 {
    right: 127px;
    top: -5px;
  }   
  .grey5 {
    right: 255px;
    top: -5px;
  } 
  .grey6 {
    right: 380px;
    top: -5px;
  }      
}
@media screen and (max-width: 767px) {
  .comm__title {
    font-size: 26px;
    line-height: 32px;
  }
  .comm__left:before, .comm__right:before {
    display: none;
  }
  .comm__info {
    flex-direction: column;
  }
  .comm__left {
    margin-top: 0;
  }
  .comm__info img {
    width: 60%;
    margin-top: 40px;
  }
  .comm__right {
    margin-top: 40px;
  }
  .accordion-container .set a {
    font-size: 26px;
  }
  .comm__name {
    font-size: 16px;
  }
  .comm__section {
    background: url(../img/comm4.png) no-repeat 0 center / cover;
  }
  .comm-table__box {
    width: 542px;
  }
  .grey1 {
    right: -304px;
  }
  .grey2 {
    right: -603px;
  }  
  .grey3 {
    right: -179px;
  }    
  .grey4 {
    right: -55px;
  }  
  .grey5 {
    right: 70px;
  }    
  .grey6 {
    right: 195px;
  }   
}
@media screen and (max-width: 575px) {
  .comm__title {
    font-size: 20px;
    line-height: 28px;
  } 
  .accordion-container .set a {
    width: 100%;
    max-width: 290px;
  }
  .accordion-container .set a p {
    border-bottom: none
  }
  .comm__section {
    padding: 38px 0 30px;
  }
  .comm__section .container div p {
    font-size: 16px;
  }
  .comm__grey {
    margin-top: 42px;
    padding: 25px;
  }
  .comm__section {
    margin-top: 23px;
    background: transparent;
  }
  .comm__flex2 img {
    width: 100%;
    max-width: 290px;
    margin: 0 auto;
  }
  .comm__block1 {
    padding: 25px 20px;
  }
  .comm__block1 img {
    width: 100%;
  }
  .comm__detail {
    padding: 34px 30px;
  }
  .comm__block1 p {
    font-size: 12px;
  }
  .comm__line2 {
    width: 100%;
  }
  .comm__fig {
    width: 100%;
  }
  .comm__line2 p:nth-child(1):before {
    top: 24px;
    left: 39px;
  }
  .comm__line2 p:nth-child(2):before {
    top: 25px;
    left: 53px;
  }
  /* .comm__stat p:nth-child(3) {
    width: auto;
    text-align: center;
  } */
  .comm__wrap {
    padding: 22px 20px;
    height: auto;
  }
  .comm__stat {
    width: 100%;
    align-items: center;
  }
  .comm__stat p {
    font-size: 12px;
  }
  /* .comm__stat p:nth-child(1) {
    margin: 0 auto;
  }
  .comm__stat p:nth-child(3) {
    margin-top: -10px;
  } */
  .set > a.active p {
    text-decoration: none;
  }
  .set > a p {
    text-decoration: underline;
  }
  .comm__stat p:nth-child(1) {
    width: 76px;
  }
  .comm__stat p:nth-child(3) {
  width: 99px;
  }
  .comm__element_center {
    height: auto;
  }
  .comm-table__box {
    width: 362px;
  } 
  .grey1 {
    right: -483px;
    top: 20px;
  } 
  .grey2 {
    right: -600px;
    top: 20px;
  }   
  .grey3 {
    right: -360px;
    top: 20px;
  } 
  .grey4 {
    right: -235px;
    top: 20px;
  }  
  .grey5 {
    right: 108x;
    top: 20px;
  }   
  .grey6 {
    right: 15px;
    top: 20px;
  }    
  .comm__element p {
    font-size: 14px;
  }
  .comm__section .comm__title {
    font-size: 18px !important;
  }
  .comm__section2 {
    padding: 28px 0 60px;
  }
  .comm__image2 {
    max-height: 361px;
  }
  .comm__flex4 .comm__image2 {
    margin-bottom: 53px;
  }
  .detail .comm__image {
    margin-bottom: 40px;
  }
  .comm__right2:before {
    top: 263px;
  }
}
@media screen and (min-width: 320px) and (max-width: 374px) {
  .comm-table__box {
    width: 308px;
  }
  .grey1 {
    right: -539px;
  }
  .grey2 {
    right: -659px;
  }  
  .grey3 {
    right: -415px;
  }   
  .grey4 {
    right: -288px;
  }    
  .grey5 {
    right: -160px;
  }   
  .grey6 {
    right: -36px;
  }    
  .comm__stat p {
    font-size: 11px;
  }
  .comm__stat p:nth-child(1) {
    width: 65px;
  }
}