* {
    padding: 0;
    margin: 0;
}

html {
    box-sizing: border-box;

}

img {
    width: 100%;
}

body {
    font-family: Montserrat, sans-serif;
    line-height: 1.4;
    font-size: 14px;
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    background-attachment: fixed;
}

.container {
    width: 100%;
    max-width: 970px;
    margin: 0 auto;
}

.header {
    text-align: center;
    padding: 10px 0 30px 0;
    background: rgba(1, 10, 18, .7);
    margin-bottom: 20px;
}

.header__name {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    color: white;
    font-size: 70px;
    letter-spacing: 10px;
}

.offSite {
    width: 100%;
    text-align: center;
    font-size: 22px;
    letter-spacing: 15px;
    display: block;
    color: #ffff;
    font-weight: 200;
}

.main {
    background-color: #464646;
    padding: 13px 10px 10px;
    border-radius: 13px;
    margin: 0 15px;
}

.main__breadcrumbs {
    padding: 0 50px;
}

.breadcrumbs {
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
}

.breadcrumbs__home {
    margin-right: 14px;
}

.breadcrumbs__home::before {
    content: url(../img/icon-home.png);
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

.breadcrumbs__current::before {
    content: url(../img/icon-arrow.png);
    display: inline-block;
    margin-right: 14px;
}


.main__inner {
    background-color: #fff;
    border-radius: 13px;
    margin-top: 13px;
    position: relative;
    overflow: hidden;
    opacity: .99;
    min-height: 700px;
}

.main__first-img {
    text-align: center;
    margin-bottom: 20px;
}

.main__first {
    padding: 80px 70px 40px;
    text-align: center;
}

.text__containerG {
    padding: 0 30px;
    text-align: center;
}

.textG {
    font-family: sans-serif;
    font-size: 20px;
    padding: 15px 0;

}

.headerG {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}

.cardsWrapper {
    margin: 60px auto;
    max-width: 700px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.card {
    width: 16%;
}

.card img {
    width: 100%;
    height: auto;
}

.modals {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(16, 19, 35, .89);
    z-index: 100;
    height: 100%;
    width: 100%;
}

.modalFormWrapper {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 5% auto;
    align-items: center;
    max-width: 500px;
}

.modalFormWrapper>label {
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
}


.modalFormWrapper input,
.modalFormWrapper option,
.modalFormWrapper .select-top {
    padding: 15px 30px;
    font-size: 20px;
    width: 250px;
}

#modalSelect {
    width: 314px;
    height: 57px;
}

.data-wrapp {
    position: relative;
}

.not-push {
    content: '';
    position: absolute;
    width: 262px;
    height: 60px;
    bottom: 0;
    left: 0;
}

.not-push2 {
    content: '';
    position: absolute;
    width: 36px;
    height: 60px;
    bottom: 0;
    right: 0;
}
.not-line {
    content: '';
    position: absolute;
    width: 314px;
    height: 21px;
    bottom: 0;
    left: 0;
}

.not-line2 {
    content: '';
    position: absolute;
    width: 314px;
    height: 21px;
    top: -1px;
    left: 0;
}

.date-curs {
    position: absolute;
    width: 36px;
    height: auto;
    right: 26px;
    bottom: -30px;
    animation: jump 2s linear infinite;
}

@keyframes jump {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

.modalConfirm {
    color: #fff;
    background: #ffa600;
    padding: 12px 30px;
    margin-top: 30px;
    border-radius: 5px;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}

.modalConfirm:active {
    background: #bd800e;
}

.loading {
    display: block;
    font-size: 19px;
    font-weight: 700;
    /*transform: translate(22.5%, 0);*/
    padding: 30px 0;
    text-align: center;

}

.main__second-imgWrapper {
    max-width: 500px;
    margin: 0 auto;
    padding: 10px;
}

.main__second-img {
    max-width: 100%;

}

.choosedCardsWrapper {
    margin: 40px auto 20px auto;
    max-width: 600px;
    display: flex;
    justify-content: space-around;
}

.choosedCard {
    width: 30%;
    max-width: 100px;
}

.choosedCardImg {
    width: 100%;
}

.choosedText {
    text-align: center;
    font-size: 16px;
}

.choosedCardheader {
    text-align: center;
    font-size: 22px;
    padding: 20px 10px;
    line-height: normal;
    font-weight: bolder;
}

.dNone {
    display: none;
}
#form1 {
    display: none;
}

.message {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
    padding: 0 15px;
}

.ava {
    flex: none;
    width: 70px;
    height: 70px;
}

.ava img {
    width: 100%;
    border-radius: 50%;
}

.text {
    position: relative;
    background: #464646;
    border-radius: 5px;
    margin: 0 20px;
    font-size: 18px;
    color: #fff;
    padding: 10px 20px;
    font-weight: 100;
}

.text:before {
    content: "";
    background: #464646;
    clip-path: polygon(65% 54%, 85% 30%, 100% 0, 100% 100%, 0 100%, 22% 88%, 45% 73%);
    height: 28px;
    width: 25px;
    position: absolute;
    left: -20px;
    bottom: 0;
    z-index: 120;
}

.form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 30px auto 30px auto;
    border: 10px solid #464645;
    border-radius: 18px;
    max-width: 427px;
    background: white;
}


.form-title {
    font-size: 20px;
    font-weight: 600;
    font-family: "Merriweather", serif;
    color: #000000;
    padding: 9px;
    text-align: center;
}

.timer {
    text-align: center;
    padding: 20px;
    font-size: 25px;
    font-weight: 700;
    color: red;
}

form {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

form input,
form select {
    margin: 15px 0;
    padding: 15px;
    background: #46454526;
    border: transparent;
    outline: none;
    color: #3b3b3b;
    border-radius: 8px;
}

form button {
    min-width: 300px;
    padding: 11px;
    margin: 15px 0;
    border: transparent;
    background: red;
    color: white;
    border-radius: 8px;
    font-size: 23px;
}


.pp {
    text-align: center;
    margin: 15px auto 15px auto;
}

.pp a {
    color: gray;
    font-size: 12px;
    text-decoration: none;
}











