@font-face {
    font-family: 'BebasNeue';
    src: url("../fonts/BebasNeueRegular.eot");
    src: url("../fonts/BebasNeueRegular.woff2") format("woff2"), url("../fonts/BebasNeueRegular.woff") format("woff"), url("../fonts/BebasNeueRegular.ttf") format("truetype"), url("../fonts/BebasNeueRegular.eot?#iefix") format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'BebasNeueBold';
    src: url("../fonts/BebasNeueBoldRegular.eot");
    src: url("../fonts/BebasNeueBoldRegular.woff2") format("woff2"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype"), url("../fonts/BebasNeueBoldRegular.eot?#iefix") format("embedded-opentype");
    font-weight: bold;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html * {
    max-height: 1000000px;
}

body {
    font-family: "Roboto", sans-serif;
    color: #000;
    font-weight: 400;
    line-height: 1;
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

ol, ul {
    list-style: none;
    display: block;
}

a, a:hover, a:focus {
    text-decoration: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

input::-webkit-input-placeholder {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

input::-moz-placeholder {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

input:-ms-input-placeholder {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

input::placeholder {
    color: #000;
    opacity: 1;
    filter: alpha(opacity=100);
}

:focus::-webkit-input-placeholder {
    color: transparent;
}

:focus::-moz-placeholder {
    color: transparent;
}

:focus:-moz-placeholder {
    color: transparent;
}

:focus:-ms-input-placeholder {
    color: transparent;
}

body {
    background: #fbfbfb;
}

.container {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.clear {
    clear: both;
}

.bloc-1_sm {
    display: none;
}

.sec-1 {
    background: url("../img/sec_bg/sec-1.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 1400px;
}

.sec-2 {
    background: url("../img/sec_bg/sec-2.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 1060px;
}

.sec-3 {
    background: url("../img/sec_bg/sec-3.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 2130px;
}

.sec-4 {
    background: url("../img/sec_bg/sec-4.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 2060px;
}

.sec-5 {
    background: url("../img/sec_bg/sec-5.jpg");
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center bottom;
    min-height: 2490px;
}

.bloc-1 {
    padding-top: 12px;
    padding-left: 13px;
    padding-right: 13px;
    position: relative;
}

.bloc-1__title {
    font-family: "BebasNeueBold";
    font-size: 70px;
    line-height: 63px;
    text-align: center;
    color: #222222;
    width: 315px;
    background-color: #fde100;
    position: relative;
    text-transform: uppercase;
}

.bloc-1__title span {
    font-size: 30px;
    position: absolute;
    line-height: 30px;
    top: 3px;
}

.bloc-1__subtitle {
    font-family: "BebasNeueBold";
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    width: 593px;
    background-color: #0177a3;
    margin-top: 8px;
    padding-left: 9px;
    text-transform: uppercase;
}

.bloc-1__subtitle:nth-of-type(2) {
    width: 490px;
    margin-top: 0;
}

.bloc-1__list {
    margin-top: 20px;
}

.bloc-1__item {
    width: 490px;
    padding: 14px 60px 14px 80px;
    background-color: #0177a3;
    font-size: 20px;
    line-height: 1.3;
    color: #f6f6f6;
    margin-bottom: 20px;
    position: relative;
}

.bloc-1__item:nth-child(1):before {
    content: "";
    display: block;
    width: 42px;
    height: 39px;
    background: url("../img/sprite/block-1.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 20px;
    top: 20px;
}

.bloc-1__item:nth-child(2):before {
    content: "";
    display: block;
    width: 29px;
    height: 41px;
    background: url("../img/sprite/block-1.png");
    background-repeat: no-repeat;
    background-position: 0 -48px;
    position: absolute;
    left: 25px;
    top: 19px;
}

.bloc-1__item:nth-child(3):before {
    content: "";
    display: block;
    width: 41px;
    height: 47px;
    background: url("../img/sprite/block-1.png");
    background-repeat: no-repeat;
    background-position: 0 -101px;
    position: absolute;
    left: 18px;
    top: 17px;
}

.bloc-1__item:last-child {
    margin-bottom: 0;
}

.bloc-1__item span {
    font-weight: bold;
}

.bloc-1__product-year {
    width: 143px;
    text-align: center;
    font-weight: bold;
    line-height: 1.33;
    letter-spacing: 0.4px;
    color: #de9e04;
    position: absolute;
    top: 155px;
    left: 495px;
    text-transform: uppercase;
}

.bloc-1__signs {
    position: absolute;
    top: 465px;
    left: 560px;
}

.bloc-1__ministry {
    width: 140px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.27;
    letter-spacing: 0.3px;
    text-align: center;
    color: #3f3f3f;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    top: 430px;
}

.price__old {
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 24px;
    line-height: 32px;
    font-weight: 500;
    text-decoration: line-through;
    float: left;
}

.price__new {
  color: #da0322;
  font-family: "BebasNeueBold";
  font-weight: 400;
  font-style: italic;
  font-size: 64px;
  text-align: center;
}

.price_sm__old {
    color: #000000;
    font-size: 13px;
    text-decoration: line-through;
    line-height: 25px;
    font-weight: 500;
}

.price_sm__old span {
    font-size: 20px;
    line-height: 1;
}

.price_sm__new {
    color: #000000;
    font-size: 13px;
    line-height: 25px;
    font-weight: 500;
}

.price_sm__new span {
    font-family: "BebasNeueBold";
    font-size: 35px;
    font-style: italic;
    color: #da0322;
    line-height: 1;
}

.countdown__title {
    font-family: "BebasNeueBold";
    font-size: 35px;
    letter-spacing: 0.7px;
    color: #282828;
    text-align: center;
}

.countdown__item {
    float: left;
    text-align: center;
}

.countdown__item:nth-of-type(2) {
    margin: 0 50px;
    position: relative;
}

.countdown__item:nth-of-type(2):before {
    content: ":";
    display: block;
    font-size: 55px;
    font-family: "BebasNeueBold";
    color: #0177a3;
    line-height: 0.64;
    letter-spacing: 1.1px;
    position: absolute;
    left: -30px;
    top: 6px;
}

.countdown__item:nth-of-type(2):after {
    content: ":";
    display: block;
    font-size: 55px;
    font-family: "BebasNeueBold";
    color: #0177a3;
    line-height: 0.64;
    letter-spacing: 1.1px;
    position: absolute;
    right: -30px;
    top: 6px;
}

.countdown__block {
    width: 65px;
    height: 62px;
    background-color: #f6f6f6;
    border: solid 3px #0177a3;
    font-family: "BebasNeueBold";
    font-size: 45px;
    line-height: 0.78;
    color: #0177a3;
    letter-spacing: 0.9px;
    padding-top: 10px;
}

.countdown__cap {
    font-family: "Roboto", sans-serif;
    color: #2c2c2c;
    font-size: 18px;
    line-height: 1.44;
    padding-top: 10px;
}

.countdown__wrap {
    padding-top: 10px;
    text-align: center;
    margin-left: 40px;
}

.form {
    margin: 0 12px;
}

.form__list {
    display: block;
}

.form__item {
    width: 262px;
    float: left;
    margin-right: 20px;
    position: relative;
}

.form__item:last-child {
    margin-right: 0;
}

.form__item:nth-child(1):before {
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background: url("../img/sprite/form.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 13px;
    top: 15px;
}

.form__item:nth-child(2):before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/sprite/form.png");
    background-repeat: no-repeat;
    background-position: 0 -29px;
    position: absolute;
    left: 13px;
    top: 17px;
}

.form__item:nth-child(3):before {
    content: "";
    display: block;
    width: 17px;
    height: 17px;
    background: url("../img/sprite/form.png");
    background-repeat: no-repeat;
    background-position: 0 -56px;
    position: absolute;
    left: 13px;
    top: 17px;
}

.form__input {
    width: 100%;
    height: 51px;
    background-color: #f6f6f6;
    border: solid 2px #0177a3;
    padding-left: 40px;
    padding-right: 15px;
    font-size: 16px;
    color: #000000;
}

.form__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none;
    background: url("../img/ad.png") no-repeat, #fff;
    background-position: 230px center;
}

.form__btn {
    display: block;
    background: 0;
    border: 0;
    width: 100%;
    height: 51px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: #c40420;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(27%, #c40420), color-stop(27%, #f52341));
    background-image: -webkit-linear-gradient(left, #c40420 27%, #f52341);
    background-image: linear-gradient(to right, #c40420 27%, #f52341);
    -webkit-box-shadow: -0.6px 2.9px 11.7px 1.3px rgba(196, 4, 32, 0.36);
    box-shadow: -0.6px 2.9px 11.7px 1.3px rgba(196, 4, 32, 0.36);
    font-family: "BebasNeueBold";
    font-size: 28px;
    color: #fefefe;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.form__btn:hover, .form__btn:focus {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
}

.form__title {
    font-family: "BebasNeueBold";
    font-size: 40px;
    text-align: center;
    color: #0177a3;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.form__subtitle {
    font-size: 22px;
    text-align: center;
    color: #272828;
    margin-bottom: 30px;
}

.form_sm .form__item {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
}

.form_sm .form__item:last-child {
    margin-bottom: 0;
}

.form_sm .form__btn {
    color: #000000;
    background-color: #fbbe03;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #fbbe03), color-stop(20%, #ffea00));
    background-image: -webkit-linear-gradient(left, #fbbe03 20%, #ffea00);
    background-image: linear-gradient(to right, #fbbe03 20%, #ffea00);
}

.form_sm .form__select {
    background-position: 250px center;
}

.bloc-2 {
    margin-top: 50px;
}

.bloc-2__wrap {
    width: 1150px;
    margin: 0 auto;
    background-color: #ffffff;
    -webkit-box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(4, 122, 166, 0.21);
    box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(4, 122, 166, 0.21);
    border: solid 8px #0177a3;
    position: relative;
    height: 262px;
}

.bloc-2__item {
    width: 33.33%;
    float: left;
    padding-top: 16px;
}

.bloc-2__angle {
    display: block;
    position: absolute;
    left: -11px;
    top: -68px;
}

.bloc-2__acc {
    font-family: "BebasNeueBold";
    font-size: 80px;
    font-weight: bold;
    color: #da0322;
    padding-top: 61px;
    padding-left: 175px;
}

.bloc-2__cap {
    font-family: "BebasNeueBold";
    font-size: 35px;
    letter-spacing: 0.7px;
    color: #323232;
    text-align: center;
}

.bloc-2__dis {
    float: right;
    font-family: "BebasNeueBold";
    font-size: 86px;
    line-height: 62px;
    color: #da0322;
}

.bloc-2__price {
    padding-top: 5px;
}

.bloc-2__form {
    margin-top: 6px;
}

.bloc-3 {
    margin-top: 30px;
}

.bloc-3__title {
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 60px;
    line-height: 1.17;
    text-align: center;
}

.bloc-3__title span {
    color: #222222;
    background-color: #fde100;
    padding: 0 5px;
}

.bloc-3__desc {
    margin: 0 55px;
    margin-top: 30px;
    padding: 10px 0;
    background-color: rgba(43, 43, 43, 0.53);
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 40px;
}

.bloc-3__desc span {
    font-weight: 500;
    color: #fde100;
}

.bloc-3__list {
    display: block;
}

.bloc-3__item {
    width: 20%;
    float: left;
}

.bloc-3__img {
    display: block;
    margin: 0 auto;
}

.bloc-3__cap {
    padding-top: 30px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.bloc-4 {
    padding-top: 75px;
}

.bloc-4__item {
    width: 45%;
    float: left;
    text-align: center;
}

.bloc-4__item:first-child {
    margin-right: 10%;
}

.bloc-4__cap {
    font-family: "BebasNeueBold";
    font-size: 45px;
    text-align: center;
    color: #0177a3;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bloc-4__text {
    color: #2a2a2a;
    font-size: 25px;
    padding-bottom: 30px;
}

.bloc-4__text span {
    font-weight: 500;
    color: #d41217;
}

.bloc-5 {
    margin: 0 45px;
    margin-top: 215px;
    padding: 30px 40px 50px 65px;
    background-color: #ffffff;
    -webkit-box-shadow: 2.8px -10.6px 73.8px 16.2px rgba(72, 64, 2, 0.28);
    box-shadow: 2.8px -10.6px 73.8px 16.2px rgba(72, 64, 2, 0.28);
    border: 8px solid #fde100;
}

.bloc-5__title {
    font-size: 60px;
    line-height: 1.17;
    text-align: center;
    color: #0177a3;
    font-family: "BebasNeueBold";
    text-transform: uppercase;
    margin-bottom: 30px;
}

.bloc-5__title span {
    font-size: 30px;
    position: absolute;
}

.bloc-5__text {
    width: 500px;
    float: left;
    color: #2a2a2a;
    line-height: 1.3;
    font-size: 20px;
}

.bloc-5__text_blue {
    color: #0177a3;
}

.bloc-5__text span {
    font-weight: bold;
}

.bloc-5__img {
    display: block;
    float: right;
}

.bloc-6 {
    padding-top: 60px;
}

.bloc-6__title {
    color: #393939;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.17;
    font-size: 60px;
    font-family: "BebasNeueBold";
    margin-bottom: 50px;
}

.bloc-6__title span {
    color: #343434;
    background-color: #fde100;
    padding: 0 5px;
}

.bloc-6__wrap {
    margin-left: 70px;
}

.bloc-6__item {
    float: left;
    background-color: #ffffff;
}

.bloc-6__item:nth-child(1) {
    width: 342px;
    -webkit-box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(219, 67, 71, 0.21);
    box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(219, 67, 71, 0.21);
    border: solid 8px #db4347;
    border-right: 0;
    margin-top: 30px;
    padding: 35px 20px 55px 20px;
}

.bloc-6__item:nth-child(2) {
    width: 350px;
    -webkit-box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(4, 122, 166, 0.21);
    box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(4, 122, 166, 0.21);
    border-style: solid;
    border-width: 8px;
    border-image-source: linear-gradient(to right, #047aa6 11%, #5bcef9);
    border-image-slice: 1;
    padding: 15px 20px 55px 20px;
}

.bloc-6__item:nth-child(3) {
    width: 342px;
    -webkit-box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(219, 67, 71, 0.21);
    box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(219, 67, 71, 0.21);
    border: solid 8px #db4347;
    border-left: 0;
    margin-top: 30px;
    padding: 15px 20px 55px 20px;
}

.bloc-6__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.bloc-6__cap {
    font-family: "BebasNeueBold";
    font-size: 32px;
    text-align: center;
    color: #2a2a2a;
    text-transform: uppercase;
    padding-bottom: 35px;
}

.bloc-6__cap_big {
    font-size: 50px;
    line-height: 43px;
}

.bloc-6__cap_big span {
    font-size: 25px;
    position: absolute;
}

.bloc-6__desc {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.69;
    color: #313131;
    padding-left: 35px;
    position: relative;
    margin-bottom: 25px;
}

.bloc-6__desc:last-child {
    margin-bottom: 0;
}

.bloc-6__desc_check:before {
    content: "";
    display: block;
    width: 33px;
    height: 27px;
    background: url("../img/sprite/block-6.png");
    background-repeat: no-repeat;
    background-position: 0 -36px;
    position: absolute;
    left: -7px;
    top: 0;
}

.bloc-6__desc_check_two-lines:before {
    top: 15px;
}

.bloc-6__desc_close:before {
    content: "";
    display: block;
    width: 31px;
    height: 29px;
    background: url("../img/sprite/block-6.png");
    background-repeat: no-repeat;
    background-position: 0 0px;
    position: absolute;
    left: -7px;
    top: 0;
}

.bloc-7__title {
    margin-top: 90px;
    font-family: "BebasNeueBold";
    font-size: 60px;
    line-height: 1.17;
    text-align: center;
    color: #0177a3;
    text-transform: uppercase;
}

.bloc-7__title span {
    font-size: 30px;
    position: absolute;
}

.bloc-7__wrap {
    width: 1000px;
    background-color: #ffffff;
    -webkit-box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(0, 0, 0, 0.21);
    box-shadow: -1.9px 9.8px 32.4px 7.6px rgba(0, 0, 0, 0.21);
    border-style: solid;
    border-width: 6px;
    border-image-source: linear-gradient(to right, #0278a4 11%, #30c0f5);
    border-image-slice: 1;
    float: right;
    padding: 20px 40px 40px 130px;
    position: relative;
    margin-top: 35px;
}

.bloc-7__text {
    color: #2a2a2a;
    line-height: 28px;
    font-size: 20px;
}

.bloc-7__text_up {
    font-size: 20px;
    font-weight: bold;
    line-height: 28px;
    color: #0177a3;
    text-transform: uppercase;
}

.bloc-7__text_r {
    position: relative;
    font-size: 15px;
    top: -10px;
}

.bloc-7__img {
    display: block;
    position: absolute;
    left: -170px;
    top: -70px;
}

.bloc-8 {
    margin-top: 50px;
}

.bloc-8__title {
    font-size: 50px;
    font-family: "BebasNeueBold";
    text-align: center;
    color: #0177a3;
    text-transform: uppercase;
}

.bloc-8__wrap {
    margin-top: 30px;
}

.bloc-8__item {
    width: 578px;
    background-color: #ffffff;
    float: left;
}

.bloc-8__item:last-child {
    float: right;
}

.bloc-8__img {
    display: block;
    float: left;
}

.bloc-8__text {
    font-size: 18px;
    line-height: 1.33;
    color: #2a2a2a;
    padding: 20px 25px 0 262px;
}

.bloc-8__text span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    color: #0177a3;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.bloc-9 {
    margin-top: 105px;
}

.bloc-9__title {
    font-family: "BebasNeueBold";
    font-size: 50px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 35px;
}

.bloc-9__slider {
    width: 1060px;
    margin: 0 auto;
}

.bloc-9 .owl-prev {
    display: block;
    width: 32px;
    height: 45px;
    background: url("../img/sprite/slider.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: -45px;
    top: 85px;
}

.bloc-9 .owl-next {
    display: block;
    width: 32px;
    height: 45px;
    background: url("../img/sprite/slider.png");
    background-repeat: no-repeat;
    background-position: -36px 0;
    position: absolute;
    right: -45px;
    top: 85px;
}

.bloc-10__title {
    font-family: "BebasNeueBold";
    font-size: 60px;
    line-height: 1.17;
    text-align: center;
    color: #2f2f2f;
    text-transform: uppercase;
    padding-top: 30px;
    margin-bottom: 25px;
}

.bloc-10__title span {
    background-color: #fde100;
    padding: 0 5px;
}

.bloc-10__wrap {
    width: 33.33%;
    float: left;
}

.bloc-10__item {
    margin-bottom: 60px;
}

.bloc-10__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
    height: 150px;
}

.bloc-10__cap {
    font-family: "BebasNeueBold";
    font-size: 30px;
    text-align: center;
    color: #0177a3;
    margin-bottom: 20px;
}

.bloc-10__subcap {
    font-size: 20px;
    text-align: center;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.bloc-10__text {
    padding: 0 45px;
    font-size: 18px;
    line-height: 1.33;
    color: #2a2a2a;
}

.bloc-10__box {
    display: block;
    margin: 0 auto;
}

.bloc-10__form {
    width: 362px;
    border: 7px solid #0177a3;
    margin: 0 auto;
    margin-top: 40px;
    padding: 18px 30px 30px 30px;
}

.bloc-10__btn {
    display: none;
}

.bloc-11 {
    margin-top: 90px;
}

.bloc-11__title {
    font-family: "BebasNeueBold";
    font-size: 60px;
    line-height: 1.17;
    text-align: center;
    color: #2e2e2e;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.bloc-11__title span {
    background-color: #fde100;
    padding: 0 5px;
}

.bloc-11__item {
    margin: 0 65px;
}

.bloc-11 .owl-carousel .owl-item img {
    width: inherit;
}

.bloc-11__img {
    width: inherit;
    display: block;
    float: left;
    margin-right: 18px;
}

.bloc-11__cap {
    font-size: 22px;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.bloc-11__text {
    font-size: 20px;
    color: #2a2a2a;
    margin-bottom: 15px;
}

.bloc-11__foot {
    font-size: 22px;
    font-weight: bold;
    color: #2a2a2a;
}

.bloc-11 .owl-prev {
    display: block;
    width: 32px;
    height: 45px;
    background: url(../img/sprite/slider_black.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    position: absolute;
    left: 0;
    top: 75px;
}

.bloc-11 .owl-next {
    display: block;
    width: 32px;
    height: 45px;
    background: url(../img/sprite/slider_black.png);
    background-repeat: no-repeat;
    background-position: -36px 0;
    position: absolute;
    right: 0;
    top: 75px;
}

.bloc-11 .owl-dots {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -45px;
}

.bloc-11 .owl-dot {
    width: 21px;
    height: 21px;
    background-color: #ffffff;
    border: solid 3px #0177a3;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
}

.bloc-11 .owl-dot.active {
    background-color: #fde100;
}

.bloc-12 {
    background: url("../img/bloc-12.png");
    background-repeat: no-repeat;
    background-position: center top;
    min-height: 554px;
    margin-top: 110px;
    padding: 0 85px;
    padding-top: 70px;
}

.bloc-12__img {
    display: block;
    float: left;
    margin-right: 15px;
}

.bloc-12__cap {
    font-family: "BebasNeueBold";
    font-size: 60px;
    color: #2a2a2a;
}

.bloc-12__text {
    color: #2a2a2a;
    font-size: 19px;
    padding-top: 10px;
}

.bloc-12__text span {
    font-weight: bold;
}

.bloc-12__foot {
    font-size: 18px;
    font-weight: bold;
    text-align: right;
    color: #2a2a2a;
    padding-top: 10px;
}

.bloc-13 {
    padding-top: 50px;
}

.bloc-13__title {
    font-family: "BebasNeueBold";
    font-size: 60px;
    text-align: center;
    color: #2a2a2a;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.bloc-13__title span {
    background-color: #fde100;
    padding: 0 5px;
}

.bloc-13__list {
    display: block;
    margin: 0 90px;
}

.bloc-13__item {
    width: 190px;
    float: left;
    text-align: center;
    position: relative;
}

.bloc-13__item:after {
    content: "";
    display: block;
    width: 16px;
    height: 18px;
    background: url("../img/bloc-13__arrow.png");
    background-repeat: no-repeat;
    position: absolute;
    right: -9px;
    top: 55px;
}

.bloc-13__item:last-child:after {
    display: none;
}

.bloc-13__item:nth-child(2) .bloc-13__pic {
    background-position: -136px 0;
}

.bloc-13__item:nth-child(3) .bloc-13__pic {
    background-position: -272px 0;
}

.bloc-13__item:nth-child(4) .bloc-13__pic {
    background-position: -408px 0;
}

.bloc-13__item:nth-child(5) .bloc-13__pic {
    background-position: -544px 0;
}

.bloc-13__pic {
    width: 127px;
    height: 133px;
    background: url("../img/sprite/block-13.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    margin-bottom: 24px;
}

.bloc-13__cap {
    color: #1f1e1e;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.4px;
    margin-bottom: 10px;
}

.bloc-13__text {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #0d0d0d;
    padding: 0 25px;
}

.bloc-14 {
    padding-top: 95px;
}

.bloc-14__title {
    color: #ffffff;
    font-family: "BebasNeueBold";
    font-size: 60px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.bloc-14__title span {
    background-color: #fde100;
    padding: 0 5px;
    color: #2e2e2e;
}

.bloc-14__list {
    display: block;
    margin: 0 30px;
}

.bloc-14__item {
    width: 20%;
    float: left;
    text-align: center;
}

.bloc-14__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    height: 190px;
}

.bloc-14__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.37;
    text-align: center;
    color: #ffffff;
    padding: 0 20px;
}

.bloc-15 {
    padding-top: 125px;
    padding-bottom: 5px;
}

.bloc-15__left {
    width: 495px;
    float: left;
    padding: 0 42px;
}

.bloc-15__right {
    width: 675px;
    float: left;
    height: 600px;
    position: relative;
}

.bloc-15__cap {
    font-family: "BebasNeueBold";
    font-size: 58px;
    color: #ffffff;
}

.bloc-15__hr {
    display: block;
    width: 100%;
    height: 3px;
    background: #fff;
    margin: 25px 0;
}

.bloc-15__desc_sm {
    font-size: 24px;
    line-height: 1.25;
    color: #ffffff;
    float: left;
}

.bloc-15__desc_bg {
    font-family: "BebasNeueBold";
    font-size: 60px;
    color: #ffffff;
    float: right;
}

.bloc-15__desc_yellow {
    color: #f7de0a;
}

.bloc-15__foot {
    font-size: 24px;
    line-height: 1.33;
    color: #ffffff;
}

.bloc-15__foot span {
    font-weight: bold;
    color: #fde41c;
}

.bloc-15__btn {
    display: none;
}

.bloc-15__flag {
    color: #ffffff;
    font-size: 18px;
    background-color: #0177a3;
    padding: 8px 6px 8px 22px;
    position: absolute;
}

.bloc-15__flag:nth-child(1) {
    left: 120px;
    top: 150px;
}

.bloc-15__flag:nth-child(2) {
    left: 105px;
    top: 381px;
}

.bloc-15__flag:nth-child(3) {
    left: 390px;
    top: 450px;
}

.bloc-15__flag:nth-child(4) {
    left: 485px;
    top: 250px;
}

.bloc-15__flag:nth-child(5) {
    left: 420px;
    top: 102px;
}

.bloc-15__flag span {
    font-weight: bold;
}

.bloc-15__flag:after {
    content: "";
    display: block;
    width: 37px;
    height: 52px;
    background: url("../img/flag.png");
    background-repeat: no-repeat;
    position: absolute;
    left: -20px;
    top: -10px;
}

.footer {
    padding-top: 20px;
}

.footer .container {
    padding-bottom: 15px;
}

.footer_left {
    width: 50%;
    float: left;
    text-align: center;
}

.footer_left__tit {
    color: #000;
    font-size: 19px;
    line-height: 24px;
    display: inline-block;
    padding-right: 30px;
}

.footer_left__subtit {
    color: #000;
    font-size: 14px;
    line-height: 18px;
    display: inline-block;
    padding-left: 44px;
    position: relative;
    top: 15px;
}

.footer_left__subtit:before {
    content: "";
    display: block;
    width: 39px;
    height: 41px;
    background: url(../img/lock.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
}

.footer_left__cash {
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 23px;
}

.footer_left__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.footer_left__text {
    color: #7e7e7e;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.footer_right {
    width: 50%;
    float: left;
    text-align: center;
    padding-top: 15px;
}

.footer_right__online {
    color: #3e3e3e;
    font-size: 20px;
    padding-left: 30px;
    display: inline-block;
    position: relative;
}

.footer_right__online:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #3abeb1;
    position: absolute;
    left: 0;
}

.footer_right__razg {
    color: #3e3e3e;
    font-size: 20px;
    padding-left: 30px;
    display: inline-block;
    position: relative;
}

.footer_right__razg:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    background: #d6e71c;
    position: absolute;
    left: 0;
}

.footer_right__desc {
    color: #3e3e3e;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 35px;
}

.footer_right__cap {
    color: #4f4f4f;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.footer_right__img {
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.footer_right__text {
    color: #7e7e7e;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.footer_right__link {
    font-size: 13px;
    margin: 0 15px;
    text-decoration: underline;
    display: inline-block;
    padding-top: 5px;
}

@media screen and (min-width: 785px) and (max-width: 1200px) {
    .container {
        width: 768px;
    }

    .sec-1, .sec-2, .sec-3, .sec-4, .sec-5 {
        background: 0;
        min-height: 0;
    }

    .bloc-1, .bloc-2 {
        display: none;
    }

    .bloc-1_sm {
        display: block;
        background: url("../img/sm/bloc-1.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        padding: 0 15px;
        padding-top: 10px;
        background-color: #fff;
    }

    .bloc-1_sm__title {
        color: #222222;
        font-family: "BebasNeueBold";
        font-size: 52px;
        background-color: #fde100;
        padding: 0 20px;
        display: block;
        margin-bottom: 5px;
        position: relative;
        width: 240px;
    }

    .bloc-1_sm__title span {
        position: absolute;
        font-size: 20px;
        top: 0;
    }

    .bloc-1_sm .price_sm__old {
        float: left;
        font-size: 20px;
        padding-top: 7px;
        margin-right: 35px;
        margin-left: 75px;
    }

    .bloc-1_sm .price_sm__old span {
        font-size: 25px;
    }

    .bloc-1_sm .price_sm__new {
        float: left;
        font-size: 20px;
    }

    .bloc-1_sm .price_sm__new span {
        font-size: 45px;
    }

    .bloc-1_sm__subtitle {
        color: #ffffff;
        font-family: "BebasNeueBold";
        font-size: 40px;
        background-color: #0177a3;
        padding: 0 5px;
        display: inline-block;
    }

    .bloc-1_sm__price {
        margin-top: 10px;
    }

    .bloc-1_sm__list {
        margin-top: 15px;
    }

    .bloc-1_sm__item {
        font-size: 16px;
        line-height: 1.27;
        color: #0177a3;
        padding-left: 55px;
        margin-bottom: 30px;
        position: relative;
    }

    .bloc-1_sm__item span {
        font-weight: bold;
    }

    .bloc-1_sm__item:before {
        content: "";
        display: block;
        width: 37px;
        height: 35px;
        background: url("../img/sprite/block-1_sm.png");
        background-position: 0 0;
        position: absolute;
        left: 7px;
        top: -6px;
    }

    .bloc-1_sm__item:nth-child(2):before {
        background-position: -3px -46px;
        width: 23px;
        height: 33px;
        left: 15px;
        top: -5px;
    }

    .bloc-1_sm__item:nth-child(3):before {
        background-position: 0px -90px;
        width: 31px;
        height: 36px;
        left: 10px;
        top: -7px;
    }

    .bloc-1_sm__btn {
        display: block;
        width: 265.3px;
        height: 52px;
        border: 0;
        background-color: #c40420;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, #c40420), color-stop(27%, #f52341));
        background-image: -webkit-linear-gradient(bottom, #c40420 27%, #f52341);
        background-image: linear-gradient(to top, #c40420 27%, #f52341);
        -webkit-box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        font-family: "BebasNeueBold";
        font-size: 28px;
        font-weight: bold;
        color: #fefefe;
        cursor: pointer;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .bloc-1_sm__btn:hover, .bloc-1_sm__btn:focus {
        background-image: none;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

    .bloc-1_sm .form {
        margin: 0;
        margin-bottom: 20px;
    }

    .bloc-1_sm .form__item {
        width: 233px;
        height: 52px;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .bloc-1_sm .form__item:nth-child(2) {
        margin-left: 18px;
        margin-right: 18px;
    }

    .bloc-1_sm .form__item:last-child {
        clear: both;
        float: none;
        margin: 0 auto;
    }

    .bloc-1_sm .form__input {
        background-color: #fff;
    }

    .bloc-1_sm .form__select {
        background-position: 240px center;
    }

    .bloc-1_sm__foot {
        text-align: center;
        font-size: 13px;
        color: #828181;
        padding-bottom: 25px;
    }

    .bloc-3 {
        margin-top: 15px;
        background-color: #0177a3;
        padding: 0 15px;
        padding-top: 20px;
    }

    .bloc-3__title {
        font-size: 40px;
        padding: 0 10px;
    }

    .bloc-3__title span {
        display: inline-block;
    }

    .bloc-3__desc {
        background: 0;
        margin: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 1.43;
        text-align: left;
    }

    .bloc-3__item {
        width: 25%;
        margin-bottom: 20px;
    }

    .bloc-3__item:last-child {
        display: none;
    }

    .bloc-3__img {
        width: 120px;
    }

    .bloc-3__cap {
        font-size: 13px;
        padding-top: 20px;
    }

    .bloc-4 {
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 95px;
        background: url("../img/sm/bloc-4.jpg");
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .bloc-4__item {
        width: 50%;
        margin: 0;
        margin-bottom: 20px;
    }

    .bloc-4__item:first-child {
        margin-right: 0;
    }

    .bloc-4__cap {
        font-size: 40px;
        margin-bottom: 25px;
    }

    .bloc-4__text {
        font-size: 16px;
        padding-bottom: 20px;
        text-align: center;
        padding-left: 20px;
    }

    .bloc-5 {
        margin: 0;
        padding: 0 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        background-color: #0177a3;
        padding-bottom: 15px;
    }

    .bloc-5__title {
        padding-top: 25px;
        font-size: 40px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .bloc-5__title span {
        font-size: 15px;
    }

    .bloc-5__img {
        float: right;
        width: 315px;
        margin-top: 12px;
    }

    .bloc-5__text {
        width: 400px;
        color: #ffffff;
        font-size: 16px;
        line-height: 1.43;
        padding-bottom: 15px;
    }

    .bloc-5__text_blue {
        color: #fff;
    }

    .bloc-6 {
        display: none;
    }

    .bloc-7 {
        padding: 0 15px;
    }

    .bloc-7__title {
        display: none;
    }

    .bloc-7__wrap {
        width: 100%;
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0;
        margin-top: 10px;
    }

    .bloc-7__img {
        position: relative;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: inherit;
        margin-bottom: 10px;
    }

    .bloc-7__text {
        font-size: 18px;
        line-height: 1.2;
    }

    .bloc-7__text_r {
        top: -5px;
    }

    .bloc-7__text span {
        font-size: 20px;
        line-height: 1.57;
    }

    .bloc-8 {
        margin-top: 20px;
        padding: 0 15px;
    }

    .bloc-8__title {
        font-size: 40px;
    }

    .bloc-8__item {
        width: 100%;
        float: none;
        margin-bottom: 25px;
        background-color: #fbfbfb;
    }

    .bloc-8__item:last-child {
        float: none;
    }

    .bloc-8__img {
        width: 100px;
    }

    .bloc-8__text {
        font-size: 18px;
        padding: 0px 0px 0 115px;
    }

    .bloc-8__text span {
        font-size: 18px;
        padding-bottom: 5px;
    }

    .bloc-9 {
        padding: 0 15px;
        margin-top: 0;
    }

    .bloc-9__title {
        color: #0177a3;
        font-size: 40px;
    }

    .bloc-9__slider {
        width: 630px;
        margin: 0 auto;
    }

    .bloc-9 .owl-prev, .bloc-9 .owl-next {
        background-image: url(../img/sprite/slider_black.png);
        top: 45px;
    }

    .bloc-9 .owl-dots {
        margin-top: 10px;
        text-align: center;
    }

    .bloc-9 .owl-dot {
        display: block;
        width: 14px;
        height: 14px;
        background-color: #ffffff;
        border: 3px solid #0177a3;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        margin: 0 3px;
    }

    .bloc-9 .owl-dot.active {
        background-color: #fde100;
    }

    .bloc-10 {
        padding: 0 15px;
    }

    .bloc-10__title {
        font-size: 40px;
    }

    .bloc-10__title span {
        background: 0;
        display: block;
    }

    .bloc-10__wrap {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .bloc-10__wrap:nth-child(2) {
        display: none;
    }

    .bloc-10__item {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }

    .bloc-10__img {
        width: inherit;
        height: 115px;
    }

    .bloc-10__cap {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .bloc-10__subcap {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .bloc-10__text {
        font-size: 16px;
        padding: 0;
        padding-right: 10px;
        text-align: center;
    }

    .bloc-10__btn {
        display: block;
        width: 265.3px;
        height: 52px;
        border: 0;
        background-color: #c40420;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, #c40420), color-stop(27%, #f52341));
        background-image: -webkit-linear-gradient(bottom, #c40420 27%, #f52341);
        background-image: linear-gradient(to top, #c40420 27%, #f52341);
        -webkit-box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        font-family: "BebasNeueBold";
        font-size: 28px;
        font-weight: bold;
        color: #fefefe;
        cursor: pointer;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .bloc-10__btn:hover, .bloc-10__btn:focus {
        background-image: none;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

    .bloc-11 {
        margin-top: 45px;
        padding: 0 15px;
        background-color: #f1f0f0;
        padding-top: 25px;
    }

    .bloc-11__title {
        font-size: 40px;
        color: #2f2f2f;
    }

    .bloc-11__item {
        margin: 0;
    }

    .bloc-11__img {
        float: none;
        width: 132px;
        margin: 0 auto;
        margin-bottom: 22px;
    }

    .bloc-11__cap {
        font-size: 20px;
        text-transform: uppercase;
        color: #000;
    }

    .bloc-11__text {
        font-size: 16px;
        line-height: 1.43;
        color: #000;
    }

    .bloc-11__foot {
        font-size: 17px;
        color: #000;
    }

    .bloc-11 .owl-dots {
        position: static;
        margin-top: 28px;
        padding-bottom: 24px;
    }

    .bloc-11 .owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 5px;
    }

    .bloc-11 .owl-prev, .bloc-11 .owl-next {
        top: inherit;
        bottom: 15px;
        background-image: url("../img/sprite/slider_black.png");
    }

    .bloc-12 {
        background: 0;
        padding: 0;
        margin: 0;
        margin-top: 25px;
        padding: 0 15px;
        min-height: inherit;
    }

    .bloc-12__img {
        width: 300px;
    }

    .bloc-12__cap {
        font-size: 40px;
        text-align: center;
    }

    .bloc-12__text {
        font-size: 16px;
        line-height: 1.43;
    }

    .bloc-12__foot {
        line-height: 1.29;
        font-size: 17px;
        padding-bottom: 20px;
    }

    .bloc-13 {
        background: #fff;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .bloc-13__title {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .bloc-13__list {
        margin: 0;
    }

    .bloc-13__item {
        width: 50%;
        margin-bottom: 20px;
    }

    .bloc-13__item:after {
        top: 33px;
    }

    .bloc-13__item:nth-child(3n+2):after {
        display: none;
    }

    .bloc-13__item:nth-child(3) {
        display: none;
    }

    .bloc-13__item:nth-child(2) .bloc-13__pic {
        background-position: -88px 0;
    }

    .bloc-13__item:nth-child(3) .bloc-13__pic {
        background-position: -176px 0;
    }

    .bloc-13__item:nth-child(4) .bloc-13__pic {
        background-position: -266px 0;
    }

    .bloc-13__item:nth-child(5) .bloc-13__pic {
        background-position: -354px 0;
    }

    .bloc-13__pic {
        width: 86px;
        height: 86px;
        background: url(../img/sprite/block-13_sm.png);
        margin-bottom: 15px;
    }

    .bloc-13__cap {
        font-size: 20px;
    }

    .bloc-13__text {
        font-size: 16px;
        text-align: left;
        letter-spacing: 0;
        line-height: 1.29;
        padding: 0 10px;
        text-align: center;
    }

    .bloc-14 {
        background-color: #0177a3;
        padding: 0 15px;
        padding-top: 30px;
    }

    .bloc-14__title {
        font-size: 42px;
        margin-bottom: 25px;
    }

    .bloc-14__list {
        margin: 0;
    }

    .bloc-14__item {
        width: 25%;
        margin-bottom: 35px;
    }

    .bloc-14__item:last-child {
        display: none;
    }

    .bloc-14__img {
        display: block;
        height: 150px;
        margin-bottom: 20px;
    }

    .bloc-14__text {
        font-size: 16px;
        letter-spacing: 0.4px;
        padding: 0 10px;
    }

    .bloc-14__foot {
        font-size: 14px;
        padding-bottom: 20px;
        margin-top: 0;
    }

    .bloc-15 {
        background-color: #0177a3;
        padding: 0 15px;
    }

    .bloc-15__left {
        width: 100%;
        float: none;
        padding: 0;
    }

    .bloc-15__right {
        width: 312px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
        height: 234px;
        margin-top: 35px;
        margin-bottom: 20px;
        background: url("../img/sm/bloc-15.jpg");
        background-repeat: no-repeat;
        background-position: center top;
    }

    .bloc-15__cap {
        font-size: 40px;
        text-align: center;
    }

    .bloc-15__hr {
        height: 3px;
        margin: 16px 150px;
        width: auto;
    }

    .bloc-15__desc {
        padding: 0 190px;
    }

    .bloc-15__desc_sm {
        font-size: 20px;
        line-height: 1.25;
    }

    .bloc-15__desc_bg {
        font-size: 44px;
    }

    .bloc-15__foot {
        font-size: 18px;
        line-height: 1.33;
        text-align: center;
    }

    .bloc-15__btn {
        display: block;
        width: 265.3px;
        height: 52px;
        border: 0;
        background-color: #fbbe03;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fbbe03), color-stop(20%, #ffea00));
        background-image: -webkit-linear-gradient(bottom, #fbbe03 20%, #ffea00);
        background-image: linear-gradient(to top, #fbbe03 20%, #ffea00);
        -webkit-box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        font-family: "BebasNeueBold";
        font-size: 28px;
        font-weight: bold;
        color: #000;
        cursor: pointer;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 30px;
    }

    .bloc-15__btn:hover, .bloc-15__btn:focus {
        background-image: none;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

    .bloc-15__flag {
        font-size: 10px;
        padding: 4px 3px 4px 12px;
    }

    .bloc-15__flag:after {
        width: 22px;
        height: 30px;
        background-image: url("../img/sm/flag.png");
        left: -12px;
        top: -7px;
    }

    .bloc-15__flag:nth-child(1) {
        left: 60px;
        top: 75px;
    }

    .bloc-15__flag:nth-child(2) {
        left: 60px;
        top: 155px;
    }

    .bloc-15__flag:nth-child(3) {
        left: 180px;
        top: 190px;
    }

    .bloc-15__flag:nth-child(4) {
        left: 190px;
        top: 110px;
    }

    .bloc-15__flag:nth-child(5) {
        left: 170px;
        top: 45px;
    }
}

@media screen and (max-width: 785px) {
    body {
        min-width: 320px;
    }

    .container {
        width: 100%;
        min-width: 320px;
        max-width: 480px;
    }

    .sec-1, .sec-2, .sec-3, .sec-4, .sec-5 {
        background: 0;
        min-height: 0;
    }

    .bloc-1, .bloc-2 {
        display: none;
    }

    .bloc-1_sm {
        display: block;
        background: url("../img/sm/bloc-1.jpg");
        background-repeat: no-repeat;
        background-position: top right;
        padding: 0 15px;
        padding-top: 10px;
        background-color: #fff;
    }

    .bloc-1_sm__title {
        color: #222222;
        font-family: "BebasNeueBold";
        font-size: 47px;
        background-color: #fde100;
        padding: 0 20px;
        display: inline-block;
        margin-bottom: 5px;
        position: relative;
    }

    .bloc-1_sm__title span {
        position: absolute;
        font-size: 20px;
        top: 0;
    }

    .bloc-1_sm__subtitle {
        color: #ffffff;
        font-family: "BebasNeueBold";
        font-size: 33px;
        background-color: #0177a3;
        padding: 0 5px;
        display: inline-block;
    }

    .bloc-1_sm__price {
        margin-top: 70px;
    }

    .bloc-1_sm__list {
        margin-top: 45px;
    }

    .bloc-1_sm__item {
        font-size: 14.7px;
        line-height: 1.27;
        color: #0177a3;
        padding-left: 55px;
        margin-bottom: 20px;
        position: relative;
    }

    .bloc-1_sm__item span {
        font-weight: bold;
    }

    .bloc-1_sm__item:before {
        content: "";
        display: block;
        width: 37px;
        height: 35px;
        background: url("../img/sprite/block-1_sm.png");
        background-position: 0 0;
        position: absolute;
        left: 7px;
        top: 1px;
    }

    .bloc-1_sm__item:nth-child(2):before {
        background-position: -3px -46px;
        width: 23px;
        height: 33px;
        left: 15px;
        top: 2px;
    }

    .bloc-1_sm__item:nth-child(3):before {
        background-position: 0px -90px;
        width: 31px;
        height: 36px;
        left: 10px;
        top: 7px;
    }

    .bloc-1_sm__btn {
        display: block;
        width: 265.3px;
        height: 52px;
        border: 0;
        background-color: #c40420;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, #c40420), color-stop(27%, #f52341));
        background-image: -webkit-linear-gradient(bottom, #c40420 27%, #f52341);
        background-image: linear-gradient(to top, #c40420 27%, #f52341);
        -webkit-box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        font-family: "BebasNeueBold";
        font-size: 28px;
        font-weight: bold;
        color: #fefefe;
        cursor: pointer;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .bloc-1_sm__btn:hover, .bloc-1_sm__btn:focus {
        background-image: none;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

    .bloc-1_sm .form__item {
        width: 276px;
        height: 52px;
        float: none;
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .bloc-1_sm .form__input {
        background-color: #fff;
    }

    .bloc-1_sm .form__select {
        background-position: 240px center;
    }

    .bloc-3 {
        margin-top: 15px;
        background-color: #0177a3;
        padding: 0 15px;
        padding-top: 20px;
    }

    .bloc-3__title {
        font-size: 40px;
        padding: 0 10px;
    }

    .bloc-3__title span {
        display: inline-block;
    }

    .bloc-3__desc {
        background: 0;
        margin: 0;
        margin-top: 15px;
        margin-bottom: 15px;
        font-size: 13.5px;
        line-height: 1.43;
        text-align: left;
    }

    .bloc-3__item {
        width: 50%;
        margin-bottom: 20px;
    }

    .bloc-3__item:last-child {
        display: none;
    }

    .bloc-3__img {
        width: 120px;
    }

    .bloc-3__cap {
        font-size: 13px;
        padding-top: 20px;
    }

    .bloc-4 {
        padding: 0 15px;
        padding-top: 30px;
        padding-bottom: 150px;
        background: url("../img/sm/bloc-4.jpg");
        background-color: #fff;
        background-repeat: no-repeat;
        background-position: center bottom;
    }

    .bloc-4__item {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
        float: none;
    }

    .bloc-4__item:first-child {
        margin-right: 0;
    }

    .bloc-4__cap {
        font-size: 28px;
        margin-bottom: 25px;
    }

    .bloc-4__text {
        font-size: 15px;
        padding-bottom: 20px;
        text-align: left;
    }

    .bloc-5 {
        margin: 0;
        padding: 0 15px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 0;
        background-color: #0177a3;
    }

    .bloc-5__title {
        padding-top: 25px;
        font-size: 30px;
        color: #ffffff;
        margin-bottom: 10px;
    }

    .bloc-5__title span {
        font-size: 15px;
    }

    .bloc-5__img {
        float: none;
        width: 100%;
    }

    .bloc-5__text {
        width: 100%;
        float: none;
        color: #ffffff;
        font-size: 14px;
        line-height: 1.43;
        margin-top: 13px;
        padding-bottom: 15px;
    }

    .bloc-5__text_blue {
        color: #fff;
    }

    .bloc-6 {
        display: none;
    }

    .bloc-7 {
        padding: 0 15px;
    }

    .bloc-7__title {
        display: none;
    }

    .bloc-7__wrap {
        width: 100%;
        padding: 0;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background: 0;
    }

    .bloc-7__img {
        position: relative;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: inherit;
        margin-bottom: 10px;
    }

    .bloc-7__text {
        font-size: 14px;
        line-height: 1.57;
    }

    .bloc-7__text_r {
        top: -5px;
    }

    .bloc-7__text span {
        font-size: 14px;
        line-height: 1.57;
    }

    .bloc-8 {
        margin-top: 20px;
        padding: 0 15px;
    }

    .bloc-8__title {
        font-size: 30px;
    }

    .bloc-8__item {
        width: 100%;
        float: none;
        margin-bottom: 25px;
        background-color: #fbfbfb;
    }

    .bloc-8__item:last-child {
        float: none;
    }

    .bloc-8__img {
        width: 100px;
    }

    .bloc-8__text {
        font-size: 14px;
        padding: 0px 0px 0 115px;
    }

    .bloc-8__text span {
        font-size: 15px;
        padding-bottom: 5px;
    }

    .bloc-9 {
        padding: 0 15px;
        margin-top: 0;
    }

    .bloc-9__title {
        color: #0177a3;
        font-size: 33px;
    }

    .bloc-9__slider {
        width: 170px;
        margin: 0 auto;
    }

    .bloc-9 .owl-prev, .bloc-9 .owl-next {
        background-image: url(../img/sprite/slider_black.png);
        top: 45px;
    }

    .bloc-9 .owl-dots {
        margin-top: 10px;
        text-align: center;
    }

    .bloc-9 .owl-dot {
        display: block;
        width: 14px;
        height: 14px;
        background-color: #ffffff;
        border: 3px solid #0177a3;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        margin: 0 3px;
    }

    .bloc-9 .owl-dot.active {
        background-color: #fde100;
    }

    .bloc-10 {
        padding: 0 15px;
    }

    .bloc-10__title {
        font-size: 40px;
    }

    .bloc-10__title span {
        background: 0;
        display: block;
    }

    .bloc-10__wrap {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .bloc-10__wrap:nth-child(2) {
        display: none;
    }

    .bloc-10__item {
        width: 50%;
        float: left;
        margin-bottom: 0;
    }

    .bloc-10__img {
        width: 100%;
        height: 105px;
    }

    .bloc-10__cap {
        font-size: 17px;
        min-height: 35px;
        margin-bottom: 15px;
    }

    .bloc-10__subcap {
        font-size: 13px;
        margin-bottom: 8px;
        min-height: 40px;
    }

    .bloc-10__text {
        font-size: 13px;
        padding: 0;
        padding-right: 10px;
    }

    .bloc-10__btn {
        display: block;
        width: 265.3px;
        height: 52px;
        border: 0;
        background-color: #c40420;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, #c40420), color-stop(27%, #f52341));
        background-image: -webkit-linear-gradient(bottom, #c40420 27%, #f52341);
        background-image: linear-gradient(to top, #c40420 27%, #f52341);
        -webkit-box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        font-family: "BebasNeueBold";
        font-size: 28px;
        font-weight: bold;
        color: #fefefe;
        cursor: pointer;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .bloc-10__btn:hover, .bloc-10__btn:focus {
        background-image: none;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

    .bloc-11 {
        margin-top: 45px;
        padding: 0 15px;
        background-color: #f1f0f0;
        padding-top: 25px;
    }

    .bloc-11__title {
        font-size: 33px;
    }

    .bloc-11__item {
        margin: 0;
    }

    .bloc-11__img {
        float: none;
        width: 132px;
        margin: 0 auto;
        margin-bottom: 22px;
    }

    .bloc-11__cap {
        font-size: 15px;
        text-transform: uppercase;
    }

    .bloc-11__text {
        font-size: 14px;
        line-height: 1.43;
    }

    .bloc-11__foot {
        font-size: 15px;
    }

    .bloc-11 .owl-dots {
        position: static;
        margin-top: 28px;
        padding-bottom: 24px;
    }

    .bloc-11 .owl-dot {
        width: 14px;
        height: 14px;
        margin: 0 5px;
    }

    .bloc-11 .owl-prev, .bloc-11 .owl-next {
        top: inherit;
        bottom: 15px;
    }

    .bloc-12 {
        background: 0;
        padding: 0;
        margin: 0;
        margin-top: 25px;
        padding: 0 15px;
    }

    .bloc-12__img {
        float: none;
        width: 214px;
        margin: 0 auto;
        margin-bottom: 25px;
    }

    .bloc-12__cap {
        font-size: 33px;
        text-align: center;
    }

    .bloc-12__text {
        font-size: 14px;
        line-height: 1.43;
    }

    .bloc-12__foot {
        line-height: 1.29;
        font-size: 14px;
        padding-bottom: 20px;
    }

    .bloc-13 {
        background: #fff;
        padding: 0 15px;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .bloc-13__title {
        font-size: 33px;
        margin-bottom: 30px;
    }

    .bloc-13__list {
        margin: 0;
    }

    .bloc-13__item {
        width: 50%;
    }

    .bloc-13__item:after {
        top: 33px;
    }

    .bloc-13__item:nth-child(3n+2):after {
        display: none;
    }

    .bloc-13__item:nth-child(3) {
        display: none;
    }

    .bloc-13__item:nth-child(2) .bloc-13__pic {
        background-position: -88px 0;
    }

    .bloc-13__item:nth-child(3) .bloc-13__pic {
        background-position: -176px 0;
    }

    .bloc-13__item:nth-child(4) .bloc-13__pic {
        background-position: -266px 0;
    }

    .bloc-13__item:nth-child(5) .bloc-13__pic {
        background-position: -354px 0;
    }

    .bloc-13__pic {
        width: 86px;
        height: 86px;
        background: url(../img/sprite/block-13_sm.png);
        margin-bottom: 15px;
    }

    .bloc-13__cap {
        font-size: 14px;
    }

    .bloc-13__text {
        font-size: 14px;
        text-align: left;
        letter-spacing: 0;
        line-height: 1.29;
        padding: 0 10px;
    }

    .bloc-14 {
        background-color: #0177a3;
        padding: 0 15px;
        padding-top: 30px;
    }

    .bloc-14__title {
        font-size: 38px;
        margin-bottom: 25px;
    }

    .bloc-14__list {
        margin: 0;
    }

    .bloc-14__item {
        width: 50%;
        margin-bottom: 35px;
    }

    .bloc-14__item:last-child {
        display: none;
    }

    .bloc-14__img {
        display: block;
        width: 80%;
        height: inherit;
        margin-bottom: 20px;
    }

    .bloc-14__text {
        font-size: 14px;
        letter-spacing: 0.4px;
        padding: 0;
    }

    .bloc-15 {
        background-color: #0177a3;
        padding: 0 15px;
    }

    .bloc-15__left {
        width: 100%;
        float: none;
        padding: 0;
    }

    .bloc-15__right {
        width: 312px;
        max-width: 100%;
        margin: 0 auto;
        float: none;
        height: 234px;
        margin-top: 35px;
        margin-bottom: 20px;
        background: url("../img/sm/bloc-15.jpg");
        background-repeat: no-repeat;
        background-position: center top;
    }

    .bloc-15__cap {
        font-size: 40px;
    }

    .bloc-15__hr {
        height: 3px;
        margin: 16px 0;
    }

    .bloc-15__desc_sm {
        font-size: 16px;
        line-height: 1.25;
    }

    .bloc-15__desc_bg {
        font-size: 40px;
    }

    .bloc-15__foot {
        font-size: 16px;
        line-height: 1.33;
    }

    .bloc-15__btn {
        display: block;
        width: 265.3px;
        height: 52px;
        border: 0;
        background-color: #fbbe03;
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(20%, #fbbe03), color-stop(20%, #ffea00));
        background-image: -webkit-linear-gradient(bottom, #fbbe03 20%, #ffea00);
        background-image: linear-gradient(to top, #fbbe03 20%, #ffea00);
        -webkit-box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        box-shadow: 1.5px 2.6px 11.7px 1.3px rgba(196, 4, 32, 0.36);
        font-family: "BebasNeueBold";
        font-size: 28px;
        font-weight: bold;
        color: #000;
        cursor: pointer;
        margin: 0 auto;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin-top: 30px;
    }

    .bloc-15__btn:hover, .bloc-15__btn:focus {
        background-image: none;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }

    .bloc-15__flag {
        font-size: 10px;
        padding: 4px 3px 4px 12px;
    }

    .bloc-15__flag:after {
        width: 22px;
        height: 30px;
        background-image: url("../img/sm/flag.png");
        left: -12px;
        top: -7px;
    }

    .bloc-15__flag:nth-child(1) {
        left: 60px;
        top: 75px;
    }

    .bloc-15__flag:nth-child(2) {
        left: 60px;
        top: 155px;
    }

    .bloc-15__flag:nth-child(3) {
        left: 180px;
        top: 190px;
    }

    .bloc-15__flag:nth-child(4) {
        left: 190px;
        top: 110px;
    }

    .bloc-15__flag:nth-child(5) {
        left: 170px;
        top: 45px;
    }

    .footer_left, .footer_right {
        width: 100%;
        float: none;
        padding-left: 15px;
        padding-right: 15px;
    }

    .footer_left__subtit:before {
        display: none;
    }

    .footer_left__tit {
        padding-right: 0;
    }

    .footer_left__subtit {
        padding-left: 0;
        top: 5px;
    }

    .footer_left__img {
        width: 100%;
    }
}

.bloc-14__foot {
	padding-top: 7px;
	text-align: center;
	color: #515151;
	font-size: 14px;
}