/*.container ! normalize.css v3.0.2 | MIT License | git.io/normalize*/
    /** * 1. Set default font family to sans-serif. * 2. Prevent iOS text size adjust after orientation change, without disabling * user zoom. */
html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    /*scroll-behavior: smooth;*/
}

/** * Remove default margin. */
body {
    margin: 0;
    touch-action: auto;
}

/* HTML5 display definitions==========================================================================*/
/** * Correct `block` display not defined for any HTML5 element in IE 8/9. * Correct `block` display not defined for `details` or `summary` in IE 10/11 * and Firefox. * Correct `block` display not defined for `main` in IE 11. */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/** * 1. Correct `inline-block` display not defined in IE 8/9. * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */
}

/** * Prevent modern browsers from displaying `audio` without controls. * Remove excess height in iOS 5 devices. */
audio:not([controls]) {
    display: none;
    height: 0;
}

/** * Address `[hidden]` styling not present in IE 8/9/10. * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22. */
[hidden],
template {
    display: none;
}

/* Links==========================================================================*/
/** * Remove the gray background color from active links in IE 10. */
a {
    background-color: transparent;
}

/** * Improve readability when focused and also mouse hovered in all browsers. */
a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics==========================================================================*/
/** * Address styling not present in IE 8/9/10/11, Safari, and Chrome. */
abbr[title] {
    border-bottom: 1px dotted;
}

/** * Address style set to `bolder` in Firefox 4+, Safari, and Chrome. */
b,
strong {
    font-weight: bold;
}

/** * Address styling not present in Safari and Chrome. */
dfn {
    font-style: italic;
}

/** * Address variable `h1` font-size and margin within `section` and `article` * contexts in Firefox 4+, Safari, and Chrome. */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/** * Address styling not present in IE 8/9. */
mark {
    background: #ff0;
    color: #000;
}

/** * Address inconsistent and variable font size in all browsers. */
small {
    font-size: 80%;
}

/** * Prevent `sub` and `sup` affecting `line-height` in all browsers. */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content==========================================================================*/
/** * Remove border when inside `a` element in IE 8/9/10. */
img {
    border: 0;
    max-width: 100%;
}

/** * Correct overflow not hidden in IE 9/10/11. */
svg:not(:root) {
    overflow: hidden;
}

/* Grouping content==========================================================================*/
/** * Address margin not present in IE 8/9 and Safari. */
figure {
    margin: 1em 40px;
}

/** * Address differences between Firefox and other browsers. */
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/** * Contain overflow in all browsers. */
pre {
    overflow: auto;
}

/** * Address odd `em`-unit font size rendering in all browsers. */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Forms==========================================================================*/
/** * Known limitation: by default, Chrome and Safari on OS X allow very limited * styling of `select`, unless a `border` property is set. */
/** * 1. Correct color not being inherited. * Known issue: affects color of disabled elements. * 2. Correct font properties not being inherited. * 3. Address margins set differently in Firefox 4+, Safari, and Chrome. */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/** * Address `overflow` set to `hidden` in IE 8/9/10/11. */
button {
    overflow: visible;
}

/** * Address inconsistent `text-transform` inheritance for `button` and `select`. * All other form control elements do not inherit `text-transform` values. * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera. * Correct `select` style inheritance in Firefox. */
button,
select {
    text-transform: none;
}

/** * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio` * and `video` controls. * 2. Correct inability to style clickable `input` types in iOS. * 3. Improve usability and consistency of cursor style between image-type * `input` and others. */
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/** * Re-set default cursor for disabled elements. */
button[disabled],
html input[disabled] {
    cursor: default;
}

/** * Remove inner padding and border in Firefox 4+. */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

/** * Address Firefox 4+ setting `line-height` on `input` using `!important` in * the UA stylesheet. */
input {
    line-height: normal;
}

/** * It's recommended that you don't attempt to style these elements. * Firefox's implementation doesn't respect box-sizing, padding, or width. * * 1. Address box sizing set to `content-box` in IE 8/9/10. * 2. Remove excess padding in IE 8/9/10. */
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** * Fix the cursor style for Chrome's increment/decrement buttons. For certain * `font-size` values of the `input`, it causes the cursor style of the * decrement button to change from `default` to `text`. */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/** * 1. Address `appearance` set to `searchfield` in Safari and Chrome. * 2. Address `box-sizing` set to `border-box` in Safari and Chrome * (include `-moz` to future-proof). */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}

/** * Remove inner padding and search cancel button in Safari and Chrome on OS X. * Safari (but not Chrome) clips the cancel button when the search input has * padding (and `textfield` appearance). */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/** * Define consistent border, margin, and padding. */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

/** * 1. Correct `color` not being inherited in IE 8/9/10/11. * 2. Remove padding so people aren't caught out if they zero out fieldsets. */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/** * Remove default vertical scrollbar in IE 8/9/10/11. */
textarea {
    overflow: auto;
}

/** * Don't inherit the `font-weight` (applied by a rule above). * NOTE: the default cannot safely be changed in Chrome and Safari on OS X. */
optgroup {
    font-weight: bold;
}

/* Tables==========================================================================*/
/** * Remove most spacing between table cells. */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.container {
    /*min-width: 1020px;*/
    max-width: 1920px;
    margin: 0 auto;
    /*min-height: 100px;*/
    /*overflow: hidden;*/
}

.wrapper {
    max-width: 980px;
    width: 100%;
    margin: auto;
    /*min-height: 1px;*/
    /*overflow: hidden*/
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

h1,
h2,
h3,
h4,
p {
    margin: 0;
    padding: 0
}

a {
    cursor: pointer
}

.w100 {
    width: 100%;
    float: left
}

.block1 {
    width: 100%;
    float: left;
    background: url("../images/block1.jpg") no-repeat center -4px;
    min-height: 870px;
    position: relative;
    padding-bottom: 10px;
}

.block1 .top-line {
    width: 100%;
    float: left;
    min-height: 80px;
    background: #16adb7;
    padding: 20px 0;
}

.block1 .top-line .logo {
    width: 114px;
    /*float: left;*/
    /*margin-left: 10px;*/
    /*margin-top: 7px;*/
}

.block1 .top-line .link {
    /*width: 160px;*/
    /*float: left;*/
    /*margin-left: 435px;*/
    font-family: Roboto, sans-serif;
    font-size: 18px;
    height: 42px;
    background: #fff;
    line-height: 22px;
    color: #16adb7;
    font-weight: 500;
    /*margin-top: 29px*/
}

.block1 .top-line .link a {
    width: 250px;
    float: left;
    height: 42px;
    background: #fff;
    border: none;
    outline: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
    color: #16adb7;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    padding: 0 20px;
}

.block1 .top-line .button-block {
    width: 250px;
    /*float: left;*/
    /*margin-top: 20px*/
}

.block1 .top-line .button-block .button-call {
    width: 100%;
    float: left;
    height: 42px;
    background: #fff;
    border: none;
    outline: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 42px;
    font-weight: 700;
    color: #16adb7;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
}

.top-line {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.top-line .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.block1 .title {
    width: 100%;
    float: left;
    margin-top: 40px;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    line-height: 48px;
    color: #333;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-align: center;
    padding: 0 100px;
    margin-bottom: 15px;
}

.block1 .subtitle {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-family: Roboto, sans-serif, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    text-align: center
}

.block1 .left-block {
    width: 640px;
    float: left
}

.block1 .left-block .ltitle {
    width: 400px;
    float: left;
    margin-left: 240px;
    margin-top: 40px;
    font-family: Roboto, sans-serif, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    font-weight: 700
}

.block1 .left-block .item-block {
    width: 400px;
    float: left;
    margin-left: 260px;
    margin-top: 5px;
    padding-right: 80px
}

.block1 .left-block .item-block .item {
    width: 100%;
    float: left;
    margin-top: 15px;
    padding-left: 40px;
    background: url("../images/icon-1.png") no-repeat left top 4px;
    min-height: 23px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #333
}

.block1 .left-block .item-block .item .bold {
    font-weight: 700
}

.block1 .right-block .timer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 252px;*/
    /*float: left;*/
    /*margin-top: 25px;*/
    /*margin-left: 20px;*/
    position: relative;
    z-index: 2;
    /*margin-top: 15px;*/
}

.block1 .right-block .timer .timer-text {
    /*width: 100%;*/
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    line-height: 24px;
    color: #0d3593
}

.block1 .right-block .timer .timer-block {
    /*width: 100%;*/
    float: left;
    margin-top: 7px
}

.block1 .right-block .timer .timer-block .item {
    width: 80px;
    float: left;
    height: 56px;
    background: #0d3593;
    font-family: Roboto, sans-serif;
    font-size: 40px;
    line-height: 56px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-left: 5px
}

.block1 .right-block .timer .timer-block .hours {
    margin-left: 0
}

.block1 .right-block .timer .bottom-line {
    /*width: 100%;*/
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 23px;
    color: #0d3593;
    letter-spacing: .1em;
    margin-top: 3px;
    text-transform: uppercase;
    font-weight: 700
}

.block1 .right-block .timer .bottom-line div {
    width: 80px;
    float: left;
    text-align: center;
    margin-left: 5px
}

.block1 .right-block .timer .bottom-line .h-text {
    margin-left: 0
}

.block1 .left-block .product {
    width: 500px;
    float: left;
    margin-top: 35px;
    margin-left: 160px;
}

.block1 .left-block .product img {
    width: 100%;
}

.block1 .right-block {
    width: 320px;
    float: left
}

.block1 .right-block .form-block {
    max-width: 330px;
    width: 100%;
    float: left;
    margin-top: 15px;
    /*min-height: 335px;*/
    background: #fff;
    -webkit-box-shadow: 0 0 23px 0 rgba(0, 0, 0, .17);
    -moz-box-shadow: 0 0 23px 0 rgba(0, 0, 0, .17);
    box-shadow: 0 0 23px 0 rgba(0, 0, 0, .17);
    position: relative;
    padding: 25px 0;
}

.block1 .right-block .form-block .ftitle {
    width: 100%;
    float: left;
    margin-top: 30px;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    line-height: 28px;
    color: #dc0021;
    font-weight: 700;
    padding: 0 35px;
    text-align: center
}

.block1 .right-block .form-block .price-block {
    width: 100%;
    float: left;
    margin-top: 17px;
    height: 80px;
    background: #0d3593
}

.block1 .right-block .form-block .price-block .price {
    width: 100%;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    margin-top: 15px
}

.block1 .right-block .form-block .price-block .new {
    font-size: 24px;
    font-weight: 500;
    margin-top: 5px
}

.block1 .right-block .form-block form {
    width: 100%;
    float: left;
    margin-top: 8px
}

.block1 .right-block .form-block form .inp-line {
    width: 100%;
    float: left;
    padding: 0 40px;
    margin-top: 12px
}

.block1 .right-block .form-block form .inp-line input {
    width: 100%;
    float: left;
    outline: 0;
    height: 40px;
    border: 1px solid #d1cfd0;
    background: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 40px;
    color: #929191;
    padding: 0 10px
}

.block1 .right-block .form-block form .button-block {
    width: 100%;
    float: left;
    padding: 0 40px;
    margin-top: 10px;
    text-align: center
}

.block1 .right-block .form-block form .button-block button {
    width: 100%;
    float: left;
    height: 50px;
    background: #dc0021;
    border: none;
    outline: 0;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    color: #fff;
    letter-spacing: .1em;
    text-transform: uppercase
}

.block1 .right-block .form-block .textline {
    width: 100%;
    float: left;
    margin-top: 17px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #989898;
    text-align: center
}

.block1 .right-block .form-block .sale-icon {
    width: 87px;
    float: left;
    height: 87px;
    background: url(icon-sale.png) no-repeat left top;
    right: -25px;
    margin-top: -45px;
    position: absolute;
    z-index: 2
}

.block1 .right-block .form-block .sale-icon .name {
    width: 100%;
    float: left;
    margin-top: 24px;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    line-height: 12px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: .1em
}

.block1 .right-block .form-block .sale-icon .name .value {
    display: block;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0
}

.price {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.price__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 25px;
}

.price__line {
    width: 1px;
    height: 40px;
    background: #c5c5c5;
}

.price__title {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.price__old {
    font-size: 19px;
    color: #666;
    position: relative;
}

.price__old::before {
    content: '';
    display: block;
    border-top: 1px solid #dc0021;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: rotate(-12deg);
}

.price__old::after {
    content: '';
    display: block;
    border-top: 1px solid #dc0021;
    height: 1px;
    width: 100%;
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    transform: rotate(12deg);
}

.price__new {
    font-size: 22px;
    font-weight: 700;
    color: #dc0021;
}


.block1 .right-block .textline {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: right;
    padding-right: 10px
}

.block1 .right-block .textline .rleft {
    padding: 3px 5px;
    background: #dc0021;
    color: #fff
}

.block1 .wrapper {
    overflow: visible;
    padding: 0 10px;
}

.block1 .right-block.-mobile-show {
    display: none;
}

.block2 {
    width: 100%;
    float: left;
    min-height: 720px;
    position: relative;
    padding: 0 10px;
}

.block2 .title {
    width: 100%;
    float: left;
    margin-top: 20px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.block2 .item-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    float: left;
    margin-top: 15px
}

.block2 .item-block .item {
    width: 230px;
    display: inline-block;
    /*margin: 45px 5px 0 5px;*/
    text-align: center;
    vertical-align: top
}

.block2 .item-block .item .iimage {
    width: 100%;
    float: left
}

.block2 .item-block .item .itext {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em;
    margin-bottom: 30px;
}

.block3 {
    width: 100%;
    float: left;
    /*min-height: 900px;*/
    background: #17adb7 url("../images/block3.jpg") no-repeat center center;
    position: relative;
    background-size: 1670px;
    padding: 60px 10px;
}

.block3 .title {
    width: 100%;
    float: left;
    /*margin-top: 93px;*/
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 0 80px
}

.block3 .item-block {
    width: 100%;
    float: left;
    margin-top: 10px
}

.block3 .item-block .ititle {
    width: 100%;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px
}

.block3 .item-block .item {
    max-width: 600px;
    float: left;
    /*margin-left: 20px;*/
    margin-top: 40px;
    position: relative;
    /*padding: 0 10px;*/
}

.block3 .item-block .item .iimage {
    width: 110px;
    float: left
}

.block3 .item-block .item .itext {
    width: 450px;
    max-width: 100%;
    float: left;
    margin-top: 35px;
}

.block3 .item-block .item .itext .ttitle {
    width: 100%;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .1em
}

.block3 .item-block .item .itext .tline {
    float: left;
    margin-top: 5px;
    width: 147%;
}

.block3 .item-block .item .itext .tline.first-line {
    margin-top: 15px;
}

.title-sec {
    margin-top: 15px;
}

.block3 .item-block .item .itext.first-item {
    margin-top: 55px;
}

.second-item {
    /*margin-top: 40px;*/
}

.block3 .item-block .item .itext .ttext {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #fff
}

.block3 .item-block .item .itext .ttext .bold {
    font-weight: 700
}

.block3 .item-block .item .itext .textline {
    width: 430px;
    float: left;
    margin-top: 13px;
    background: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #dc0021;
    padding: 10px 18px
}

.block3 .item-block .item:nth-child(2) .itext .ttext:nth-child(3) {
    /*margin-top: -33px*/
}

.block3 .item-block .item:nth-child(2) .itext .ttitle:nth-child(5) {
    margin-top: 25px
}

.block3 .item-block .item:nth-child(3) {
    margin-top: 50px
}

.block3 .item-block .item:nth-child(3) .itext .tline {
    margin-top: -46px
}

.block3 .item-block .item:nth-child(4) {
    margin-top: 50px
}

.block3 .item-block .item:nth-child(4) .itext .tline {
    margin-top: -50px
}

.block4 {
    width: 100%;
    float: left;
    /*min-height: 795px;*/
    position: relative;
    padding: 60px 10px;
}

.block4 .title {
    width: 100%;
    float: left;
    /*margin-top: 95px;*/
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.block4 .subtitle {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 30px;
    color: #333;
    text-align: center
}

.block4 .item-block {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    width: 100%;
    float: left;
    margin-top: 40px
}

.block4 .item-block .item {
    width: 300px;
    max-width: 100%;
    float: left;
    /*margin-left: 20px;*/
    text-align: center
}

.block4 .item-block .item .iimage {
    width: 100%;
    float: left
}

.block4 .item-block .item .itext {
    width: 100%;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    margin-top: -10px
}

.block4 .item-block .item .itext .bold {
    font-weight: 700
}

.block4 .item-block .item:nth-child(2) .itext {
    padding: 0 25px
}

.block4 .bottom-block {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    width: 100%;
    max-width: 700px;
    float: left;
    margin-top: 60px;
    transform: translateX(130px);
}

.block4 .bottom-block .left-image {
    width: 300px;
    float: left;
    margin-left: 12px;
    margin-right: 25px;
}

.block4 .bottom-block .left-image img {
    width: 100%;
}

.block4 .bottom-block .right-text {
    width: 300px;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    margin-top: 55px
}

.block5 {
    background: url("../images/block1.jpg") no-repeat center top -80px;
    min-height: 780px
}

.block5 .title {
    padding: 0;
    margin-top: 45px;
    margin-bottom: 15px;
}

.block6 {
    width: 100%;
    float: left;
    background: url("../images/block6.jpg") no-repeat center bottom 0;
    /*min-height: 1195px;*/
}

.block6 .title {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    padding: 0 160px
}

.block6 .left-image {
    width: 340px;
    float: left;
    margin-top: 50px
}

.block6 .left-image img {
    margin-left: -40px
}

.block6 .right-text {
    width: 610px;
    float: left;
    margin-top: 45px
}

.block6 .right-text .text {
    width: 100%;
    float: left
}

.block6 .right-text .text .line {
    width: 100%;
    float: left;
    margin-top: 12px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #333
}

.block6 .right-text .text .line .bold {
    font-weight: 700
}

.block6 .right-text .text .red {
    color: #dc0021;
    font-weight: 700
}

.block6 .right-text .name {
    width: 100%;
    float: left;
    margin-top: 22px;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    font-weight: 500
}

.block6 .right-text .position {
    width: 100%;
    float: left;
    margin-top: 3px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    font-style: italic
}

.block6 .right-text .sign {
    width: 100%;
    float: left;
    margin-top: 10px
}

.block6 .bottom-block {
    width: 100%;
    float: left;
    /*margin-top: 40px*/
    padding: 40px 0;
}

.block6 .bottom-block .item {
    width: 300px;
    float: left;
    margin-left: 20px
}

.block6 .bottom-block .item .ititle {
    width: 100%;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 70px
}

.block6 .bottom-block .item .form-block {
    width: 100%;
    float: left;
    /*height: 330px;*/
    background: #fff;
    -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .28);
    -moz-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .28);
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .28);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
    margin-top: 15px;
    padding: 25px 0 15px 0;
}

.block6 .bottom-block .item .form-block .line {
    width: 100%;
    float: left;
    /*margin-top: 23px;*/
    margin-bottom: 10px;
    padding-left: 43px;
    padding-right: 20px;
    background: url(icon-8.png) no-repeat left 15px top 6px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333
}

.lineMinus{
    background: none !important; 
}

.block6 .bottom-block .item .form-block .line .bold {
    font-weight: 700
}

.block6 .bottom-block .item .form-block .textline {
    width: 100%;
    float: left;
    /*margin-top: 15px;*/
    margin-bottom: 10px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    padding: 0 20px
}

.block6 .bottom-block .item .form-block .textline:nth-child(1) {
    /*margin-top: 25px*/
}

.block6 .bottom-block .item:nth-child(1) {
    /*margin-top: 50px;*/
    margin-left: 180px
}

.block6 .bottom-block .item:nth-child(1) .form-block {
    /*height: 300px*/
}

.block6 .product {
    width: 320px;
    float: left;
    margin-top: 10px;
    padding-left: 320px
}

.block6 .product img {
    width: 100%;
}

.block7 {
    width: 100%;
    float: left;
    min-height: 500px;
    padding: 0 10px;
}

.block7 .title {
    width: 100%;
    float: left;
    margin-top: 50px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: #333;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.block7 .item-block {
    display: flex;
    justify-content: center;
    width: 100%;
    float: left;
    margin: 30px 0;
}

.block7 .item-block .item {
    width: 160px;
    /*float: left;*/
    text-align: center
}

.block7 .item-block .item .iimage {
    width: 100%;
    /*float: left*/
}

.block7 .item-block .item .itext {
    width: 100%;
    float: left;
    margin-top: -47px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #333;
    font-weight: 700;
    padding: 0 11px
}

.block7 .item-block .item:nth-child(1) {
    /*margin-left: 90px*/
}

.block7 .item-block .dots {
    width: 80px;
    float: left;
    margin-top: 60px;
    text-align: center
}

.block7 .textline {
    width: 100%;
    float: left;
    margin: 20px 0;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #dc0021;
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 2
}

.block7 .map-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    float: left;
    height: 270px;
    margin-top: 0;
    background: url("../images/map.png") no-repeat center;
    background-size: contain;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    font-weight: 700
}

.block8 {
    width: 100%;
    float: left;
    /*min-height: 1020px;*/
    padding: 45px 0;
}

.button-block.-mobile-show {
    display: none;
}

.block8 .title {
    width: 100%;
    float: left;
    margin-top: 15px;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    line-height: 34px;
    color: rgba(51, 51, 51, .5);
    text-transform: uppercase;
    text-align: center;
    font-weight: 700
}

.block8 .item-block {
    width: 100%;
    float: left
}

.block8 .item-block .item {
    display: flex;
    align-items: flex-start;
    width: 100%;
    float: left;
    margin-top: 45px;
    padding: 0 10px;
}

.block8 .item-block .item .iimage {
    width: 220px;
    float: left;
    margin-right: 20px
}

.block8 .item-block .item .iimage img {
    border-radius: 10px;
}

.block8 .item-block .item .itext {
    max-width: 720px;
    width: 100%;
    float: left;
    /*margin-left: 20px*/
}

.block8 .item-block .item .itext .name {
    width: 100%;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 26px;
    color: #333;
    font-weight: 500
}

.block8 .item-block .item .itext .age {
    width: 100%;
    float: left;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    line-height: 18px;
    color: #929191;
    font-weight: 500;
    margin-top: 3px
}

.block8 .item-block .item .itext .ititle {
    width: 100%;
    float: left;
    margin-top: 10px;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    line-height: 22px;
    color: #dc0021;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase
}

.block8 .item-block .item .itext .text {
    width: 100%;
    float: left;
    margin-top: 7px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #989898
}

.block10 {
    padding-bottom: 65px;
    width: 100%;
    float: left;
     min-height: 85px;
    position: relative;
    z-index: -1;
    bottom: 20px;
}

.block10 .column {
    width: 50%;
    float: left;
    margin-top: 13px;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333
}

.block10 .column .logo-image {
    width: 80px;
    float: left;
    margin-left: 10px
}

.block10 .column .logo-text {
    width: 250px;
    float: left;
    margin-top: 5px
}

.block10 .column .logo-text .policy {
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-decoration: none
}

.block10 .column .logo-text a:hover {
    text-decoration: underline
}

.block10 .right-column {
    text-align: right;
    padding-right: 10px;
    margin-top: 20px;
    font-family: "Open Sans", sans-serif;
}

select {
    width: 100%;
    float: left;
    outline: 0;
    height: 40px;
    border: 1px solid #d1cfd0;
    background: #fff;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    line-height: 40px;
    color: #929191;
    padding: 0 10px
}

.date-style {
    font-weight: bold;
    text-transform: uppercase;
    margin: 5px 0;
}

.ev-footer__logo svg {
    display: none;
}

input::-ms-clear {
    display: none;
}

.first-line {
    margin-bottom: -40px;
}

.last-line {
    margin-top: -40px;
}

.mb15 {
    margin-bottom: 15px;
}

.tac {
    text-align: center;
}

.fnt1 {
    font-size: 24px; font-weight: bold; color: #dc0021;
}

@media all and (max-width: 1200px) {
    .block1 {
        padding-bottom: 0;
    }

    /*.block1 .left-block .item-block {
        margin: 0 auto;
    }*/

    .block1 .top-line .button-block {
        width: 100%;
        max-width: 185px;
        /*position: absolute;*/
        /*top: 0;*/
        /*right: 11px;*/
    }

    .block1 .top-line .link a {
        max-width: 220px;
    }
}

@media (max-width: 1000px) {
    .button-block.-mobile-show {
        display: block;
    }

    .button-block.-mobile-hide {
        display: none;
    }

    .container {
        /*min-width: unset;*/
        /*max-width: unset;*/
        /*width: 100%;*/
        /*overflow: hidden;*/
        /*position: relative;*/
    }

    .wrapper {
        /*width: 700px;*/
        /*overflow: hidden;*/
        margin: 0 auto;
    }

    .block1 .top-line .link {
        /*width: 120px;*/
        /*margin-left: 205px;*/
    }

    .block1 .title {
        padding: 0 50px;
    }
    .block1 .left-block {
        padding-bottom: 40px;
    }

    .block1 .left-block .ltitle {
        margin-left: 130px;
    }

    .block1 .left-block .item-block {
        width: 440px;
        margin: 0 auto;
        padding-bottom: 0;
    }

    .block1 .right-block {
        margin-left: 170px;
    }

    .block4 .bottom-block {
        float: none;
        display: block;
        margin: 0 auto;
        transform: unset;
    }

    .block2 .title {
        /*margin-top: 60px;*/
        padding: 0 110px;
    }

    .block2 .item-block {
        text-align: center;
    }

    .block2 .item-block .item {
        /*margin: 45px 25px 0 25px;*/
    }

    .block2 {
        padding-bottom: 50px;
    }

    .block3 .title {
        padding: 0 15px;
        /*margin-top: 100px;*/
    }

    .block3 .item-block .item {
        margin-left: 0;
    }

    .block3 .item-block .item .itext .tline img {
        width: 100%;
    }

    .block3 .item-block .item .itext .tline {
        max-width: 125%;
        margin-bottom: -30px;
    }

    .block3 .item-block .item:nth-child(3) .itext .tline img {
        width: 128%;
    }

    .block4 .item-block .item {
        width: 220px;
    }

     .item:nth-child(1) {
        margin-left: 0;
    }

     .item .itext {
        padding: 0 10px;
    }

    .block4 .item-block .item:nth-child(2) .itext {
        padding: 0 0;
    }

    .block4 .bottom-block .left-image {
        width: 100%;
        max-width: 340px;
        float: none;
        margin: 0 auto;
        text-align: center;
    }

    .block4 .bottom-block .right-text {
        width: 100%;
        margin-left: 0;
        text-align: center;
        margin-top: 30px;
    }

    .block4 .bottom-block .left-image img {
        margin-top: 30px;
    }

    .block4 {
        padding-bottom: 50px;
    }

    .block5 .title {
        margin-top: 40px;
    }

    .block5 .subtitle {
        font-size: 25px;
    }

    .block6 .title {
        margin-top: 60px;
        padding: 0 0;
    }

    .block6 .left-image {
        width: 300px;
        margin-top: 100px;
    }

    .block6 .right-text {
        width: 400px;
        margin-top: 40px;
    }

    .block6 .bottom-block {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 40px 0;
    }

    .block6 .bottom-block .item:nth-child(1) {
        margin-left: 40px;
    }

    .block6 .product {
        display: none;
        padding-left: 100px;
    }

    .block7 .item-block .item:nth-child(1) {
        margin-left: 0;
    }

    .block7 .item-block .dots {
        width: 110px;
    }

    .block8 .item-block .item .iimage {
        margin-left: 0;
    }

    .block8 .item-block .item .itext {
        /*width: 460px;*/
    }

    .block8 {
        padding-bottom: 50px;
    }

    .block9 .title {
        padding: 0 120px;
    }

    .block9 {
        padding-bottom: 0;
    }

    .block9.block5.block1, .block1 {
        min-height: auto;
        background: #eff0eb;
    }

    /*.block5.block1 {*/
    /*    background: url(block1.jpg) no-repeat center top -80px;*/
    /*}*/

    .block1 .left-block {
        float: none;
        display: flex;
        width: 100%;
        margin: 0 auto;
        justify-content: space-around;
        max-width: none;
    }

    .block1 .left-block .right-block.-mobile-show {
        margin: 0;
    }

    .block5 .left-block {

    }

    /*.block5 .left-block .right-block.-mobile-show {*/
    /*    margin: 10px auto;*/
    /*}*/

    .block9.block5 .left-block {
        flex-direction: row;
        flex-wrap: nowrap;
        max-width: none;

    }

    .block9.block5 .left-block .right-block.-mobile-show {
        margin: 0;
    }

    .block1 .right-block .form-block {
        margin-bottom: 5px;
    }

    .block1 .right-block .textline {
        text-align: center;
        padding-right: 0;
    }


    .block1 .left-block .ltitle {
        float: none;
        display: block;
        order: 1;
        margin: 20px auto 0;
        text-align: center;
    }

    .block1 .left-block .item-block {
        float: none;
        width: 100%;
        max-width: 330px;
        order: 2;
        padding-right: 0;
        margin-top: 15px;
    }


    .block1 .left-block .item-block .item {
        float: none;

    }

    .block1 .right-block.-mobile-show {
        display: block;
        float: none;
        width: 100%;
        max-width: 340px;
        order: 3;
        margin: 10px auto;
    }

    .block1 .right-block .textline {
        float: none;
    }

    .block1 .left-block .timer {
        float: none;
        width: 100%;
        max-width: 252px;
        margin: 15px auto;
        order: 4;
    }

    .block1 .left-block .product {
        float: none;
        width: 100%;
        max-width: 290px;
        margin: 20px auto 0;
        order: 3;
    }

    .block9 .left-block .product {
        order: 2;
    }

    .block1 .right-block.-mobile-hide {
        display: none;
    }

    .bottom-block .product {
        display: none;
    }

    .block10 {
        padding-bottom: 80px;
        bottom: 0;
    }
}

@media (max-width: 860px) {
    .block3 .item-block .item .itext .tline {
        max-width: 117%;
    }
}

@media (max-width: 769px) {
    .block1 .left-block {
        justify-content: space-between;
    }
}

@media (max-width: 740px) {
    .block3 .item-block .item .itext .tline {
        max-width: 105%;
    }
}

@media (max-width: 700px) {
    .container {
        /*min-width: 410px;*/
        /*max-width: unset;*/
        /*width: 100%;*/
    }

    .wrapper {
        /*width: 400px;*/
    }

    .block1 .top-line .button-block {
        display: none;
    }

    .block1 .top-line .button-block {
        /*margin-left: 26px;*/
    }

    .block1 .title {
        font-size: 30px;
        line-height: 40px;
        padding: 0;
    }

    .block1 .subtitle {
        font-size: 21px;
        line-height: 26px;
    }

    .block1 .left-block {
        width: 100%;
        padding-bottom: 40px;
    }

    .block2 .title {
        padding: 0;
    }

    .block2 .item-block .item {
        /*margin-top: 35px;*/
    }

    .block3 .title {
        padding: 0 0;
        /*margin-top: 50px;*/
        font-size: 26px;
    }
    .block3 .item-block .item .itext .tline.first-line {
        margin-top: 10px;
        margin-bottom: 0;
    }
    .block3 .item-block {
        margin-top: 0;
    }


    .block3 .item-block .ititle {
        font-size: 22px;
        line-height: 26px;
    }

    .block3 .item-block .item {
        display: flex;
        justify-content: center;
        width: 100%;
        /*padding: 0 10px;*/
    }

    .block3 .item-block .item .iimage {
        width: 70px;
    }

    .block3 .item-block .item .iimage img {
        width: 75%
    }

    .block3 .item-block .item .itext {
        width: 330px;
    }

    .block3 .item-block .item:nth-child(2) .itext .ttext:nth-child(3) {
        margin-top: 10px;
    }

    .block3 .item-block .item .itext .textline {
        width: 100%;
        padding: 10px 15px;
    }

    .block3 .item-block .item .itext .tline {
        margin-top: 10px;
        width: 100%;
        height: 1px;
        background: #fff;
    }

    .block3 .item-block .item .itext .tline img {
        display: none;
    }

    .block3 .item-block .item:nth-child(3) .itext .tline {
        margin-top: 10px;
    }

    .block3 .item-block .item:nth-child(4) .itext .tline {
        margin-top: 10px;
    }

    .block3 {
        background: #17adb7;
        padding-bottom: 50px;
        min-height: auto;
    }

    .block4 .title {
        /*margin-top: 60px;*/
    }

    .block4 .subtitle {
        font-size: 21px;
        line-height: 26px;
    }

    .block4 .item-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .block4 .item-block .item {
        width: 300px;
        /*margin-left: 50px;*/
        margin-top: 30px;
    }

    .block4 .item-block .item:nth-child(1) {
        /*margin-left: 50px;*/
    }

    .block4 .bottom-block .left-image img {
        width: 100%;
    }

    .block4 .wrapper {
        overflow: visible;
    }

    .block6 .left-image {
        width: 400px;
        margin-top: 25px;
        text-align: center;
    }

    .block6 .left-image img {
        margin-left: 25px;
    }

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

    .block6 .bottom-block {
        background-color: #1db7c3;
        margin-top: 0;
    }

    .block6 .bottom-block .item:nth-child(1) {
        margin-left: 0;
        margin-bottom: 30px;
    }

    .block6 .bottom-block .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0;
        width: 100%;
        padding: 0 10px;
    }

    .block6 .bottom-block .item .form-block {
        /*height: 220px;*/
        max-width: 400px;
    }

    .block6 .bottom-block .item:nth-child(1) .form-block {
        /*height: 250px;*/
    }

    .block6 .bottom-block .item .ititle {
        font-size: 26px;
        line-height: 30px;
        text-align: center;
        padding-right: 0;
    }

    .block6 .product {
        display: none;
    }

    .block6 {
        background: none;
        padding-bottom: 20px;
    }


    .block7 .title {
        margin-top: 50px;
    }

    .block7 .item-block .dots {
        display: none;
    }

    .block7 .item-block {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 0;
    }

    .block7 .item-block .item:nth-child(1) {
        /*margin-left: 120px;*/
    }

    .block7 .item-block .item {
        /*margin-left: 120px;*/
        margin-top: 30px;
    }

    .block7 .map-block {
        margin-top: 10px;
    }

    .block8 .title {
        margin-top: 15px;
    }

    .block8 .item-block .item {
        flex-direction: column;
    }

    .block8 .item-block .item .iimage {
        width: 100%;
        text-align: center;
    }

    .block8 .item-block .item .itext {
        /*width: 400px;*/
        /*margin-left: 0;*/
        padding: 0 15px;
    }

    .block8 .item-block .item .itext .name {
        text-align: center;
    }

    .block8 .item-block .item .itext .age {
        text-align: center;
    }

    .block8 .item-block .item .itext .ititle {
        text-align: center;
    }

    .block8 .item-block .item .itext .text {
        text-align: justify;
    }



    .block10 .column {
        width: 100%;
    }

    .block10 .right-column {
        text-align: center;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .block9.block5 .left-block {
        flex-direction: column;
        justify-content: center;
    }

    .block1 .left-block {
        flex-direction: column;
    }

    .block9.block5 .left-block .right-block.-mobile-show, .block1 .left-block .right-block.-mobile-show {
        margin: 0 auto;
    }
}

@media (max-width: 479px) {
    .block1 .top-line .button-block {
        margin-bottom: 10px;
    }

    .top-line .wrapper {
        flex-direction: column;
        justify-content: center;
    }

    .block10 {
        padding-bottom: 90px;
    }

    .block7 .map-block {
        background-size: cover;
    }
}