
@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');


/*===== VARIABLES CSS =====*/
:root {
--header-height: 3rem;

/*===== Colors =====*/
--first-color: #fff;
/*5a40ff*/
--first-color-light: #C4C7F5;
--dark-color: #0E1026;
--white-color: #FBFBFB;

/*===== Font and typography =====*/
--body-font: 'Open Sans', sans-serif;
--nav-name-font-size: 1.5rem;
--normal-font-size: .938rem;

/*===== z index =====*/
--z-fixed: 100;
}

.foot_left .content_footer img {
width: 45px;
height: 45px;
padding: 5px;
}

.foot_left .content_footer .place {
display: flex;
margin: 5px auto;
}

.foot_left .content_footer p {
font-size: 16px;
margin: auto 10px;
}


.captcha {
width: 100%;
font-weight: 400;
height: 40px;
user-select: none;
text-decoration: line-through;
font-style: italic;
font-size: x-large;
border: black 1px solid;
border-radius: 5px;
}


* {
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

footer {
font-size: 14px;
}

.content1 {
position: relative;
margin: 130px auto;
text-align: center;
padding: 0 20px;
}

.content1 .text {
font-size: 2.5rem;
font-weight: 600;
color: #202020;
}

.content1 .p {
font-size: 2.1875rem;
font-weight: 600;
color: #202020;
}

.menu-area {
display: flex;
align-items: center;
justify-content: space-evenly;
flex-wrap: wrap;
margin-top: 25px;
}

.menu-area li {
display: inline-block;
list-style: none;
margin: 10px 20px;
}

.menu-area li a {
text-decoration: none;
font-size: 16px;
font-weight: 500;
color: #36353a;
position: relative;
transition: all .6s ease-in;
}

.menu-area li a:after {
content: '';
position: absolute;
width: 0;
height: 4px;
background: var(--blue);
left: 0;
bottom: -15px;
transition: 0.6s;
}

.menu-area li a:before {
content: '';
position: absolute;
width: 0;
height: 4px;
background: var(--blue);
right: 0;
top: -15px;
transition: 0.6s;
}

.menu-area li a:hover:after {
width: 100%;
background: var(--blue);
}

.menu-area li a:hover:before {
width: 100%;
background: var(--blue);
}

.inputs {
margin-bottom: 15px;
}

.contacts {
font-size: 16px;
padding-left: 10px;
margin: 0;
line-height: 1.5;
align-items: center;
display: flex;
font-size: 16px;
}

.contacts_icon {
width: 45px;
}


.footer {
bottom: 0px;
padding: 20px;
position: fixed;
width: 100%;
background: var(--first-color);
}

.main-content {
display: flex;
}

.main-content .box {
flex-basis: 50%;
padding: 10px 20px;
}

.box h2 {
font-size: 1.125rem;
font-weight: 600;
text-transform: uppercase;
}

.box .content_footer {
margin: 20px 0 0 0;
position: relative;
}


.box .content_footer:before {
position: absolute;
content: '';
top: -10px;
height: 2px;
width: 100%;
background: #c1c1c1;
}

.box .content_footer:after {
position: absolute;
content: '';
height: 2px;
width: 15%;
background: #36353a;
top: -10px;
}


.foot_left .content_footer p {
text-align: justify;
color: #36353a;
}

.foot_left .content_footer .social {
margin: 20px 0 0 0;
}

.foot_left .content_footer .social a {
padding: 0 2px;
}

.foot_left .content_footer .social a span {
height: 40px;
width: 40px;
background: #1a1a1a;
line-height: 40px;
text-align: center;
font-size: 18px;
border-radius: 5px;
transition: 0.3s;
}

.foot_left .content_footer .social a span:hover {
background: #f12020;
}

.center .content_footer .fas {
font-size: 1.4375rem;
background: #36353a;
height: 45px;
width: 45px;
line-height: 45px;
color: var(--first-color);
text-align: center;
border-radius: 50%;
transition: 0.3s;
cursor: pointer;
}

.center .content_footer .fas:hover {
background: var(--first-color);
color: #36353a;
}

.center .content_footer .text {
font-size: 1.0625rem;
font-weight: 500;
padding-left: 10px;
}

.center .content_footer .phone {
margin: 15px 0;
}

.foot_right form .text {
font-size: 1.0625rem;
margin-bottom: 2px;
color: #fff;
}

.foot_right form .msg {
margin-top: 10px;
}

.foot_right form input,
.foot_right form textarea {
width: 100%;
font-size: 14px;
height: 40px;
border-radius: 5px;
background: #fff;
padding-left: 10px;
border: 1px solid #222222;
}

.foot_right form input:focus,
.foot_right form textarea:focus {
border-color: var(--blue);
}

.foot_right form input {
height: 40px;
border-radius: 5px;
}


.foot_right form .btn {
margin-top: 10px;
}

.foot_right form .btn button {
border-radius: 5px;
height: 40px;
width: 30%;
border: none;
outline: none;
outline: none;
background: #36353a;
color: #fff;
font-size: 1.0625rem;
font-weight: 500;
cursor: pointer;
transition: .3s;
}

.foot_right form .btn button:hover {
background: #dadadb;
color: var(--first-color);
}

.bottom center {
padding: 5px;
margin-top: 20px;
font-size: 0.9375rem;
background: var(--blue);
}

.bottom center span {
color: #c6c5cf;
}

.bottom center a {
color: #fff;
text-decoration: none;
}

.bottom center a:hover {
text-decoration: underline;
}

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


.footer {
position: relative;
bottom: 0px;
}

.main-content {
flex-wrap: wrap;
flex-direction: column;
}

.main-content .box {
margin: 5px 0;
}

}
