@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Medium.eot');
    src: url('../fonts/PPNeueMontreal-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPNeueMontreal-Medium.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Medium.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PP Neue Montreal';
    src: url('../fonts/PPNeueMontreal-Bold.eot');
    src: url('../fonts/PPNeueMontreal-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PPNeueMontreal-Bold.woff2') format('woff2'),
        url('../fonts/PPNeueMontreal-Bold.woff') format('woff'),
        url('../fonts/PPNeueMontreal-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-SemiBold.eot');
    src: url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Inter-SemiBold.woff2') format('woff2'),
        url('../fonts/Inter-SemiBold.woff') format('woff'),
        url('../fonts/Inter-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
h2{
  margin-top: 0;
  margin-bottom: 40px;
}
p{
  margin: 0;
}
main {
  display: block;
  overflow: hidden;
}


hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
button,
input { /* 1 */
  overflow: visible;
}
button,
select { /* 1 */
  text-transform: none;
}
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}
ul{
  list-style: none;
  padding: 0;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
details {
  display: block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
*{
    box-sizing: border-box;
}
body {
  margin: 0;
  background-color: #0F0F0F;
  font-family: "PP Neue Montreal",sans-serif;
  color: #fff;
  font-size: 16px;
}
.container{
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.d-flex{
  display: flex;
}
.main_title{
  font-size: 90px;
  font-weight: bold;
  line-height: 80%;
  margin-bottom: 32px;
}
.main_title span{
color: #0D0A07;
  z-index: -1;
  position: relative;
  border-radius: 12px;
  display: inline-block;
  padding-left: 6px;
  padding-bottom: 2px;
  margin-bottom: -7px;
  margin-top: 5px;
  padding-right: 6px;
  background: linear-gradient(270deg, #F59A25 0%, #ED720C 100%);
  line-height: 85px;
}
.small{
  font-size: 24px;
  font-weight: 500;
  color: #bfc5c3;
  max-width: 330px;
  display: block;
  margin:0 auto 56px;
}
.btn_reg{
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  background: linear-gradient(270deg, #F59A25 0%, #ED720C 100%);
  box-shadow: 0px 9px 44px rgba(9, 14, 18, 0.5);
  text-decoration: none;
  color: #0F0F0F;
  display: inline-flex;
  align-items: center;
  width: 190px;
  font-weight: 500;
  height: 58px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: .3s ease;
}
.btn_reg:hover{
  transition: .3s ease;
  background: #fff;
}
.btn_reg span{
  position: relative;
  z-index: 1;
}
.btn_reg:before,.btn_reg:after{
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 38.78%, rgba(255, 255, 255, 0.6) 46.4%, rgba(255, 255, 255, 0) 55.84%);
}
.btn_reg:before{
  transform: translate(-70%,0%);
  left: 0;
  animation: btn_anim 2.5s linear infinite;
}
.btn_reg:after{
  right: 0;
  transform: translate(70%,0%);
  animation: btn_anim_revers 2.5s linear infinite;
}
@keyframes btn_anim {
  0% {
    transform: translate(-70%,0%);
  }
  25% {
    transform: translate(-35%,0%);
  }
  50% {
    transform: translate(0%,0%);
  }
  75% {
    transform: translate(35%,0%);
  }
  100% {
    transform: translate(70%,0%);
  }
}
@keyframes btn_anim_revers {
  0% {
    transform: translate(70%,0%);
  }
  25% {
    transform: translate(35%,0%);
  }
  50% {
    transform: translate(0%,0%);
  }
  75% {
    transform: translate(-35%,0%);
  }
  100% {
    transform: translate(-70%,0%);
  }
}
.first-screen{
  padding-top: 173px;
  position: relative;
  text-align: center;
  overflow: hidden;
  padding-bottom: 135px;
  background-image: url('../img/first_bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
.first-screen:before{
  content: "";
  background-image: url('../img/decore_1.svg');
  width: 100%;
  height: calc(100% + 173px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transform-origin: center center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition: .5s ease;
  z-index: -1;
  animation: first-scale 8s linear infinite;

}
    @keyframes first-scale {
      0% {
        transform: translate(-50%,-50%);
      }
      25% {
        transform: translate(-50%,-55%);
      }
      50% {
        transform: translate(-50%,-60%);
      }
      75% {
        transform: translate(-50%,-55%);
      }
      100% {
        transform: translate(-50%,-50%);
      }
    }
h2{
  font-size: 60px;
  font-family: 'Inter',sans-serif;
  font-weight: 600;
  text-align: center;
  line-height: 60px;
}
h2 span{
  color: #0D0A07;
  z-index: -1;
  position: relative;
  border-radius: 12px;
  display: inline-block;
  padding-left: 6px;
  padding-bottom: 0px;
  margin-bottom: -25px;
  margin-top: 5px;
  padding-right: 6px;
  background: linear-gradient(270deg, #F59A25 0%, #ED720C 100%);
  line-height: 65px;
}
.wrap-row{
  flex-wrap: wrap;
}
.sp-btween{
  justify-content: space-between;
}
.trade .item_block {
  width: calc(50% - 16px);
  background-color: rgba(8, 6, 4, 0.5);
  position: relative;
  margin-bottom: 32px;
  padding:56px 40px 0;
  overflow: hidden;
  border-radius: 40px;
  z-index: 0;
  background-repeat: no-repeat;
  background-position: center bottom;
  height: 584px; 
}
.trade h2{
  margin-bottom: 70px;
}
.trade .item_block.small_block{
  height: 276px;
  padding-top: 40px;
  background-position: 40px calc(100% - 40px);
  background-color: rgba(98, 89, 80, 0.3);
}
.trade .item_block.small_block.last{
  background-position: calc(100% - 32px) calc(100% - 18px);
}
.trade .item_block.small_block p{
  text-align: left;
}
.trade .left{
  width: calc(50% - 16px);
}
.trade .right{
  width: calc(50% - 16px);
}
.trade .left .item_block,.trade .right .item_block{
  width: 100%;
}

.trade .item_block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1px; 
  border-radius: 40px;
  background: linear-gradient(170deg, rgba(82, 88, 93, 0.1) 0%, rgba(82, 88, 93, 0.4) 100%);
  -webkit-mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}
.item_block p{
  font-family: 'Inter',sans-serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: -2%;
  text-align: center;
}

.center{
  align-items: center;
  text-align: center;
}
.f_width{
  width: 100%;
}
.btn_reg.f_width{
  margin-top: 24px;
}
.more{
  color: #F59A25;
  font-size: 16px;
  text-decoration: none;
}
.more img {
  display: inline-block;
  margin-left: 8px;
  vertical-align: middle;
  transition:.3s ease;
}
.more:hover img {
  transform: translate(10px);
}
.better .btn_reg{
  width: 228px;
}
.trade{
  margin-bottom: 100px;
  position: relative;
  z-index: 1;
  padding-bottom: 120px;
  background-color: rgba(37,36,35,0.11);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
}
.trade:before{
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: -50px;
  height: 200px;
  backdrop-filter: blur(40px);
  z-index: -1;
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
}
.trade .anim_block{
  position: relative;
  overflow: hidden;
  padding-top: 50px;
}
.trade .anim_block:after{
  content: "";
    background-image: url('../img/decore_2.svg');
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center center;
    background-size: contain;
  animation: spin-scale 15s linear infinite;
    background-repeat: no-repeat;
    z-index: -1;
}

    @keyframes spin-scale {
      0% {
        transform:translate(-50%,-50%) rotate(0deg) scale(1);
      }
      25% {
        transform:translate(-50%,-50%) rotate(90deg) scale(0.7);
      }
      50% {
        transform:translate(-50%,-50%) rotate(180deg) scale(0.9);
      }
      75% {
        transform:translate(-50%,-50%) rotate(270deg) scale(0.7);
      }
      100% {
        transform:translate(-50%,-50%) rotate(360deg) scale(1);
      }
    }
.better .small{
  max-width: 100%;
  text-align: center;
  margin-bottom: 85px;
}
.better h2{
  margin-bottom: 32px;
}
.better h2 span{
  line-height: 56px;
  padding-bottom: 14px;
}
.better .d-flex{
  margin-bottom: 98px;
}
.better{
  margin-bottom: 120px;
  position: relative;
}
.better:before{
  content: "";
  position: absolute;
  background-image: url('../img/decore_3.svg');
  width: 100%;
  height: 1200px;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: top right;
  top: -635px;
  animation: spin-no-scale 15s linear infinite;
}

    @keyframes spin-no-scale {
      0% {
        top:-635px;
        transform: scale(1);
      }
      25% {
        top:-675px;
        transform:scale(0.8);
      }
      50% {
        top:-705px;
        transform:scale(0.9);
      }
      75% {
        top:-675px;
        transform:scale(0.8);
      }
      100% {
        top:-635px;
        transform:scale(1);
      }
    }
.part_block p{
  text-align: center;
  font-size: 24px;
  margin-top: 24px;
}
footer{
  padding-top: 80px;
  position: relative;
  padding-bottom: 80px;
  overflow: hidden;
}
footer:before{
  position: absolute;
  left: 50%;
  content: "";
  bottom: -1020px;
  transform: translate(-50%,0);
  width: 1040px;
  height: 1040px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  filter: blur(100px);
}
.copyright{
  color: #bfc5c3;
}
@media(max-width:1199px){
  .container{
    width: 970px;
  }
  .main_title{
    font-size: 70px;
  }
  .small{
    font-size: 20px;
  }
  h2{
    font-size: 40px;
    line-height: 40px;
  }
  h2 span{
    line-height: 46px;
    padding-bottom: 2px;
  }
  .item_block p{
    font-size: 25px;
  }
  .trade .item_block{
    padding-top: 40px;
    background-size: cover;
    height: 460px;
  }
  .trade .item_block.small_block{
    background-size: auto;
  }
  .trade .right .item_block:last-child{
    height: 335px;
  }
  .trade .left .item_block:last-child{
    background-size: contain;
  }
  .trade{
    margin-bottom: 50px;
  }
  .better::before{
    background-size: contain;
    top: -412px;
    animation: none;
  }
  .part_block img{
    display: block;
    width: 90%;
  }
  .part_block p{
    font-size: 21px;
  }
  .better h2 span {
    line-height: 40px;
    padding-bottom: 9px;
  }
}

@media(max-width:992px){
  .trade .anim_block::after {
    animation: none;
    background-size: auto;
    background-position: center center;
  }
  .trade .right .item_block:last-child {
    height: 257px;
  }
  .trade .item_block.small_block.last{
    background-position: calc(100% - 10px) calc(100% - 18px);
    background-size: 60% auto;
  }
  .trade .item_block.small_block{
    height: 225px;
  }
  .trade .item_block:first-child{
    background-size: 80% auto;
  }
  .trade .left .item_block:first-child{
    background-size: cover;
  }
  .trade .right .item_block:first-child{
    background-size: 65% auto;
  }
  .trade .item_block{
    height: 370px;
  }
  .trade .anim_block{
    padding-top: 20px;
  }
  .first-screen{
    padding-bottom: 60px;
    margin-bottom: 35px;
  }
  .container{
    width: 730px;
  }
  .main_title{
    font-size: 64px;
    margin-bottom: 30px;
  }
  .trade .item_block:last-child p{
    margin-bottom: 35px;
  }
  .trade{
    margin-bottom: 20px;
  }
}
@media(max-width:767px){
  .trade .anim_block::after {
    animation: none;
    background-size: auto;
    background-position: center center;
  }
  .first-screen::before {
    background-size: auto;
    background-position: center center;
    top: 70%;
  }
  .container{
    width: 100%;
  }
  .small{
    max-width: 70%;
    font-size: 16px;
    margin: 0 auto 10px;
  }
  
  .main_title{
    margin-bottom: 20px;
  }
  h2{
    font-size: 32px;
    line-height: 32px;
  }
  h2 span {
    line-height: 35px;
    padding-bottom: 2px;
  }
  .trade .d-flex.wrap-row.sp-btween{
    flex-flow: column;
  }
  .trade .item_block{
    width: 100%;
    max-width: 360px;
    margin: 0 auto 12px;
  }
  .trade .left{
    width: 100%;
  }
  .trade .right{
    width: 100%;
  }
  .item_block p{
    font-size: 20px;
  }
  .trade{
    padding-bottom: 40px;
  }
  .part_block{
    width: 50%;
    margin-bottom: 30px;
  }
  .part_block p{
    margin-top: 8px;
  }
  .better .d-flex{
    flex-wrap: wrap;
  }
  footer .d-flex{
    flex-flow: column;
  }
  footer .d-flex div{
    margin-bottom: 30px;
  }
  .better h2 span{
    padding-bottom: 3px;
  }
  .main_title span{
    line-height: 60px;
  }
  .trade h2{
    margin-bottom: 30px;
  }
  .better .d-flex{
    margin-bottom: 25px;
  }
  .better{
    margin-bottom: 25px;
  }
  footer{
    padding-top: 60px;
    padding-bottom: 50px;
  }
}
@media(max-width:480px){
  .main_title{
    font-size: 53px;
  }
  .better .d-flex{
    flex-flow: column;
  }
  .part_block{
    width: 100%;
  }
  .part_block img{
    display: inline-block;
    width: 100%;
  }
}

header{
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
  width: 100%;
  padding: 20px 0;
}
header .container{
  max-width: 1406px;
}
header .row{
  display: flex;
  align-items: center;
}
.btn_wrap{
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(7.5px);
  padding: 8px;
  display: flex;
  gap:8px;
}
.header_btn{
  font-size: 16px;
  font-weight: 500;
  border-radius: 12px;
  background: #0F0F0F;
  box-shadow: 0px 9px 44px rgba(9, 14, 18, 0.5);
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  height: 58px;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: .3s ease;
  padding: 0 24px;
}
.header_btn:hover{
  background-color: #F59A25;
  color: #fff;
}
header .row .lang-sw{
  margin-left: auto;
  margin-right: 30px;
  display: flex; align-items: center;
  position: relative;
}
header .row .lang-sw a{
  display: flex;
  width: 58px;
  height: 58px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border:1px solid rgba(191, 197, 195, 0.10);
}
header .row .lang-sw a img{
  width: 24px;
  height: 24px;
  border-radius: 12px;
  object-fit: cover;
}
header .row .lang-sw .dropdown{
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease;
}
header .row .lang-sw:hover .dropdown{
  opacity: 1;
  visibility: visible;
}

/*modals*/

.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(37, 36, 35, 0.11);
  backdrop-filter: blur(50.5px);
  overflow: auto;
}

.modal-box {
  position: absolute;
  width: 342px;
  max-width: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation-name: modalbox;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(0,0,.3,1.6);
  background: rgba(8, 6, 4, .3);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.21);
  border-radius: 3px;
  padding: 40px 35px;
  border-radius: 24px
}


.modal-header {
  line-height: 24px;
}


/* Close Button */
.close-modal {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    color: #6B6B69;
    padding: 16px;
    line-height: 1;
}
.close-modal:hover{
  opacity: 1;
  color: #fff;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: 0;
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}

/*form in modal*/
.modal_title{
    text-align: center;
    margin-bottom: 32px;
    color: #fff;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 30px */
    letter-spacing: -0.6px;
}
.modal_form{
  text-align: center;
    color: #fff;
}
.modal_form .btn{
  border: none;
    outline: none;
    background-color: #090E12;
    height: 48px;
    text-transform: none;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    color: #fff;
    border-radius: 4px;
    transition: all .3s ease;
    cursor: pointer;
}
.modal_form .btn:hover{
    color: #090E12;
    background-color: #F59A25;
}
.modal_form .btn:focus{

}
.modal_form .form-group{
    margin-bottom: 8px;
}
.modal_form p{
  position: relative;
  margin: 0 0 35px;
}
.modal_form label{
  display: block;
  z-index: 2;
  position: absolute;
  background-color: #28282c;
  padding: 0 7px;
  left: 10px;
  top: -10px;
  font-weight: 300;
}
.modal_form input{
  display: block;
  font-weight: 300;
  background-color: transparent;
  border-radius: 8px;
  border: 1px solid rgba(191, 197, 195, 0.20);
  line-height: 38px;
  width: 100%;
  color: #fff;
  padding: 0 15px;
  text-align: center;
  outline: none;
}
.modal_form button{
  width: 100%;
  justify-content: center;
  border-radius: 8px;
  border: none;
}
.error-message{
  display: block;
  font-size: 12px;
  color:red;
}
.lost-password{
  margin-top: 12px;
}
.lost-password a{
  color: #F59A25;
}
.block-privacy-policy{
  font-size: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .first-screen{
    padding-top: 200px;
  }
  header .row{
    flex-wrap: wrap;
    justify-content: center;
  }
  header .btn_wrap{
    margin-left: 12px;
  }
  header .btn_reg{
    display: none;
  }
  header .logo_wrap{
    text-align: center;
  }
  .header_btn,
  header .btn_reg{
    width: auto;
    padding: 0 16px;
    font-size: 14px;
  }
  header .row .lang-sw{
    margin: 0 0 0 auto;
  }
  header .row .lang-sw a{
    font-size: 14px;
  }
  header .row .lang-sw a+a{
    border: none;
    padding: 0;
    margin: 5px 0 0;
  }
  .logo_img img{
    width: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .better .d-flex{
    display: block;
    position: relative;
  }
  .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    margin-top: 15px;
  }
  .slick-dots li button{
    font-size: 0;
    padding: 0;
    background-color: #bfc5c3;
    border: none;
    width: 24px;
    height: 4px;
    border-radius: 2px;
  }
  .slick-dots li.slick-active button{
    background-color: #F59A25;
  }
  .better .d-flex .part_block{
    text-align: center;
    margin-bottom: 0;
  }
  .better .d-flex .part_block img{
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 767px){
  .better .d-flex{
    max-width: 260px;
    margin-right: auto;
    margin-left: auto;
  }  
}