html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    /*box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;*/
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /*margin-bottom: 60px;*/
}

.loaderScreen {
    position: fixed;
    display: none;
    z-index: 2000;
    width: 100%;
    height: 100%;
    background-color: rgba(193, 193, 193, 0.52);
}

.loaderScreenIMGContainer {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.loaderScreenIMGContainer img {
    width: 100px;
    height: 100px;
    border-radius: 33%;
    object-fit: cover;
}

.orderContitionsBlock {
    margin-top:60px;
}

.finalPriceBlock {
    margin-top:15px;
}

.formControlBlock {
    text-align: left;
    margin-bottom: 10px;
    flex: 1 1 0px;
    margin-right: 20px;
}

    .formControlBlock label {
        /*margin-bottom: 0px;
        font-size: 12px;*/
    }

.formControlBlockRow {
    display: flex;
}

    .formControlBlockRow .formControlBlock:last-child {
        margin-right: 0px;
    }

.configMainImage {
    width:100%;
    margin-right:20px;
}

.footer .footer-py-60 {
    padding: 30px 0;
}

.productDesc {
    margin-bottom:20px;
}

.configFinalListPart {
    display:none;
}

.finalListMiddlePartItem {
    display: flex;
    margin-bottom: 5px;
    font-size:14px;
}

.finalListMiddlePartItem p {
    margin:0;
}

.finalListMiddlePartItemCatName {
    min-width: 165px;
    text-align: left;
    font-weight: bold;
}

.finalListMiddlePartItemName {
    min-width: 200px;
    text-align: left;
}

.finalConfigRegistrationPart {
    /*margin-top:30px;*/
    display:none;
}

.personOrCompany {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.personOrCompanyChooser {
    width: 47%;
    padding: 30px;
    box-shadow: 0px 0px 5px 0px rgb(169 169 169 / 82%);
    -webkit-box-shadow: 0px 0px 5px 0px rgb(169 169 169 / 82%);
    -moz-box-shadow: 0px 0px 5px 0px rgb(169 169 169 / 82%);
    cursor: pointer;
    font-size: 20px;
    border-radius: 5px;
}

.personOrCompanyChooserActive {
    background: #202942;
    color: white;
}

.finalConfigRegistrationInnerPart {
    width: 100%;
    margin: 0 auto;
}

.finalConfRegCompanyExtra {
    display: none;
}

.form-controlWithError {
    border: 1px solid #fd5757;
}

.form-controlErrorText {
    font-size: 13px;
    color: #fd5757;
    display: none;
}

.finalConfigRegistrationSuccessPart {
    display:none;
}

.form-controlErrorTextAcceptTerms {
    position: relative;
    left: -23px;
}

.configImagesContainer {
    width: 736px;
    position: relative;
    height: 494px;
}

    .configImagesContainer img {
        position: absolute;
        width: 100%;
        top: -1.5rem;
        left: -1.5rem;
        height: 100%;
    }

.configOtherImage {
    display:none;
}

.finalConfigRegistrationInnerPart button {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
    .configSelectPartAndconfigIMGPart {
        display: flex;
        flex-direction: column;
    }

    .configIMGPart, .configSelectPart, .configFinalListPart {
        width: 100%;
    }

    .configIMGPart {
        margin-bottom: 20px;
    }

    .configImagesContainer {
        width: 936px;
        height: 694px;
    }
}

@media only screen and (max-width: 991px) {
    .configImagesContainer {
        width: 696px;
        height: 452px;
    }  
}

@media only screen and (max-width: 767px) {
    .configImagesContainer {
        width: 519px;
        height: 275px;
    }
}

@media only screen and (max-width: 575px) {
    .configIMGInnerBlock {
        padding: 0 0 10px !important;
    }

    .configImagesContainer img {
        top: 0;
        left: 0;
        height: auto;
    }

    .configImagesContainer {
        width: 100%;
        height: 320px;
    }

    .configName, .productDesc {
        padding:0 20px;
    }
}

@media only screen and (max-width: 490px) {
    .configImagesContainer {
        height: 270px;
    }
}

@media only screen and (max-width: 400px) {
    .configImagesContainer {
        height: 230px;
    }

    .finalListMiddlePartItemCatName {
        min-width: 125px;
    }
}

@media only screen and (max-width: 320px) {
    .configImagesContainer {
        height: 190px;
    }
}