@font-face {
    font-family: "Futura PT Bold";
    src: url("../fonts/FuturaPT-Bold.eot");
    src: url("../fonts/FuturaPT-Bold.eot") format("embedded-opentype"),
    url("../fonts/FuturaPT-Bold.woff2") format("woff2"),
    url("../fonts/FuturaPT-Bold.woff") format("woff"),
    url("../fonts/FuturaPT-Bold.ttf") format("truetype");
}
@font-face {
    font-family: "Futura PT Book";
    src: url("../fonts/FuturaPT-Book.eot");
    src: url("../fonts/FuturaPT-Book.eot") format("embedded-opentype"),
    url("../fonts/FuturaPT-Book.woff2") format("woff2"),
    url("../fonts/FuturaPT-Book.woff") format("woff"),
    url("../fonts/FuturaPT-Book.ttf") format("truetype");
}
@font-face {
    font-family: "Futura PT Demi";
    src: url("../fonts/FuturaPT-Demi.eot");
    src: url("../fonts/FuturaPT-Demi.eot") format("embedded-opentype"),
    url("../fonts/FuturaPT-Demi.woff2") format("woff2"),
    url("../fonts/FuturaPT-Demi.woff") format("woff"),
    url("../fonts/FuturaPT-Demi.ttf") format("truetype");
}
@font-face {
    font-family: "Futura PT Medium";
    src: url("../fonts/FuturaPT-Medium.eot");
    src: url("../fonts/FuturaPT-Medium.eot") format("embedded-opentype"),
    url("../fonts/FuturaPT-Medium.woff2") format("woff2"),
    url("../fonts/FuturaPT-Medium.woff") format("woff"),
    url("../fonts/FuturaPT-Medium.ttf") format("truetype");
}


body
{
    margin: 0;
    padding: 0;
    font-family: "Futura PT Book", sans-serif;
}
ul, li{
    display: block;
    padding: 0;
    margin: 0;
}
h5{
    font-family: "Futura PT Book", sans-serif;
    font-size: 41px;
    line-height: 100%;
}
p{
    font-family: "Futura PT Book", sans-serif;
    font-size: 19px;
    line-height: 110%;
}
/* Первый экран */
.header{
    background: #211f1f;
    color: #f9f9f9;
    padding-top: 4vh;
    height: 100vh;
}
.logo{
    font-family: "Futura PT Bold", sans-serif;
    font-size: 22px;
}
.menu{

}
.menu__item{
    margin: 0 45px;
}
.menu__item a{
    font-size: 18px;
    color: #f9f9f9;
}
.tel{
    font-family: "Futura PT Demi", sans-serif;
    font-size: 19px;
    margin-left: -1px;
}
.offer{

}
.offer__title{
    font-family: "Futura PT Medium", sans-serif;
    font-size: 53px;
    line-height: 110%;
    margin-top: 22vh;
}
.offer__text {
        line-height: 120%;
    margin-top:  -300px;
    margin-bottom: 70px;
}
.controller{
    margin-left: -50px;
    margin-top: 16vh;
    transition: 1.0s;
}
.get__cons{
    font-family: "Futura PT Demi", sans-serif;
    font-size: 20px;
    color: #211f1f;
    background: #f8cb40;
    padding: 20px 60px;
    border-radius: 10px;
    text-align: center;
    transform: scale(1.0);
    -webkit-transition: transform .1s ease-out;
    -moz-transition: transform .1s ease-out;
    -ms-transition: transform .1s ease-out;
    -o-transition: transform .1s ease-out;
    transition: transform .1s ease-out;
}
.get__cons-activated{
    transform: scale(0.95);
}
/* Второй экран */
.doit{
    margin-top: 150px;
    background: #f9f9f9;
}
.doit__offer{
    font-family: "Futura PT Demi", sans-serif;
    font-size: 28px;
}
.doit__year{
    font-family: "Futura PT Demi", sans-serif;
    font-size: 90px;
}
.doit__p{
    line-height: 140%;
}
.we__offer{
    font-family: "Futura PT Bold", sans-serif;
    font-size: 60px;
    margin-top: 124px;
}
.video__offer{
    margin-top: 219px;
}
.video__text{
    margin-top: 24px;
}
.camera{

}
.rectangle{
    width: 600px;
    height: 447px;
    background: #f8cb40;
    margin-top: -450px;
    margin-left: -80px;
    border-radius: 10px;
}
.tram__offer{
    margin-top: 219px;
}
.tram__text{
    margin-top: 24px;
}
.tram{
    margin-top: 200px;
    margin-left: -100px;
}
.circle{
    width: 600px;
    height: 600px;
    background: #f8cb40;
    margin-top: -450px;
    margin-left: -80px;
    border-radius: 300px;
}
.shuno__offer{
    margin-top: 219px;
}
.shuno__text{
    margin-top: 24px;
}
.stolb{
    margin-top: -100px;
    margin-left: 40px;
}
.shuno{
    margin-top: -420px;
    margin-left: -40px;
}
.rect{
    width: 600px;
    height: 447px;
    background: #f8cb40;
    margin-top: -450px;
    margin-left: -80px;
    border-radius: 10px;
}
.client{
    background: #ffffff;
}
.clients{
    font-family: "Futura PT Bold", sans-serif;
    font-size: 60px;
    margin-top: 100px;
}
.clients__logo{
    margin-top: 100px;
    margin-bottom: 100px;
}
.contacts{
    background: #f8cb40;
}
.question{
    font-family: "Futura PT Demi", sans-serif;
    font-size: 28px;
    margin-top: 50px;
}
.switch{
    margin-top: -60px;
    margin-left: 20px;

}
.group {
    position: relative;
    margin-bottom: 30px;
    /*margin-top: -170px;*/
}
input {
    font-size: 16px;
    padding: 10px;
    display: block;
    width: 400px;
    border: none;
    border-bottom: 1px solid #ccc;
}
input[type="submit"], input[type="button"], button{
    border: none;
}
input:focus {
    outline: none;
}
label {
    color: #999;
    font-size: 18px;
    position: absolute;
    pointer-events: none;
    left: 10px;
    top: 8px;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

/* active state */
input:focus ~ label, input:valid ~ label {
    /*top: -15px;
    color: #5264AE;*/
    font-size: 14px;
    top: -20px;
    color: #374376;
    font-weight: bold;
}


/* BOTTOM BARS ================================= */
.bar {
    position: relative;
    display: block;
    width: 400px;
}
.bar_q {
    position: relative;
    display: block;
    width: 400px;
}
.bar:before, .bar:after {
    content: "";
    height: 2px;
    width: 0;
    bottom: 0;
    position: absolute;
    background: #5264AE;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    transition: 0.2s ease all;
}
.bar:before {
    left: 50%;
}
.bar:after {
    right: 50%;
}

/* active state */
input:focus ~ .bar:before,
input:focus ~ .bar:after {
    width: 50%;
}
.get__cons_dark{
    color: #f8cb40;
    background-color: #211f1f;
}
.get__cons_dark:hover{
    background-color: #454141;
    color: #f1d875;
}
.status-icon{
    opacity: 1.0;
    transform: scale(1.0);
}
.status-icon-inactive{
    opacity: 0;
    transform: scale(0.7);
}