﻿.export {
    /*
    background-color: #f0f5fa;
    background-image: url(/image/header-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 100vh;
    max-height: 100%;
    z-index: 10;
    position: relative;
    transition: all 1s ease-in-out;
    */
}

.excursion__btn{
    text-align: center;
    margin: 20px;
}
.excursion__btn a{
    background-color: #1f528b;
    padding: 18px;
    border-radius: 20px;
    color: #FFF;
}



.export__main {
    margin-top: 200px;
    margin-bottom: 40px;
}
.export__main h1 {
    color: #21252a;
    font-size: 30px;
    font-weight: 700;
}
.export__main--info {
    opacity: .75;
    color: #21252a;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}
.export__main p:nth-child(3) {
    color: #21252a;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    margin-top: 40px;
}
.export__main p:nth-child(3) img {
    color: #000;
    margin-right: 28px;
}
.export__main__form {
    margin-top: -20px;
    margin-left: 10px;
    margin-bottom: 15px;
}
.export__main__form--name {
    margin-top: 65px;
}
.export__main__form--phone, .export__main__form--email {
    display: inline-block;
    width: 45%}
.export__main__form--phone {
    margin-right: 40px;
}
.input-excursion {
    background-color: transparent !important;
    border-color: transparent !important;
    border-bottom: 2px solid #e0e1e2 !important;
    padding-bottom: 10px;
    padding-left: 15px;
}
.form-control:focus {
    box-shadow: none !important;
}
.form-control {
    box-shadow: none;
}
.form-group {
    margin-bottom: 7px;
}
.has-error .form-control {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.has-success .form-control {
    border-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.text-area-contacts {
    resize: none;
    width: 100%;
    height: 170px;
    padding-left: 15px;
    padding-top: 10px;
    letter-spacing: .07em;
}
.text-area-excursion {
    width: 100%;
    margin-top: 1%}
.button-excursion {
    width: 100%;
    outline: none;
    margin-top: 10px;
    height: 60px;
    border-radius: 40px;
    background-color: #21579e;
    border: 0;
    color: #fff;
    padding: 20px 0;
}
.help-block-error {
    position: relative;
    display: flex;
}
.form-group {
    margin-bottom: 7px;
}







@media only screen and (max-width: 1024px) {
    .img-hood {
        height: 190px !important;
    }
    .export__main {
        position: relative;
        z-index: 2;
    }

    .lay4 img {
        margin-right: 35%;
        margin-top: 2%;
        width: 15%}
}








@media only screen and (max-width: 768px) {
    .export__main {
        margin-top: 100px;
    }
}







@media only screen and (max-width: 480px) {
    .export__main__form--phone, .export__main__form--email {
        width: 100%;
    }

    .export {
            background-image: url(/image/header-mob-bg.jpg);
            background-size: 100%;
    }
    .export__main {
        margin-top: 150px;
        margin-bottom: 50px;
    }

    
    
}







