* {
    outline: none !important;
}
@font-face {
    font-family: 'Exo20';
    src: url("css/Exo20/exo20.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans';
    src: url("css/Exo20/exo20-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}
body {
    font-family: "PTSans", sans-serif;
    color: #333;
    padding-bottom: 30px;
}
strong {
    font-family: 'Exo20', sans-serif;
}

header {
    padding-top: 30px;
}
a {
    color: #3f8dcb;
}

.logo {
    background: url("images/logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 313px;
    height: 50px;
    display: block;
}
.logo:hover,
.logo:focus,
.logo:active,
.logo:hover:active,
.logo:focus:active {
    opacity: .75;
}

.form-control {
    background: #FFF;
    border: 2px solid #ef5c25 !important;
    box-shadow: none !important;
    padding: 20px 20px;
    border-radius: 24px;
}
.from-text {
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 10px;
}
.banner-wrap__block{ 
    margin-top: 20px;
    background: url("images/skinny.png") 50% 100% repeat-y;
	height: 341px;
    width: 100%;
	margin-bottom: 50px;
}
.banner__block {
    background: url("images/banner.jpg") 50% 100% no-repeat;
    height: 341px;
    width: 100%;
    padding: 15px;
}
.spacer {
    width: 100%;
    height: 1px;
    margin: 20px 0;
}

.phones__item {
    font-size: 17px;
    float: left;
    border-left: 2px solid #fef1cc;
    padding: 0 15px;
}
.phones__item:last-child {
    border-right: none;
}
.phones__item > span {
    display: block;
    font-size: 22px;
    font-weight: bold;
}
.headline__block {
    font-size: 55px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Exo20', sans-serif;
    line-height: 69px;
}
.subline__block {
    font-size: 25px;
}
.todos-item__block {
    padding: 20px 15px;
    border-radius: 24px;
    padding-left: 90px;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    color: #3c3c3b;
    margin: 0;
    display: block;
    font-size: 20px;
    text-align: left;
}

form a {
    font-size: 18px;
}
.disclaimer {
    margin-top: 100px;
    color: #808080;
    font-size: 12px;
}

.btn-primary {
    color: #000000;
    font-family: 'Exo20';
    font-size: 20px;
    background: #e84f14;
    border: 1px solid #fcd293 !important;
    padding: 5px 35px;
    border-radius: 7px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover:active,
.btn-primary:focus:active {
    color: #000000;
    font-family: 'Exo20';
    font-size: 20px;
    background: #e84f14; /* Old browsers */
    border: 1px solid #fcd293 !important;
    opacity: .7;
}
.make-order {
    text-align: right;
}

.imganyway {
    color: #000;
    font-size: 22px;
    text-decoration: underline;
}
.imganyway:hover {
    color: #000;
    text-decoration: none;
}

.get-pdf-mobile {
    display: none;
}
/* Фиксы в адаптив */
@media (min-width: 1200px) {
    /* LG */
}
@media (max-width: 1199px) and (min-width: 991px) {
    /* MD */
}
@media (max-width: 991px) and (min-width: 768px) {
    /* SM */
}
@media (max-width: 768px) {
    /* XS */

    header {
        padding-top: 30px;
    }
    .headline__block {
        font-size: 33px;
    }
    .logo {
        width: 100%;
        background-size: contain;
        background-repeat: no-repeat;
    }
    .phones__item {
        border: none !important;
        text-align: center;
        padding: 0;
        margin-top: 30px;
        padding-right: 10px;
        font-size: 16px;
    }
    .phones__item > span {
        font-size: 20px;
    }
    .subline__block {
        margin-top: 25px;
    }
    .make-order {
        text-align: center;
    }
    .get-pdf {
        display: none;
    }
    .btn-primary {
        margin-bottom: 25px;
    }
    .get-pdf-mobile {
        display: block;
        text-align: center;
        font-size: 16px;
        margin-bottom: 15px;
    }
    .disclaimer {
        margin-top: 50px;
    }
    .banner__block {
        height: 400px;
    }
    .phones__block > .phones__item {
        padding: 0 17px;
        text-align: center;
    }
    .phones__block > .phones__item:first-child {
        text-align: left;
        padding: 0;
    }
    .phones__block > .phones__item:last-child {
        text-align: right;
        padding: 0;
    }
}