*,
*::before,
*::after {
    padding: 0;
    margin: 0;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}
body {
    margin: 0;
    font-size: 16px;
    line-height: normal;
    font-family: "Radio Canada Big", sans-serif;
    position: relative;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    min-width: 320px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-family: inherit;
    margin: 0;
    font-weight: 700;
    color: #3F3F3F;
}
a{
    color: inherit;
    display: inline-block;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
li {
    list-style: none;
}
img {
    display: block;
    max-width: 100%;
}
/*== buttons
---------------------------------*/
button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    overflow: visible;
    width: auto;
    outline: none;
    box-shadow: none;
    font-family: inherit;
}

button:hover,
button:focus,
button:active {
    outline: none;
    text-decoration: none;
}

/*== inputs
---------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    height: 80px;
    outline: none;
}

.b-input-text {
    width: 100%;
    height: 52px;
    background: rgba(255, 255, 255, 0.42);
    mix-blend-mode: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #333333;
    transition: 0.3s;
    padding: 0 15px 0 33px;

}

.b-input-text::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #A7A7A7;
}

.b-input-text:-moz-placeholder {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    color: #A7A7A7;
}

.b-input-text.error {
    border-color: #EF4231;
}

textarea {
    height: 80px;
    outline: none;
    resize: none;
}

.b-textarea {
    width: 100%;
    height: 180px;
    background: #FFFFFF;
    border: 1px solid #CAD1D7;

    border-radius: 10px;
    padding: 20px 30px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #888888;
}

.b-textarea::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #888888;
}

.b-textarea:-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #888888;
}

/*== checkbox , raido
---------------------------------*/
.b-checkbox {}

.b-checkbox input[type="checkbox"] {
    display: none;
}

.b-checkbox input[type="checkbox"]+label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.b-checkbox input[type="checkbox"]+label span {
    border: 1px solid #9C9C9C;;
    border-radius: 0px;
    background: #fff;
    width: 20px;
    height: 20px;
    position: relative;
    margin: 0 11px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}

.b-checkbox input[type="checkbox"]:checked+label span {
    background: #fff url("../images/check.svg") center no-repeat;
}

.b-checkbox input[type="checkbox"]+label i {
    padding: 0px 0 0 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.14286;
    color: #6B6B6B;
    font-style: normal;
    cursor: pointer;
}

.b-checkbox input[type="checkbox"]+label i a {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.66667;
    color: #24192c;
    text-decoration: underline;
    margin: 0 0 0 5px;
}

.b-checkbox input[type="checkbox"]+label i a:hover,
.b-checkbox input[type="checkbox"]+label i a:focus,
.b-checkbox input[type="checkbox"]+label i a:active {
    text-decoration: none;
    opacity: 0.8;
    transition: 0.3s;
}

.b-check {
    margin: 10px 0 0 0;
}

.b-check input[type="checkbox"] {
    display: none;
}

.b-check input[type="checkbox"]+label span {
    width: 11px;
    height: 11px;
    color: rgba(36, 39, 52, 0.35);
    font-size: 11px;
    flex-shrink: 0;
    margin: 2px 4px 0 0;
    cursor: pointer;
}

.b-check input[type="checkbox"]+label {
    cursor: pointer;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}

.b-check input[type="checkbox"]:checked+label span {
    width: 11px;
    height: 11px;
    color: #333333;
}

.b-check input[type="checkbox"]+label i {
    font-style: italic;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    color: rgba(36, 39, 52, 0.35);
    cursor: pointer;
}

.b-check input[type="checkbox"]:checked+label i {
    color: #333333;
}

/*== raido
---------------------------------*/
.b-radio {
    margin: 0 0 11px 0;
}

.b-radio input[type="radio"] {
    display: none;
}

.b-radio input[type="radio"]+label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.b-radio input[type="radio"]+label span {
    width: 16px;
    height: 16px;
    background: #FFFFFF;
    border: 1px solid #9C9C9C;
    border-radius: 100%;
    transition: 0.3s;
    position: relative;
    margin: 0 9px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}

.b-radio input[type="radio"]+label span:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 10px;
    height: 10px;
    background: #6B6B6B;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.b-radio input[type="radio"]:checked+label span {
    width: 16px;
    height: 16px;
    border: 1px solid #9C9C9C;
    border-radius: 100%;
    transition: 0.3s;
}

.b-radio input[type="radio"]:checked+label span:after {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.b-radio input[type="radio"]+label i {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.92857;
    color: #6B6B6B;
    padding: 0;
    font-style: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}

select {
    outline: none;
    font-family: inherit;
}

.b-select {
    border: 1px solid #a2a2a2;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    color: #A8A8A8;
    padding: 0 1px;
    background: #ffffff url(../images/select-arrow.svg);
    background-repeat: no-repeat;
    background-position: right 13px center;
    background-size:17.741px 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    
}


/* End Total css ====*/

.container {
    max-width: 1014px;
    margin: 0 auto 0;
    padding: 0 15px;
}

.b-container {
    min-height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: clip;

}

.b-container > main {
    flex-grow: 1;
}
.live__chat{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
    width: 100px;
    height: 100px;
    background-color: rgba(29, 24, 41, 0.82);
    border-radius: 50%;
    flex-shrink: 0;
    aspect-ratio: 1/1;
    transition: 3ms cubic-bezier(0.4, 0, 0.2, 1);

    &:hover {
        background-color: rgba(29, 24, 41, 1);
    }

    &:hover svg .chat_path-1{
        fill: #20A061;
    }
         &:hover svg .chat_path-2 {
             fill: #A582FC;
         }
}

/* ========= page index ========= */
.header {
    
}
.header__top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 19px 0;
    border-bottom: 1px solid #DFDFDF;
}
.logo{
    display: flex;
    gap: 13px;
    align-items: center;
    justify-content: center;
    
}
.logo p {
    color: #2D2D2D;
    font-size: 18px;
    transition: 0.3s;
}
.logo p span{
    font-weight: 700;
}
.logo:hover p {
    color: #5F547E;
}
.logo svg path{
    transition: 0.3s;
}
.logo:hover svg .logo__path-1 {
    fill: #5F547E;
}
.logo:hover svg .logo__path-2{
    fill:#594C85;
    fill-opacity:0.22;
}
.header__top-rigth{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 24px;
}
.header__top-item {
    color: #444;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
    transition: 0.3s;
}
.header__top-item:hover {
    opacity: 0.7;
}
.header__down{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav ul{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 37px;
}
.nav ul li {
    position: relative;
    transition: opacity 0.3s;
}
.nav ul li a {
    display: block;
    padding: 16px 0 16px 0;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    color: #444;
    letter-spacing: 0.48px;
    transition: 0.3s;

}
.nav ul li:hover a {
    color: #20A061;

    &::after{
            content: "";
            position: absolute;
            display: block;
            width: 100%;
            height: 4px;
            bottom: 0;
            
            background-color: rgba(95, 177, 48, 0.40);
            opacity: 1;
    }
}
.active::after{
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    bottom: 0;
        
    background-color: #20A061;
    opacity: 1;
}

.active a{
    cursor: default;
}
li.active:hover {
    pointer-events: none;
   
}
.header__btn{
    width: 182px;
    height: 60px;
    background: #2D2D2D;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 3.18;
    text-transform: uppercase;
    display: flex;
    gap: 14.62px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;

    &:hover {
        background: #20A061;
    }
    
}
.header__btn svg{
    margin-top: 5.73px;
}
.header__btn svg path {
    transition: fill 0.3s, fill-opacity 0.3s;
}
.header__btn:hover svg path {
    fill: white;
    fill-opacity: 1;
}
.header__right{
    display: none;
}
.mob__btn{
    display: none;
}

/* ========= hero========= */
.hero{
    background: linear-gradient(270deg, rgba(255, 228, 217, 0.89) 24.96%, rgba(242, 222, 190, 0.00) 50%), linear-gradient(270deg, rgba(255, 223, 200, 0.31) 50%, rgba(179, 151, 243, 0.31) 73.63%), #EFEFEF;
    padding-top: 84px;
    padding-bottom: 43.58px;
}
.hero__top{
    display: flex;
    gap: 29px;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -125.11px;
}
.hero__text{
    max-width: 318px;
    color: #848484;
    font-size: 12px;
    font-weight: 500;
}
.hero__bottom, .hero__content{
    display: flex;
    gap: 74px;
    align-items:flex-start

}
.hero__bottom{
    margin-top: 28.11px;
}
.hero__title{
    max-width: 280px;
    color: #3F3F3F;
    font-size: 60px;
    font-weight: 700;
    line-height: 0.90;
    text-transform: uppercase;
    
}
.hero__content p{
    max-width: 280px;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.hero__content p a {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}
.hero__content-rigth ul{
    display: flex;
    gap: 8px;
    align-items: center;
}
.hero__content-rigth p{
    margin-bottom: 16px;
}
/* ========= standart========= */

.standart{
    padding-top: 74px;
    padding-bottom: 104px;
    background: #FCF9ED;
}
.standart__title {
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
    margin-bottom: 71px;
}

.standart ul{
    display: flex;
    gap: 96px;
}

.standart ul li svg{
    margin-bottom: 27px;
}
.standart ul li p{
    max-width: 150px;
    color: #2D2D2D;
    font-size: 16px;
    font-weight: 400;
}


/* ========= about========= */
.about{
    background: linear-gradient(90deg, #FAD4A8 15.65%, #FFF6CA 61.21%), linear-gradient(90deg, #FAD4A8 38.66%, #FFF6CA 43.44%);
    overflow: hidden;
}
.about .container{
    position: relative;
    display:flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 105px;
}
.about__content-left{
    max-width: 460px;
}
.about__img{
    width: 396.602px;

}
 .about__content-rigth::after {
     content: '';
     position: absolute;
     top: 0;
     right: 15%;
     background-image: url('../images/about-img.png');
     background-repeat: no-repeat;
     width: 396.602px;
     height: 541.241px;
     z-index: 2;
     
 }
.ellipse__green{
    position: absolute;
    bottom: 50%;
    z-index: 1;
    width: 528.828px;
    height: 528.828px;
    border-radius: 50%;
    border: 1px solid #20A061;
    flex-shrink: 0;
}
.ellipse__red {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 528.828px;
    height: 528.828px;
    border-radius: 50%;
    border: 1px solid #E94333;
    flex-shrink: 0;
    
}
.about__title {
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
    padding-top: 73px;
    margin-bottom: 40.49px;
}
.about__text{
    color: #4C4C4C;
    font-size: 16px;
    
    &:not(:last-child){
        margin-bottom: 46px;
    }
}

/* ========= support========= */
.support {
    background: linear-gradient(0deg, #EFECDE 0%, #EFECDE 100%),linear-gradient(90deg, #FDE5D9 26.64%, #E1D7F9 73.84%);
}
.support .container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    padding-top: 78.15px;
    padding-bottom: 78.25px;
}
.support__title{
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.10;
    text-transform: uppercase;
    margin-bottom: 38.11px;
}
.support__text{
    max-width: 494px;
    color: #3F3F3F;
    font-size: 16px;
}
.support svg {

    @media screen and (min-width: 768px) {
        grid-column: 2;
        grid-row: 1 / span 2;
        justify-self: center;
        
    }

}

/* ========= footer========= */
.footer{
    background: #2D2D2D;
    
}
.footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18.5px 15px 18.5px 15px;
}
.footer__logo{
    display: flex;
    gap: 9px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;

}
.logo:hover p {
    color: #5F547E;
}

.logo svg path {
    transition: 0.3s;
}

.logo:hover svg .logo__path-1 {
    fill: #5F547E;
}

.logo:hover svg .logo__path-2 {
    fill: #594C85;
    fill-opacity: 0.22;
}
.footer__logo:hover{
    opacity: 0.7;
}

.footer__logo p{
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
}
.footer__logo:hover p {
    opacity: 0.7;
}
.footer__nav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0 20px;
}

.footer__nav ul li a {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
    transition: 0.3s;

}

.footer__nav ul li:hover a {
    color: #20A061;
}


/* ============== PAGE OUR COMPANY ============== */
.company {
    background: linear-gradient(270deg, rgba(255, 228, 217, 0.89) 24.96%, rgba(242, 222, 190, 0.00) 50%), linear-gradient(270deg, rgba(255, 223, 200, 0.31) 50%, rgba(179, 151, 243, 0.31) 73.63%), #EFEFEF;
    padding-top: 76px;
    padding-bottom: 88px;

    @media (max-width:833px) {
        padding-bottom: 59px;
    }
}
.company__title {
    margin-bottom: 47px;
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}
.company ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 60px;
}
.company ul li svg {
    margin-bottom: 35px;
}
.company ul li p {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;

}
.quality{
background: #FCF9ED;
}
.quality .container{
    display: flex;
    gap: 60px;
    align-items: center;
    padding-top: 92px;
    padding-bottom: 101px;
}
.quality__block-1 {
    display: block;
    
}
.quality__block-1 svg{
    margin-bottom: 32px;
}
.quality__text{
    width: 294px;
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;
}
.quality__block-2 ul{
    display: flex;
    gap: 17.14px;
    padding-top: 33px;
    margin-bottom: 32.43px;
}
.quality__block-2 ul li img{
    width: 108.571px;
    height: 108.571px;
}
.quality__block-2 p{
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;
}
.contactUs{
    padding: 69px 0 69px 0;
}
.contactUs .container{
    display: flex;
    gap: 213px;
    align-items: center;
    justify-content: space-between;

}
.contactUs p {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;
}
.contactUs p a {
    color: #20A061;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
     text-underline-position: from-font;
}
.contactUs svg{
    width: 142px;
    height: 142px;
}


/* ============== PAGE CONTACT ============== */

.available{
    padding: 72px 0 100px 0;
    background: linear-gradient(270deg, rgba(255, 228, 217, 0.89) 24.96%, rgba(242, 222, 190, 0.00) 50%), linear-gradient(270deg, rgba(255, 223, 200, 0.31) 50%, rgba(179, 151, 243, 0.31) 73.63%), #EFEFEF;
}
.available__title{
    margin-bottom: 40px;
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}
.available__content{
    margin: 0 auto;
    display: flex; 
    flex-direction: column;
    align-items: center;
}
.available__content svg{
    margin-bottom: 37px;
}
.available__content p{
    max-width: 310px;
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
}
.connect{
    padding: 73px 0 80px 0;
    background: #FCF9ED;
}
.connect__title{
    margin-bottom: 40px;
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}
.connect ul{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px;

}
.connect ul li{

}
.connect ul li svg{
    width: 142px;
    height: 142px;
    margin-bottom: 32px;
}
.connect ul li p{
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;
}
.status{
    padding: 72px 0 80px 0;
    background: #E7E3D4;
}
.status__title{
    margin-bottom: 40px;
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}
.status__wrapper{
    display: flex;
    gap: 60px;
}
.status__left p{
    max-width: 294px;
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;
}
.status__rigth{
    width: 311px;
}
.status__rigth form{
    display: flex;
    flex-direction: column;
}
.status__rigth form label{
    display: flex;
    flex-direction: column;
    gap:8px;
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;
}
.status__rigth form label input {
    width: 100%;
    height: 40px;
    margin-bottom: 10px;
    padding-left: 13px;
    border: 1px solid #9C9C9C;
    background: #FFF;

    color: #4C4C4C;
    font-size: 16px;
    line-height: normal;
}
.status__rigth button{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 60px;
    padding: 14px 28.25px 14px 20px;
    margin-top: 5px;
    background: #2D2D2D;
    color: #FFF;
    text-align: right;
    font-size: 16px;
     font-weight: 600;
    line-height: 3.1875;
    text-transform: uppercase;
    transition: 3ms cubic-bezier(0.4, 0, 0.2, 1);

    &:hover {
        background: #20A061;
    }

    &:hover svg .submit-1 {
        fill: #FFF;
    }
        &:hover svg .submit-2 {
            fill: #20A061
        }
}
.chat{
    padding: 72px 0 80px 0;
}
.chat__title{
    margin-bottom: 40px;
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}
.chat__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.chat__content{
    max-width: 310px;
}

.chat__wrapper p {
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 32px;
}
.live-chat__btn{
    width: 182px;
    height: 60px;
    background: #2D2D2D;
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 3.18;
    text-transform: uppercase;
    display: flex;
    gap: 14.62px;
    align-items: center;
    justify-content: center;
    transition: 0.3s;

    &:hover {
        background: #20A061;
    }

}
.phone{
    padding: 71px 0 80px 0;
    background: #EFECDE;
}
.phone__title{
    max-width: 492px;
    margin-bottom: 40px;
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}
.phone__content{
    display: flex;
    justify-content: center;
    padding-left: 30px;
}
.phone__content p{
    color: #4C4C4C;
    font-size: 16px;
    line-height: 1.375;
}
.phone__content p a{
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.375;
}
.email{
    padding: 71px 0 80px 0;
}
.email__title{
    max-width: 429px;
    margin-bottom: 40px;
    color: #3F3F3F;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.12;
    text-transform: uppercase;
}
.email__wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 30px;
}
.email__content{
    max-width: 310px;
}
.email__content p{
    color: #4C4C4C;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
}
.email__content p a {
    color: #20A061;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.375;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

/* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));

    background: -webkit-radial-gradient(rgba(20, 20, 20, .8), rgba(0, 0, 0, .8));
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1000ms infinite linear;
    -moz-animation: spinner 1000ms infinite linear;
    -ms-animation: spinner 1000ms infinite linear;
    -o-animation: spinner 1000ms infinite linear;
    animation: spinner 1000ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(255, 255, 255, 0.75) 1.5em 0 0 0, rgba(255, 255, 255, 0.75) 1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) 0 1.5em 0 0, rgba(255, 255, 255, 0.75) -1.1em 1.1em 0 0, rgba(255, 255, 255, 0.75) -1.5em 0 0 0, rgba(255, 255, 255, 0.75) -1.1em -1.1em 0 0, rgba(255, 255, 255, 0.75) 0 -1.5em 0 0, rgba(255, 255, 255, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.blur {
    filter: blur(10px);
}

.have-order, .no-order {
    display: none;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus {
    box-shadow: none !important;
}

div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
    color: #666 !important;
}

button:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.btn-live-chat {
    text-decoration: none;
}

.b-order-top__cancelled {
    margin: 0 0 63px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
