html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    color: #656d73 !important;
}

.wrapper {
    width: 100%;
    /*min-width: 980px;*/
    height: 100vh;
    background: url('../../img/osago/background.jpg') no-repeat;
    -moz-background-size: cover; /* Firefox 3.6+ */
    -webkit-background-size: cover; /* Safari 3.1+ и Chrome 4.0+ */
    -o-background-size: cover; /* Opera 9.6+ */
    background-size: cover; /* Современные браузеры */
    overflow: auto;
    padding: 20px 0 0 0;
}

.header {
    width: 940px;
    padding: 0 40px;
    height: 550px;
    margin: 35px auto 0;
}

.logo {

}

.phone-number {
    color: #808080;
    line-height: 65px;
    vertical-align: middle;
}

.headline {
    margin-top: 150px;
}

.dron {
}

.dron i {
    display: block;
    width: 470px;
    height: 270px;
    margin-top: 104px;
    background-image: url('../../img/osago/drone-sprite.png');
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    animation: animateDron 0.15s steps(4) infinite, moveDron 5s infinite normal linear 0s;
}

@media (max-width: 767px) {
    .dron i {
        width: 300px;
        height: 170px;
        animation: none;
    }
}

@keyframes minAnimateDron {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -792px;
    }
}

@keyframes animateDron {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 0 -1080px;
    }
}

@keyframes moveDron {
    0% {
        transform: translate(0, 0);
    }

    6.25% {
        transform: translate(4px, 4px);
    }

    12.5% {
        transform: translate(10px, 6px);
    }

    18.75% {
        transform: translate(16px, 4px);
    }

    25% {
        transform: translate(20px, 0px);
    }

    31.25% {
        transform: translate(16px, -4px);
    }

    37.5% {
        transform: translate(10px, -6px);
    }

    43.75% {
        transform: translate(4px, -4px);
    }

    50% {
        transform: translate(0, 0);
    }

    56.25% {
        transform: translate(-4px, 4px);
    }

    62.5% {
        transform: translate(-10px, 6px);
    }

    68.75% {
        transform: translate(-16px, 4px);
    }

    75% {
        transform: translate(-20px, 0px);
    }

    81.25%{
        transform: translate(-16px, -4px);
    }

    87.5% {
        transform: translate(-10px, -6px);
    }

    93.75% {
        transform: translate(-4px, -4px);
    }

    100% {
        transform: translate(0, 0);
    }
}

.headline h1 {
    font-family: 'Open Sans', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
}

.content {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    background: rgba(255, 255, 255, 0.8);
}

.content-inner {
    margin: 0 auto;
    text-align: center;
}

.subline h2 {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 28px;
}

form {
    margin: 0 !important;
}

@media (max-width: 992px) {
    form .new-line {
        margin-top: 10%;
    }
}

.form label {
    padding: 10px 0;
    display: block;
    text-align: left;
}

.form input[type=text] {
    width: 100%;
    height: 12px;
    padding: 15px 10px;
    border: 1px solid #808080;
    border-radius: 3px;
    outline: none;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

.drivers {
    margin-top: 50px;
}

.drivers .change {
    font-weight: normal;
    color: #000000;
    text-decoration: underline;
    margin-left: 50px;
    display: inline-block;
}

.price {
    margin: 30px auto 70px
}

.price-btn {
    padding: 15px 50px;
    background: #e41937;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 3px;
    outline: none;
}

.form input[type=submit] {
    margin-top: 45px;
    padding: 15px 50px;
    background: #e41937;
    color: #ffffff;
    text-align: center;
    border: none;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 17px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
}

#powerSelectBoxIt {
    width: 466px !important;
    height: 42px !important;
    padding: 0 !important;
    border-radius: 3px !important;
    line-height: 42px !important;
    vertical-align: middle;
}

.selectboxit.selectboxit-enabled.selectboxit-btn {
    width: 125px !important;
    height: 42px !important;
    padding: 0 !important;
    border-radius: 3px !important;
    line-height: 42px !important;
    vertical-align: middle;
}

.selectboxit-text, #powerSelectBoxItText {
    height: 42px !important;
    line-height: 42px !important;
}

.selectboxit-arrow-container, #powerSelectBoxItArrowContainer {
    height: 42px !important;
    line-height: 42px !important;
}

.selectboxit-list .selectboxit-option-anchor {
    background: #ffffff !important;
}

.selectboxit-focus > .selectboxit-option-anchor {
    background: #b8bdc1 !important;
}

.button-row {
    margin-bottom: 50px;
}

.hide {
    display: none;
}

.modal {
    position: absolute !important;
    border-radius: 2px !important;
    width: 710px !important;
    display: block !important;
    margin-left: -356px !important;
}

.modal-dialog{
    overflow-y: initial !important
}

.modal-body {

    overflow-y: auto;
    padding: 60px 70px !important;

}

.modal-body .row {
    margin-left: 0 !important;
    margin-top: 60px !important;
}

.modal-body h1 {
    font-size: 26px !important;
    color: #e41937 !important;
}

.modal-body label {
    font-size: 21px !important;
}

.selectboxit-btn {
    background-color: #ffffff !important;
    background-image: none !important;
    color: #b4c1cc !important;
}

.selectboxit-default-arrow {
    width: 13px !important;
    height: 7px !important;
    border: none !important;
    background: url('../../img/osago/selectbox-arrow.jpg') center no-repeat !important;
    padding-right: 5px !important;
    margin-top: -5px !important;
}

.row-drivers-wrapper {
    margin-top: 20px;
}

.row-head input {
    width: 20px !important;
    height: 20px !important;
    line-height: 20px !important;
}

.column {
    float: left;
}

.column label {
    font-size: 16px !important;
}

.selectboxit.selectboxit-enabled.selectboxit-btn {
    border: 1px solid #656d73 !important;
}

.add-driver-wrapper {
    margin-top: 20px;
}

.add-driver img {
    padding-right: 10px;
    line-height: 20px;
}

.add-driver {
    font-size: 16px !important;
    text-decoration: underline;
    cursor: pointer;
}

.modal-body {
    max-height: none !important;
}

.kbm-wrapper .selectboxit.selectboxit-enabled.selectboxit-btn {
    width: 278px !important;
}

.city-wrapper .selectboxit.selectboxit-enabled.selectboxit-btn {
    width: 568px !important;
}

.osago-description-head, .osago-description {
    font-size: 16px !important;
}

.osago-description {
    margin-left: 15px;
}

.align-right {
    text-align: right;
}

.align-right .price-btn {
    cursor: pointer;
}

button.close {
    color: #656d73;
    width: 18px;
    border: 1px solid #656d73 !important;
    background: transparent !important;
    border-radius: 2px;
    opacity: 1 !important;
    text-shadow: none !important;
    position: absolute;
    top: 12px;
    right: 12px;
    outline: none;
    font-size: 12px !important;
}

button.close span {
    font-size: 16px;
    display: inline-block;
    outline: none;
}

#powerSelectBoxItContainer #powerSelectBoxItOptions {
    min-width: 466px !important;
}

.selectboxit-options.selectboxit-list {
    min-width: 125px !important;
    max-height: 300px !important;
}

.kbm-wrapper .selectboxit-options.selectboxit-list {
    min-width: 280px !important;
}

.city-wrapper .selectboxit-options.selectboxit-list {
    min-width: 570px !important;
}

.error-input {
    border-color: #e41937 !important;
}

.g-recaptcha.error-input {
    border: 1px solid #e41937 !important;
    width: 302px;
    height: 76px;
    border-radius: 3px;
}

.footer {
    color: #808080;
    font-size: 12px;
    font-family: Arial, sans-serif;
    text-align: center;
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    /* padding-left: 15px; */
    /* padding-right: 15px; */
    left: 0;
}

.clearfix {
    float: none;
    clear: both;
}