header .putLogo img.logo1{ display:none;}

.ct {
    margin: 126px 0 196px;
}

.txt .p1 {
	font-weight:bold;
    font-size: 40px;
    line-height: 35px;
    text-transform: uppercase;
}

.txt .p2 {
    margin: 24px 0 20px;
    font-size: 18px;
    line-height: 18px;
    color: #919191;
}

.txt .p3 {
    font-size: 25px;
    color: #919191;
}

.txt .p3 a{ color: #919191;}

.txt .p3 span {
    font-size: 25px;
    line-height: 28px;
    color: black;
}

.form {
    max-width: 780px;
    width: 100%;
    margin-top: 55px;
    padding: 55px 47px 66px;
    border: 1px solid #cdcdcd;
}

.form .formTitle {
    font-size: 22px;
    line-height: 25px;
    font-weight: bold;
}

.form .col input {
    width: 100%;
    line-height: 90px;
    border: 0;
    font-size: 18px;
    background-color: transparent;
    border-bottom: 1px solid #cdcdcd;
}

.form .col input::placeholder {
    font-size: 18px;
}

.form .submit {
    display: block;
    width: 148px;
    margin-top: 45px;
    line-height: 46px;
    text-align: center;
    border-radius: 50px;
    font-size: 13px;
    color: var(--themaBlue);
    background-color: var(--themaGolden);
}


@media (max-width: 768px) {
.ct .maxWidth{ display:block}
.txt .p1{ font-size:32px;}
.txt .p3{ font-size:18px;}
.ct{ margin:20% 0;}
}


