@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext');

html {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    min-height: 100%;
    overflow-x: hidden;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
}

h1 {
    font-size: 300%;
    margin-top: 0
}

h2 {
    font-size: 250%
}

h3 {
    font-size: 200%
}

h4 {
    font-size: 150%
}

h5 {
    font-size: 100%
}

h6 {
    font-size: 50%
}

p {
    padding: 0 0 15px;
    margin: 0
}

ul, ol {
    padding: 0;
    list-style-type: none;
    margin: 0;
}

img, * {
    outline: none
}

a:hover, a:focus, a:active, a:link, a {
    color: #0a1114;
    text-decoration: none;
}

table {
    margin: 0 auto
}

table td {
    padding: 10px
}

.clear {
    clear: both;
    display: block
}

iframe {
    border: none
}

body {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    color: #0a1114;
    background-color: #fff;
    min-height: 100%;
    position: relative;
    overflow: hidden;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
}

a, input, .transition {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.bg_img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.img-responsive {
    width: 100%;
    height: auto;
}

.relative {
    position: relative
}

.flex {
    display: flex;
    flex-direction: row;
    align-items: center;
}

section {
    padding: 70px 0
}

.load-box {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.load-box img {
    position: fixed;
    left: 50%;
    width: 46px;
    margin-left: -23px;
    top: 50%;
}

.head_row {
    padding: 0 15px;
}

.header_wrap {
    background-image: url(../images/bg_top.jpg);
    height: 600px;
}

.dark_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
}

.head_top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding: 20px 0;
    color: #ffffff;
}

.logo_description {
    color: #ffffff;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 900;
    font-size: 30px;
    line-height: 30px;
    display: inline-block;
}

.round {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 50%;
    font-weight: 900;
    font-style: italic;
    font-size: 42px;
    line-height: 42px;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.logo_wrap {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding-right: 20px;
}

.head_left {
    width: 28%;
}

.head_right {
    width: 72%;
    text-align: right;
}

.head_contacts {
    display: inline-block;
    text-align: center;
}

.head_contacts a {
    font-weight: 900;
    font-style: italic;
    font-size: 32px;
    line-height: 32px;
    display: block;
}

a.head_phone {
    color: #ffffff;
}

a.head_email {
    color: #ffffff;
    font-size: 22px;
    line-height: 22px;
    margin-top: 5px;
}

.yellow_button, a.yellow_button, input.yellow_button {
    background: #f7a801;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    padding: 12px 40px;
    display: inline-block;
    border: none;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}
.yellow_button:hover, a.yellow_button:hover, input.yellow_button:hover {
    background-color: #1b242b;
}

.head_title {
    font-size: 43px;
    line-height: 43px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.sub_title {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
}

.for_button {
    margin-top: 20px;
}

.head_bottom {
    margin-top: 90px;
}

.buy_list {

}

.buy_list li {
    font-size: 20px;
    line-height: 20px;
    padding-left: 15px;
    position: relative;
    margin-bottom: 20px;
}

.buy_list li:before {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    color: #f7a801;
    font-weight: 600;
    font-size: 21px;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0;
}

.page_title {
    font-size: 43px;
    line-height: 43px;
    color: #1b242b;
    font-weight: 600;
    margin-bottom: 35px;
    padding: 0 15px;
    text-transform: uppercase;
}

.num_section {
    background-color: #1b242b;
    padding: 40px 0;
}

.number {
    color: #f7a801;
    font-size: 65px;
    line-height: 65px;
    font-weight: 600;
    text-align: center;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.num_content {
    color: #ffffff;
    font-weight: 600;
    padding-left: 15px;
    font-size: 24px;
    line-height: 24px;
}

.call_content {
    font-size: 0;
}

.call_row {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 33.33333333%;
    text-align: center;
    margin-bottom: 30px;
}

.call_title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.call_image {
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 15px;
    position: relative;
}

.car_image {
    width: 110px;
}

.call_image span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: contain;
}

.call_section {
    padding-bottom: 40px;
}

.center_title {
    text-align: center;
}

.form_section {
    background: #f6f6f7;
}

.form_inp {
    display: block;
    width: 100%;
    border: 1px solid #939393;
    padding: 10px 15px;
    border-radius: 5px;
}

.form_inp::-webkit-input-placeholder {
    color: #939393;
    font-weight: 400;
}

.form_inp::-moz-placeholder {
    color: #939393;
    font-weight: 400;
}

/* Firefox 19+ */
.form_inp:-moz-placeholder {
    color: #939393;
    font-weight: 400;
}

/* Firefox 18- */
.form_inp:-ms-input-placeholder {
    color: #939393;
    font-weight: 400;
}

.rec_info {
    margin-bottom: 15px;
}

.i_agree {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.check {
    position: relative;
    margin-right: 10px;
    cursor: pointer;
}
.check:before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 0;
    top: 1px;
    border: 1px solid #41403c;
    border-radius: 3px;
    background-color: transparent;
}
.check input {
    margin: 0;
    cursor: pointer;
    opacity: 0;
    width: 15px;
    height: 15px;
}
.check.active:after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 14px;
    line-height: 14px;
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #41403c;
}

.textarea_inp {
    height: 97px;
}

.page_subtitle {
    text-align: center;
    margin-bottom: 30px;
    font-size: 21px;
    line-height: 21px;
}

.footer_row {
    color: #ffffff;
}

.footer_row img {
    margin-right: 10px;
}
.footer {
    padding: 20px 0;
    background-color: #1b242b;
}
.footer_row a {
    color: #ffffff;
}

.copyright {
    font-size: 13px;
    line-height: 14px;
}

.problem_section {
    background: #f6f6f7;
}
.problem_image {
    width: 120px;
    height: 120px;
    position: relative;
    border-radius: 50%;
    background-color: #ffffff;
    border: 2px solid #f7a801;
}
.problem_content {
    width: 70%;
    padding-left: 30px;
    font-size: 20px;
    line-height: 20px;
}

.problem_image span {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    margin-top: -40%;
    left: 50%;
    margin-left: -40%;
    display: block;
    background-size: contain;
}

.problem_row {
    margin-bottom: 30px;
}

.problem_content_wrap {
    background: #ffffff;
    border-radius: 60px;
}

.buy_left img {
    width: 100%;
    height: auto;
}

.social {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 8px;
}

.insta {
    background-image: url(../images/instagram.png);
}

a.insta:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.viber {
    background-image: url(../images/viber.png);
}

.watsapp {
    background-image: url(../images/watsapp.png);
}

.head_contacts {
    width: 50%;
}

.social_wrap {
    width: 50%;
}

.social_wrap.mobile_social {
    display: none;
}

.txt_error, .txt_yes {
    display: none;
    padding: 15px;
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #ffffff;
    z-index: 1;
}

.txt_error {
    background-color: #f60000;
}

.txt_yes {
    background-color: #f7a801;
}

.lb_rec {
    text-align: center;
    display: block;
    width: 100%;
}

#success_upload {
    display: none;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #21ce76;
}

.for_file {
    background-color: #1b242b;
    border: 2px solid #1b242b;
    color: #ffffff;
    border-radius: 5px;
    text-transform: uppercase;
    text-align: center;
    padding: 5px;
    position: relative;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    width: 200px;
    margin-top: 15px;
}

.pers_file {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    left: 0;
    top: 0;
}

.for_file:hover {
    background-color: #fff;
    color: #1b242b;
}

.grecaptcha-badge {
    display: none;
}

@media screen and (max-width: 1199px) {
    .head_left {
        width: 35%;
    }
    .head_right {
        width: 65%;
    }
}
@media screen and (max-width: 991px) {
    .head_left {
        width: 40%;
    }
    .head_right {
        width: 60%;
    }
    .head_bottom_wrap {
        width: 100%;
    }
    .number {
        font-size: 50px;
        line-height: 50px;
    }
    .num_content {
        font-size: 17px;
        line-height: 17px;
    }
    .i_agree {
        display: block;
    }
    .footer_row:nth-child(1), .footer_row:nth-child(2) {
        margin-bottom: 15px;
    }
    .head_contacts {
        width: 67%;
    }
    .social_wrap {
        width: 33%;
    }
}
@media screen and (max-width: 767px) {
    .mobile_flex {
        display: block;
    }
    .buy_left img {
        width: 40%;
        margin: 0 auto;
        display: block;
        margin-bottom: 30px;
    }
    .num_row .flex {
        justify-content: center;
        flex-direction: column;
    }
    .number {
        padding: 0;
        border-right: 0;
    }
    .num_content {
        text-align: center;
        padding: 0;
        padding-top: 5px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
        width: 190px;
        padding-bottom: 15px;
    }

    .num_row {
        margin-bottom: 30px;
    }
    .call_row {
        width: 50%;
    }
    .footer_row {
        text-align: center;
        margin-bottom: 15px;
    }
    .footer_row:nth-child(4) {
        margin-bottom: 0;
    }
    .footer_row .flex {
        justify-content: center;
    }
    .social {
        width: 25px;
        height: 25px;
        margin-right: 5px;
    }
    .head_contacts a {
        font-size: 26px;
        line-height: 26px;
    }
    a.head_email {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width: 600px) {
    .head_row {
        width: 100%;
    }
    .head_top .row.flex {
        display: block;
    }

    .logo_wrap {
        border: none;
        padding: 0;
    }
    .logo.flex {
        display: inline-block;
    }
    .round {
        font-size: 30px;
        line-height: 30px;
        width: 60px;
        height: 60px;
        margin: 0;
        margin-left: 10px;
    }
    .logo_description {
        font-size: 22px;
        line-height: 22px;
        display: none;
    }
    .head_left {
        position: fixed;
        background-color: #1b242b;
        width: 100%;
        top: 0;
        left: 0;
        padding: 6px 0;
        z-index: 2;
    }
    .head_right {
        position: fixed;
        z-index: 2;
        width: 100%;
        top: 19px;
        left: 0;
        text-align: center;
    }
    .head_contacts a {
        font-size: 17px;
        line-height: 17px;
    }
    a.head_email {
        font-size: 14px;
        line-height: 14px;
    }
    .head_bottom_wrap {
        text-align: center;
    }
    .head_title {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 15px;
    }
    .sub_title {
        font-size: 20px;
        line-height: 20px;
    }
    .head_bottom {
        margin-top: 65px;
    }

    .yellow_button, a.yellow_button, input.yellow_button {
        font-size: 18px;
        line-height: 18px;
        padding: 12px 27px;
    }
    .header_wrap {
        height: 450px;
    }
    section {
        padding: 40px 0;
    }
    .page_title {
        font-size: 34px;
        line-height: 34px;
    }
    .problem_content {
        width: 65%;
        padding-left: 15px;
        font-size: 14px;
        line-height: 18px;
    }
    .problem_image {
        width: 90px;
        height: 90px;
    }
    .buy_left img {
        width: 100%;
    }
    .call_row {
        width: 100%;
    }
}
@media screen and (max-width: 450px) {
    .head_contacts {
        width: 100%;
    }
    .social_wrap {
        width: auto;
        display: none;
    }
    .social_wrap.mobile_social {
        display: block;
        position: relative;
        bottom: 15px;
    }
}





