@keyframes alertAnim {
    from {
        opacity: 0;
        transform: translateX(20px)
    }
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.loader {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.47843137254901963);
}
.loader::before,
.loader::after {
    content: '';
    position: absolute;
    border: 3px solid #fff;
    border-radius: 4em;
}

.loader::before {
    width: 30px;
    height: 30px;
    border-bottom-color: transparent;
    animation: animate-inner 1.4s linear infinite;
}

.loader::after {
    width: 60px;
    height: 60px;
    border-top-color: transparent;
    animation: animate-outer 1.8s linear infinite;
}


@keyframes animate-inner {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes animate-outer {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(-360deg);
    }
}

.row-style input[type=checkbox] {
    display: none;
}

.row-style p.label-cb {
    margin-bottom: 0;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
}
.standart{
    position: relative;
}
.alert {

    right: 3%;
    bottom: 32%;
}
.row-style {
    font-size: 16px;
}

.row-style .postion-control:nth-child(1) {
    order: 1;
    width: 27em;
}
.row-style .cb-control{
    order: 5;
    margin-top: -0.8em;
}
.row-style .postion-control:nth-child(2) {
    order: 1;
    width: 27em;
}

.row-style .form-group {
    width: 100%;
}

.row-style select {
    order: 3;
    width: 27em !important;
}

.row-style .postion-control:nth-child(4) {
    order: 4;
    width: 27em;
}


.row-style .cbprom-control {
    width: 50%;
    display: inline-block;
    text-align: left;
}


.row-style > div > div > form > div > div > div:nth-child(6) {
    order: 7;
}

.row-style input.form-input {
    border-radius: 0.5em;
    padding: 1.5em 1em;
}

.row-style .standart {
    width: 55em !important;
    padding-bottom: 5em;
}

.row-style .form-child {
    justify-content: space-between;
    width: 100%;
}

.row-style .form-cb {
    order: 1;
    margin-top: 0 !important;
    float: none !important;
    width: 1em !important;
}

.row-style p.label-cb {
    order: 2;
    width: 30em;
    font-size: 0.85em;
}



.row-style input.form-input,
.row-style .phone,
.row-style select {
    border-radius: 0.5em;
    height: 3.3em;
}
.row-style .submitAndCheckbox {
    order: 5;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.row-style input[type="submit"] {
    height: 3em !important;
    padding: 0 !important;
    width: 49% !important;
    background: #80ce15;
    color: #ffffff;
    border: none;
    margin-top: 0 !important;
}

.row-style .alert p {
    font-size: 1em;
}
.row-style .thank-you {
    width: 37em;
    margin: auto;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
}
@media (max-width: 991px) {
    .row-style {
        font-size: 1.7vw;
    }
}

@media (max-width: 650px) {
    .row-style .postion-control {
        width: 100% !important;
    }
    .row-style .submitAndCheckbox {
        flex-direction: column;
    }

    .row-style .mat-checkbox-inner-container {
        margin: 0.6em;
    }

    .row-style .cbprom-control {
        width: 100%;
    }
    .row-style input.form-input, .row-style .phone, .row-style select {
        width: 100% !important;
    }

    .row-style label {
        width: 100% !important;
    }

    .row-style p.label-cb {
        width: 92%;
        line-height: 2em;
    }

    .row-style > div > div > form > div > div > div:nth-child(6) {
        order: 5;
    }

    .row-style {
        font-size: 2.2vw;
    }

    .row-style .standart {
        width: 90% !important;
    }

    .row-style input[type="submit"] {
        margin-top: 3em !important;
    }
}

@media (max-width: 425px) {
    .row-style {
        font-size: 3.6vw;
    }
}

.colum-style .standart {
    width: 90% !important;
    font-size: 16px;
}

.colum-style .postion-control .form-input,
.colum-style .form-child select,
.colum-style input.phone {
    width: 100%;
    padding: 0.5em 1em !important;
    height: 2.8em !important;
    font-size: 1em;
    border-radius: 0.3em;
    margin-left: 0 !important;
}

.colum-style .mat-checkbox-inner-container{
    margin-top: 0.3em !important;
}



.colum-style label {
    text-align: left;
    white-space: normal;
}

.colum-style .form-cb {
    margin-top: 0;
    width: 5%;
    height: auto;
    margin-left: 0 !important;
}

.colum-style p.label-cb {
    width: 95%;
    font-size: 0.8em;
    line-height: 2em;
}
.colum-style .alert-cb p {
    font-size: 0.67vw;
}
.colum-style .alert p {
    font-size: 0.9em;
    padding-left: 0.5em;
}

.colum-style .form-conteiner {
    text-align: left;
}

.colum-style input[type=submit] {
    background: #f0951c;
    color: #ffffff;
    font-size: 1.4em;
    margin-left: 0 !important;
    padding: 0 !important;
    margin-top: 1.3em !important;
}
.colum-style .submitAndCheckbox {
    width: 100%;
}

.colum-style .cbprom-control {
    width: 100%;
}

.colum-style input[type=checkbox] {
    display: none;
}

.colum-style .form-group{
    margin-bottom: 0.9em;
}

@media (max-width: 768px) {
    .colum-style .alert-cb p{
        font-size: 0.5em;
    }
}
.flat-style .standart {
    width: 100%;
    font-size: 16px;
}

.flat-style .form-group {
    flex-direction: row;
}
.flat-style .submitAndCheckbox {
    width: 100%;
    order: 5;
    text-align: center;
}
.flat-style .postion-control,
.flat-style select,
.flat-style input[type=submit] {
    width: 24.6% !important;
    margin-top: 0 !important;
}

.flat-style .form-child {
    justify-content: space-between;
    margin: 1em 0;
    max-width: 100%;
}

.flat-style .postion-control:nth-child(1) {
    order: 1;
}

.flat-style .postion-control:nth-child(2) {
    order: 2;
}

.flat-style select {
    order: 3;
}
.flat-style .cbprom-control{
    text-align: left;
}

.flat-style .postion-control:nth-child(4) {
    order: 4;
}

.flat-style input[type=submit] {
    background: #8ec640;
    border: none;
    color: #ffffff;
    padding: 0.6em;
    margin: auto;
    margin-top: 1em !important;
}

.flat-style label {
    order:6;
}

.flat-style .postion-control input, .flat-style select{
    margin-top: 0;
    padding: 0.6em;
    /* display: inline-flex; */
}

.flat-style p.label-cb {
    color: #ffffff;
}

.flat-style .alert{
    color: red;
    right: 4%;
    bottom: 17%;
}

.flat-style > div > div > form > div > div > div:nth-child(6) {
    order: 7;
}

.flat-style .cb-control {
    order: 6;
}

.flat-style select, .flat-style input[type=submit]{

    max-height: 2.7em;

    font-size: 1.1em;
}

.flat-style .alert p {

    font-size: 0.9em;
}

.flat-style form {
    max-width: 100%;
}

@media (max-width: 767px) {
    .flat-style .postion-control, .flat-style select, .flat-style input[type=submit] {
        width: 100% !important;
        margin-top: 1.9em !important;
        height: 2.8em;
    }
    .flat-style .alert-cb p {
        font-size: 3.2vw;
    }
    .flat-style .form-child {
        width: 90%;
        margin: auto;
    }

    .flat-style input[type=submit] {
        order: 8;
    }

    .flat-style .form-cb {
        width: 5%;
    }

    .flat-style p.label-cb {
        width: 95%;
        line-height: 1.7em;
    }
    .flat-style label{
        margin-top: 1.7em;
    }
}

.row-style .alert {
    padding: 0;
    font-size: 1em;
    margin-bottom: 0;
    display: inline-block;
    -webkit-animation: 1s forwards alertAnim;
    animation: 1s forwards alertAnim;
    right: 2%;
    bottom: 17%;
    position: absolute;
}
.row-style .alert-cb p {
    font-size: 0.9em;
}

@media (max-width: 375px) {
    .row-style .alert {
        bottom: 27%;
    }
}
.mat-checkbox-inner-container{
    margin-top: 5px !important;
}

.month-navigation.month img {
    vertical-align: middle;
}

.month-navigation.year img {
    vertical-align: middle;
}