* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 400;
    font-family: HeliosCond, sans-serif
}

body {
    padding: 0;
    margin: 0;
    -webkit-text-size-adjust: 100%
}

@font-face {
    font-family: RoundsBlack;
    src: url(../fonts/RoundsBlack.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HeliosCond;
    src: url(../fonts/HeliosCond.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: HeliosCond-Bold;
    src: url(../fonts/HeliosCond-Bold.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

input,
input:focus,
textarea,
textarea:focus {
    border-width: 0;
    outline: 0;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none
}

input.none {
    display: none
}

a,
span.show-form {
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

div.clear {
    clear: both
}

b.br {
    display: block
}

div.container {
    width: 95%;
    max-width: 1160px;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

div.badge {
    position: fixed;
    top: 30px;
    right: 30px;
    background-color: #f1f1f1;
    border-radius: 10px;
    width: 60px;
    height: 60px;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/badge.svg);
    z-index: 41
}

header.top-menu {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    padding-bottom: 15px;
    z-index: 61
}

header.top-menu div.logo {
    float: left;
    width: 8%;
    padding-top: 15px
}

header.top-menu div.logo img {
    display: block;
    max-width: 100%
}

header.top-menu nav {
    display: table;
    float: left;
    margin-left: 90px;
    line-height: 0;
    font-size: 0
}

header.top-menu nav span {
    display: inline-block;
    color: rgba(255, 255, 255, .8);
    text-decoration: none;
    line-height: normal;
    font-size: 18px;
    margin-right: 25px;
    padding-top: 32px;
    border-top: 3px solid transparent;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

header.top-menu nav span:hover {
    color: #fcbc35;
    border-top: 3px solid #fcbc35;
    cursor: pointer
}

header.top-menu div.contacts {
    display: table;
    float: right
}

header.top-menu div.contacts span.recall {
    display: table;
    padding: 13px 30px;
    color: rgba(255, 255, 255, .8);
    border: 2px solid rgba(255, 255, 255, .45);
    border-radius: 5px;
    margin-top: 20px;
    font-size: 15px;
    text-transform: uppercase;
    font-family: HeliosCond-Bold, sans-serif
}

header.top-menu div.contacts span.recall:hover {
    cursor: pointer;
    background-color: #fff;
    color: #323532
}

h2 {
    font-family: HeliosCond-Bold, sans-serif;
    font-size: 80px;
    color: rgba(29, 29, 29, .85);
    position: relative
}

header#mob,
nav.menu {
    display: none
}

div.block-1 {
    padding-top: 170px;
    background-color: #e30016;
    padding-bottom: 70px;
    position: relative;
    overflow: hidden;
    z-index: 51
}

.no-webp div.block-1:before {
    background-image: url(../images/pattern.png)
}

div.block-1:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 1500px;
    background-position: center;
    opacity: .15
}

.no-webp div.block-1:after {
    background-image: url(../images/block-1.png)
}

div.block-1:after {
    content: '';
    position: absolute;
    width: 65%;
    top: 0;
    bottom: 0;
    right: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%
}

div.block-1 span.title {
    font-family: HeliosCond-Bold, sans-serif;
    color: rgba(255, 255, 255, .9);
    font-size: 19px;
    display: table;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: 15px;
    padding: 15px 18px;
    border-radius: 5px;
    border: 2px dashed rgba(255, 255, 255, .3)
}

div.block-1 h1 {
    font-family: RoundsBlack, sans-serif;
    color: rgba(255, 255, 255, .9);
    font-size: 45px;
    line-height: 65px
}

div.block-1 h1 span {
    font-family: RoundsBlack, sans-serif;
    color: #64b551;
    color: #fcbc35;
    text-shadow: 0 0 15px rgba(221, 178, 36, .685)
}

div.block-1 div.button {
    margin-top: 30px
}

div.block-1 span.show-form {
    display: table;
    font-family: HeliosCond-Bold, sans-serif;
    color: #353535;
    padding: 21px 40px;
    background: #fcbc35;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    float: left;
    -webkit-box-shadow: 0 5px 10px 0 rgba(196, 12, 30, .27);
    box-shadow: 0 5px 10px 0 rgba(196, 12, 30, .27);
    position: relative;
    z-index: 31
}

div.block-1 span.show-form:hover {
    cursor: pointer;
    background-color: #fbc656;
    -webkit-box-shadow: none;
    box-shadow: none
}

div.block-1 span.desc {
    float: left;
    display: table;
    color: rgba(30, 30, 30, .5);
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    margin-left: 20px;
    line-height: 17px;
    margin-top: 5px
}

div.block-1 div.elem-wrap {
    margin-top: 70px;
    position: relative;
    z-index: 21
}

div.block-1 div.elem-wrap div.elem {
    float: left;
    display: table;
    margin-right: 20px;
    background-color: #e8192d;
    padding: 43px 20px 12px 20px;
    border: 2px dotted rgba(255, 255, 255, .15);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: 20px 15px;
    border-radius: 5px
}

div.block-1 div.elem-wrap div.elem span {
    color: rgba(255, 255, 255, .8);
    line-height: 23px;
    display: block;
    font-size: 15px
}

div.block-1 div.elem-wrap div.elem-1 {
    background-image: url(../images/block-1-1.svg)
}

div.block-1 div.elem-wrap div.elem-2 {
    background-image: url(../images/block-1-2.svg)
}

div.block-1 div.elem-wrap div.elem-3 {
    background-image: url(../images/block-1-3.svg)
}

div.block-1 div.elem-wrap div.elem-4 {
    background-image: url(../images/block-1-4.svg)
}

div.block-2 {
    padding: 70px 0;
    position: relative
}

div.block-2 div.container {
    position: relative
}

div.block-2 span.title {
    font-family: HeliosCond-Bold;
    color: rgba(29, 29, 29, .85);
    font-size: 80px;
    line-height: 100px;
    display: block;
    display: table
}

div.block-2 span.title span {
    font-family: HeliosCond-Bold;
    position: relative
}

.no-webp div.block-2 div.lb {
    background-image: url(../images/block-2.jpg)
}

div.block-2 div.lb {
    border-radius: 10px;
    margin-top: 50px;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

div.block-2 div.rb {
    margin-top: 60px;
    margin-top: -250px;
    padding: 30px
}

div.block-2 ol {
    counter-reset: item
}

div.block-2 ol li {
    border-radius: 10px;
    background-color: #fff;
    list-style-type: none;
    font-size: 18px;
    color: rgba(29, 29, 29, .85);
    margin-bottom: 25px;
    line-height: 30px;
    position: relative;
    padding-left: 45px;
    padding: 20px;
    padding-left: 50px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(30, 30, 30, .17);
    box-shadow: 0 5px 15px 0 rgba(30, 30, 30, .17);
    width: 32%;
    margin-right: 2%;
    display: block;
    float: left;
    height: 160px
}

div.block-2 ol li:before {
    content: '0' counter(item) '. ';
    counter-increment: item;
    position: absolute;
    left: 15px;
    top: 20px;
    display: block;
    font-size: 16px;
    color: #959595;
    font-weight: 300
}

div.block-2 ol li:nth-of-type(3n) {
    margin-right: 0
}

div.block-2 ol li.second {
    height: 100px
}

div.block-2 span.show-form {
    font-family: HeliosCond-Bold, sans-serif;
    color: #fff;
    background-color: #64b551;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    width: 32%;
    display: table;
    float: left;
    height: 100px;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0 10px 15px 0 #58a24749;
    box-shadow: 0 10px 15px 0 #58a24749;
    position: relative
}

div.block-2 span.show-form:hover {
    cursor: pointer;
    -webkit-box-shadow: 0 15px 15px 0 #58a24749;
    box-shadow: 0 15px 15px 0 #58a24749;
    background-color: #7bce68
}

.no-webp div.block-2 span.show-form:before {
    background-image: url(../images/pattern.png)
}

div.block-2 span.show-form:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 1000px;
    background-position: center;
    opacity: .07
}

div.block-2 span.show-form:after {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .15)
}

div.block-3 {
    padding-bottom: 140px
}

div.block-3 div.elem-wrap {
    margin-top: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

div.block-3 div.wrap {
    height: 140px;
    width: 140px
}

div.block-3 div.wrap:hover {
    cursor: pointer
}

div.block-3 div.wrap:hover span {
    text-decoration: none;
    color: #323532
}

div.block-3 div.wrap div.elem {
    position: relative;
    height: 140px;
    width: 140px
}

div.block-3 div.wrap div.elem:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%
}

.no-webp div.block-3 div.wrap div.elem:after {
    background-image: url(../images/pattern.png)
}

div.block-3 div.wrap div.elem:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background-size: 1000px;
    background-position: center;
    opacity: .17
}

div.block-3 div.wrap div.elem div.bg {
    position: absolute;
    content: '';
    left: -10px;
    right: -10px;
    bottom: 5px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 21
}

div.block-3 div.wrap span {
    text-align: center;
    color: #555855;
    font-size: 23px;
    text-decoration: underline;
    display: table;
    margin: 30px auto 0 auto;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

div.block-3 div.elem-1:before {
    background-color: #ca3846
}

.no-webp div.block-3 div.elem-1 div.bg {
    background-image: url(../images/menu-1.png?v=1)
}

div.block-3 div.elem-1 div.bg {
    top: -20px
}

div.block-3 div.elem-2:before {
    background-color: #64b551
}

.no-webp div.block-3 div.elem-2 div.bg {
    background-image: url(../images/menu-2.png)
}

div.block-3 div.elem-2 div.bg {
    top: -15px
}

div.block-3 div.elem-3:before {
    background-color: #fcbc35
}

.no-webp div.block-3 div.elem-3 div.bg {
    background-image: url(../images/menu-3.png)
}

div.block-3 div.elem-3 div.bg {
    top: -15px
}

div.block-3 div.elem-4:before {
    background-color: #ca3846
}

.no-webp div.block-3 div.elem-4 div.bg {
    background-image: url(../images/menu-4.png)
}

div.block-3 div.elem-4 div.bg {
    top: -20px;
    bottom: 0
}

div.block-3 div.elem-5:before {
    background-color: #64b551
}

.no-webp div.block-3 div.elem-5 div.bg {
    background-image: url(../images/menu-5.png)
}

div.block-3 div.elem-5 div.bg {
    top: -20px
}

div.block-3 div.elem-6:before {
    background-color: #ca3846
}

.no-webp div.block-3 div.elem-6 div.bg {
    background-image: url(../images/menu-6.png)
}

div.block-3 div.elem-6 div.bg {
    top: -20px
}

div.block-4 {
    background-color: #232523;
    background-color: #e30016;
    padding: 100px 0;
    position: relative;
    overflow-x: hidden
}

.no-webp div.block-4:before {
    background-image: url(../images/pattern.png)
}

div.block-4:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 1500px;
    background-position: center;
    opacity: .15
}

.no-webp div.block-4:after {
    background-image: url(../images/block-4.png)
}

div.block-4:after {
    position: absolute;
    content: '';
    right: -250px;
    top: 0;
    bottom: 0;
    width: 60%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 100%
}

div.block-4 h2 {
    color: #64b551;
    color: #fff;
    line-height: 70px;
    font-size: 60px;
    margin-bottom: 40px
}

div.block-4 ul {
    width: 70%;
    position: relative;
    z-index: 21
}

div.block-4 ul li {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    list-style-type: none;
    display: table;
    float: left;
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, .2);
    margin-right: 14px;
    margin-bottom: 14px;
    position: relative
}

div.block-4 ul li:before {
    content: '#';
    margin-right: 5px;
    font-size: 14px;
    color: #fff
}

div.block-5 {
    padding: 100px 0;
    position: relative;
    overflow-x: hidden
}

.no-webp div.block-5:after {
    background-image: url(../images/block-5.png)
}

div.block-5:after {
    position: absolute;
    content: '';
    left: -100px;
    top: 0;
    bottom: 0;
    width: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%
}

div.block-5 div.rb {
    float: right;
    width: 60%
}

div.block-5 h2 {
    margin-bottom: 35px
}

div.block-5 ul li {
    color: #323532;
    font-size: 18px;
    list-style-type: none;
    display: table;
    float: left;
    padding: 6px 15px 6px 15px;
    border-radius: 5px;
    border: 1px solid rgba(29, 29, 29, .1);
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative
}

div.block-5 ul li:before {
    content: '#';
    margin-right: 5px;
    font-size: 14px;
    color: #64b551
}

div.block-6 {
    padding-bottom: 70px;
    position: relative;
    overflow-x: hidden
}

.no-webp div.block-6:before {
    background-image: url(../images/block-6.png)
}



div.block-6:after {
    position: absolute;
    content: '';
    right: 0;
    bottom: 120px;
    top: 50px;
    left: 0;
    background-color: #f9f9f9
}

div.block-6 div.container {
    position: relative;
    z-index: 21
}

div.block-6 div.text {
    border-radius: 15px;
    position: relative;
    padding-top: 110px;
    padding-bottom: 30px;
    padding-left: 60px
}

div.block-6 div.text:before {
    position: absolute;
    content: '';
    left: 0;
    top: 110px;
    width: 28px;
    height: 28px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../images/quote.svg)
}

div.block-6 div.text img {
    width: 100%;
    display: block;
    margin-top: 50px;
    border-radius: 10px;
}

div.block-6 p {
    margin-bottom: 20px;
    color: #323232;
    font-size: 16px;
    line-height: 26px
}

div.block-6 p.t1 {
    font-family: HeliosCond-Bold, sans-serif;
    font-size: 24px;
    line-height: 30px
}

div.block-6 div.elem-wrap {
    margin-left: 60px;
    padding: 35px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 10px 15px 0 rgba(30, 30, 30, .1);
    background-color: #fff;
    border-radius: 10px;
    position: relative
}

div.block-6 div.elem-wrap:before {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    border-radius: 8px;
    border: 1px solid rgba(29, 29, 29, .05)
}

div.block-6 div.elem {
    float: left;
    display: table;
    margin-right: 30px;
    padding-right: 30px;
    border-right: 1px solid #f1f1f1;
    position: relative;
    z-index: 21;
    padding-left: 30px;
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 0 5px
}

div.block-6 div.elem .title {
    text-decoration: none;
    display: block;
    font-size: 22px;
    font-family: HeliosCond-Bold, sans-serif;
    color: #353535
}

div.block-6 div.elem a:hover {
    color: #e30016
}

div.block-6 div.elem .desc {
    color: #757575;
    display: block;
    margin-top: 3px
}

div.block-6 div.elem-1 {
    background-image: url(../images/phone.svg)
}

div.block-6 div.elem-2 {
    background-image: url(../images/email.svg)
}

div.block-6 div.elem-3 {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
    background-image: url(../images/address.svg)
}

div.block-7 {
    padding-top: 70px;
    background-color: #232523;
    background-color: #f9f9f9;
    position: relative;
    overflow: hidden
}

.no-webp div.block-7:before {
    background-image: url(../images/pattern.png)
}

div.block-7:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 1500px;
    background-position: center;
    z-index: 21;
    opacity: .15
}

div.block-7:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 300px;
    width: 30%;
    background-color: #e30016
}

div.block-7 h2 {
    color: #fff;
    color: #353535;
    position: relative;
    z-index: 21
}

div.block-7 div.format {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    border-bottom: 1px solid #f1f1f1;
    position: relative
}

div.block-7 div.format:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 30%
}

div.block-7 div.format div.container {
    padding: 100px 0;
    position: relative
}

div.block-7 div.format div.container:after {
    position: absolute;
    content: '';
    right: 30px;
    top: 0;
    bottom: 0;
    width: 45%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 100% 50%;
    z-index: 31
}

div.block-7 div.format span.title {
    font-family: HeliosCond-Bold, sans-serif;
    font-size: 45px;
    display: table;
    width: 55%
}

div.block-7 div.format span.title span {
    font-family: HeliosCond-Bold, sans-serif;
    font-size: 20px
}

div.block-7 div.format div.elem-wrap {
    margin-top: 35px;
    position: relative;
    z-index: 31
}

div.block-7 div.format div.elem {
    float: left;
    display: table;
    margin-right: 60px
}

div.block-7 div.format div.elem span.num {
    font-size: 40px;
    font-family: HeliosCond-Bold, sans-serif;
    color: #fff;
    display: block;
    margin-bottom: 3px
}

div.block-7 div.format div.elem span.num span {
    font-family: HeliosCond-Bold, sans-serif;
    font-size: 25px;
    color: rgba(255, 255, 255, .8)
}

div.block-7 div.format div.elem span.desc {
    display: block;
    color: #999
}

div.block-7 div.format-1:before {
    background-color: #e30016
}

.no-webp div.block-7 div.format-1 div.container:after {
    background-image: url(../images/format-1.png)
}

div.block-7 div.format-1 span.title {
    color: #e30016
}

div.block-7 div.format-1 div.elem span.num {
    color: #e30016
}

div.block-7 div.format-1 div.elem span.num span {
    color: #e30016
}

div.block-7 div.format-2 {
    position: relative
}

div.block-7 div.format-2:before {
    background-color: #64b551;
    left: 0;
    right: auto
}

.no-webp div.block-7 div.format-2 div.container:after {
    background-image: url(../images/format-2.png)
}

div.block-7 div.format-2 div.container:after {
    top: 20px;
    right: auto;
    left: -20px;
    bottom: 20px;
    background-position: 0 100%
}

div.block-7 div.format-2 table {
    float: right;
    width: 55%
}

div.block-7 div.format-2 div.elem-wrap {
    float: right;
    width: 55%
}

div.block-7 div.format-2 div.elem-wrap span.num {
    color: #64b551
}

div.block-7 div.format-2 div.elem-wrap span.num span {
    color: #64b551
}

div.block-7 div.format-2 span.title {
    color: #64b551;
    float: right
}

div.block-7 table {
    width: 60%;
    margin-top: 35px;
    border-spacing: 5px;
    position: relative;
    z-index: 31
}

div.block-7 table td {
    padding: 15px 0;
    color: rgba(255, 255, 255, .65);
    color: #757575;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    border-bottom: 1px solid #eee
}

div.block-7 table span {
    font-size: 12px;
    color: rgba(255, 255, 255, .45);
    color: #999
}

div.block-7 table td:nth-of-type(2n) {
    color: #fff;
    color: #353535;
    font-family: HeliosCond-Bold, sans-serif
}

div.block-7 div.format-3:before {
    background-color: #fcbc35
}

.no-webp div.block-7 div.format-3 div.container:after {
    background-image: url(../images/format-3.png)
}

div.block-7 div.format-3 span.title {
    color: #fcbc35
}

div.block-7 div.format-3 div.elem span.num {
    color: #fcbc35
}

div.block-7 div.format-3 div.elem span.num span {
    color: #fcbc35
}

div.block-7 div.format-4 span.title {
    color: #353535;
    margin-bottom: 20px
}

div.block-7 div.format-4 p {
    color: rgba(255, 255, 255, .75);
    font-size: 24px;
    color: #555
}

div.block-8 {
    padding: 70px 0
}

div.block-8 ul {
    margin-top: 40px
}

div.block-8 ul span.show-form {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 2px
}

div.block-8 ul span.show-form:hover {
    border-bottom: 1px solid transparent;
    cursor: pointer;
    color: #151515
}

div.block-8 ul li {
    min-height: 185px;
    list-style-type: none;
    width: 21.5%;
    margin-right: 4.666%;
    float: left;
    margin-bottom: 40px;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 80px 20px 0 20px;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    background-size: 36px;
    background-position: 20px 20px;
    background-repeat: no-repeat;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    cursor: default;
    position: relative
}

div.block-8 ul li:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -52px;
    margin-top: -13px;
    height: 26px;
    width: 40px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/dot.svg)
}

div.block-8 ul li:hover {
    -webkit-box-shadow: 0 0 25px 0 rgba(100, 100, 100, .1);
    box-shadow: 0 0 25px 0 rgba(100, 100, 100, .1)
}

div.block-8 ul li:nth-of-type(4n) {
    margin-right: 0
}

div.block-8 ul li:nth-of-type(4n):after {
    content: none
}

div.block-8 ul li:nth-of-type(1) {
    background-image: url(../images/step-1.svg)
}

div.block-8 ul li:nth-of-type(2) {
    background-image: url(../images/step-2.svg)
}

div.block-8 ul li:nth-of-type(3) {
    background-image: url(../images/step-3.svg)
}

div.block-8 ul li:nth-of-type(4) {
    background-image: url(../images/step-4.svg)
}

div.block-8 ul li:nth-of-type(5) {
    background-image: url(../images/step-5.svg)
}

div.block-8 ul li:nth-of-type(6) {
    background-image: url(../images/step-6.svg)
}

div.block-8 ul li:nth-of-type(7) {
    background-image: url(../images/step-7.svg)
}

div.block-8 ul li:nth-of-type(8) {
    color: #fafbfb;
    background-color: #e30016;
    background-image: url(../images/step-8.svg)
}

footer {
    background-color: #232523;
    background-color: #e30016;
    position: relative
}

.no-webp footer:before {
    background-image: url(../images/pattern.png)
}

footer:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: 1500px;
    background-position: center;
    opacity: .15
}

footer div.container {
    position: relative;
    padding-top: 80px;
    padding-bottom: 15px
}

footer span.show-form {
    position: absolute;
    width: 400px;
    left: 50%;
    margin-left: -200px;
    height: 70px;
    line-height: 70px;
    top: -35px;
    text-align: center;
    font-family: HeliosCond-Bold, sans-serif;
    color: #fff;
    border-radius: 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-box-shadow: 0 10px 15px 0 #f5dc4d6b;
    box-shadow: 0 10px 15px 0 #f5dc4d6b;
    background-color: #fcbc35;
    color: #353535
}

footer span.show-form:hover {
    background-color: #fbc656;
    cursor: pointer
}

footer span.show-form:after {
    position: absolute;
    content: '';
    top: 5px;
    bottom: 5px;
    right: 5px;
    left: 5px;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, .15)
}

.no-webp footer span.show-form:before {
    background-image: url(../images/pattern.png)
}

footer span.show-form:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: 1000px;
    background-position: center;
    opacity: .07;
    font-family: HeliosCond-Bold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    line-height: 100px
}

footer div.logo {
    float: left;
    width: 11%
}

footer div.logo img {
    display: block;
    width: 90%
}

footer div.contact-1 {
    width: 22%
}

footer div.contact-1:before {
    background-image: url(../images/phone-white.svg)
}

footer div.contact-2 {
    width: 22%
}

footer div.contact-2:before {
    background-image: url(../images/email-white.svg)
}

footer div.contact-3 {
    width: 36%
}

footer div.contact-3:before {
    background-image: url(../images/address-white.svg)
}

footer div.contact {
    margin-top: 12px;
    float: left;
    margin-left: 3%;
    position: relative;
    padding-left: 70px
}

footer div.contact:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .15);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center
}

footer div.contact .title {
    display: table;
    color: #fff;
    font-size: 19px;
    text-decoration: none;
    font-family: HeliosCond-Bold, sans-serif
}

footer div.contact a:hover {
    color: #fcbc35
}

footer div.contact .desc {
    display: block;
    margin-bottom: 3px;
    color: rgba(255, 255, 255, .6)
}

footer div.info {
    margin-top: 25px;
    padding-top: 15px;
    border-top: 1px solid rgba(255, 255, 255, .07)
}

footer div.info a {
    font-size: 15px;
    display: table;
    float: left;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    color: rgba(255, 255, 255, .5)
}

footer div.info a:hover {
    color: #fff
}

footer div.info span {
    font-size: 15px;
    display: table;
    float: right;
    color: rgba(255, 255, 255, .7)
}

div.black-out {
    z-index: 441;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(30, 30, 30, .85);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

div.black-out span.close {
    position: absolute;
    right: 20px;
    top: 20px;
    opacity: .3;
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../images/close-form.svg);
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: 11
}

div.black-out span.close:hover {
    cursor: pointer;
    opacity: 1
}

div.menu-wrapper {
    position: absolute;
    top: 70px;
    bottom: 70px;
    left: 70px;
    right: 70px;
    padding: 30px 40px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(30, 30, 30, .6);
    box-shadow: 0 10px 15px 0 rgba(30, 30, 30, .6);
    opacity: 0;
    visibility: hidden;
    overflow-y: auto
}

div.menu-wrapper div.menu {
    display: none
}

div.menu-wrapper div.menu-active {
    display: block
}

div.menu-wrapper div.elem-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

div.menu-wrapper span.sub-title {
    font-family: HeliosCond-Bold, sans-serif;
    font-size: 40px;
    color: rgba(29, 29, 29, .85);
    position: relative;
    display: block;
    margin-bottom: 25px
}

div.menu-wrapper div.elem {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(30, 30, 30, .1);
    box-shadow: 0 5px 15px 0 rgba(30, 30, 30, .1);
    padding: 10px 10px 20px 10px;
    border-radius: 5px
}

div.menu-wrapper div.elem img {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    border-radius: 10px
}

div.menu-wrapper div.elem span {
    display: block;
    margin-bottom: 10px;
    padding: 0 10px;
    font-family: HeliosCond-Bold, sans-serif;
    font-size: 18px;
    color: #323532
}

div.menu-wrapper div.elem p {
    padding: 0 10px;
    color: #555;
    font-size: 15px;
    line-height: 20px
}

div.menu-wrapper div.elem:nth-child(4n) {
    margin-right: 0
}

div.form-wrapper {
    position: absolute;
    left: 50%;
    top: 50%;
    padding: 30px 40px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 10px 15px 0 rgba(30, 30, 30, .6);
    box-shadow: 0 10px 15px 0 rgba(30, 30, 30, .6);
    opacity: 0;
    visibility: hidden
}

div.form-wrapper span.title {
    font-size: 30px;
    color: #353535;
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-family: GothamPro-Bold
}

div.form-wrapper p.desc {
    margin-bottom: 30px;
    color: #6e7177;
    text-align: center;
    font-size: 17px;
    line-height: 24px
}

div.form-wrapper div.lb {
    float: left;
    width: 45%
}

div.form-wrapper div.rb {
    float: right;
    width: 51%
}

div.form-wrapper form {
    width: 480px
}

div.form-wrapper form input {
    width: 100%;
    margin-bottom: 20px;
    background-color: #faf9f8;
    border: 1px solid #f2f2f2;
    height: 56px;
    line-height: 56px;
    padding: 0 15px;
    font-size: 16px;
    background-position: 15px 50%;
    background-repeat: no-repeat;
    background-size: 15px;
    padding-left: 45px;
    border-radius: 5px
}

div.form-wrapper form input.name {
    background-image: url(../images/form-name.svg)
}

div.form-wrapper form input.email {
    background-image: url(../images/form-email.svg)
}

div.form-wrapper form input.phone {
    background-image: url(../images/form-phone.svg)
}

div.form-wrapper form input.location {
    background-image: url(../images/form-location.svg)
}

div.form-wrapper form textarea {
    width: 100%;
    background-color: #faf9f8;
    border: 1px solid #f2f2f2;
    padding: 15px;
    font-size: 16px;
    height: 132px;
    margin-bottom: 20px
}

div.form-wrapper form input.send {
    transition: all .15s linear;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    display: table;
    margin-bottom: 0;
    height: auto;
    line-height: normal;
    padding: 19px 0;
    border-radius: 5px;
    color: #fff;
    background-color: #e30016;
    border: none;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: HeliosCond-Bold, sans-serif
}

div.form-wrapper form input.send:hover {
    cursor: pointer;
    background-color: #fc0;
    color: #151515
}

div.form-wrapper form.presentation {
    width: 380px
}

div.form-wrapper form.presentation div.lb,
div.form-wrapper form.presentation div.rb {
    float: none;
    width: 100%
}

div.form-wrapper form.presentation input.name,
div.form-wrapper form.presentation textarea {
    display: none
}

div.form-wrapper form.recall {
    width: 380px
}

div.form-wrapper form.recall div.lb,
div.form-wrapper form.recall div.rb {
    float: none;
    width: 100%
}

div.form-wrapper form.recall input.email,
div.form-wrapper form.recall textarea {
    display: none
}

div.form-active {
    opacity: 1;
    visibility: visible
}

div.alert {
    border: 2px solid #fff;
    position: fixed;
    top: -30px;
    left: 50%;
    width: 300px;
    line-height: 56px;
    z-index: 351;
    text-align: center;
    font-size: 16px;
    opacity: 0;
    background-color: #fc0;
    color: #151515;
    visibility: hidden;
    -webkit-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

div.alert-visible {
    opacity: 1;
    visibility: visible;
    top: 10px
}

@media screen and (max-width:960px) {
    div.container {
        width: 100%;
        padding: 0 15px
    }

    header {
        display: none
    }

    div#hamb-menu,
    div.fixed-menu {
        display: none
    }

    div.black-out span.close {
        top: 10px;
        right: 10px;
        width: 24px;
        height: 24px
    }

    div.menu-wrapper {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 0;
        padding: 20px
    }

    div.menu-wrapper div.elem {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px
    }

    div.menu-wrapper div.elem:nth-child(2n) {
        margin-right: 0
    }

    header#mob {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 251;
        height: 62px;
        display: block;
        padding-left: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        padding-top: 0;
        padding-bottom: 0
    }

    header#mob img {
        height: 36px;
        margin-top: 13px
    }

    div#hamb {
        width: 27px;
        border-radius: 5px;
        position: absolute;
        top: 0;
        right: 15px;
        z-index: 100;
        cursor: pointer;
        padding-top: 21px
    }

    div#hamb span {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 1px;
        margin-bottom: 7px
    }

    nav.menu {
        min-height: 100vh;
        background-color: #fff;
        padding-bottom: 160px;
        position: relative;
        display: block;
        width: 85%;
        z-index: 321;
        position: fixed;
        left: -100%;
        top: 0;
        padding-right: 15px;
        padding-left: 20px;
        overflow-y: scroll;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s
    }

    nav.menu div.logo {
        padding: 15px 0;
        border-bottom: 1px solid rgba(30, 30, 30, .1);
        margin-bottom: 30px
    }

    nav.menu div.logo img {
        height: 45px
    }

    nav.menu div.nav-menu span {
        cursor: pointer;
        text-transform: uppercase;
        font-size: 15px;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(30, 30, 30, .02);
        display: block;
        color: #353535;
        position: relative
    }

    nav.menu div.nav-menu span:nth-last-of-type(1) {
        border-bottom: none
    }

    nav.menu div.nav-menu i {
        font-style: normal;
        color: #999;
        margin-right: 10px;
        font-size: 14px
    }

    nav.menu span.show-form {
        display: block;
        margin-top: 35px;
        margin-right: 6px;
        text-align: center;
        padding: 17px 40px;
        border-radius: 4px;
        border: 2px solid #fc0;
        font-size: 15px;
        color: #353535
    }

    nav.active {
        left: 0
    }

    div.blackbg {
        display: block;
        background: rgba(0, 0, 0, .6);
        width: 15%;
        position: absolute;
        right: 0;
        top: 0;
        cursor: pointer;
        opacity: 0;
        visibility: hidden;
        z-index: 333;
        position: fixed;
        overflow-y: hidden;
        bottom: 0;
        -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
        -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
        outline: 0 !important
    }

    div.activebg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s
    }

    div.form-wrapper {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding: 30px 25px;
        padding-top: 60px;
        border-radius: 0
    }

    div.form-wrapper p.desc,
    div.form-wrapper span.title {
        text-align: left
    }

    div.form-wrapper span.close {
        width: 28px;
        height: 28px
    }

    div.form-wrapper span.title {
        font-size: 28px
    }

    div.form-wrapper form.presentation,
    div.form-wrapper form.recall {
        width: 100%
    }

    div.form-wrapper form {
        width: 100%
    }

    div.form-wrapper form div.lb,
    div.form-wrapper form div.rb {
        float: none;
        width: 100%
    }

    div.block-1 {
        padding-top: 100px;
        padding-bottom: 50px
    }

    div.block-1:after {
        width: 100%;
        top: auto;
        height: 500px;
        right: -100px
    }

    div.block-1 span.title {
        font-size: 17px;
        padding: 12px 10px 12px 15px;
        letter-spacing: 10px
    }

    div.block-1 h1 {
        font-size: 30px;
        line-height: 45px
    }

    div.block-1 span.desc {
        display: none
    }

    div.block-1 div.elem-wrap {
        margin-top: 40px;
        width: 50%
    }

    div.block-1 div.elem-wrap div.elem {
        margin-bottom: 15px;
        margin-right: 0;
        width: 100%;
        padding: 5px 5px 7px 40px;
        background-size: 12px;
        background-position: 10px 10px
    }

    div.block-1 div.elem-wrap div.elem span {
        font-size: 13px;
        line-height: 20px
    }

    div.badge {
        top: 10px;
        right: 10px
    }

    h2 {
        font-size: 40px
    }

    div.block-2 {
        padding: 50px 0
    }

    div.block-2 span.title {
        font-size: 40px;
        line-height: 50px
    }

    div.block-2 div.lb {
        height: 300px
    }

    div.block-2 div.rb {
        padding: 10px;
        margin-top: -50px
    }

    div.block-2 ol li {
        width: 100%;
        margin-right: 0;
        height: auto;
        float: none
    }

    div.block-2 ol li.second {
        height: auto
    }

    div.block-2 span.show-form {
        float: none;
        width: 100%;
        height: 80px;
        line-height: 80px
    }

    div.block-3 {
        padding-bottom: 0
    }

    div.block-3 div.elem-wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    div.block-3 div.wrap {
        margin-bottom: 120px;
        width: 32%;
        height: 100px
    }

    div.block-3 div.wrap div.elem {
        width: 100px;
        height: 100px;
        display: table;
        margin: 0 auto;
    }

    div.block-3 div.wrap span {
        font-size: 20px;
        margin-top: 20px
    }

    div.block-4 {
        padding-top: 50px;
        padding-bottom: 170px;
        overflow-y: hidden
    }

    div.block-4:after {
        right: 0;
        width: 100%;
        bottom: -100px;
        top: auto;
        height: 300px
    }

    div.block-4 h2 {
        font-size: 40px;
        line-height: 50px
    }

    div.block-4 ul {
        width: 100%
    }

    div.block-4 ul li {
        margin-right: 7px;
        margin-bottom: 7px;
        font-size: 16px
    }

    div.block-5 {
        padding-top: 50px;
        padding-bottom: 170px;
        overflow-y: hidden
    }

    div.block-5:after {
        right: 0;
        width: 100%;
        left: 0;
        bottom: -100px;
        top: auto;
        height: 280px
    }

    div.block-5 div.rb {
        width: 100%
    }

    div.block-5 ul {
        width: 100%
    }

    div.block-5 ul li {
        margin-right: 7px;
        margin-bottom: 7px;
        font-size: 16px
    }

    div.block-6 {
        padding-bottom: 30px
    }

    div.block-6:before {
        top: auto;
        height: 350px;
        width: 100%;
        right: 0;
        background-position: center 100%;
        bottom: 150px
    }

    div.block-6:after {
        top: 0;
        bottom: 0
    }

    div.block-6 div.text {
        width: 100%;
        padding-top: 70px;
        padding-left: 0
    }

    div.block-6 div.text:before {
        top: 20px;
        left: 0
    }

    div.block-6 div.elem-wrap {
        margin-left: 0;
        padding: 25px 15px 5px 25px
    }

    div.block-6 div.elem {
        float: none;
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
        padding-right: 0;
        padding-left: 20px;
        background-size: 11px;
        background-position: 0 5px;
        border-right: none
    }

    div.block-6 div.elem .title {
        font-size: 17px
    }

    div.block-7 {
        background-color: #e30016;
        padding-top: 50px
    }

    div.block-7:before {
        opacity: .1
    }

    div.block-7 h2 {
        color: #fff
    }

    div.block-7:after {
        content: none
    }

    div.block-7 table td {
        color: rgba(255, 255, 255, .8);
        border-bottom: 1px solid rgba(255, 255, 255, .25)
    }

    div.block-7 table span {
        color: rgba(255, 255, 255, .6)
    }

    div.block-7 table td:nth-child(2n) {
        color: #fff
    }

    div.block-7 div.format-1 {
        background-color: #e30016
    }

    div.block-7 div.format-1:before {
        content: none
    }

    div.block-7 div.format-1 span.title {
        color: #fff
    }

    div.block-7 div.format-2 {
        background-color: #64b551
    }

    div.block-7 div.format-2:before {
        content: none
    }

    div.block-7 div.format-2 div.container:after {
        height: 300px !important;
        bottom: -50px !important
    }

    div.block-7 div.format-2 span.title {
        color: #fff
    }

    div.block-7 div.format-2 table {
        float: none
    }

    div.block-7 div.format-2 div.elem-wrap {
        float: none;
        width: 100%
    }

    div.block-7 div.format-3 {
        background-color: #fcbc35
    }

    div.block-7 div.format-3:before {
        content: none
    }

    div.block-7 div.format-3 div.container:after {
        height: 340px !important;
        bottom: -50px !important
    }

    div.block-7 div.format-3 span.title {
        color: #fff
    }

    div.block-7 div.format-4 div.container {
        padding-bottom: 50px !important
    }

    div.block-7 div.format-4 span.title {
        color: #fff
    }

    div.block-7 div.format-4 p {
        color: rgba(255, 255, 255, .8);
        line-height: 38px
    }

    div.block-7 div.format {
        border-bottom: 1px solid rgba(255, 255, 255, .25)
    }

    div.block-7 div.format div.container {
        padding: 50px 15px 230px 15px
    }

    div.block-7 div.format div.container:after {
        right: 15px;
        left: 15px;
        width: auto;
        bottom: 15px;
        height: 210px;
        top: auto;
        background-position: 50% 100%
    }

    div.block-7 div.format span.title {
        width: 100%
    }

    div.block-7 div.format table {
        width: 100%
    }

    div.block-7 div.format div.elem {
        margin-right: 20px;
        margin-bottom: 15px
    }

    div.block-7 div.format div.elem span.num {
        font-size: 24px;
        color: #fff
    }

    div.block-7 div.format div.elem span.num span {
        font-size: 14px;
        color: #fff
    }

    div.block-7 div.format div.elem span.desc {
        font-size: 13px;
        color: rgba(255, 255, 255, .6)
    }

    div.block-8 {
        padding: 50px 0
    }

    div.block-8 ul li {
        width: 100%;
        margin-right: 0;
        float: none;
        min-height: auto;
        background-size: 21px;
        background-position: 15px 15px;
        padding: 10px 10px 15px 55px;
        font-size: 17px;
        line-height: 25px;
        margin-bottom: 15px
    }

    div.block-8 ul li:after {
        content: none
    }

    footer {
        margin-top: 40px
    }

    footer span.show-form {
        width: auto;
        left: 15px;
        right: 15px;
        margin-left: 0
    }

    footer div.logo {
        width: 30%;
        float: none;
        text-align: center;
        margin-bottom: 35px
    }

    footer div.logo img {
        width: 100%
    }

    footer div.contact {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-bottom: 25px
    }

    footer div.contact:before {
        top: -2px
    }

    footer div.contact .title {
        font-size: 17px
    }

    footer div.info {
        border-top: 1px solid rgba(255, 255, 255, .2)
    }

    footer div.info a {
        float: none;
        margin-bottom: 5px
    }

    footer div.info span {
        float: none
    }
}

@media screen and (max-width:1200px) and (min-width:960px) {
    div.block-1:after {
        right: -150px
    }

    h2 {
        font-size: 70px
    }

    div.block-2 span.title {
        font-size: 67px
    }

    div.block-2 {
        padding-bottom: 30px
    }

    div.block-2 div.rb {
        margin-top: -300px
    }

    div.block-2 ol li {
        height: 215px
    }

    div.block-4 {
        padding: 60px 0
    }

    div.block-4:after {
        right: -300px;
    }

    div.block-4 ul li {
        margin-right: 10px;
        margin-bottom: 10px
    }

    div.block-5 {
        padding: 60px 0
    }

    div.block-5:after {
        left: -150px
    }

    div.block-5 div.rb {
        width: 70%
    }

    div.block-5 ul li {
        margin-right: 10px;
        margin-bottom: 10px
    }

    div.block-6 div.elem .title {
        font-size: 16px
    }

    div.block-7 div.format div.container {
        padding: 50px 0
    }

    div.block-7 div.format-2 table {
        width: 60%
    }

    div.block-7 div.format-2 div.elem-wrap {
        width: 60%
    }

    div.block-7 div.format-2 div.container:after {
        left: -50px
    }

    div.block-7 div.format div.elem span.num {
        font-size: 32px
    }

    div.block-7 div.format span.title {
        width: 60%
    }

    div.block-8 ul li {
        min-height: 230px
    }

    div.block-8 ul li::after {
        right: -45px
    }

    footer div.contact .title {
        font-size: 16px
    }
}

.webp div.block-1:before {
    background-image: url(../images/pattern.webp)
}

.webp div.block-1:after {
    background-image: url(../images/block-1.webp)
}

.webp div.block-2 div.lb {
    background-image: url(../images/block-2.webp)
}

.webp div.block-2 span.show-form:before {
    background-image: url(../images/pattern.webp)
}

.webp div.block-3 div.wrap div.elem:after {
    background-image: url(../images/pattern.webp)
}

.webp div.block-3 div.elem-1 div.bg {
    background-image: url(../images/menu-1.webp?v=1)
}

.webp div.block-3 div.elem-2 div.bg {
    background-image: url(../images/menu-2.webp)
}

.webp div.block-3 div.elem-3 div.bg {
    background-image: url(../images/menu-3.webp)
}

.webp div.block-3 div.elem-4 div.bg {
    background-image: url(../images/menu-4.webp)
}

.webp div.block-3 div.elem-5 div.bg {
    background-image: url(../images/menu-5.webp)
}

.webp div.block-3 div.elem-6 div.bg {
    background-image: url(../images/menu-6.webp)
}

.webp div.block-4:before {
    background-image: url(../images/pattern.webp)
}

.webp div.block-4:after {
    background-image: url(../images/block-4.webp)
}

.webp div.block-5:after {
    background-image: url(../images/block-5.webp)
}

.webp div.block-6:before {
    background-image: url(../images/block-6.webp)
}

.webp div.block-7:before {
    background-image: url(../images/pattern.webp)
}

.webp div.block-7 div.format-1 div.container:after {
    background-image: url(../images/format-1.webp)
}

.webp div.block-7 div.format-2 div.container:after {
    background-image: url(../images/format-2.webp)
}

.webp div.block-7 div.format-3 div.container:after {
    background-image: url(../images/format-3.webp)
}

.webp footer:before {
    background-image: url(../images/pattern.webp)
}

.webp footer span.show-form:before {
    background-image: url(../images/pattern.webp)
}