@import url(../fonts/stylesheet.css);
div,
html,
body {
    padding: 0;
    margin: 0;
}.map{	width: 100%;height: 450px;}
.btn {
    font-family: 'Arial Nova';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    width: 295px;
    height: 67px;
    text-decoration: none;
    display: flex;
    align-items: center;
    border-radius: 0;
    justify-content: center;
    transition: ease all 0.3s;
}

.btn:hover {
    box-shadow: 0px 0px 17px 5px rgb(0 0 0 / 40%);
    ;
    transition: ease all 0.3s;
}

.btn_blue {
    color: #fff;
    background: #27316F;
    border: 1px solid #27316F;
}

.btn_white {
    border: 1px solid #FFFFFF;
    color: #27316F;
    background: #fff;
}

.btn-border {
    border: 1px solid #27316F;
}

h1,
.h1 {
    font-family: Arial;
    font-style: normal;
    font-weight: 900;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    margin: 0;
}

h2,
.h2 {
    font-family: 'Arial';
    font-weight: 900;
    font-size: 48px;
    line-height: 68px;
    letter-spacing: -0.03em;
    color: #302A2A;
}

p,
ul {
    font-family: 'Arial Nova';
    font-size: 18px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #302A2A;
    margin-bottom: 35px;
}

ul {
    padding-left: 20px;
}

.container {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
}


/* header */

.header {
    background: rgba(255, 255, 255, 0.8);
}

.header__conatainer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 92px;
}

.header__wrap {
    background: url(../images/header-bg.jpg) no-repeat center;
    background-size: cover;
}

.logo {
    font-family: Neo Sans Pro;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    /* or 100% */
    letter-spacing: -0.05em;
    color: #C81624;
    text-decoration: none;
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: start;
    margin-right: 179px;
}

.header__logo img {
    margin-right: 10px;
}

.menu__wrap {
    display: flex;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
}

.menu__item {
    list-style-type: none;
    margin: 0 20px;
}

.menu__item a {
    font-family: 'Arial Nova';
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.03em;
    text-decoration: none;
    color: #302A2A;
}

.header__contacts {
    display: flex;
}

.header__contacts a {
    margin-left: 8px;
    font-family: Arial Nova;
    font-size: 18px;
    text-decoration: none;
    letter-spacing: -0.03em;
    color: #27316F;
}

.banner__buttons {
    display: flex;
}

.banner {
    padding: 156px 0 220px;
}

.banner__header {
    margin-bottom: 80px;
}

.banner__button {
    margin-right: 20px;
}

.text {
    margin: 120px 0 180px;
}

.text__content {
    max-width: 494px;
    margin: 0 auto;
}

.products {
    margin: 180px 0;
}

.products img {
    max-width: 100%;
}

.products__header {
    margin-bottom: 80px;
}

.products__title {
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 40px;
}

.products p {
    max-width: 445px;
}

.products .btn {
    margin-top: 80px;
}

.permission {
    margin: 200px 0 168px;
}

.permission img {
    max-width: 100%;
}

.permission__header {
    margin-bottom: 80px;
}

.permission__items p {
    margin-bottom: 0;
    text-align: center;
}

.permission__items img {
    margin-bottom: 8px;
}

.price {
    display: flex;
    align-items: center;
    height: 226px;
    background: #27316F;
}

.price__header {
    font-family: 'Arial';
    font-weight: 900;
    font-size: 32px;
    line-height: 160%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin-bottom: 0;
}

.price__btn,
.price__btn:hover {
    border: 1px solid #FFFFFF;
    color: #fff;
    margin: 0 0 0 auto;
}
.form{
    margin: 80px 0 120px;
}
.form__header{
    margin-bottom: 80px;
}


.form-control{
    position: relative;
    border: 1px solid #BDBDBD;
    height: 16px;
border-radius: 1px;
height: 58px;
padding: 0;
display: flex;
align-items: center;
padding-left: 45px;
margin-bottom: 20px;
}
.form-control img{
    position: absolute;
    top: 16px;
    left: 16px;
}
.form-control-text{
    width: 100%;
    border:none;
    font-family: 'Arial Nova';
font-size: 18px;
letter-spacing: -0.03em;
color: #302A2A;

}
.form-control-text::placeholder{
    color: #828282;
}
.form-control input:hover,
.form-control input:focus{
border:0;
outline: 0;
}
.form__top .form-control{
    width: calc(50% - 10px);
}
.form-control__textarea{
    height: 210px;
    padding: 12px 0 12px 45px;
}
.form-control textarea{
    width: 100%;
    border:none;
    resize: none;
    height: 100%;
}
.form-control textarea:hover,
.form-control textarea:focus{
    outline: none;
}
.contacts{
    margin: 160px 0;
}
.contacts__header{
    margin-bottom: 80px;
}
.contacts__contact{
    text-decoration: none;
    font-family: 'Arial Nova';
font-size: 18px;
line-height: 160%;
letter-spacing: -0.03em;
color: #302A2A;
margin-bottom: 20px;
}
.footer{
    padding: 80px 0 120px;
    background: #F0F0F0;
}
.footer__logo{
    text-align: center;
    display:block;
    margin-bottom: 40px;
}
.footer p{
    margin-bottom: 0;
}

@media (max-width:1199px){
    .header__logo{
        margin-right: 0px;
    }
}
@media (max-width:991px){
    .mobile-menu{
        border:none;
        background:transparent;
    }
    .mobile-menu img{
        width: 50px;
    }
    .header__menu-wrap {
        position: fixed;
        top: -100%;
        background: #ffffffbd;
        width: 100%;
        right: 0;
        transition: ease all 0.3s;
        opacity: 0;
    }
    .header__menu-wrap_show {
top: 92px;
transition: ease all 0.3s;
opacity: 1;
    }
    .menu__wrap,
    .header__contacts{
        align-items:center;
        flex-direction: column;
    }
}