@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

html::-webkit-scrollbar {
    width: 0px;
}

html {
    width: 100%;
    height: auto;
    margin: 0px auto;
    background-color: #fff;
}

body {
    width: 100%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    gap: 50px;
    align-items: center;
    margin: 0px auto;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    body {
        gap: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        gap: 30px;
    }
}

header,
.footer_menu {
    width: 100%;
    height: 100px;
    display: flex;
    flex-flow: row nowrap;
    gap: 246px;
    align-items: center;
    justify-content: center;
    background-color: #11B5E4;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {

    header,
    .footer_menu {
        gap: 180px;
    }
}

#header_logo {
    width: 208px;
    height: 72px;
    cursor: pointer;
}

a {
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
    cursor: pointer;
}

p {
    text-decoration: none;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    color: white;
    margin: 0px;
}

nav {
    display: flex;
    flex-flow: row nowrap;
    gap: 50px;
}

a:hover {
    color: #53230C;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

a:active {
    color: #53230C;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.header_btns {
    padding-left: 68px;
    gap: 40px;
}

.header_btns>button {
    width: 50px;
    height: 50px;
    border: none;
    padding: 0px;
    background: none;
    cursor: pointer;
}

.header_btns>button:hover {
    border-radius: 40px;
    background: #53230C;
}

.header_btns>button:active {
    background: #53230C;
}

.header_btns>button>img {
    width: 50px;
    height: 50px;
}

.register_form {
    width: 83.3333333%;
    height: auto;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    align-items: center;
    justify-content: center;
    background-color: #f3f3f3;
    border-radius: 40px;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .register_form {
        width: 90%;
    }
}

h1 {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0px;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .register_form {
        width: 88.28%;
        gap: 10px;
    }

    h1 {
        font-size: 24px;
        height: 24px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .register_form {
        width: 89.58%;
        gap: 10px;
    }

    h1 {
        font-size: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 767px) {
    .register_form {
        width: 87.5%;
        gap: 10px;
        border-radius: 20px;
    }

    h1 {
        font-size: 14px;
        height: 14px;
    }
}

#choose_text {
    margin-top: 24px;
}

.choose_role_btns {
    width: 550px;
    height: 50px;
    display: flex;
    flex-flow: row nowrap;
    gap: 50px;
}

.choose_role_btns>button {
    width: 250px;
    height: 50px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 50px;
    background-color: #11B5E4;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    #choose_text {
        margin-top: 10px;
    }

    .choose_role_btns {
        width: 420px;
        height: 40px;
        gap: 20px;
    }

    .choose_role_btns>button {
        width: 200px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    #choose_text {
        margin-top: 10px;
    }

    .choose_role_btns {
        width: 420px;
        height: 40px;
        gap: 20px;
    }

    .choose_role_btns>button {
        width: 200px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    #choose_text {
        margin-top: 10px;
    }

    .choose_role_btns {
        width: 89.2%;
        height: 20px;
        gap: 4%;
    }

    .choose_role_btns>button {
        width: 48%;
        height: 20px;
        font-size: 12px;
    }
}

.choose_role_btns>button:hover {
    background-color: #1481BA;
}

.choose_subject_btns {
    display: none;
    width: 530px;
    height: 110px;
    gap: 24px;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.check_lines {
    display: flex;
    flex-flow: row nowrap;
    gap: 40px;
}

.check_line {
    display: flex;
    flex-flow: row nowrap;
    gap: 24px;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.check {
    width: 50px;
    height: 50px;
    background-color: #FFF;
    border: 1px solid #11B5E4;
    border-radius: 15px;
}

.check:hover {
    background-color: #1481BA;
    border-color: #1481BA;
}

.check_line>p {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .choose_subject_btns {
        width: 351px;
        height: 64px;
        gap: 10px;
    }

    .check_lines {
        gap: 20px;
    }

    .check_line {
        gap: 10px;
        height: 30px;
    }

    .check {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .check_line>p {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .choose_subject_btns {
        width: 351px;
        height: 58px;
        gap: 10px;
    }

    .check_lines {
        gap: 20px;
    }

    .check_line {
        gap: 10px;
        height: 30px;
    }

    .check {
        width: 30px;
        height: 30px;
        border-radius: 10px;
    }

    .check_line>p {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .choose_subject_btns {
        display: none;
        width: 89.2%;
        height: 34px;
        gap: 5px;
    }

    .check_lines {
        display: flex;
        flex-flow: row nowrap;
        gap: 18%;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    .check_line {
        gap: 10px;
        height: 15px;
    }

    .check {
        width: 15px;
        height: 15px;
        border-radius: 5px;
    }

    .check_line>p {
        font-size: 12px;
    }
}

p>a {
    color: #11B5E4;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    p>a {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    p>a {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    p>a {
        font-size: 12px;
    }
}

p>a:hover {
    color: #1481BA;
}

.executor_form,
.fiz_customer_form,
.jur_customer_form {
    width: 1500px;
    height: auto;
    display: none;
    flex-flow: row wrap;
    column-gap: 60px;
    row-gap: 24px;
    align-items: center;
    justify-content: center;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {

    .executor_form,
    .fiz_customer_form,
    .jur_customer_form {
        width: 1380px;
        column-gap: 15px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {

    .executor_form,
    .fiz_customer_form,
    .jur_customer_form {
        width: 720px;
        height: auto;
        display: none;
        flex-flow: row wrap;
        column-gap: 20px;
        row-gap: 10px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .executor_form,
    .fiz_customer_form,
    .jur_customer_form {
        width: 640px;
        height: auto;
        display: none;
        flex-flow: row wrap;
        column-gap: 10px;
        row-gap: 10px;
    }
}

@media screen and (max-width: 767px) {

    .executor_form,
    .fiz_customer_form,
    .jur_customer_form {
        width: 89.2%;
        height: auto;
        display: none;
        flex-flow: column nowrap;
        row-gap: 5px;
    }
}

.executor_form>input,
.fiz_customer_form>input,
.jur_customer_form>input,
.city_select {
    border-radius: 25px;
    border: 1px solid #11B5E4;
    background: #FFF;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-indent: 25px;
    width: 450px;
    height: 50px;
}

#password_id_exec,
#password_repeat_id_exec,
#password_id_fiz, 
#password_repeat_id_fiz,
#password_id_jur,
#password_repeat_id_jur {
	-webkit-text-security: disc !important;
	-moz-text-security: disc !important;
	text-security: disc !important;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {

    .executor_form>input,
    .fiz_customer_form>input,
    .jur_customer_form>input,
	.city_select {
        width: 440px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {

    .executor_form>input,
    .fiz_customer_form>input,
    .jur_customer_form>input,
	.city_select {
        font-size: 18px;
        text-indent: 15px;
        width: 340px;
        height: 30px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .executor_form>input,
    .fiz_customer_form>input,
    .jur_customer_form>input {
        font-size: 18px;
        text-indent: 15px;
        width: 300px;
        height: 30px;
    }
	
	.city_select {
		width: 400px;
		height: 30px;
		font-size: 18px;
        text-indent: 15px;
	}
}

@media screen and (max-width: 767px) {

    .executor_form>input,
    .fiz_customer_form>input,
    .jur_customer_form>input,
	.city_select {
        font-size: 16px;
        text-indent: 15px;
        width: 100%;
        height: 30px;
    }
}

.executor_form>input::-webkit-input-placeholder,
.fiz_customer_form>input::-webkit-input-placeholder,
.jur_customer_form>input::-webkit-input-placeholder,
.city_select::-webkit-input-placeholder {
    color: #838383;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {

    .executor_form>input::-webkit-input-placeholder,
    .fiz_customer_form>input::-webkit-input-placeholder,
    .jur_customer_form>input::-webkit-input-placeholder,
	.city_select::-webkit-input-placeholder  {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .executor_form>input::-webkit-input-placeholder,
    .fiz_customer_form>input::-webkit-input-placeholder,
    .jur_customer_form>input::-webkit-input-placeholder,
	.city_select::-webkit-input-placeholder  {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {

    .executor_form>input::-webkit-input-placeholder,
    .fiz_customer_form>input::-webkit-input-placeholder,
    .jur_customer_form>input::-webkit-input-placeholder,
	.city_select::-webkit-input-placeholder  {
        font-size: 16px;
    }
}

.attention_box {
    border-radius: 40px;
    border: 1px solid #F00;
    background: #FFA9A9;
    width: 960px;
    height: 137px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#attention_text {
    width: 900px;
    color: #000;
    text-align: justify;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

#attention_text>a {
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .attention_box {
        width: 700px;
        height: 96px;
    }

    #attention_text {
        width: 670px;
        font-size: 18px;
    }

    #attention_text>a {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .attention_box {
        width: 630px;
        height: 118px;
    }

    #attention_text {
        width: 600px;
        font-size: 18px;
    }

    #attention_text>a {
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .attention_box {
        border-radius: 20px;
        border: 1px solid #F00;
        background: #FFA9A9;
        width: 89.2%;
        height: auto;
    }

    #attention_text {
        width: 91.2%;
        font-size: 12px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #attention_text>a {
        font-size: 12px;
    }
}

.show_policy,
.register_btn {
    width: 350px;
    height: 50px;
    border-radius: 25px;
    border: 1px solid #11B5E4;
    background: #11B5E4;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {

    .show_policy,
    .register_btn {
        width: 250px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    .show_policy,
    .register_btn {
        width: 250px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {

    .show_policy,
    .register_btn {
        width: 57%;
        height: 20px;
        font-size: 12px;
    }
}

.show_policy:hover {
    background-color: #1481BA !important;
    border-color: #1481BA !important;
}

.register_btn {
    margin-bottom: 24px;
    opacity: 0.5;
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .register_btn {
        margin-bottom: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .register_btn {
        margin-bottom: 20px;
    }
}

.register_btn:hover {
    background-color: #1481BA !important;
    border-color: #1481BA !important;
}

.policy_popup_bg {
    width: 100% !important;
    height: 100%;
	min-width: 100% !important;
    position: absolute;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(2px);
}

.policy_popup {
    width: 83.3333333%;
    height: 800px;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    background-color: #f3f3f3;
    border-radius: 40px;
    align-items: center;
    justify-content: center;
}

.policy_popup>h1 {
    padding-top: 24px;
}

#policy_text {
    width: 88.75%;
    height: 600px;
    border-radius: 0px;
    text-align: justify;
    color: #000;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 15px 40px 15px 40px;
    resize: none;
    border-radius: 40px;
    border: none;
}

#policy_text::-webkit-scrollbar {
    display: none;
}

#policy_text:focus {
    outline: none;
}

.policy_close {
    width: 21.875%;
    height: 50px;
    background-color: #11B5E4;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 25px;
    margin-bottom: 24px;
}

.policy_close:hover {
    cursor: pointer;
    background-color: #1481BA;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .policy_popup {
        height: 800px;
    }

    #policy_text {
        height: 600px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .policy_popup {
        width: 88.28%;
        height: 598px;
        display: flex;
        flex-flow: column nowrap;
        gap: 10px;
        background-color: #f3f3f3;
        border-radius: 40px;
        align-items: center;
        justify-content: center;
    }

    .policy_popup>h1 {
        padding-top: 10px;
    }

    #policy_text {
        width: 88.75%;
        height: 494px;
        font-size: 18px;
    }

    #policy_text::-webkit-scrollbar {
        width: 0px;
    }

    #policy_text:focus {
        outline: none;
    }

    .policy_close {
        width: 250px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .policy_popup {
        width: 89.58%;
        height: 650px;
        display: flex;
        flex-flow: column nowrap;
        gap: 10px;
        background-color: #f3f3f3;
        border-radius: 40px;
        align-items: center;
        justify-content: center;
    }

    .policy_popup>h1 {
        padding-top: 10px;
    }

    #policy_text {
        width: 80.75%;
        height: 510px;
        font-size: 14px;
    }

    .policy_close {
        width: 250px;
        height: 40px;
        font-size: 18px;
    }
}

@media screen and (max-width: 767px) {
    .policy_popup {
        width: 87.5%;
        height: 500px;
        gap: 10px;
        border-radius: 20px;
    }

    .policy_popup>h1 {
        font-size: 14px;
        height: 28px;
        padding-top: 10px;
    }

    #policy_text {
        width: calc(90% - 30px);
        height: 416px;
        font-size: 10px;
        padding: 5px 15px;
        border-radius: 15px;
    }

    .policy_close {
        width: 50%;
        height: 20px;
        font-size: 12px;
    }
}

.prefooter {
    width: 100%;
    background-color: #11B5E4;
    display: flex;
    align-items: center;
    justify-content: center;
}

footer {
    height: 306px;
    display: flex;
    flex-flow: column nowrap;
    gap: 0px;
    background-color: #11B5E4;
}

.contact_container {
    width: 100%;
    height: 206px;
    display: flex;
    flex-flow: row nowrap;
    gap: 166px;
    align-items: center;
}

.social {
    width: 15.875%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    gap: 24px;
}

.social>p {
    margin: 0px;
}

.links {
    width: 100%;
}

.links>button {
    width: 50px;
    height: 50px;
    background-color: rgba(255, 255, 255, 0.0);
    ;
    background-size: 50px;
    border: none;
}

button:hover {
    cursor: pointer;
}

#facebook {
    background-image: url("../images/facebook.webp");
}

#twitter {
    background-image: url("../images/twitter.webp");
}

#instagram {
    background-image: url("../images/instagram.webp");
}

#youtube {
    background-image: url("../images/youtube.webp");
}

.subscribe {
    width: 38.125%;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    align-items: flex-start;
}

.subscribe>p {
    margin: 0px;
}

.email_line {
    width: 100%;
    display: flex;
    flex-flow: row nowrap;
    gap: 0px;
}

.email_line>input {
    width: 73.77%;
    height: 50px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-indent: 18px;
    border-radius: 25px 0px 0px 25px;
    border: none;
    background: #FFF;
}

.email_line>input::-webkit-input-placeholder {
    color: #838383;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.email_line>button {
    width: 26.23%;
    color: #FFF;
    background-color: #53230C;
    border-radius: 0px 25px 25px 0px;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: none;
    text-align: left;
}

.join {
    width: 25.25%;
    display: flex;
    flex-flow: column nowrap;
    gap: 24px;
    align-items: center;
}

.join>p {
    margin: 0px;
}

.join>button {
    width: 61.8811%;
    height: 50px;
    color: #FFF;
    border: none;
    border-radius: 25px;
    background-color: #53230C;
    font-family: 'Montserrat', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .contact_container {
        gap: 86px;
        align-items: center;
        justify-content: center;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .subscribe {
        width: 42.36%;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .email_line>button {
        font-size: 22px;
    }
}

@media screen and (min-width: 1600px) and (max-width: 1919px) {
    .join>button {
        font-size: 22px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {

    header,
    .footer_menu {
        width: 100%;
        height: 60px;
        gap: 124px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    #header_logo {
        width: 150px;
        height: 52px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    nav {
        gap: 20px;
    }

    a {
        font-size: 24px;
    }

    p {
        font-size: 24px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .header_btns {
        padding-left: 0px;
        gap: 20px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .header_btns>button {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .header_btns>button>img {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    h1 {
        font-size: 24px;
        height: 24px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    footer {
        height: 164px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .contact_container {
        height: 104px;
        gap: 57px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .social {
        width: 16.59%;
        gap: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .links>button {
        width: 30px;
        height: 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    #facebook {
        background-size: 30px 30px;
    }

    #twitter {
        background-size: 30px 30px;
    }

    #instagram {
        background-size: 30px 30px;
    }

    #youtube {
        background-size: 30px 30px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .subscribe {
        width: 40.37%;
        gap: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .email_line>input {
        height: 30px;
        font-size: 14px;
        text-indent: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .email_line>input::-webkit-input-placeholder {
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .email_line>button {
        height: 32px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .join {
        width: 30.30%;
        gap: 10px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .join>button {
        height: 30px;
        font-size: 14px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {

    header,
    .footer_menu {
        width: 100%;
        height: 60px;
        gap: 64px;
    }

    #header_logo {
        width: 150px;
        height: 52px;
    }

    nav {
        gap: 20px;
    }

    a {
        font-size: 18px;
    }

    p {
        font-size: 18px;
    }

    .header_btns {
        padding-left: 0px;
        gap: 30px;
    }

    .header_btns>button {
        width: 24px;
        height: 24px;
    }

    .header_btns>button>img {
        width: 24px;
        height: 24px;
    }

    h1 {
        font-size: 24px;
    }

    footer {
        height: 133px;
    }

    .contact_container {
        height: 73px;
        gap: 2%;
    }


    .social {
        width: 19.47%;
        gap: 5px;
    }


    .links>button {
        width: 30px;
        height: 30px;
    }

    #facebook {
        background-size: 30px 30px;
    }

    #twitter {
        background-size: 30px 30px;
    }

    #instagram {
        background-size: 30px 30px;
    }

    #youtube {
        background-size: 30px 30px;
    }

    .subscribe {
        width: 45.63%;
        gap: 5px;
    }

    .email_line>input::-webkit-input-placeholder {
        font-size: 14px;
    }

    .email_line>input {
        width: 70%;
        height: 30px;
        font-size: 14px;
        text-indent: 14px;
    }

    .email_line>button {
        width: 30%;
        height: 32px;
        font-size: 14px;
    }

    .join {
        width: 30.52%;
        gap: 5px;
    }

    .join>button {
        height: 30px;
        font-size: 14px;
    }

}

#mobile_send {
    display: none;
}

@media screen and (max-width: 767px) {
    body {
        gap: 10px;
    }

    header,
    .footer_menu {
        width: 100%;
        height: 30px;
        gap: 0%;
    }

    #header_logo {
        width: 75px;
        height: 26px;
        padding-left: 6.25%;
    }

    .footer_menu>img {
        padding-left: 0px !important;
    }

    nav {
        display: none;
    }

    a {
        font-size: 14px;
        line-height: 14px;
    }

    p {
        font-size: 14px;
        line-height: 14px;
    }

    footer {
        width: 87.5%;
        height: 192px;
        justify-content: flex-end;
    }

    .contact_container {
        width: 100%;
        height: 152px;
        display: flex;
        flex-flow: column nowrap;
        gap: 10px;
        align-items: center;
    }

    .social {
        align-items: center;
        width: 33.92%;
        gap: 0px;
    }

    .links {
        display: flex;
        flex-flow: row nowrap;
        gap: 5px;
        align-items: center;
        justify-content: center;
    }

    .links>button {
        width: 20px;
        height: 20px;
    }

    #facebook {
        background-size: 20px 20px;
    }

    #twitter {
        background-size: 20px 20px;
    }

    #instagram {
        background-size: 20px 20px;
    }

    #youtube {
        background-size: 20px 20px;
    }

    .subscribe {
        width: 89.28%;
        gap: 5px;
        align-items: center;
    }

    .email_line>input {
        width: 88%;
        height: 30px;
        font-size: 16px;
        text-indent: 10px;
    }

    .email_line>input::-webkit-input-placeholder {
        font-size: 16px;
    }

    .email_line>button {
        display: none;
    }

    #mobile_send {
        display: block;
        height: 32px;
        width: 12%;
        background-image: url("../images/send_mail_mobile.webp");
        background-size: 30px 30px;
        background-repeat: no-repeat;
        background-position: center;
    }

    .join {
        width: 73.2%;
        gap: 5px;
    }

    .join>button {
        width: 68.29%;
		max-width: 200px;
        height: 20px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    .email_line {
		max-width: 300px;
    }
}