@font-face {
  font-family: 'RF Dewi';
  src: url('../fonts/RFDewiRegular.woff2') format('woff2'),
       url('../fonts/RFDewiRegular.woff') format('woff'),
       url('../fonts/RFDewiRegular.ttf')  format('truetype');
       font-weight: 400;
}

@font-face {
  font-family: 'RF Dewi';
  src: url('../fonts/RFDewiSemibold.woff2') format('woff2'),
       url('../fonts/RFDewiSemibold.woff') format('woff'),
       url('../fonts/RFDewiSemibold.ttf')  format('truetype');
       font-weight: 600;
}

@font-face {
  font-family: 'RF Dewi';
  src: url('../fonts/RFDewiBold.woff2') format('woff2'),
       url('../fonts/RFDewiBold.woff') format('woff'),
       url('../fonts/RFDewiBold.ttf')  format('truetype');
        font-weight: 700;
}

html {
	font-size: 18px;
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}
* {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
}
a {
    transition: 0.2s;
    color: #E8028F;
}
svg {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

body {
    background: url(../img/bg.png) no-repeat 100% 100%;
    background-size: cover;
}
@media (max-width: 767px) {
    body {
        background: url(../img/bg.png) no-repeat 80% 0;
        background-size: cover;
    }
}

.page {
    background-image: url(../img/bg-t.png), url(../img/bg-b.png); 
    background-repeat: no-repeat, no-repeat; 
    background-position: 0 0, 0 100%; 
    background-size: 100% auto, 100% auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    overflow: hidden;
    min-height: 100vh;
}
@media (max-width: 767px) {
    .page {
        background: none;
    }
}

.header {
    width: 100%;
}

.header__inner {
    max-width: 1600px;
    height: 110px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

@media (max-width: 767px) {
	.header__inner {
	    padding-left: 20px;
	    padding-right: 20px;
        flex-wrap: wrap;
        height: auto;
        padding-top: 20px;
	}
}

.header__inner__item {
    margin-right: 30px;
    margin-left: 30px;
}
@media (max-width: 1024px) {
    .header__inner__item {
        margin-left: 0px;
    }    
}
@media (max-width: 767px) {
    .header__inner__item {
        margin-right: 0;
        width: 100%;
    }
}

.header__inner__item:first-child,
.header__inner__item:last-child {
    width: 202px;
    margin: 0;
}

@media (max-width: 1024px) {
    .header__inner__item:first-child {
        display: none;
    }
}
@media (max-width: 767px) {
    .header__inner__item:last-child {
        width: 100%;
    }
}

.logo-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .logo-list {
        margin-bottom: 15px;
    }
}

.logo-list__item {
    margin-left: 30px;
    margin-right: 30px;
}
@media (max-width: 767px) {
    .logo-list__item {
        margin-right: 0px;
        margin-left: 20px;
    }    
}

@media (max-width: 1024px) {
    .logo-list__item:first-child {
        margin-left: 0;
    }
}

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

.header__nav {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.btn-site,
.btn-exit {
    font-family: 'RF Dewi', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: #D42027;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 91px;
    width: 91px;
    height: 40px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 7px;
    margin-left: 20px;
}
@media (max-width: 767px) {
    .btn-exit {
        height: auto;
        width: auto;
        padding: 10px;
        font-size: 14px;
    }
}

.btn-site img {
    margin-right: 8px;
}

.btn-exit {
    color: #26ADC6;
}

@media (max-width: 767px) {
    .btn-site {
        font-size: 14px;
        padding: 8.5px 10px;
    }

}

.page__main {
    display: flex!important;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    position: relative;
    justify-content: center;
}

.footer__inner {
    max-width: 1600px;
    padding-left: 40px;
    padding-right: 40px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    display: flex;
    align-items: center;
    height: 150px;
}
@media (max-width: 767px) {
	.footer__inner {
	    padding-left: 20px;
	    padding-right: 20px;
        height: auto;
	}
}

@media (max-width: 767px) {
    .footer__item {
        margin-left: 20px;
        margin-right: 20px;
    }
    .footer__item:first-child,
    .footer__item:last-child {
        margin-left: 0;
        margin-right: 0;
    }
}

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

.footer__link {
    text-decoration: none;
}

.address {
    display: flex;
    align-items: center;
    font-family: 'RF Dewi', sans-serif;
    font-weight: 400;
    font-size: 12px;    
    color: #fff;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .address {
        font-size: 11px;    
        min-width: 150px;
        margin-bottom: 10px;
    }
}

.address img {
    display: block;
    width: 16px;
    min-width: 16px;
    margin-right: 10px;
}

.footer__item__social {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
}



#exit {
    cursor: pointer;
}

.disable {
    display: none !important;
}

.MuiCircularProgress-root {
    color: #fff !important;
}
.CircularContainer svg circle {
    stroke: #fff !important;
}
