﻿@font-face {
    font-family: "Noto Sans";
    src: url("../fonts/NotoSans-Regular.ttf") format("woff"), url("../fonts/NotoSans-Regular.ttf") format("truetype");
}

body {
    background-color: #e5e5e5;
    background-color: #e5e5e5;
    margin: 0;
    font-family: "Noto Sans", sans-serif;
    height: 100vh;
}

.links {
height: 15px;
width: 30px;
align-self: center}

#header {
    height: 100px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-containermkg {
	position: absolute;
	top: 25%;
	bottom: 2%;
	margin-right: auto;
	margin-left: auto;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 550px;
	height: 700px;
    padding: 35px;

    z-index: 10;

    box-shadow: 0px 8px 25px rgba(112, 110, 110, 0.15);


    --checkbox-off-color: #97999B;
    --checkbox-on-color: #53565A;

}
div.form-containermkg p.header
{
	font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    align-items: center;
    letter-spacing: -0.04em;
    color: #1A1A1A;
}

div.form-containermkg p.text {
font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #53565A;
}

div.form-containermkg p {
	margin: 0 0 25px;
}

div.form-containermkg div.group {
display: block;
margin: 0 0 30px;
}


div.form-containermkg input {
    background: #fff;
    border: 1px solid #eaebeb;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 12px 20px;
    outline: none;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #2e333c;
    width: 100%;
}

.input_email,
.input_phone {
	display: block;
    margin: 0;
    font-weight: 400;
    font-size: 10px;
    line-height: 20px;

    letter-spacing: 0.005em;

    color: #FF0000;
}
div.form-containermkg a {
    font-size: 12px;
    line-height: 20px;

    letter-spacing: -0.03em;

    text-decoration: none;

    color: #FF0000;
}
div.form-containermkg a::after {
    background-image: url(images/icon-red-arrow.svg);
    content: "";
    width: 16px;
    height: 8px;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 8px;
}
div.form-containermkg div.items {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
    margin: 0 0 18px;
}

div.form-containermkg div.item {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 45%;
}

div.form-containermkg label.text {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #53565A;
    display: inline-block;
}

div.form-containermkg .buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

div.form-containermkg .bttn {
    background-color: #F5F5F5;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.04em;
    color: #1A1A1A;
    height: 44px;
    padding: 0px;
	/*cursor: pointer; */ /*MR*/
    width: 48%;
    border-radius: 2px;
}

div.form-containermkg .bttn.red:enabled {
    background-color: #FF0000;
    color: #ffffff;
}

div.form-containermkg .bttn.red:disabled {
	background-color: #F5F5F5;
	color: #1A1A1A;
}
/* checkbox slide */
.switch {
    display: inline-block;
    height: 22px;
    position: relative;
    width: 38px;
}

.switch input {
     display:none;

}

.slider {
	background-color: #97999B;
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
	border-radius: 40px;
}

.slider:before {
    background-color: #fff;
    bottom: 3px;
    content: "";
    height: 16px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 16px;
	border-radius: 40px;
}

input:checked + .slider {
    background-color: green;
}

/*
.mrchecked + .slider{
	background-color: green;
}

.mrunchecked + .slider{
background-color : FF0000;
}

.mrneutral {
	background-color: grey;
	bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: .4s;
}


.mrchecked:before {
	border-radius: 50%;
	transform: translateX(16px);
}

.mrcheckbox {
	
    display: inline-block;
    height: 22px;
    position: relative;
    width: 38px;
}

.mrcheckbox input {
     display:none;

}
*/

input:checked + .slider:before {
    transform: translateX(16px);
}

.slider.round {
    border-radius: 40px;
}

.slider.round:before {
    border-radius: 50%;
}

@media only screen and (min-width: 550px) {

	
	div.form-containermkg div.items {
		column-gap: 30px;
	}
}
.logo {
    display: block;
}

    .logo img {
        display: block;
        max-height: 40px;
    }

.container {
    padding: 30px 30px 47px;
}

.form-container {
    background-color: #fff;
    max-width: 801px;
    margin-left: auto;
    margin-right: auto;
}

p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0.005em;
    color: #53565a;
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
}

p.title {
        font-weight: 600;
        font-size: 18px;
        line-height: 24px;
        letter-spacing: -0.04em;
        color: #161e2a;
        padding-top: 50px;
        padding-bottom: 10px;
    }

.form_P {
    padding: 10px 20px 60px;
    border-top: 1px solid rgba(151, 153, 155, 0.2);
    margin-top: 30px;
}

.group {
    max-width: 483px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    width: 100%;
}

#label {
    padding-top: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.005em;
    color: #2e333c;
    display: block;
    padding-bottom: 4px;
}

    #label span {
        color: #f00;
    }

.form-control_P {
    background: #fff;
    border: 1px solid #eaebeb;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 12px 20px;
    outline: none;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #2e333c;
    width: 100%;
}

.button {
    background: #f00;
    margin: 50px auto 0;
    width: 100%;
    max-width: 337px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #ffffff;
    height: 52px;
    padding: 0;
    cursor: pointer;
    text-decoration:none;
}

.button span {
        display: flex;
        justify-content: center;
        align-items: center;
    }

.button span:after {
            content: "";
            height: 16px;
            display: block;
            background-repeat: no-repeat;
            background-position: center;
            margin-left: 8px;
}

#Image1 {
    margin: 0px auto;
}

.form-containermkg {
	position: absolute;
	top: 25%;
	bottom: 2%;
	margin-right: auto;
	margin-left: auto;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 550px;
	height: 700px;
    padding: 35px;

    z-index: 10;

    box-shadow: 0px 8px 25px rgba(112, 110, 110, 0.15);
}


@media only screen and (min-width: 992px) {
}

@media only screen and (min-width: 600px) {
    #header {
        height: 160px;
    }

    .logo img {
        max-height: 60px;
    }

    .container {
        padding-top: 70px;
    }

    p {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        letter-spacing: -0.01em;
    }

        p.title {
            font-weight: 700;
            font-size: 24px;
            line-height: 32px;
            text-align: center;
            letter-spacing: -0.04em;
            color: #1a1a1a;
            padding-top: 60px;
            padding-bottom: 20px;
        }

    .form_P {
        margin-top: 40px;
        padding-top: 20px;
    }
	
.form-containermkg {
	position: absolute;
	top: 25%;
	bottom: 2%;
	margin-right: auto;
	margin-left: auto;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 550px;
	height: 700px;
    padding: 35px;

    z-index: 10;

    box-shadow: 0px 8px 25px rgba(112, 110, 110, 0.15);
}
}

@media only screen and (max-device-width: 250px)
{

    #header {
        height: 120px;
    }

    .logo img {
        max-height:40px;
    }

    .container {
        padding: 20px 20px 20px;
        max-width: 400px;
        height: 378px;
    }

    p {
        font-weight: 500;
        font-size: 24px;
        line-height: 34px;
        text-align: center;
        letter-spacing: -0.01em;
    }

        p.title {
            font-weight: 700;
            font-size: 34px;
            line-height: 42px;
            text-align: center;
            letter-spacing: -0.04em;
            color: #1a1a1a;
            padding-top: 60px;
            padding-bottom: 20px;
        }

    .form_P {
        margin-top: 40px;
        padding-top: 20px;
    }

    .form-container {
        background-color: #fff;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

.form-containermkg {
	position: absolute;
	top: 25%;
	bottom: 2%;
	margin-right: auto;
	margin-left: auto;
    display: inline-block;
    background-color: #ffffff;
    border-radius: 8px;
    max-width: 550px;
	height: 700px;
    padding: 35px;

    z-index: 10;

    box-shadow: 0px 8px 25px rgba(112, 110, 110, 0.15);
}
}

/* 360×640 through 414×896 */
