body {
    font-family: 'Assistant', sans-serif;
    text-align: center;
}

.logo {
    width: 87px;
    position: absolute;
    top: 25px;
    right: 30px;
}

.logo img {
    max-width: 100%;
}

.body_wrap {
    height: 100vh;
    background: url(../images/BG.jpg);
    min-height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

h1.title {
    font-size: 87px;
    color: #e6881c;
    margin-bottom: 65px;
    position: relative;
}

h1.title:after {
    content: "";
    background: url(../images/text_back.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 165%;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}

h2.subtitle {
    font-size: 44px;
    color: #e6881c;
    margin-bottom: 30px;
}

.items {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-around;
    color: white;
}

.items .item {
    width: 33.3338%;
    position: relative;
}

.items .item .item_title {
    font-size: 30px;
    line-height: 1.1;
    height: 80px;
    padding: 10px 5px;
    position: relative;
    margin: 0px 11.6%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.items .item .item_title:after {
    content: "";
    background: url(../images/text_back4.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 125%;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}

.items .item .item_hidden {
    position: absolute;
    top: 100%;
    font-size: 20px;
    line-height: 1;
    padding: 25px 5px 15px;
    margin: 0px 11.6%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}

.items .item:nth-child(3) .item_title,
.items .item:nth-child(3) .item_hidden {
    margin: 0px 23.2% 0px 0px;
}

.items .item:nth-child(1) .item_title,
.items .item:nth-child(1) .item_hidden {
    margin: 0px 0px 0px 23.2%;
}

.items .item .item_hidden:after {
    content: "";
    background: url(../images/text_back2.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 125%;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
}

.items .item:nth-child(4) {
    margin-top: 50px;
}

.items .item:nth-child(4) .item_hidden {
    position: absolute;
    top: 0%;
    font-size: 20px;
    line-height: 1;
    padding: 15px;
    letter-spacing: -1px;
    transition: 0.5s;
    right: calc(100% - 11.6%);
    width: 66%;
    height: 100%;
    margin: 0px;
}

.items .item:nth-child(4) .item_hidden:after {
    content: "";
    background: url(../images/text_back3.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    width: 115%;
    height: 105%;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
}

.items .item:nth-child(2) {
    z-index: 1;
}

.items .item:nth-child(2) .item_hidden {
    background: url(../images/BG.jpg);
    z-index: -1;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 20px;
}

.items .item:nth-child(2) .item_hidden:after {
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 115%;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}

.form_wrap {
    background: rgba(1, 10, 18, 0.66);
    margin-top: 50px;
    padding-bottom: 10px;
    height: 144px;
}

.form_title {
    font-size: 36px;
    color: #f58f2b;
}

form .inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    margin-top: 10px;
}

.form-group {
    width: 19%;
}

.form-group input {
    width: 100%;
    text-align: right;
    text-align: right;
    font-size: 20px;
    font-weight: 600;
    color: #00122c;
    border: 2px solid #d38427;
    padding-right: 10px;
    background: rgba(255, 255, 255, 0.5);
    outline: 0 !important;
    border-radius: 0px;
}

.form-group input[type="submit"] {
    color: white;
    text-align: center;
    background: rgba(211, 132, 39, 0.5);
    font-size: 26px;
    line-height: 26px;
    padding-bottom: 5px;
    height: 100%;
}

.form-group input[type="submit"]:hover {
    background: #d38427;
}
.form-group input:focus {
    box-shadow: inset 0px 0px 10px 0px #e6881c;
}
input::placeholder {
    color: #00122c;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.checks {
    margin-right: 1%;
    margin-left: 1%;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.form_desc {
    font-size: 19px;
    line-height: 0.8;
    text-align: right;
    color: #d38427;
    display: flex;
    margin-top: 2px;
}

.form_desc input {
    display: none;
}

.form_desc .custom_checkbox {
    width: 0.8vw;
    height: 0.8vw;
    vertical-align: middle;
    background: white;
    background: #818589;
    border: 0.295px solid #bdc4ca;
    margin-left: 10px;
    transition: 0.2s;
}

.form_desc .custom_checkbox:hover {
    background-color: #ffaf51;
}

.form_wrap.ready {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.form_desc input:checked+.custom_checkbox {
    background-size: 80%;
    background-color: #f2901d;
    background-position: center;
    background-repeat: no-repeat;
}

.form_text {
    color: white;
    font-size: 13px;
    text-align: left;
}

.body_wrap .container-fluid {
    height: 100%;
}

.body_wrap .container-fluid .row {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
footer {
	text-align: center;
    margin-top: 20px;
    color: white;
    font-size: 14px;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
footer a {
	color: inherit;
	text-decoration: unset;
}
footer a:hover {
	color: inherit;
}
@media (min-width: 768px) {

    .items .item:hover .item_hidden,
    .items .item:focus .item_hidden,
    .items .item:active .item_hidden {
        opacity: 1;
        visibility: visible;
    }
}

@media (max-width: 1900px) {
    .items .item .item_title {
        font-size: 24px;
    }
}

@media (max-width: 1720px) {
    .items .item:nth-child(4) .item_hidden {
        right: calc(100% - 5.6%);
        width: 80%;
    }
}

@media (max-width: 1450px) {
    h1.title {
        font-size: 68px;
        margin-bottom: 35px;
    }
    .items .item:nth-child(4) {
    	margin-top: 35px;
    }
    .form_wrap {
    	margin-top: 34px;
    }
    footer {
    	bottom: 10px;
    }

    h2.subtitle {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .items .item .item_hidden {
        font-size: 17px;
    }

    .items .item .item_title {
        font-size: 21px;
    }

    .items .item:nth-child(4) .item_hidden {
        font-size: 18px;
    }

    .form_desc {
        font-size: 16px;
    }

    .form_text {
        font-size: 11px;
    }

    .logo {
        top: 15px;
        right: 15px;
        width: 65px;
    }
}

@media (max-width: 1050px) {
    .form_text {
        font-size: 9px;
    }

    .form_desc {
        font-size: 12px;
    }

    .items .item .item_title {
        font-size: 18px;
    }

    .items .item .item_hidden {
        font-size: 14px;
    }

    .body_wrap {
        background-image: url(../images/BG.jpg);
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: color;
    }

    .items .item:nth-child(2) .item_hidden {
        background-image: url(../images/BG.jpg);
        background-color: rgba(0, 0, 0, 0.5);
        background-blend-mode: color;
    }
}

@media (max-width: 990px) {
    .form_wrap {
        height: auto;
    }
    .form_desc .custom_checkbox {
        width: 15px;
        height: 15px;
    }
    h1.title:after {
        width: 110%;
        height: 130%;
    }

    h1.title {
        font-size: 56px;
        display: inline-block;
    }
    .form-group {
        width: 35%;
    margin: 10px 0px;
    }
    form .inputs {
        flex-wrap: wrap;
    }
    .checks {
        align-items: center;
        flex-direction: column;
    }
    .form_desc {
        font-size: 16px;
    margin-bottom: 10px;

    }
    .form_text {
        font-size: 12px;
    }
}
.item .close {
	display: none;
}@media (max-width: 900px) and (max-height: 520px) {
    footer {
        position: relative;
        right: unset;
        bottom: unset;
    }
    .item.active .close {
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        display: block;
        transform: translate(-50%, -50%);
    }
    h1.title:after {
        background: url(../images/text_back_m.svg) no-repeat;
    }

    .body_wrap {
        height: auto;
        background: url(../images/BG_mob.png) #030104 no-repeat;
        background-blend-mode: unset;
        background-size: contain;
        padding-top: 150px;
    }

    h1.title {
        font-size: 40px;
        max-width: 75%;
        display: block;
        margin-right: 15px;
    }

    h1.title:after {
        height: 150%;
    }

    h2.subtitle {
        font-size: 28px;
    }

    .items {
        flex-direction: column;
    }

    .items .item {
        width: 100%;
    }

    .items .item .item_title {
        margin: 0px;
    }

    .items .item:nth-child(1) .item_title,
    .items .item:nth-child(1) .item_hidden {
        margin: 0px;
    }

    .items .item:nth-child(3) .item_title,
    .items .item:nth-child(3) .item_hidden {
        margin: 0px;
    }

    .items .item .item_title {
        font-size: 28px;
        padding: 0px 55px;
    }

    .items .item {
        margin-bottom: 40px;
    }

    .items .item:nth-child(4) {
        margin-top: 0px;
    }

    .form_title {
        font-size: 30px;
        line-height: 0.8;
    }

    form .inputs {
        flex-direction: column;
    }

    .form-group {
        width: 100%;
        margin: 8px 0px;
    }

    .form_wrap {
        height: auto;
    }

    .checks {
        display: block;
    }

    .form_desc {
        font-size: 16px;
    }

    .form_desc .custom_checkbox {
        width: 15px;
        height: 15px;
    }

    .form_text {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }

    .items .item:nth-child(2) .item_hidden {
        margin: 0px;
    }

    .items .item:nth-child(4) .item_hidden:after {
        content: "";
        background: url(../images/text_back2.svg) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        width: 100%;
        height: 125%;
        left: 50%;
        top: 65%;
        transform: translate(-50%, -50%);
    }

    .items .item:nth-child(4) .item_hidden {
        right: unset;
        top: 100%;
        width: 100%;
    }

    .items .item .item_hidden:after {
        background-color: #030104;
        z-index: -1;
    }
    .items .item:nth-child(2) .item_hidden {
        background: unset;
    }

    .items .item:nth-child(1) {
        z-index: 5;
    }

    .items .item:nth-child(2) {
        z-index: 4;
    }

    .items .item:nth-child(3) {
        z-index: 3;
    }

    .items .item:nth-child(4) {
        z-index: 2;
    }

    .form_wrap.ready {
        padding: 50px 0px;
    }

    .form_wrap.ready .form_title {
        font-size: 26px;
    }

    .body_wrap {
        padding-bottom: 50px;
    }

    .items .item .item_hidden {
        position: relative;
        height: 0px;
        padding: 0px 5px;
        color: #030104;
    }

    .items .item:nth-child(2) .item_hidden {
        padding-bottom: 0px;
    }

    .items .item:nth-child(4) .item_hidden {
        position: relative;
        height: 0px;
        padding: 0px 5px;
        color: #030104;
    }

    .items .item:nth-child(4) .item_hidden {
        font-size: 14px;
    }

    .items .item.active .item_hidden {
        height: auto;
        padding: 40px 5px 25px;
        color: white;
        opacity: 1;
        visibility: visible;
    }

    .items .item:nth-child(2).active .item_hidden {
        padding-bottom: 25px;
    }
    h1.title:after {
        width: 105%;
    }
}
@media (max-width: 767px) {
	footer {
		position: relative;
		right: unset;
		bottom: unset;
	}
	.item.active .close {
		display: block;
		position: absolute;
		top: 100%;
		left: 50%;
		display: block;
    	transform: translate(-50%, -50%);
	}
    h1.title:after {
        background: url(../images/text_back_m.svg) no-repeat;
    }

    .body_wrap {
        height: auto;
        background: url(../images/BG_mob.png) #030104 no-repeat;
        background-blend-mode: unset;
        background-size: contain;
        padding-top: 150px;
    }

    h1.title {
        font-size: 40px;
        max-width: 75%;
        display: block;
        margin-right: 15px;
    }

    h1.title span {
        display: block;
    }

    h1.title:after {
        height: 150%;
    }

    h2.subtitle {
        font-size: 28px;
    }

    .items {
        flex-direction: column;
    }

    .items .item {
        width: 100%;
    }

    .items .item .item_title {
        margin: 0px;
    }

    .items .item:nth-child(1) .item_title,
    .items .item:nth-child(1) .item_hidden {
        margin: 0px;
    }

    .items .item:nth-child(3) .item_title,
    .items .item:nth-child(3) .item_hidden {
        margin: 0px;
    }

    .items .item .item_title {
        font-size: 28px;
        padding: 0px 55px;
    }

    .items .item {
        margin-bottom: 40px;
    }

    .items .item:nth-child(4) {
        margin-top: 0px;
    }

    .form_title {
        font-size: 30px;
        line-height: 0.8;
    }

    form .inputs {
        flex-direction: column;
    }

    .form-group {
        width: 100%;
        margin: 8px 0px;
    }

    .form_wrap {
        height: auto;
    }

    .checks {
        display: block;
    }

    .form_desc {
        font-size: 16px;
    }

    .form_desc .custom_checkbox {
        width: 15px;
        height: 15px;
    }

    .form_text {
        font-size: 16px;
        text-align: center;
        margin-top: 10px;
    }

    .items .item:nth-child(2) .item_hidden {
        margin: 0px;
    }

    .items .item:nth-child(4) .item_hidden:after {
        content: "";
        background: url(../images/text_back2.svg) no-repeat;
        background-size: 100% 100%;
        position: absolute;
        width: 100%;
        height: 125%;
        left: 50%;
        top: 65%;
        transform: translate(-50%, -50%);
    }

    .items .item:nth-child(4) .item_hidden {
        right: unset;
        top: 100%;
        width: 100%;
    }

    .items .item .item_hidden:after {
        background-color: #030104;
        z-index: -1;
    }
    .items .item:nth-child(2) .item_hidden {
        background: unset;
    }

    .items .item:nth-child(1) {
        z-index: 5;
    }

    .items .item:nth-child(2) {
        z-index: 4;
    }

    .items .item:nth-child(3) {
        z-index: 3;
    }

    .items .item:nth-child(4) {
        z-index: 2;
    }

    .form_wrap.ready {
        padding: 50px 0px;
    }

    .form_wrap.ready .form_title {
        font-size: 26px;
    }

    .body_wrap {
        padding-bottom: 50px;
    }

    .items .item .item_hidden {
        position: relative;
        height: 0px;
        padding: 0px 5px;
        color: #030104;
    }

    .items .item:nth-child(2) .item_hidden {
        padding-bottom: 0px;
    }

    .items .item:nth-child(4) .item_hidden {
        position: relative;
        height: 0px;
        padding: 0px 5px;
        color: #030104;
    }

    .items .item:nth-child(4) .item_hidden {
        font-size: 14px;
    }

    .items .item.active .item_hidden {
        height: auto;
        padding: 40px 5px 25px;
        color: white;
        opacity: 1;
        visibility: visible;
    }

    .items .item:nth-child(2).active .item_hidden {
        padding-bottom: 25px;
    }
}

@media (max-width: 410px) {
    .items .item .item_title {
        font-size: 26px;
    }

    h1.title {
        font-size: 36px;
    }
}

@media (max-width: 370px) {
    h1.title {
        font-size: 30px;
    }

    h2.subtitle {
        font-size: 22px;
    }

    .items .item .item_title {
        font-size: 20px;
    }
}