.wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
}

.wrapper .background-large, .background-medium, .background-small {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    bottom: 0;
    z-index: -1;
}

.wrapper .background-medium {
    display: none;
}

.wrapper .background-small {
    display: none;
}

.container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.header {
    height: 110px;
    padding: 0 255px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 2px 18px #DEE8F026;
    background: #fff;
}

.right {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: center;
}

.phone {
    display: none;
}

a {
    text-decoration: none;
}

.txt {
    margin-bottom: 6px;
    font-family: 'medium', sans-serif;
    font-size: 14px;
    color: rgba(43, 43, 43, .6);
    text-align: right;
}

.tel {
    font-family: 'circular-bold', sans-serif;
    font-size: 18px;
    font-weight: bold;
    color: rgba(43, 43, 43, 1);
}

.tel span {
    color: rgba(0, 95, 226, 1);
}

.content {
    width: 675px;
    margin-top: 150px;
    padding-left: 255px;
}

.title {
    margin-bottom: 28px;
    font-size: 28px;
    font-family: 'bold', sans-serif;
    font-weight: bold;
    font-feature-settings: 'case' on;
}

.desc {
    font-size: 16px;
    color: rgba(21, 21, 21, .7);
    font-family: 'medium', sans-serif;
    line-height: 26px;
    font-weight: normal;
}

.timer {
    width: 620px;
    height: 154px;
    margin-top: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border: 1px solid rgba(228, 238, 252, 1);
    box-shadow: 0 4px 26px rgba(222, 232, 240, 0.15);
    border-radius: 22px;
    background: transparent linear-gradient(61deg, rgba(248, 251, 255, 1) 0,
    rgba(253, 254, 255, 1) 52%, rgba(240, 247, 253, 1) 100%) 0 0 no-repeat padding-box;
}

.timer-inner {
    width: 450px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.timer img {
    position: absolute;
    right: -50px;
    top: -85px;
}

.time {
    width: 65px;
}

.time h3 {
    margin-bottom: 8px;
    font-family: 'circular-bold', sans-serif;
    color: rgba(21, 21, 21, 1);
    font-size: 52px;
}

.time h4 {
    color: rgba(21, 21, 21, .42);
    font-family: 'regular',sans-serif;
    font-size: 14px;
    text-align: center;
}

.separator {
    transform: translateY(-8px);
}

.separator div {
    width: 6px;
    height: 6px;
    background-color: #88898A;
}

.separator div:first-child {
    margin-bottom: 10px;
}

.additional-info {
    position: relative;
    width: 286px;
    height: 67px;
    padding-left: 76px;
    padding-right: 38px;
    margin-left: 255px;
    margin-top: 190px;
    font-size: 16px;
    font-family: 'medium', sans-serif;
    background-color: rgba(255, 183, 98, .2);
    border-radius: 34px;
    color: rgba(250, 154, 40, 1);
    line-height: 67px;
}

.additional-info img {
    position: absolute;
    top: 50%;
    left: 38px;
    transform: translateY(-50%);
}
