button:hover, button:focus, button:active,
input:hover, input:focus, input:active,
a:hover, a:focus, a:active {
    outline: none;
    text-decoration: none;
}
p {
    margin: 0;
}
input,
button{
    border: none;
}
h1, h2, h3, h4, h5 {
    font-weight: normal;
    margin: 0;
    padding: 0;
}
@font-face {
    font-family: Roboto-Black;
    src: url(../fonts/Roboto-Black.ttf);
}
@font-face {
    font-family: Roboto-BlackItalic;
    src: url(../fonts/Roboto-BlackItalic.ttf);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}
@font-face {
    font-family: Roboto-BoldItalic;
    src: url(../fonts/Roboto-BoldItalic.ttf);
}
@font-face {
    font-family: Roboto-Italic;
    src: url(../fonts/Roboto-Italic.ttf);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf);
}
@font-face {
    font-family: Roboto-LightItalic;
    src: url(../fonts/Roboto-LightItalic.ttf);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}
@font-face {
    font-family: Roboto-MediumItalic;
    src: url(../fonts/Roboto-MediumItalic.ttf);
}
@font-face {
    font-family: Roboto;
    src: url(../fonts/Roboto-Regular.ttf);
}
@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Thin.ttf);
}
@font-face {
    font-family: Roboto-ThinItalic;
    src: url(../fonts/Roboto-ThinItalic.ttf);
}
body {
    font-family: Roboto, sans-serif;
}
.title-line {
    width: 170px;
    height: 0;
    border-bottom: 1px solid #C8C8C8;
}
header {
    padding: 16px 0 25px;
    border-bottom: 1px solid #C8C8C8;
}
header .nav-block {
    padding: 24px 19px 0 0;
}
header .nav-block p {
    margin-right: 50px;
    margin-bottom: 7px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-transform: uppercase;
}
header .nav-links a{
    background: #D9BE5D;
    box-shadow: 0 0 8px rgba(45, 45, 45, 0.25);
    border-radius: 23px;
    width: 192px;
    height: 38px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 20px;
    color: #000000;
    padding: 7px 41px;
}
header .nav-links a:nth-child(2){
    margin: 0 24px;
}
main .main-block {
    margin-top: 17px;
}
main .main-block > .text-center {
    margin-bottom: 12px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    text-align: center;
}
main .main-block > .text-center > h1 {
    line-height: 1.3;
}
.main-img-block {
    height: 448px;
    padding-top: 33px;
    background-size: cover !important;
    -webkit-background-size: cover !important;
    background-position: center !important;
}
.main-img-block h2 {
    width: 434px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    line-height: normal;
    font-size: 36px;
    color: #000000;
    padding: 7px 25px 10px;
    background: rgba(255, 255, 255, 0.8);
}
.why-we {
    margin-top: 40px;
}
.why-we > h3 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
    color: #000000;
}
.why-we .title-line {
    margin: 27px auto 46px;
}
.why-we p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
    padding: 0 65px;
    margin-top: 15px;
}
.trust-us {
    margin-top: 37px;
}
.trust-us h3 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
    color: #000000;
}
.trust-us .title-line {
    margin: 27px auto 46px;
}
.trust-us_logotypes {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.price-block {
    background: rgba(196, 196, 196, 0.2);
    margin-top: 85px;
}
.price-block h3 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
    color: #000000;
    margin-top: 36px;
}
.price-block .title-line {
    margin: 27px auto 46px;
}
.price-block_colm .title{
    margin: 19px auto;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #000000;
    height: auto;
}
.price-block_colm img {
    width: 166px;
    height: 143px;
}
.price-block_colm p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #000000;
    padding: 0 50px;
    height: 90px;
}
.price-block_colm .price-block_colm_line {
    width: 123px;
    border-bottom: 1px solid #C4C4C4;
    margin: 27px auto 18px;
}
.price-block_colm p.price {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    color: #000000;
    height: auto;
}
.price-block_colm p.small {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 12px;
    color: #000000;
    margin-top: 3px;
    height: auto;
}
.price-block_colm button {
    background: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 26px;
    margin: 33px 0 56px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
    padding: 16.5px 53px;
}
.region-delivery {
    margin-top: 27px;
}
.region-delivery h3 {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
    color: #000000;
}
.region-delivery .title-line {
    margin: 27px auto 0;
}
.region-delivery_price,
.region-delivery_date{
    display: flex;
    align-items: center;
}
.region-delivery_price p{
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 17px;
    color: #000000;
}
.region-delivery_price .col-lg-5 img {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}
.region-delivery_price p {
    margin-bottom: 24px;
}
.region-delivery_price p:last-child {
    margin-bottom: 0;
}
.region-delivery_price_line {
    width: 132px;
    border-bottom: 1px solid #C4C4C4;
    margin-bottom: 24px;
}
.region-delivery_date {
    margin-top: 45px;
}
.region-delivery_date div img {
    float: left;
    margin-right: 14px;
}
.region-delivery_date div {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
    color: #000000;
    padding-left: 25px;
}
.region-delivery_date p:nth-child(2){
    margin: 55px 0;
}
.call_back {
    padding: 10px 0 95px;
    background-position: center !important;
    background-size: cover !important;
}
.call_back h3 {
    margin-top: 61px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 24px;
    color: #000000;
}
.call_back .title-line {
    margin: 26px auto 61px;
}
.call_back input{
    width: 270px;
    height: 52px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 16px 20px 17px;
    background: transparent;
}
.call_back button {
    width: 270px;
    height: 52px;
    background: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 26px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
    padding: 16px 40px;
}
.call_back form {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.delivery_type {
    padding-top: 37px;
    padding-bottom: 36px;
}
.delivery_type_block .content p.title {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 24px;
    color: #000000;
    margin-bottom: 18px;
}
.delivery_type_block .content {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
}
.delivery_type_line {
    width: 56px;
    margin: 24px auto 22px;
    border-bottom: 1px solid #C4C4C4;
}
.delivery_type .delivery_type_block {
    display: flex;
    align-items: center;
}
.delivery_type .delivery_type_block:last-child {
    margin-top: 16px;
}
.delivery_type_block div:first-child{
    position: relative;
}
.delivery_type_block div:first-child img{
    position: absolute;
    top: 50%;
    margin-top: -19.6px;
    left: 0;
}
.before-last-block {
    height: 468px;
    margin-top: 35px;
    position: relative;
    background-position: center !important;
    background-size: cover !important;
}
.before-last-block div p:first-child {
    margin-bottom: 12px;
}
.before-last-block div {
    position: absolute;
    padding: 69px 23px 31px 29px;
    background: #D3E4E8;
    border-radius: 15px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 28px;
    text-align: center;
    color: #000000;
    opacity: 0.68;
    width: 430px;
    top: 50%;
    margin-top: -138.5px;
}
.last-block {
    margin-top: 42px;
}
.last-block p {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    font-size: 18px;
    text-align: center;
    color: #000000;
}
.form-block {
    margin-top: 55px;
    border: 2px solid #000000;
    box-sizing: border-box;
    padding: 63px 0 38px;
}
.form-block-inputs .form-3 input {
    width: 270px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 30px;
    padding: 11px 20px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 16px;
    color: #575656;
}
.form-block-inputs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.form-block-inputs .form-3:nth-child(2n){
    margin: 0 30px 40px 30px;
}
.form-block-inputs .form-3 span {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 12px;
    color: #575656;
    opacity: 0.7;
    margin-left: 20px;
}
.form-block button {
    background: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 26px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
    padding: 12px 95px;
    margin-top: 38px;
}
footer {
    margin-top: 53px;
    padding: 36px 0 35px;
    background: #000000;
    color: #FFF;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    font-size: 18px;
	margin-top: 15px;
}
footer > div {
    display: flex;
    align-items: center;
}
footer .fa {
    font-size: 35px;
    color: #fff;
    margin: 0 10px;
}
.phone-footer .fa{
    background: #FFF;
    width: 28px;
    height: 28px;
    font-size: 20px;
    color: #000000;
    padding: 5px 5px 0 0;
    border-radius: 50%;
}
.phone-footer {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 18px;
    color: #FFFFFF;
}
.call-back-static-desktop {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 50px;
    right: 50px;
    background: #000000;
    color: #fff;
    font-size: 36px;
    border-radius: 50%;
    padding-top: 5px;

    transition: .5s;
    animation-name: phone-animate;
    animation-duration: .5s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(0.31, 0.01, 0.32, 0.99);
}
.call-back-static-desktop:hover {
    animation: none;
}
.modal-sms .modal-head {
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    text-align: center;
    color: #000000;
    margin: 32px 0 39px;
}
.modal-sms .form-block-inputs .form-3:nth-child(2n) {
    margin: 0 0 24px 15px;
}
.modal-sms .form-block-inputs .form-3:nth-child(1n) {
    margin: 0 15px 24px 0;
}
.modal-sms .form-block-inputs .form-3 input {
    width: 265px;
}
.modal-sms button.modal-sms-button {
    width: 270px;
    height: 42px;
    background: #000000;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 26px;
    margin: 10px auto 33px;
    font-family: Roboto, sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    font-size: 16px;
    color: #FFFFFF;
}
#modal-request {
    font-size: 20px;
    border: solid 1px;
    padding: 5px;
    background: red;
    color: #fff;
    margin-top: 15px;
    border-radius: 5px;
}

/*.modal-sms .form-block-inputs input {*/
    /*width: 270px;*/
    /*height: 42px;*/
    /*background: #FFFFFF;*/
    /*border: 1px solid #000000;*/
    /*box-sizing: border-box;*/
    /*border-radius: 30px;*/
/*}*/

@keyframes phone-animate {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(20deg); }
    50% { transform: rotate(-15deg); }
    100% { transform: rotate(0deg); }
}


@media(max-width:1200px) {
    .delivery_type_block div:first-child img {
        left: -35px;
    }
    .price-block_colm .title {
        height: 30px;
    }
    .price-block_colm p.price {
        font-size: 16px;
    }
    .main-img-block {
        height: 360px;
    }
}

@media(max-width:992px) {
    .main-img-block {
        height: 275px;
    }
    .main-img-block h2 {
        width: 265px;
        font-size: 25px;
    }
    .why-we .col-lg-4 .center-block {
        height: 70px;
    }
    .why-we p {
        padding: inherit;
    }
    .trust-us_logotypes img {
        margin: 15px 25px;
    }
    .price-block_colm p {
        height: auto;
    }
    .region-delivery_price, .region-delivery_date {
        display: flex;
        align-items: center;
        margin-top: 27px;
    }
    .region-delivery_date div {
        padding: 0;
        font-size: 15px;
    }
    .region-delivery_date div:first-child img {
        width: 25px;
    }
    .call_back form {
        flex-wrap: wrap;
    }
    .call_back button {
        margin-top: 35px;
    }
    .call_back .title-line {
        margin: 26px auto 26px;
    }
    .delivery_type_block div:first-child img {
        display: none;
    }
    .before-last-block {
        height: 330px;
    }
    header .nav-block {
        text-align: center;
    }
    header .nav-block p {
        text-align: right;
        padding-right: 35px;
    }
    .call-back-static-mobile {
        position: fixed;
        bottom: 0;
        height: 50px;
        width: 100%;
        background: #000000;
        font-family: Roboto, sans-serif;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
        font-size: 16px;
        text-align: center;
        color: #fff;
    }
    footer {
        margin-bottom: 50px;
    }
}

@media(max-width:767px) {
    header .nav-links a {
        width: 265px;
        margin: 15px 0;
    }
    .nav-links {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    header .nav-block p {
        display: none;
    }
    main .main-block > .text-center > h1 {
        font-size: 22px;
    }
    .main-img-block h2 {
        width: 100%;
        font-size: 18px;
        text-align: center;
    }
    .why-we .col-sm-4 {
        margin-bottom: 22px;
    }
    .main-img-block {
        background: none !important;
        height: auto;
    }
    .before-last-block {
        background: none !important;
        height: auto;
    }
}

@media(max-width:701px) {
    .form-block-inputs .form-3 {
        margin-bottom: 10px;
    }
    .form-block-inputs .form-3:nth-child(2n) {
        margin-bottom: 10px;
    }
    footer > div {
        display: block;
        text-align: center !important;
    }
    footer > div .text-right {
        text-align: center;
        margin: 15px 0;
    }
    .phone-footer .fa {
        padding: 5px 0 0 0;
    }
    .before-last-block div {
        position: relative;
        width: 100%;
        font-size: 20px;
        padding: 25px;
        margin: 0;
    }
    .delivery_type_block div:first-child {
        position: relative;
        margin-bottom: 15px;
    }
    .delivery_type .delivery_type_block {
        display: block;
    }
    .delivery_type .delivery_type_block:last-child {
        margin-top: 30px;
    }
    header .nav-block {
        padding: 24px 0 0 0;
    }
    header .nav-links a:nth-child(2) {
        margin: 0;
    }
}









