#politic {
    position: absolute;
    top: 5vw;
    background: white;
    width: 60vw;
    margin: 0 auto;
    left: 18vw;
    padding: 2vw;
    z-index: 999999999;
}
#politic_bg {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: black;
    top: 0;
    left: 0;
    opacity: 0.4;
}
.question {
    margin: 0;
}
.phone {
    color: white;
    text-decoration: none;
}
#partner {
    color: #ffffff;
    font-size: 1vw;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 5px;
    background-color: #39944f;
    background-position: center center;
    border-color: #ffffff;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 10px 2px rgba(255,255,255,0.2);
    text-decoration: none;
    padding: 0.8vw 2.5vw;
    position: relative;
    top: 1vw
}
#variant {
    color: #ffffff;
    font-size: 1vw;
    font-family: 'Roboto',Arial,sans-serif;
    line-height: 1.55;
    font-weight: 600;
    border-width: 1px;
    border-radius: 5px;
    background-color: #4bb462;
    background-position: center center;
    border-color: #4bb462;
    border-style: solid;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    box-shadow: 0px 0px 15px 2px rgba(92,92,92,0.3);
    text-decoration: none;
    padding: 0.8vw 2.5vw;
    position: relative;
    top: 1vw
}
#variant:hover {
 background-color:#19c241;
}
.line {
    margin: 0!important;
    border-left: 0.01vw solid white;
    height: 16vw;
    box-shadow: 0px 0px 5px 0px rgba(255,255,255,1);
}
#footer {
    background: #39944f;
    margin-top: 12vw;
    text-align: center;
    padding:3vw;
    color:white;
    line-height: 1.7vw;
    margin-bottom: -2vw !important;
}
#footer div {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 4vw;
}
#footer img {
    width: 15vw;
}
#another_city {
    position: absolute;
    color: #4bb462;
    font-size: 0.8vw;
    width: 7vw;
    text-align: left;
    margin-left: -6.5vw;
    margin-top: 0.27vw;
    cursor: pointer;
}
input:active, input:focus {
    outline: none;
}
input::-moz-focus-inner {
    border: 0;
}
.placeholder {
    color: gray;
    font-size: 1vw;
    position: absolute;
    left: 5.1vw;
    margin-top: 1.1vw;
}
body {
    background-image: url('bg-transp-3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-size: 160% 103%;
    background-position-x: -27vw
    
}
.tn-atom {
    background-color: #4bb462;
    background-position: center center;
    box-shadow: 0px 0px 0.1vw 0.1vw rgba(166,166,166,0.2);
    width: 5vw;
    position: relative;
    left: 0.8vw;
    height: 0.1vw;
    border: 0.2vw solid #4bb462;
}
h1 {
    text-align: left;
    /*! padding-top: 3vw; */
    font-size: 2.4vw;
    line-height: 4vw;
    z-index: 9;
    margin-bottom: 0vw;
    font-weight: normal;
    padding-left: 0.8vw;
}
.big {
    color: black;
    text-align: left;
    margin: 0;
    padding: 0vw 5vw 0 1vw;
    font-family: open sans,sans-serif;
    font-size: 0.9vw;
    line-height: 1.5vw;
    position: relative;
    top: 0.5vw
}
header div {
    display: inline-block;
    vertical-align: top;
}
header {
    text-align: center;
    padding: 1.5vw 0 0.7vw;
    padding-right: 20vw;
}
body {
    /*font-family: 'Roboto', sans-serif;*/
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
#searchlist {
    max-height: 12vw;
    width: 23vw!important;
    margin: 0 auto;
    box-shadow: 0px 0px 0.8vw rgba(0, 0, 0, 0.1);
    padding: 0.5vw;
    overflow: auto;
    background: white;
    text-align: center;
}
input {
    outline:none;
}
.cityname {
    font-size: 1vw;
    margin: 0.2vw;
    cursor:pointer;
}

.summ {
    display: block;
    font-size: 1vw;
    padding: 0.4vw
}
.summ input {
    position: relative;
    left: -0.4vw;
}
.peni {
    padding: 0 1vw;
    font-size: 1vw;
}
.peni input {
    position: relative;
    left: -0.4vw;
}
.agree {
    display: block;
    margin-top: 1vw;
    font-size: 0.8vw;
}
.agree input {
    position: relative;
    left: -0.4vw;
}
.send {
    display: block;
    /*! margin: 0 auto; */
    background: #142644;
    color: white;
    padding: 1.6vw 1vw;
    border-radius: 0.5vw;
    font-size: 1.8vw;
    margin-top: 2vw;
    cursor: pointer;
    /*! margin-left: 0.8vw; */
    font-weight: bold;
    background-color: #4bb462;
    box-shadow: 0px 0px 10px 0px #06670a;
    margin: 1vw auto 0vw;
}
.send:hover {
    background: #1aa946;
    text-decoration: underline;
}
input {
    padding: 1vw;
    text-align: left;
    -webkit-appearance: none;
    width: 24vw!important;
    font-size: 1vw;
    background: white!important;
    left: 0!important;
    border: none;
    z-index: 1;
    border-radius: 0.5vw;
}
@media (min-width: 100px) and (max-width: 600px) {
    header {
        padding: 5vw 0 0;
        width: 99vw!important;
    }   
    header img {
        width:10vw!important;
        padding-right:1vw
    }
    .big {
        left: 1vw;
        font-size: 2.2vw!important;
        line-height: 4vw;
        top: 1.3vw;
        padding-right: 0!important;
        padding-top: 1vw
    }
    #main {
        position: relative;
        top: 12vw;
        background-position-y: 28vw;
        background-size: 280vw;
        margin-bottom: -20vw
    }
    #maindiv {
        width: 84vw!important;
        position: unset!important;
    }
    h1 {
        font-size:6vw;
        line-height: 8vw!important;
        text-align: left
    }
    .tn-atom { 
        height: 2vw;
        width: 24vw;
        left: 0vw;
        top: 2vw;
        margin-bottom: 6vw;
    }
    #step1title {
        font-size: 3.3vw!important;
        line-height: 4vw!important;
    }
    #step2title {
        font-size: 3.3vw!important;
        line-height: 4vw!important;
        position: relative;
        top: 6vw
    }
    #step1_form {
        width: 80vw!important;
        background: white;
    }
    #step2_form {
        width: 82vw!important;
        background: white;
        border-radius: 1vw!important;
        top: 2vw!important;
    }
    #step3_form {
        width: 80vw!important;
        background: white;
        height: 79vw!important;
    }
    #book {
        display: none;
    }
    .question.main {
        font-size: 4.3vw!important;
        line-height: 6vw!important;
        padding-bottom: 2vw;
        padding-left: 0!important;
    }
    .question {
        font-size: 3.3vw!important;
        line-height: 4vw!important;
        margin-top:4vw!important;
        padding-left: 4vw!important;
    }
    input {
        width: 73vw!important;
        font-size: 3.3vw!important;
        padding: 3vw!important;
        -webkit-appearance: none!important;
        border-radius: none!important;
        -webkit-border-radius:0px;
    }
    select {
        width: 74vw!important;
        font-size: 3.3vw!important;
        padding: 3vw!important;
        -webkit-appearance: none!important;
        border-radius:1vw!important;
        -webkit-border-radius:0px;
    }
    .placeholder {
        font-size: 3.3vw!important;
    }
    #mail_place {
        top: 47vw!important;
        left: 33vw
    }
    .send {
        font-size: 4vw!important;
        width: 67vw!important;
        padding: 5vw 3vw;
        border-radius: 1vw;
        margin: 6vw auto;
    }
    #bottom_text span {
        font-size: 2.1vw!important;
    }
    #bottom_text {
        font-size: 2.7vw!important;
        line-height: 5vw!important;
        width: 80%!important;
        left: 0!important;
        padding: 5vw 0 !important;
        display: block;
        margin: 0 auto;
        top: 31.5vw!important;
    }
    #footer div {
        display: block;
        margin: 10vw auto;
        width: 65vw;
    }
    #footer img {
        width: 50vw;
    }
    .line {
        display: none!important;
    }
    #footer p,a {
        font-size: 3.3vw!important;
        line-height: 6vw!important;
    }
    #another_city {
        font-size: 2.3vw!important;
        width: 20vw!important;
        margin-left: -20vw;
        margin-top: 2.8vw
    }
    #searchlist p {
        font-size: 3.3vw!important;
        line-height: 4.3vw
    }
    #searchlist {
        width: 70vw;
        padding: 2vw
    }
    #step3_form .send {
        width: 50vw!important;
        top: 26vw!important;
    }
    #phone_place {
        margin-top: 18.9vw!important;
        margin-left: 35vw!important;
        font-size: 3.3vw!important;
    }
    #fio_place {
        margin-top: 4.5vw!important;
        margin-left: 39vw!important;
    }
    #fio {
        position: relative;
        left: 0!important;
        border-radius:1vw;
    }
    #phone {
        position: relative;
        left: 0!important;
        border-radius:1vw;
        margin-top: 5vw!important;
    }
   input #city {
        padding-left: 10vw!important;
        border-radius:1vw!important;
    }
    .fas.fa-map-marker-alt {
        font-size: 5vw!important;
        margin-top: 3vw!important;
        left: 8.5vw!important;
    }
    .cityinput {
        padding-left: 9vw!important;
        border-radius:1vw!important;
    }
    #city_place_info span {
        font-size: 3vw
    }
    #searchlist {
        max-height: 30vw;
    }
    .mobhead {
        font-size: 5vw!important;

    }
    #gerb {
        display: none;
    }
    #arrowmob {
        display: none;
    }
    .undersend {
        font-size: 3vw!important;
    }
    #searchlist {
    max-height: 32vw;
    width: 72vw!important;
    margin: 0 auto;
    box-shadow: 0px 0px 0.8vw rgba(0, 0, 0, 0.1);
    padding: 0.5vw;
    overflow: auto;
    background: white;
    text-align: center;
}
}
