@charset "UTF-8";
@import "../fonts/fonts.css";

body{
  box-sizing: border-box;
  font-family: 'ReadexPro', sans-serif;
  color: var(--grey);
  margin: 0;
  padding: 0;
  font-size: 20px;
  background: #fff;
  overflow-x: hidden;
  --grey: #374C6B;
  --col-text: #2B4060;
  --black: #121924;
  --yellow: #FFBF00;
  --font-ibm: 'IBMPlex', sans-serif;
}
div, h1, h2, h3, h4, p, ul, ol, li, a, input, textarea, label, button, span{
  box-sizing: border-box;
}
.container{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px){.container{max-width: 540px;}}
@media (min-width: 768px){.container{max-width: 720px;}}
@media (min-width: 992px){.container{max-width: 960px;}}
@media (min-width: 1200px){.container{max-width: 1140px;}}
@media (min-width: 1300px){.container{max-width: 1230px;}}
@media (min-width: 1500px){.container{max-width: 1390px;}}



a, a:hover{
  text-decoration: none;
  transition: 0.5s;
  cursor: pointer;
  color: var(--grey);
}

a:hover{
  color: var(--col-text);
}

h1, h2, h3, h4, p, ul, ol{
  margin: 0;
}

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

img{
  display: block;
  width: 100%;
  max-width: 100%;
}

::-webkit-scrollbar {width: 6px;}
::-webkit-scrollbar-track {background: var(--col-text);}
::-webkit-scrollbar-thumb {
    background-color: var(--yellow);
    border-radius: 3px;
}
html, body, div, * {
    scrollbar-width: thin;
    scrollbar-color: var(--yellow), var(--col-text);
}



.mb120{margin-bottom: 120px;}
.mb80{margin-bottom: 80px;}
.mb60{margin-bottom: 60px;}
.mb50{margin-bottom: 50px;}
.mb40{margin-bottom: 40px;}
.mb25{margin-bottom: 25px;}
.mb20{margin-bottom: 20px;}
.mb15{margin-bottom: 15px;}

.ttl{
  color: var(--black);
}
.ttl.lg{
  font-weight: 700;
  font-size: 44px;
}
.ttl.sm{
  font-weight: 700;
  font-size: 24px;
}
.ttl.border-bottom{
  border-bottom: 1px solid #EEF1F6;
  padding-bottom: .35em;
}
.text{
  font-family: var(--font-ibm);
  color: var(--col-text);
  font-size: 16px;
}

.centered{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.flex{
  display: flex;
  flex-wrap: wrap;  
}
.flex.between{
  justify-content: space-between;
}
.flex.align-center{align-items: center;}

.btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 125px;
  height: 40px;
  border: none;  
  transition: 0.3s;
  font-weight: 700;
  font-size: 15px;
  border-radius: 20px;
  background: var(--yellow);
  color: var(--black);
}
.btn:hover{
  background: var(--black);
  color: var(--yellow);
}

.header{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  background: #FFF;
  border-bottom: 1px solid #EEF1F6;
  transition: 0.5s;
  padding: 20px 0;      
}
.header.sticky{
  background: rgba(255,255,255,.97);
  padding: 10px 0;
}
.ww {
  opacity: 0;
  visibility: hidden;
  transition-duration: .5s;
}
.ww.fadeUp {
  transform: translateY(200px);
}
.ww.fadeLeft {
  transform: translateX(-100%);
}
.ww.fadeRight {
  transform: translateX(100%);
}
.ww.zoomIn {
  transform: scale3d(0.3, 0.3, 0.3);
}
.ww.dn {
  transform: translate(0);
  opacity: 1;
  visibility: visible;
  transition-duration: 1s;
}


/*=============================*/
.header .logo{
  width: 135px;
  margin-right: auto;
}
.header .mod-languages{
  color: var(--black);
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  margin-left: 28px;
}
.main-intro{
  overflow: hidden;
  padding: 160px 0 60px;
}
.main-intro .ttl-box{
  width: calc(50% - 14px);
}
.main-intro .text-box{
  width: calc(50% - 14px);
}
.main-intro .partners .item{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30.4%;
  height: 72px;
  border-radius: 36px;
  border: 1px solid var(--yellow);
  padding: 16px 24px;
}
.main-intro .partners .item img{
  width: auto;
  height: auto;
  max-width: auto;
}
.what-block .ttl-box{
  width: calc(50% - 14px);
}
.what-block .text-box{
  width: calc(50% - 14px);
}
.what-wrapper .item{
  width: 30.4%;
}
.what-wrapper .item .title{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}
.what-wrapper .item .img-wrap{
  margin-bottom: 24px;
}
.intel-slider .item .title{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}
.intel-slider .item .img-wrap{
  margin-bottom: 24px;
}
.captions-list{
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 8px);
  margin-right: -8px;
}
.captions-list li{
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: var(--grey);
  font-family: var(--font-ibm);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  max-width: max-content;
  height: 32px;
  border-radius: 16px;
  border: 1px solid var(--yellow);
  padding: 6px 16px;
  margin: 0 8px 8px 0;
}
.infr-wrapper .item{
  width: calc(50% - 14px);
}
.infr-wrapper .item .title{
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 24px;
}
.infr-wrapper .item .img-wrap{
  margin-bottom: 24px;
}
.bottom-block{
  background: #F6F8FA;
  padding-top: 80px;
}
.miss-block .ttl-box{
  width: calc(50% - 14px);
}
.miss-block .text-box {
  width: calc(50% - 14px);
}
.val-list{
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-right: -24px;
}
.val-list li{
  width: calc(33.3% - 48px);
  margin: 0 24px 48px;
}
.val-list .ico{
  width: 48px;
  height: 48px;
  background-repeat: none;
  background-position: center;
  background-size: contain;
  margin-bottom: 24px;
}
.val-list .title{
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 16px;
}
.team-block .text-box {
  max-width: 1100px;
}
.contact-block{
  background: linear-gradient(180deg, #EEF1F6 -117.19%, rgba(238, 241, 246, 0.00) 100%);
  padding: 80px 0;
}
.contact-block .ttl{
  color: var(--grey);
}
.footer{
  border-top: 1px solid #E6EAF2;
  padding: 120px 0;
}
/*===============================*/


@media (max-width: 1499.9px){}
@media (max-width: 1199.9px){
  .main-intro .ttl-box{
    width: 100%;
    margin-bottom: 40px;
  }
  .main-intro .text-box{
    width: 100%;
  }
  .what-block .ttl-box{
    width: 100%;
    margin-bottom: 40px;
  }
  .what-block .text-box{
    width: 100%;
  }
  .val-list li{
  width: calc(50% - 48px);}

} 
@media (max-width: 991.9px){}
@media (max-width: 767.9px){
  .mb120{margin-bottom: 80px;}
  .mb80{margin-bottom: 50px;}
  .mb60{margin-bottom: 30px;}
  .mb50{margin-bottom: 30px;}
  .mb40{margin-bottom: 25px;}
  .mb25{margin-bottom: 20px;}
  .mb20{margin-bottom: 15px;}
  .mb15{margin-bottom: 12px;}
  .ttl.lg {font-size: 36px;}
  .what-wrapper .item{width: 100%; margin-bottom: 24px}
  .what-wrapper .item .title{margin-bottom: 12px}
  .what-wrapper .item .img-wrap{margin-bottom: 12px}
  .intel-slider .item .title{margin-bottom: 12px;}
  .intel-slider .item .img-wrap{margin-bottom: 12px;}
  .infr-wrapper .item{width: 100%; margin-bottom: 24px}
  .infr-wrapper .item .title{margin-bottom: 12px}
  .infr-wrapper .item .img-wrap{margin-bottom: 12px}
  .miss-block .ttl-box{width: 100%; margin-bottom: 24px}
  .miss-block .text-box{width: 100%;}
  .contact-block{padding: 40px 0}
  .footer{padding: 60px 0}

}
@media (max-width: 576px){
  .mb120{margin-bottom: 60px;}
  .mb80{margin-bottom: 40px;}
  .mb60{margin-bottom: 30px;}
  .mb50{margin-bottom: 25px;}
  .mb40{margin-bottom: 20px;}
  .mb25{margin-bottom: 15px;}
  .mb20{margin-bottom: 10px;}
  .mb15{margin-bottom: 8px;}
  .main-intro{padding: 120px 0 50px}
  .main-intro .partners .item{
    width: 100%;
    height: 48px;
    border-radius: 24px;
    padding: 16px;
    margin-bottom: 8px;
  }
  .intel-slider{width: 90%}
  .val-list li{width: calc(100% - 48px); margin-bottom: 24px}
  .val-list .ico{margin-bottom: 16px}
  .val-list .title{margin-bottom: 12px}
}

/*===============================*/
