@font-face {
    font-family: 'LogoFont';
    src: url('../fonts/one.ttf')  format('truetype');
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto.ttf')  format('truetype');
}
@font-face {
    font-family: 'Robotoblack';
    src: url('../fonts/Robotoblack.ttf')  format('truetype');
}
@font-face {
    font-family: 'Robotolight';
    src: url('../fonts/Robotolight.ttf')  format('truetype');
}
@font-face {
    font-family: 'Robotobold';
    src: url('../fonts/Robotobold.ttf')  format('truetype');
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.body{
    overflow-x: hidden;
}
main{
    margin: 0 auto;
    width: 1140px;
}
.cat-slider .slick-list.draggable{
    height: 100%!important;
}
.cat-img-bg{
    width: 543px;
    height: 543px;
    background-repeat: no-repeat;
    border-radius: 50%;
    margin-top: 0px;
    background-size: cover;
    z-index: 1;
    position: relative;
    background-position-x: 14px;
}
.article{
    font-size: 20px;
    font-weight: 300;
    padding-top: 40px;
    padding-bottom: 10px;
}
.wrapperBloks.prev .block{
    border: 2px dashed #ffffff;
    cursor:unset;
}
.wrapperBloks.prev .block:hover{
    cursor:unset!important;
}
.wrapperBloks.prev .block a{
    color: #fabc02;
    text-decoration: none;
}
.article img {
    width: 100%;
}
.wrapperBloks.prev{
    display: block; 
    padding-top: 45px;
    overflow: auto;
}
.wrapperBloks.prev .block{
    width: 260px!important;
    height: auto!important;
    display: block!important;
    float: left!important;
    background: #3A3A3A!important;
    color: #fff!important;
}
.wrapperBloks.prev .block img{
    padding: 25px 25px 15px; 
    min-height: 70px;
}
.wrapperBloks.prev .block ul{
    text-align: left;
    min-height: 110px; 
    padding-right: 10px;
}
.article a, .region-link a{
    color: #fabc02;
    text-decoration: none;
}
.region-link li{
    list-style: none;
}

.region-link{
    -moz-column-count: 4; /* Firefox */
  -webkit-column-count: 4; /* Safari and Chrome */
  column-count: 4;
      margin-right: 80px;
}
.regions h2{
    text-align: center;
    margin-right: 80px;
}

header{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

header .menu .mobile{
    display: none;
}
header, section{
    position: relative;
}
header.borderLeft:after, section.borderLeft:after{
    display: block;
    content: '';
    width: 5px;
    background: #FABC02;
    position: absolute;
    height: 100%;
    left: 80px;
    top: 0;
}
section.borderRight:after{
    display: block;
    content: '';
    width: 5px;
    background: #FABC02;
    position: absolute;
    height: 100%;
    right: 80px;
    top: 0;
}
header .logo{
    width: 116px;
    height: 116px;
    background: #FABC02;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-family: 'LogoFont', arial;
    position: relative;
    margin-left: 24px;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
}
header .logo:after{
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/logoAngleTop.png");
    background-size: 30px;
    background-repeat: no-repeat;
    top: -11px;
    left: 50%;
    margin-left: -15px;
}
header .logo:before{
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/logoAngleBottom.png");
    background-size: 30px;
    background-repeat: no-repeat;
    bottom: -17px;
    left: 50%;
    margin-left: -15px;
}

header .menu{
    padding: 0;
    margin-left: 18px;
    display: flex;
    align-items: center;
    width: 725px;
}
header .menu li>a{
    text-decoration: none; 
    color: #2a2a2a;
}
header .menu li{
    padding: 10px 15px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 30px;
    border: 2px solid #fff;
    transition: all .3s ease;
    cursor: pointer;
    font-size: 14px;
}

header .menu li:hover{
    border-color: #FABC02 !important;
}
header .menu li:first-child{
    margin-left: 0;
}
header .phone{
    height: 56px;
    background: #FABC02;
    padding: 0 22px;
    color: #fff;
    font-size: 18px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    margin: 5px 0px;
}
header .phone i{
    width: 25px;
    height: 25px;
    background: url(../img/phone.png);
    margin-right: 13px;
    cursor: pointer;

}
header .phone span{
    text-decoration: none;
}
header .phone:after{
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/logoAngleTop.png");
    background-size: 30px;
    background-repeat: no-repeat;
    top: -11px;
    left: 90%;
    margin-left: -25px;
}
header .phone:before{
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 100px;
    background: #FABC02;
    margin-top: -80px;
    left: 90%;
    margin-left: -11px;
    z-index: -333;
}
section.one{
    padding-bottom: 70px;
    position: relative;
}
section.one .wrapperImage{
    width: 553px;
    height: 553px;
    background: #FABC02;
    border-radius: 50%;
    margin-left: -196px;
    margin-top: 20px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    vertical-align: middle;
    top: 0;
    left: 0;
}
section.one .wrapperImage * {
    outline: none;
}
section.one .wrapperImage:after{
    display: block;
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url("../img/generalAngelBottom.png");
    background-size: 70px;
    background-repeat: no-repeat;
    bottom: -40px;
    left: 50%;
    margin-left: -32px;
}
section.one .wrapperImage img{
    margin-left: 7px;
    
    position: relative;
    z-index: 1;
}
section.one .wrapperImage .address{
    width: 100px;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    bottom: 8px;
    color: #fff;
    text-align: center;
    z-index: 1;
}

section.one .wrapperRight{
    width: 650px;
    display: inline-block;
    text-align: right;
    vertical-align: top;
    margin-top: 20px;
    margin-left: 490px;
}

section.one .wrapperRight h1{
    font-size: 55px;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0;
}
section.one .wrapperRight .address{
    font-size: 30px;
    font-weight: 200;
}

section.one .wrapperRight .button{
    padding: 16px 34px;
    border: 2px solid #FABC02;
    border-radius: 30px;
    display: inline-block;
    margin: 60px 0 90px 0;
    cursor: pointer;
    transition: all .3s ease;
    color: #FABC02;
    font-size: 20px;
}
section.one .wrapperRight .button:hover{
    color: #fff;
    background: #FABC02;
}

section.one .wrapperRight .infoSlider{
    position: relative;
}

section.one .wrapperRight .infoSlider .selectInfo{
    font-size: 0;
    padding-bottom: 12px;
    margin-bottom: 10px;
}
section.one .wrapperRight .infoSlider .selectInfo .block{
    transition: all .3s ease;
    margin-top: 2px;
}
section.one .wrapperRight .infoSlider .selectInfo .block, section.one .wrapperRight .infoSlider .navigator{
    width: 88px;
    height: 88px;
    display: inline-block;
    cursor: pointer;
    margin-left: 38px;
    position: relative;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
section.one .wrapperRight .infoSlider .navigator{
    cursor: default;
    background: #FABC02;
    border-radius: 50%;
    position: absolute;
    right: 0;
}
section.one .wrapperRight .infoSlider .navigator:after{
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url("../img/logoAngleBottom.png");
    background-size: 30px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -15px;
}
section.one .wrapperRight .infoSlider .headline{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 7px;
}
section.one .wrapperRight .infoSlider .description{
    font-size: 14px;
    width: 420px;
    display: inline-block;
    height: 75px;
}
section.one .wrapperRight .infoSlider .description, section.one .wrapperRight .infoSlider .headline{
    transition: all .3s ease;
}
section.headline{
    padding-left: 190px;
}
section.headline .image{
    z-index: 1;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    position: absolute;
    background: #FABC02 url(../img/schema.png);
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    left: 33px;
    top: 50%;
    margin-top: 34px;

}
section.headline#one{

    padding-bottom: 30px;
}
section.headline#one .image{
    margin-top: -5px;
}
section.headline .image:after, section.eight .image:after{
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/logoAngleTop.png");
    background-size: 30px;
    background-repeat: no-repeat;
    top: -11px;
    left: 50%;
    margin-left: -15px;
}
section.headline .image:before, section.eight .image:before{
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/logoAngleBottom.png");
    background-size: 30px;
    background-repeat: no-repeat;
    bottom: -17px;
    left: 50%;
    margin-left: -15px;
}
section.headline h2{
    font-size: 50px;
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 0;
    font-weight: 900;
}
section.headline .description{
    font-size: 20px;
    font-weight: 300;
}

section.node{
    border: 5px solid #FABC02;
    border-radius: 30px;
    border-left-width: 0;
    margin-left: 140px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 220px;
}

section.node:after{
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    content: '';
    border: 5px solid #FABC02;
    border-bottom-left-radius: 30%;
    border-top-width: 0;
    border-right-width: 0;
    top: -65px;
    left: -60px;
}

section.node:before{
    display: block;
    position: absolute;
    width: 60px;
    height: 60px;
    content: '';
    border: 5px solid #FABC02;
    border-top-left-radius: 30%;
    border-right-width: 0;
    border-bottom-width: 0;
    bottom: -65px;
    left: -60px;
}

section.node .block{
    position: absolute;
    text-align: center;
    width: 280px;
}
section.node .block .number{
    display: inline-block;
    width: 39px;
    height: 39px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 39px;
    position: relative;
    background: #FABC02;
    border-radius: 50%;
    margin-bottom: 15px;
}
section.node .block .number:after{
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("../img/litleAngleRight.png");
    background-size: 17px;
    background-repeat: no-repeat;
    top: 10px;
    right: 0;
    margin-right: -7px;
}
section.node .block .number:before{
    display: block;
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: url("../img/litleAngleLeft.png");
    background-size: 17px;
    background-repeat: no-repeat;
    top: 10px;
    left: 0;
    margin-left: -6px;
}
section.node .block .headline{
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: uppercase;
}

section.node .block .description{
    font-size: 14px;
}

section.node .block.one{
    top: -32px;
    left: 0;
}

section.node .block.two{
    top: -32px;
    left: 300px;
}
section.node .block.three{
    top: -32px;
    left: 600px;
}
section.node .block.four{
    top: 193px;
    left: 450px;
}
section.node .block.five{
    top: 193px;
    left: 150px;
}
section.empty{
    height: 135px;
}
section.three, footer.three{
    background: #FABC02;
    position: relative;
    padding-bottom: 150px;
}
section.three:before, footer.three:before{
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    left: 1px;
    top: 0;
    margin-left: -100vw;
    background: #FABC02;
}
section.three:after, footer.three:after{
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    margin-right: -100vw;
    background: #FABC02;
}
section.three .headline.wrapper{
    padding-top: 123px;
    padding-bottom: 30px;
    color: #fff;
}
section.three .headline .image{
    width: 190px;
    height: 70px;
    float: left;
    background-size: 57px 70px !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
section.three .headline h3{
    font-size: 50px;
    margin: 0 0 7px 0;
}

section.three .wrapperBloks .block{
    background: #fff;
    width: 262px;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    margin: 0 10px;
    margin-bottom: 30px;
    cursor: pointer;
    transition: all .3s ease;
    position: relative;
    text-decoration: none;
    color: black;
}
section.three .wrapperBloks .block:hover{
    background: #3A3A3A;
    color: #fff;
}

section.three .wrapperBloks .block .image{
    width: 126px;
    height: 126px;
    display: inline-block;
    background-size: auto !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    margin-top: 26px;
    margin-bottom: 28px;
    border-radius: 50%;
}
section.three .wrapperBloks .block .headline{
    font-size: 18px;
}
section.three .wrapperBloks .block .link{
    font-size: 14px;
    margin-top: 11px;
    margin-bottom: 10px;
    width: 70px;
    display: inline-block;
    color: #FABC02;
    text-decoration: underline;
}

.inForm{
    display: none;
}

section.three .wrapperBloks .block .price{
    position: absolute;
    top: 14px;
    left: 14px;
    color: #FABC02;
    font-size: 14px;
}
section.three .before, footer.three .before{
    width: 200px;
    height: 200px;
    background: url(../img/bigAngelTop.png);
    background-repeat: no-repeat;
    background-size: 200px;
    position: absolute;
    top: -80px;
    left: -18px;
}
section.three .after{
    width: 200px;
    height: 200px;
    background: url(../img/bigAngelBottom.png);
    background-repeat: no-repeat;
    background-size: 200px;
    position: absolute;
    bottom: -121px;
    right: -17px;
}

section.headline.right{
    text-align: right;
    padding-left: 0;
    padding-right: 190px;
}
section.headline.right#three{
    padding-top: 100px;
    padding-bottom: 80px;
}
section.headline.right#three .image{
    right: 34px;
    left: inherit;
    background: #FABC02 url(../img/price.png);
    background-size: auto !important;
    margin-top: 66px;
}

section.four{
    padding-right: 190px;
}
table{
    width: 945px;
    border-collapse: collapse;
}
table th{
    text-align: left;
    font-size: 20px;
    color: #BFBFBF;
    font-weight: 300;
    padding-bottom: 10px;
}
table tr{
    font-size: 20px;
}
table td.mobile, table th.mobile{
    display: none;
}
table tr.hover:hover{
    cursor: pointer;
    color: #FABC02;
}
table tr.hover:hover .checkbox{
    background: url(../img/hoverMarker.png);
}
table tr.active.hover:hover .checkbox{
    background: url(../img/activeMarker.png);
}

table td{
    padding-bottom: 15px;
}
table .center{
    text-align: center;
}
table .checkbox{
    width: 20px;
    height: 20px;
    background: url(../img/disableMarker.png);
    background-size: 20px !important;
    display: inline-block;
    transition: all .3s ease;
}

table tr.active .checkbox{
    background: url(../img/activeMarker.png);
}
table .checkbox.example{
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    border: 2px solid #BFBFBF;
    display: inline-block;
    margin-top: 7px;
}
table .checkbox.default{
    background: url(../img/defaultMarker.png);
}
table thead th{
    border-bottom: 1px solid #979797;
    cursor: default;
}
table tbody tr:first-child td{
    padding-top: 10px;
}
table tfoot td{
    border-top: 1px solid #979797;
    padding-top: 30px;
    cursor: default;
}
table tbody tr:last-child td{
    padding-bottom: 10px;
}
table tfoot td .priceWrapper{
    display: inline-block;
    margin-top: 15px;
}
table tfoot td .priceWrapper .price{
    color: #FABC02;
    margin-left: 0px;
}
table tfoot td .button{
    display: inline-block;
    color: #FABC02;
    border: 2px solid #FABC02;
    padding: 18px 56px;
    border-radius: 30px;
    float: right;
    transition: all .3s ease;
    cursor: pointer;
}
table tfoot td .button:hover{
    background: #FABC02;
    color: #fff;
}

section.headline.right#three.withImage{
    padding-top: 100px;
    padding-bottom: 290px;
}
section.headline.withImage h2{
    display: block;
    padding-left: 400px;
}
section.headline.withImage .description{
    display: block;
    padding-left: 515px;
}

section.headline.withImage img{
    height: 400px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 60px;
}
section.headline.withImage#three .image{
    background: #FABC02 url(../img/safe2.png);
    margin-top: -138px;
}

section.headline.right#three.another{
    padding-top: 0;
    padding-bottom: 110px;
}

section.headline.right#three.another .image{
    background: #FABC02 url(../img/favorite.png);
    margin-top: -131px;
}
section.six{
    text-align: right;
    padding-right: 190px;
    padding-bottom: 50px;
}
section.six .brandsSlider{
    width: 897px;
    display: inline-block;
    overflow: hidden;
}
section.six .sliderLenght{
    white-space: nowrap;
    width: 100%;
    height: 100%;
    position: relative;
    font-size: 0;
}
section.six .sliderLenght  .sliderBlock{
    width: 897px;
    text-align: center;
    white-space: normal;
    display: inline-block;
}
section.six .sliderLenght .brandBlock{
    width: 175px;
    height: 50px;
    margin-bottom: 70px;
    display: inline-block;
    text-align: center;
}
section.six .sliderLenght .brandBlock img{
    vertical-align: middle;
    object-fit: scale-down;
    width: 80%;
}
section.six .sliderLenght .brandBlock:after{
    display: inline-block;
    content: '';
    width: 0;
    height: 100%;
    vertical-align: middle;
}
section.six .sliderNav{
    text-align: right;
}
section.six .sliderNav .block{
    width: 11px;
    height: 21px;
    display: inline-block;
    cursor: pointer;
}
section.six .sliderNav .block.left{
    background: url(../img/sliderNavLeft.png)
}
section.six .sliderNav .block.right{
    background: url(../img/sliderNavRight.png);
    margin-left: 45px;
}
section.node.two{
    border-top-width: 0;
    border-top-right-radius: 0;
    margin-right: 80px;
    margin-top: 0;
    height: 40px;
}
section.node.two:after{
    display: none;
}
section.headline.questions#three{
    padding-top: 0;
    padding-bottom: 60px;
}
section.headline.questions#three .image{
    background: #FABC02 url(../img/question.png);
    margin-top: -73px;
}
section.seven ul{
    margin-top: -15px;
    list-style: none;
}
section.seven .block{
    position: relative;
}
section.seven .block .headline{
    font-size: 20px;
    font-weight: 600;
    margin-left: 100px;
    margin-bottom: 20px;
    margin-top: 30px;
    display: inline-block;
    cursor: pointer;
}
section.seven .block .answer{
    margin-left: 120px;
    width :450px;
    font-size: 16px;
    display: none;
    font-style: italic;
    overflow: hidden;
}

section.seven .block .image{
    width: 40px;
    height: 52px;
    background: url(../img/listStyle.png);
    position: absolute;
    text-align: center;
    color: #fff;
    top: 15px;
    left: 23px;
    z-index: 1;
    line-height: 52px;
    font-size: 25px;
}

section.seven .block .image:after{
    display: block;
    content: '+';
}
section.seven .block.active .image:after{
    content: '-';
}
section.node.four{
    height: 380px;
    width: 430px;
    padding: 0;
    border-bottom: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}
section.node.four:before{
    display: none;
}
section.eight{
    margin-top: -380px;
    height: 380px;
}
section.eight .wrapperLeft{
    display: inline-block;
    width: 470px;
    padding-right: 100px;
    text-align: right;
}
section.eight .wrapperLeft h4{
    font-size: 50px;
    margin: 0;
    margin-top: 115px
}
section.eight .wrapperLeft p{
    font-size: 20px;
    margin: 0;
    margin-top: 13px;
}
section.eight .wrapperRight{
    display: inline-block;
    width: 465px;
    padding-left: 100px;
}
section.eight .wrapperRight p{
    font-size: 20px;
}
section.eight .wrapperRight .button{
    padding: 16px 34px;
    border: 2px solid #FABC02;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
    color: #FABC02;
    font-size: 20px;
}
section.eight .wrapperRight .button:hover{
    color: #fff;
    background: #FABC02;
}
section.eight .image{
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background: #FABC02 url(../img/question2.png);
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 115px;
}
footer.three{
    padding-bottom: 20px;
}
footer.three .map{
    top: 0;
    width: 1000px;
    margin-left: -630px;
    background: salmon;
    height: 100%;
    position: absolute;
    z-index: 2;
    overflow: hidden;
}
#map{
    height: calc(100% + 20px);
}
footer.three .before{
    left : 50%;
    margin-left: -98px;
}
footer.three .wrapperRight{
    width: 500px;
    display: inline-block;
    vertical-align: top;
    padding-left: 440px;
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 16px;
}
footer.three .wrapperRight h3{
    font-size: 50px;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 60px;
}
footer.three .wrapperRight .phone{
    display: block;
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}
footer.three .wrapperRight .info{
    margin-bottom: 30px;
    width: 320px;
    padding-left: 35px;
    position: relative;
}

footer.three .wrapperRight .info:after{
    position: absolute;
    display: block;
    content: '';
    width: 20px;
    height: 20px;
    left: 0;
    top: 0;
    background-repeat: no-repeat !important;
    background-size: auto !important;
    background-position: center !important;
}
footer.three .wrapperRight .mail:after{
    background: url(../img/mail.png);
}
footer.three .wrapperRight .address:after{
    background: url(../img/address.png);
}
footer.three .wrapperRight .time:after{
    background: url(../img/time.png);
}
footer.three .wrapperRight .bottom{
    margin-top: 100px;
}

.wrapperForm{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    top: 0; left: 0;
    z-index: 2;
    opacity: 0;
    overflow-x: scroll;
    display: none;
    align-items: center;
    justify-content: center;
}
.wrapperForm:after{
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
}
.wrapperForm form, .wrapperForm.fault .wrapper{
    display: inline-block;
    vertical-align: middle;
    padding: 40px 75px;
    background: #fff;
    border-radius: 20px;
    width: 325px;
    position: relative;
}
.wrapperForm form .headline{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.wrapperForm form .text{
    padding: 15px 30px;
    width: calc( 100% - 60px);
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    background: #fff;
    border-radius: 28px;
    border: 1px solid #979797;
    outline: none;
    transition: all .3s ease;
}
.wrapperForm form textarea{
    padding: 15px 30px;
    width: calc( 100% - 60px);
    display: block;
    margin-bottom: 12px;
    font-size: 14px;
    background: #fff;
    border-radius: 28px;
    border: 1px solid #979797;
    outline: none;
    resize: none
}
.wrapperForm form .text:focus, .wrapperForm form textarea:focus{
    border-color: #FABC02
}
.wrapperForm form .text.inputNotValidation{
    text-decoration: underline;
    color: #FABC02;
}
.inputNotValidation::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #FABC02;
}
.inputNotValidation::-moz-placeholder { /* Firefox 19+ */
  color: #FABC02;
}
.inputNotValidation:-ms-input-placeholder { /* IE 10+ */
  color: #FABC02;
}
.inputNotValidation:-moz-placeholder { /* Firefox 18- */
  color: #FABC02;
}
.wrapperForm .button{
    display: inline-block;
    border: 2px solid #FABC02;
    padding: 15px 0;
    text-align: center;
    border-radius: 78px;
    color: #FABC02;
    width: 100%;
    font-size: 16px;
    margin-top: 15px;
    outline: none;
    transition: all .3s ease;
    cursor: pointer;
    -webkit-appearance: none;
    background: #fff;
}
.wrapperForm .button:hover{
    color: #fff;
    background: #FABC02;
}
.wrapperForm .close{
    position: absolute;
    top: -24px;
    left: 471px;
    color: #fff;
    font-style: italic;
    padding-left: 30px;
    overflow: hidden;
    height: 22px;
    width: 0;
    transition: all .3s ease;
    cursor: pointer;
    color: rgba(255, 255, 255, 0);
}
.wrapperForm .close:hover{
    width: 100px;
    color: rgba(255, 255, 255, 1);
}
.wrapperForm .close:before, .menu .mobile.close:before{
    content: 'x';
    display: block;
    width: 18px; height: 18px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: absolute;
    color: #fff;
    left: 0;
    top: 0;
    font-size: 14px;
}
.wrapperForm.fault .wrapper{
    padding: 0;
    width: 570px;
}
.wrapperForm.fault .close{
    left: 565px;
}
.wrapperForm.fault .headline{
    font-size: 20px;
    margin: 40px 0 33px 0;
    font-weight: 600;
}
.wrapperForm.fault .description{
    background: #FABC02;
    padding: 25px 85px 25px 70px;
    color: #fff;
    position: relative;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
}
.wrapperForm.fault .description:after{
    display: block;
    position: absolute;
    content: '';
    width: 29px;
    height: 23px;
    background: url(../img/mark.png);
    left: 22px;
    top: 21px;
}
.wrapperForm.fault .pricelist table{
    width: 420px;
    text-align: left;
    margin-left: 75px;
    font-weight: 500;
}
.wrapperForm.fault .headlinePricelist{
    font-size: 16px;
    color: #666;
    margin-top: 13px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    width: 420px;
    margin-left: 75px;
    padding-bottom: 11px;
}
.wrapperForm.fault .pricelist table td{
    font-size: 16px;
}
.wrapperForm.fault .button{
    width: 280px;
    margin-bottom: 35px;
}
#popup_toggle{
    display: none;
}

.tabswrapper ul{
    list-style: none;
    display: flex;
justify-content: space-around;
    color: #fff;
}
.tabswrapper li{
    display: inline-block;
    color: #fff;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}

.main-anchors{
    display: flex;
    list-style: none;
    justify-content: space-between;
    padding: 0px;

}
.main-anchors li{
    color: #2a2a2a;
    font-size: 20px;
    padding-top: 10px;
    display: inline;
    
}
.main-anchors a{
    color: #2a2a2a;
    font-size: 18px;

    
}
.main-anchors a.active{
    color: #2a2a2a;
    font-size: 18px;
    border-bottom: 8px solid #FABC02;
    text-decoration: none;
    
}
.phone-hover{
    position: absolute;
    right: 0;
    top: 115px;
    display: none;
}
@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

.tabcontent {
    display: none;
    animation: fadeEffect 0.5s;
}

section.one .wrapper-right-red{
	width: auto;
	max-width: 750px;
	margin-left: 400px;
}

section.one .wrapper-right-red h1{
	color: #ff0000;
font-family: "Robotoblack";
font-size: 44px;
font-weight: 400;
line-height: 72px;
text-align:left;
text-transform: none;
margin-top: 60px;
}

section.one .wrapper-right-red p, .wrapper-right-red-text p, .else-p, .else-p-text{
color: #000000;
font-family: Roboto;
font-size: 18px;
font-weight: 300;
line-height: 36px;
text-align:left;

}

section.one .wrapper-right-red .yellow{
	color: #fabc02;
font-family: "Robotoblack";
font-size: 30px;
font-weight: 400;
}

.first-p{
	margin-top:100px;
}

section.one .wrapper-image-red{
	max-width: 386px;
    max-height: 386px;
	margin-left: -113px;
}

section.one .wrapper-image-red img {
    margin-left: -20px;
    top: 60px;
    position: relative;
    z-index: 1;
}

.wrapper-right-red-text{
	margin-left: 110px;
}

.else-p{
	margin-top:30px;
}

.p-thems{
	margin:30px auto;
	max-width:600px;
	color: #000000;
font-family: Roboto;
font-size: 20px;
font-weight: 700;
line-height: 36px;
}

.p-thems a{
color: #fabc02;
font-family: "Robotobold";
font-weight: 700;
text-decoration:none;
}

.p-thems a:hover{
text-decoration:underline;
}

section.headline-red h2{
	color: #000000;
font-family: Roboto;
font-size: 24px;
font-weight: 700;
line-height: 36px;
margin-bottom: 0;
}

section.headline-red#one{
	text-align: center;
	padding-bottom: 0;
    padding-left: 0;
	padding-bottom: 0;
}

section.node-red{
	margin-top: 0;
	
}

section.borderLeft.headline-red:after {
    height: 70%;
}

section.node .block .number-red{
	
}

section.node .block.number-red-pos {
    top: -51px;
    left: -30px;
}

.headline-red-text-block{
	margin: 80px 50px;
    margin-left: -120px;
}

section.node-red{
	height: auto;
}

.center-h2{
	text-align:center;
	margin: 0 0 5px 0;
	margin-left: -140px;
}

.condition-participation-img{
	position: absolute;
    right: 200px;
    bottom: -48px;
}

section.where-materia{
	padding-bottom: 0;
}

.pad-text{
	padding-top: 10px;
    padding-bottom: 50px;
}

.margin-left-max{
	margin-left: 10px;
}

section.node .block.where-materia-pos {
    top: -51px;
	left: 20px;
}

section.where-materia{
	/*height: 98%;*/
}

.alarm-img {
    position: absolute;
    right: -51px;
    bottom: 30px;
}

section.node-red-last{
	border-bottom:0;
	border-bottom-right-radius: 0;
	height: 120%;
}

section.node-red-last:before{
	display:none;
}

.flex-form-block{
	display:flex;
}

#contactForm input{
	color: #828282;
font-family: Roboto;
font-size: 16px;
font-weight: 300;
line-height: 36px;
width:350px;
height: 50px;
box-sizing: border-box;
margin: 0 0 18px 0;
padding: 5px 10px;
}

.empty-field{
	border:1px solid red;
}

#contactForm input[type=submit]{
	margin:0;
	border-radius: 25px;
border: 1px solid #fabc02;
background-color: #ffffff;
color: #fabc02;
font-family: Roboto;
font-size: 16px;
font-weight: 500;
line-height: 36px;
outline: none;
}

#contactForm input[type=submit]:hover{
opacity:0.8;
cursor:pointer;
border-color:green;
}

.mar-top-0{
	margin-top: 0;
}

footer.three .before-red-pos{
	left: auto;
    right: -97px;
}

.p-center-last{
	max-width: 880px;
    margin: 50px auto;
}

.contact-form{
	box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.07);
background-color: #ffffff;
padding:40px;
}

.flex-form-block > div:nth-child(1){
	padding-right:40px;
}

.flex-form-block > div:nth-child(2){
	padding-left:20px;
}

.link-footer a{
	font-size:16px;
	color:#fff;
	text-decoration:none;
}

.link-footer a:hover{
	text-decoration:underline;
}

.success-form{
	text-align:center;
	color:green;
	font-weight:bold;
	padding:5px;
}

.section__inner-header {
    padding: 50px 0 30px;
}
.section__inner-header h2{
    font-size: 50px;
    display: block;
    margin-bottom: 7px;
    margin-top: 0;
    font-weight: 900;
    text-align: center;
        line-height: 1;
}
.breadcrumb-section {
    padding-bottom: 50px;
}

.breadcrumb-section ul {
        list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
        justify-content: center;
}
.breadcrumb-section ul li{
    margin-right: 14px;
}
.breadcrumb-section ul li:after{
    display: inline-block;
    content:'/';
    position: relative;
    margin-left: 8px;
}
.breadcrumb-section ul li:last-of-type {
    margin-right: 0;
}
.breadcrumb-section ul li:last-of-type:after{
    display: none;
}
.breadcrumb-section ul a{
    color:#000;
    text-decoration: none;
}
.breadcrumb-section ul span{}

#content-wrapper {
    margin: 0 auto;
    padding-bottom: 100px;
    padding-top: 5px;
    overflow: auto;
}

#content-outer {
    border-bottom: 0;
}

#quip-comment-box-qcom{
    border: 1px solid #000 !important;
}

#header-wrap{
    display: none;
}

#main .entry {
    padding: 15px 0 0;
}

.postmeta {
    margin: 20px 0 15px 0;
}

.header-top .logo span, .header-top .logo a {
    /*padding: 30px 65px;*/
    /*padding: 58px 127px;*/
    padding: 54px 114px;
}

.header-flex{
    display: flex;
    /*justify-content: center;*/
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 10px 0 0 0;
    background-color: #2684c0;
    color:#fff;
    text-align: center;
}

.header-flex div{
	/*padding: 0 10px;
	width: 33.33%;*/
    line-height: 22px;
}

.header-flex-mobile{
	display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    padding: 0;
    background-color: #2684c0;
    color:#fff;
    text-align: center;
}

.header-flex-mobile:nth-child(1){
	padding:8px 0 0 0;
}

.header-flex-mobile > div{
	width: 45%;
}

.header-flex-mobile > div a{
	 color:#fff;
	 vertical-align: middle;
    line-height: 22px;
}

/*.header-flex span{
    font-weight: bold;
}*/

.header-flex .red-button{
    margin-bottom: 0;
    margin: 0 auto;
}

.header-flex a{
    text-decoration: underline;
    color:#fff;
}

.header-flex a:hover, .header-flex .red-button{
    text-decoration: none;
}

.phone-icon{
    max-height: 15px;
    padding: 0;
}

.header-top.fixed .header-flex{
    display: none;
}

.seoquick-skype, .seoquick-telegram, .seoquick-viber, .seoquick-whatsapp {
    display: inline-block;
    background: #fff url(/img/icons/sprites-header.png) no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-align: left;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.seoquick-viber {
    background-position: -6px -30px;
}

.seoquick-whatsapp {
    background-position: -35px -30px;
}

.seoquick-telegram {
    background-position: -35px -1px;
}

.seoquick-skype {
    background-position: -6px -1px;
}

.navbar-toggle{
    z-index: 9999;
}

.header-flex-mobile, #footer-wrapper{
	display:none;
}

.link-tel, .link-tel:hover{
	color:#fff;
}

.link-tel-red, .link-tel-red:hover{
	color:#e2503c;
}

.breadcrumb>li+li:before {
    padding: 0 0 0 7px;
}

.breadcrumb {
    margin: 10px 0;
    text-align: left;
}

.breadcrumb-section{
    position: relative;
    z-index: 2;
}

#main .entry p{
    margin: 0 0 30px;
}

#main h2, #main h3{
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 22px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: normal;
    border:0;
    padding: 0;
    margin: 50px 0 25px 0;
}

.container_12 .grid_3, .container_16 .grid_4{
    width: 170px;
}

.container_12 .grid_9, .container_16 .grid_12 {
    width: 855px;
}

.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12, .grid_13, .grid_14, .grid_15, .grid_16 {
    float: right;
}

.container-blog h1 {
    color: #ffffff;
    font-family: Roboto;
    font-size: 30px;
    font-weight: 500;
    line-height: 48px;
    letter-spacing: normal;
    position: relative;
    padding: 0;
}

.container-blog h1:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 25px);
    width: 49px;
    height: 1px;
    background-color: #ffffff;
}

button[name="quip-preview"]{
    display: none;
}

.quip-add-comment .quip-fld:nth-child(9) {
    display: none;
}

.quip-fld label[for="quip-comment-website-qcom"]{
    font-size: 0;
}

.quip-fld label[for="quip-comment-website-qcom"]:after{
    content: "Телефон:";
    font-size: 16px;
}


.img-article{

}
.img-article-width{
    width: 750px;
    height: 350px;
}

.display-inline{
    display: inline-block;
    font-size: 0;
}

.img-article-small-w{
    width: 180px;
    height: 100px;
    display: inline-block;
}

.img-article-small-w-text{
    display: inline-block;
    max-width: 175px;
    vertical-align: top;
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 0 0 0 5px;
    box-sizing: border-box;
}

.block-flex-slider{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    font-size: 0;
}

.max-height40{
    height: 40px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    line-height: 40px;
}

.block{
    margin:10px 0 20px 0;
}

.free-block{
    margin: 0 0 13px 0;
    font-size: 0;
    height: auto;
    overflow: hidden;
    display: flex;
}

.button-small{
     height: 40px;
     color: #444444;
     font-family: Roboto;
     font-size: 16px;
     font-weight: 500;
     line-height: 40px;
     padding: 0 10px;
     box-sizing: border-box;
     background-color: #f4f4f4;
     margin: 0 10px 0 0;
 }

.button-small:nth-child(2){
     margin:0;
 }

.text-p-slider{
    color: #444444;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    height: auto;
    margin: 15px 0;
}

.authot-slider, .data-slider{
    color: #444444;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: normal;
    position: relative;
    padding: 0 0 0 30px;
}

.authot-slider:before, .data-slider:before{
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 7px);
    left: 10px;
}

.authot-slider:before{
    background: url(../img/user-after.png) no-repeat center/cover;
    width: 12px;
    height: 14px;
}

.data-slider:before{
    background: url(../img/calendar.png) no-repeat center/cover;
    width: 14px;
    height: 14px;
}

.authot-slider{
    font-size: 16px;
}

.size22{
    font-size: 22px;
}

.img-article-small-w-text p{
    max-height: 60px;
    overflow: hidden;
}

.button-small.active{
    color: #3f9ad4;
}

.button-small:hover{
    opacity: 0.8;
    cursor: pointer;
}

.block-flex-slider > div{
    max-width: 750px;
}

.a-free-block{
    display: block;
    outline: none;
    border: 0;
    text-decoration: none;
}

.a-free-block:hover {
    opacity: 0.8;
    outline: none;
    border: 0;
    text-decoration: none;
}

.date-black{
    color: #444444;
}

.inline-block-tpl{
    display: inline-block;
    width: 31.33%;
    vertical-align: top;
    margin: 0 1% 2% 0;
    box-sizing: border-box;
}

.inline-block-tpl:nth-child(3n){
    margin:0;
}

.main-content-inline{
    font-size: 0;
}

.img-article-inline{
    height: 190px;
}

.max-height60{
    height: 48px;
    overflow: hidden;
    padding: 0;
    margin: 10px 0;
    vertical-align: middle;
    color: #444444;
    font-family: Roboto;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.height150{
    height: 100px;
    overflow: hidden;
}

.a-inline-block-tpl{
    display: block;
    text-decoration: none;
}

.a-inline-block-tpl:hover{
    opacity: 0.9;
    text-decoration: none;
    outline: none;
    border: 0;
}

.download-more{
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    height: 48px;
    border-radius: 10px;
    width: 160px;
    margin: 20px auto;
    text-align: center;
    border: 1px solid #409ad4;
    background-color: #ffffff;
}

.download-more:hover{
    opacity: 0.8;
    cursor: pointer;
}

.height350{
    height: 350px;
}

.data-blog-anchor{
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    margin: 0 0 7px 0;
    display: inline-block;
    text-decoration: none;
}

.data-blog-anchor:hover{
    outline: 0;
    border: 0;
}

.green-button {
    display: block;
    margin: 5px auto;
    max-width: 200px;
    text-align: center;
    color: #fff;
    padding: 5px 10px;
    box-sizing: border-box;
    background-color: green;
}

.green-button:hover, .green-button:focus {
    color: #fff;
    opacity: 0.8;
    cursor: pointer;
}

#left-columns .title-data-blog-anchor{
    color: #3f9ad4;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 0;
}

.max-width170-fixed{
    position: relative;
    top: 400px;
    max-width: 170px;
    line-height: 15px;
}

.fixed-block{
    position: fixed;
}

#main img{
    display: block;
    margin: 0 auto;
}

.contac-flex-block{
    display: flex;
    align-items: center;
    /*justify-content: space-around;*/
    margin: 20px 0;
}

.contac-flex-block > div{
    min-width: 25%;
}

.ui-subheading {
    font-size: 21px;
    line-height: 1.52;
    font-weight: 600;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
    color: #272727;
}

.ui-text {
    font-size: 17px;
    line-height: 1.53;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    letter-spacing: 0;
    color: #272727;
}

.center{
    text-align: center;
}

.breadcrumb>li{
    display: inline;
}

.big-block-tpl > a{
    display: block;
    color:#2a2a2a;
    text-decoration: none;
}

.quip-fld {
    margin-bottom: 15px;
}
.quip-add-comment label {
        font-weight: 500;
}

#quip-add-comment-qcom [type="submit"] {
        background: #FABC02;
    border: 0;
    height: 36px;
    width: 100%;
    font-size: 17px;
    color: #fff;
    cursor: pointer;
    margin-top: 10px;
    font-weight: 600;
}


@media (max-width: 1200px) {
    .block-flex-slider {
        align-items: center;
        justify-content: center;
        
    }

    p.img-article-width {
        min-height: auto;
    }

}


@media (max-width: 1000px) {
    .header-flex div:nth-child(1), .header-flex div:nth-child(2), .header-flex div:nth-child(3){display: none;}
	
    .header-flex div {
        padding: 0;
        text-align: center;
	}
	
    .header-flex {
        justify-content: space-around;
	}
	
    .header-flex .red-button {
        /*width: 160px;*/
        padding: 10px;
	}
	
    .header-flex div {
        width: 100%;
	}
	
	.container_12 .grid_9, .container_16 .grid_12 {
		width: auto;
	}
	
	#main h2 {
		font-size:20px;
		letter-spacing: 0;
		
	}
	
	.container_12 .grid_3, .container_16 .grid_4 {
		width: auto;
	}
	
	.container_12, .container_16 {
		width: auto;
	}
	
	
	img {
		max-width: 100%;
	}
	
	#left-columns{
        display: none;
    }

    .banner .arrow-block_right span{
        line-height: inherit;
        margin-bottom: 0;
    }
	.block-flex-slider {
       
        flex-direction: column;
    }
	.block-flex-slider > div {
	    width: 100%!important;
	    padding-right: 0;
	    max-width:100%;
	}
	.small-block {
	        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
        margin-right: -10px;
            box-sizing: border-box;
	}
	.a-free-block {
	    width: 33.333%;
	    padding-left: 10px;
	    padding-right: 10px;
	        box-sizing: border-box;
	}
	#content-outer #content-wrapper {
	    max-width: 750px;
	    overflow: inherit;
	}
	#content-outer #content-wrapper *{
	    box-sizing: border-box;
	}
}

@media (max-width: 765px) {
	.a-free-block {
	    width: 50%;
	   
	}
    .header-top .logo span, .header-top .logo a {
		padding: 30px 65px;
	}
	
    .header-main-logo .logo {
        top: 55px;
	}
	
    .header-top.header-main-logo.fixed .logo{
        top: 0;
	}
	
    .header-main-logo .col-md-9.col-sm-9{
        height: 102px;
	}
	
    .header-main-logo.fixed .col-md-9.col-sm-9{
        height: auto;
	}
	
    .header-main-logo button.navbar-toggle{
        position: absolute;
        top: 25%;
		left: 5%;
	}
	
    .header-main-logo.fixed button.navbar-toggle{
        position: relative;
	}
	
	button.navbar-toggle {
		float: left;
	}
	
	.header-flex-mobile{
		display:flex;
	}

    .img-article-width {
        width: 100%;
        height: 100%;
        min-height: 200px;
    }

    .inline-block-tpl{
        display: block;
        margin: 15px auto;
        width: 100%;
    }

    .height150 , .max-height60 {
        height: auto;
    }

    .contac-flex-block > div{
        width: 50%;
    }
    
    .quip-add-comment * {
            box-sizing: border-box;
    }

	div.quip-add-comment label {
	    float: none;
	    width: 100%;
	    display: block;
	    margin-bottom: 5px;
	}
	div.quip-add-comment input[type=text] {
	    width: 100%;
	    float: none;
	}
}

@media (max-width: 600px) {
    .a-free-block {
	    width: 100%;
	   
	}
}

@media (max-width: 400px) {
    .ui-text, .ui-subheading {
        font-size: 16px;
        line-height: 20px;
    }
    
}


@media screen and (max-width: 1500px) {

    .cat-img-bg{
        width: 405px;
        height: 405px;
    }
    main{
        width: 962px;
    }
    header .menu{
        width: 565px;
        margin-left: 20px;
    }
    header .menu li{
        padding: 10px 10px;
    }
    header .logo{
        width: 104px;
        height: 104px;
        margin-left: 32px;
    }
    header .logo:before, header .logo:after{
        width: 24px;
        height: 24px;
        background-size: 24px !important;
        margin-left: -14px;
    }
    header .logo:before{
        bottom: -14px;
    }
    header .logo:after{
        top: -9px;
    }
    header .phone{
        font-size: 18px;
        height: 50px;
    }
    header .phone i{
        width: 22px; height: 22px;
        background-size: 22px !important;
    }
    section.one .wrapperImage{
        width: 415px; height: 415px;
        margin-left: -128px;
        margin-top: 55px;
    }
    section.one .wrapperImage img{
        width: 415px;
        height: 415px;
        margin-top: 15px;
        margin-left: 25px;
    }
	
	section.one .wrapper-image-red img {
	margin-left: -20px;
    top: 60px;
	width: auto;
    height: auto;
}

section.one .wrapper-image-red {
    margin-left: -113px;
}


	
    section.one .wrapperImage:after{
        width: 55px; height: 55px;
        background-size: 55px !important;
        bottom: -31px;
        margin-left: -25px;
    }
    section.one .wrapperImage .address{
        display: none;
    }
    section.one .wrapperRight{
        margin-left: 370px;
        width: 585px;
        margin-top: 25px;
    }
    section.one .wrapperRight h1{
        font-size: 50px;
    }
    section.one .wrapperRight .address{
        font-size: 25px;
        margin-top: 10px;
    }
    section.one .wrapperRight .button{
        font-size: 18px;
        padding: 17px 27px;
        margin: 36px 0;
    }
    section.one .wrapperRight .infoSlider .selectInfo .block, section.one .wrapperRight .infoSlider .navigator{
        width: 78px; height: 78px;
        background-size: 40px !important;
    }
    section.headline#one{

    }
    section.headline h2{
        font-size: 43px;
        margin-bottom: 12px;
    }
    section.headline .description{
        font-size: 18px;
        margin: 0;
    }
    section.headline#one .image{
        margin-top: -60px;
    }

    section.node .block .headline{
        font-size: 15px;
    }
    section.node .block .description{
        font-size: 13px;
    }
    section.node .block.one{
        left: -92px;
    }
    section.node .block.two{
        left: 219px;
    }
    section.node .block.three{
        left: 530px;
    }
    section.node .block.four{
        left: 388px;
    }
    section.node .block.five{
        left: 86px;
    }
    section.empty{
        height: 135px;
    }
    section.three .headline h3{
        font-size: 43px;
    }
    section.three .headline  .description{
        font-size :18px;
    }
    section.three .before, footer.three .before{
        width: 160px; height: 160px;
        background-size: 160px !important;
        top: -64px;
        left: 2px;
    }
    section.three .after{
        width: 160px; height: 160px;
        background-size: 160px !important;
        bottom: -97px;
        right: 3px;
    }
    section.three .headline.wrapper{
        padding-top: 65px;
        padding-bottom: 55px;
    }
    section.three{
        padding-bottom: 80px;
    }
    section.three .prev .block:last-child{
        display:none!important;
    }

    .wrapperBloks.prev .block{
    	width: 295px!important;
    }
    section.headline.right#three{
        padding-top: 190px;
        padding-bottom: 70px;
    }
    section.headline.right#three .image{
        margin-top: 21px;
        /* left: 50%; */
    }
    table{
        width: 820px;
    }
    table th, table td{
        font-size: 18px;
        padding-bottom: 10px;
    }
    table tfoot td .button{
        padding: 14px 45px;
        font-size: 15px;
    }
    table tfoot td{
        padding-top: 20px;
    }
    section.headline.right#three.withImage{
        padding-top: 185px;
        padding-bottom: 180px;
    }
    section.headline.withImage img{
        height: 300px;
        margin-top: -155px;
    }
    section.headline.withImage h2{
        padding-left: 363px;
    }
    section.headline.withImage .description{
        padding-left: 375px;
    }
    section.six .brandsSlider, section.six .sliderLenght .sliderBlock{
        width: 820px;
    }
    section.six .sliderLenght .brandBlock{
        width: 150px;
    }
    footer.three .before{
        margin-left: -75px;
    }
    footer.three .wrapperRight h3{
        margin-top: 55px;
        font-size: 45px;
        margin-bottom: 14px;
    }
    footer.three .wrapperRight .phone{
        font-size: 28px;
        margin-bottom: 60px;
    }
    footer.three .wrapperRight .bottom{
        font-size: 12px;
        margin-top: 84px;
    }
    footer.three .wrapperRight .info{
        margin-bottom: 22px;
    }
    section.headline.withImage#three .image{
        margin-top: -138px;
    }
    section.headline.questions#three .image{
        margin-top: -55px;
    }
    section.seven .block .headline{
        font-size: 18px;
    }
    section.seven .block.active .answer{
        font-size: 15px;
    }
    section.eight .image{
        margin-left: -18px;
        margin-top: 40px;
    }
    footer.three .before{
        margin-left: 430px;
    }
    section.node.four{
        width: 370px;
    }
    section.eight .wrapperLeft{
        width: 412px;
    }
    section.eight .wrapperRight{
        width: 345px;
    }
    section.eight .wrapperLeft h4{
        font-size: 44px;
        margin-top: 150px;
    }
    section.eight .wrapperLeft p{
        font-size: 18px;
    }
    section.eight .wrapperRight p{
        font-size: 18px;
    }
    section.one .wrapperImage img{
        display: block;
    }
    section.one .wrapperImage .image{
        width: 100%;
        background: url(../img/washer.png);
        background-repeat: no-repeat;
        margin-left: -32px;
        margin-top: -22px;
        position: relative;
        z-index: 1;
    }
    section.one .wrapperRight .infoSlider .navigator:after{
        bottom: -16px;
    }
    footer.three .map{
        width: calc(((100vw - 962px) / 2) + 400px);
        margin-left: calc((100vw - 962px) / -2);
    }
	
	section.headline-red h2 {
    font-size: 24px;
    margin-bottom: 0;
}
	
	.condition-participation-img {
    right: 130px;
}
	
	.flex-form-block > div:nth-child(1) {
    padding-right: 0;
}

footer.three .before-red-pos {
    left: auto;
    right: -78px;
}

section.node-red-last {
    margin-bottom: 40px;
}
	.container_12 .grid_9, .container_16 .grid_12 {
	    width: 750px;
	}
	
	.block-flex-slider > div:first-of-type {
	    width: 70%;
	        box-sizing: border-box;
    padding-right: 15px;
	}
	.block-flex-slider > div:last-of-type {
	    width: 30%;
	}
	.img-article-width {
	    width: 100%;
	}
	.img-article-width.img-article {
        width: 100%;
        height: 325px;
    }
}
@media screen and (max-width: 980px) {
    #content-outer #content-wrapper *{
        float: none;
    }
    .regions h2 {
        text-align: center;
        margin-right: 0px;
    }
    .region-link {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
        margin: 0;
        padding: 0;
        text-align: center;
    }
    main{
        width: 360px;
    }
    .cat-img-bg {
        width: 225px;
        height: 225px;
    }
    header{
        height: 65px;
        width: 100%;
        top: 0;
        left: 0;
        background: #FABC02;
        position: fixed;
        z-index: 99;

    }
    header .logo{
        margin: 0;
        height: auto;
        border-radius: 0;
    }
    header .logo:after, header .logo:before{
        display: none;
    }
    section.headline.right#three .image{
        left: 50%;
    }
    header .buttonMenu{
        width: 46px;
        height: 46px;
        background: url(../img/buttonMenu.png);
        background-size: 32px;
        background-repeat: no-repeat;
        background-position: center;
        margin-left: 20px
    }
    header .menu{
        display: none;
    }
    header .phone{
        padding: 0 15px;
        margin-right: 10px;
    }
    header .phone span{
        display: none;
    }
    header .phone i{
        margin: 0;
        width: 25px;
        height: 25px;
        background-size: 25px !important;
    }
    section.one{
        margin-top: 100px;
        text-align: center;
        padding: 0;
    }
    section.borderRight:after{
        display: none;
    }
    section.borderLeft:after{
        display: none;
    }
    section.one .wrapperImage{
        position: relative;
        top: 0;
        left: 0;
        width: 236px;
        height: 236px;
        display: inline-block;
        margin: 0;
        margin-top: 40px;
        z-index: 2;
    }
    section.one .wrapperImage .image{
        width: 100%;
        background: url(../img/washer.png);
        background-size: 328px auto;
        left: 5px;
    }
    section.one .wrapperRight{
        margin: 0;
        width: inherit;
        display: block;
        text-align: center;
    }
    section.one .wrapperRight .infoSlider{
        display: none;
    }
    section.one .wrapperRight h1{
        font-size: 30px;
        padding: 0 10px;
    }
    section.one .wrapperRight .address{
        font-size: 14px;
    }
    section.one .wrapperRight .button{
        font-size: 18px;
        margin: 23px 0 40px 0;
    }
    section.headline{
        padding: 0 !important;
        text-align: center;
        padding-top: 150px !important;
    }
    section.headline .image{
        left: 50%;
        margin-left: -42px;
        top: 50px;
        width: 84px;
        height: 84px;
        margin-top: 15px !important;
    }
    section.headline .image:before{
        background: #FABC02;
        height: 60px;
        width: 4px;
        left: 50% !important;
        margin-left: -2px;
        top: -61px;
    }
    section.one .wrapperImage:after{
        margin-left: -27px;
    }
    section.headline h2{
        margin-top: 15px;
        font-size: 27px;
    }
    section.headline .description{
        display: none;
    }
    section.node:after, section.node:before{
        display: none;
    }
    section.node{
        height: auto;
        margin: 0;
        border: 0;
        border-left: 4px solid #FABC02;
        margin-left: 30px;
        padding-left: 35px;
        margin-top: 34px;
        padding-bottom: 80px;
    }
    section.node .block{
        position: relative;
        top: 0 !important; left: 0 !important;
        text-align: left;
        margin-bottom: 20px;
    }
    section.node .block .headline{
        font-size: 15px;
        font-weight: 600;
    }
    section.node .block .description{
        font-size: 12px;
    }
    section.node .block .number{
        position: absolute;
        left: -56px;
    }
    section.node .block .number:after{
        transform: rotate(90deg);
        bottom: -6px;
        right: auto;
        left: 12px;
        top: auto;
    }
    section.node .block .number:before{
        transform: rotate(90deg);
        bottom: auto;
        right: auto;
        left: 18px;
        top: -6px;
    }
    section.node .block:first-child .number:before{
        display: none;
    }
    section.empty{
        display: none;
    }
    section.three .before, footer.three .before{
        background-size: 65px !important;
        top: -26px;
        left: 0px;
    }
    section.three .headline.wrapper{
        padding: 40px 0;
    }
    section.three  .wrapperBloks{
        padding-left: 11px;
    }
    section.three .headline h3{
        font-size: 27px;
    }
    section.three .headline .description{
        display: none;
    }
    section.three .headline .image{
        width: 70px;
        background-size: 41px !important;
    }
    section.three .prev .block:last-child{
        display:block!important;
    }
    section.three .wrapperBloks .block{
        width: 158px;
        height: 209px;
        margin: 0 16px 20px 0;
        vertical-align: top;
    }
    section.three .wrapperBloks .block:nth-child(2n){
        margin-right: 0;
    }
    section.three .wrapperBloks .block .image{
        width: 76px;
        height: 76px;
        background-size: 29px !important;
    }
    section.headline.right{
        text-align: center;
    }
    section.three .after{
        background-size: 65px !important;
        bottom: -135px;
        margin-left: -32px;
        left: 50%;
    }
    section.four{
        width: 100%;
        padding: 0;
    }
    table{
        margin-top: 60px;
        width: 100%;
    }
    table td.mobile, table th.mobile{
        display: block;
    }
    table td.another, table th.another{
        display: none;
    }
    section.headline.withImage .description{
        padding: 0 15px;
    }
    section.six{
        padding: 0;
    }
    section.six .brandsSlider, section.six .sliderLenght .sliderBlock{
        width: 100%;
    }
    section.six .brandsSlider, section.six .sliderLenght .sliderBlock{
        width: 360px;
    }
    section.node.two{
        display: none;
    }
    table th, table td{
        font-size: 12px;
    }
    table .mobile{
        width: 34px;
    }
    table tfoot td .priceWrapper{
        width: 100%;
    }
    table tfoot td .priceWrapper .price{
        float: right;
        margin-right: 17px;
    }
    table tfoot td .button{
        margin-top: 42px;
        float: none;
        font-size: 18px;
        margin-left: 55px;
    }
    section.headline.right#three.withImage{
        padding: 0 !important;
        display: table;
        margin-top: 50px;
    }
    section.headline.withImage img{
        position: static;
        margin-top: 50px;
        margin-bottom: 25px;
    }
    section.headline.withImage#three .image{
        display: none;
    }
    section.headline.withImage h2{
        padding: 0;
        display: table-header-group;
        margin-top: 50px;
    }
    section.headline.right#three.another{
        padding: 0 !important;
        margin-top: 54px;
    }
    section.headline.right#three.another .image{
        display: none;
    }
    section.six{
        margin-top: 25px;
    }
    section.six .sliderNav{
        text-align: center;
    }
    section.six .sliderNav .block{
        padding: 10px;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
    section.headline.questions#three{
        padding: 0 0 40px 0 !important;
    }
    section.headline.questions#three .image{
        top: 112px;
        display: none;
    }
    footer.three .map{
        display: none;
    }
    footer.three .wrapperRight{
        padding: 0;
    }
    section.eight .wrapperLeft, section.eight .wrapperRight{
        position: static;
        width: 100%;
        padding: 0;
        text-align: center;
    }
    section.eight .wrapperRight{
        display: table;
    }
    section.eight .wrapperRight p{
        display: table-footer-group;
    }
    section.eight .wrapperRight .button{
        margin: 25px 0;
    }
    section.eight{
        height: auto;
        margin: 0;
        margin-bottom: 40px;
    }
    section.node.four{
        display: none;
    }
    section.eight .image{
        margin-left: -45px;
        margin-top: -80px;
        display: none;
    }
    section.eight .wrapperLeft h4 {
        margin-top: 44px;
        font-size: 36px;
    }
    section.eight .image:before{
        display: none;
    }
    section.seven ul{
        border-left: 4px solid #FABC02;
        margin-left: 30px;
        padding-left: 35px;
        border-radius: 20px;
        padding-bottom: 10px;
    }
    section.seven .block .image{
        left: -57px;
    }
    section.seven .block .headline{
        margin-left: 0;
    }
    section.seven .block .answer{
        margin-left: 15px;
        width: auto;
    }
    section.six .sliderLenght .brandBlock{
        margin-bottom: 25px;
    }
    section.six .sliderLenght .sliderBlock{
        height: 520px;
        overflow: hidden;
    }
    .wrapperForm{
        background: #fff;
        z-index: 100;
    }
    .wrapperForm form{
        padding: 0;
    }
    .wrapperForm .button{
        background: #fff;
    }
    .wrapperForm .close, .menu .mobile.close{
        display: inline-block;
        padding: 17px 20px;
        text-align: center;
        border-radius: 78px;
        border: 1px solid #BDBDBD;
        color: #868585;
        width: auto;
        font-size: 18px;
        margin-top: 15px;
        outline: none;
        transition: all .3s ease;
        cursor: pointer;
        position: static;
        height: auto;
    }
    .wrapperForm .close:hover, .menu .mobile.close:hover{
        color: #a0a0a0
    }
    .wrapperForm .close:before, .menu .mobile.close:before{
        display: inline-block;
        position: static;
        color: #BDBDBD;
        border: 2px solid #BDBDBD;
        margin-right: 7px;
    }
    section.three .wrapperBloks .block .image{
        margin-top: 50px;
        margin-bottom: 21px;
    }
    footer.three .wrapperRight{
        width: auto;
    }
    footer.three .before{
        display: none;
    }
    section.seven .block:first-child .headline{
        margin-top: 0;
    }
    section.seven .block:first-child .image{
        top: -7px;
    }
    section.seven{
        overflow: hidden;
    }
    .wrapperForm.fault .wrapper{
        width: 100%;
        max-width: 450px;
    }
    .wrapperForm.fault .headline{
        padding: 0 20px;
    }
    .wrapperForm.fault .description{
        padding-right: 33px;
    }
    .wrapperForm.fault .pricelist table{
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0;
        width: auto;
    }
    .wrapperForm.fault .headlinePricelist{
        display: block;
        width: auto;
        margin-left: 20px;
        margin-right: 20px;
    }
    .wrapperForm.fault .button{
        width: 275px;
        margin-bottom: 0;
    }
    header .menu{
        position: fixed;
        left: 0;
        top: 0;
        width: 260px;
        height: calc(100% - 65px);
        transition: all .3s ease;
        opacity: 0;
        margin: 0;
        background: #fff;
        margin-top: 65px;
        justify-content: center;
        flex-direction: column;
        padding: 0 calc((100vw - 260px) / 2);
    }
    header .menu.active{
        display: flex;
        opacity: 1;
    }
    header .menu .mobile{
        display: block;
        font-size: 18px;
        margin-bottom: 30px;
    }
    header .menu li{
        font-size: 18px;
        margin-bottom: 23px;
        width: 100%;
        text-align: center;
        padding: 17px 0;
        border-color: #ee2925;
        margin-left: 0;
        display: block;
    }
    header.Active {
        position: fixed !important;
        top: 0 !important;
    }
    header.ActiveNoFull{
        position: absolute;
    }
    header.Disable {
        position: absolute;
        margin-top: -65px;
    }
    section.headline.questions#three .image{
        display: block;
        top: 78px;
    }
    section.headline.questions#three{
        padding-bottom: 210px !important;
    }
    section.headline.questions#three .image:after, section.eight .image:after{
        transform: rotate(180deg);
        top: auto;
        bottom: -11px;
    }
    section.headline.questions#three .image:before{
        top: auto;
        bottom: -31px;
        height: 30px;
    }
    section.headline.questions#three:after, section.eight:after{
        display: block;
        position: absolute;
        width: 60px;
        height: 60px;
        content: '';
        border: 5px solid #FABC02;
        border-bottom-right-radius: 30px;
        border-top-width: 0;
        border-left-width: 0;
        top: 183px;
        left: 118px;
        background: #fff;
    }
    section.headline.questions#three:before, section.eight:before{
        display: block;
        position: absolute;
        width: 100px;
        height: 60px;
        content: '';
        border: 5px solid #FABC02;
        border-top-left-radius: 41px;
        border-bottom-width: 0;
        border-right-width: 0;
        top: 242px;
        left: 28px;
        background: #fff;
    }
    section.seven ul{
        border-radius: 0;
    }
    section.eight .image{
        display: block;
        top: 220px;
    }
    section.eight{
        padding-top: 230px;
    }
    section.eight .image:after{
        transform: rotate(0deg);
        top: -11px;
        bottom: auto;
    }
    section.eight:before{
        border-bottom-left-radius: 41px;
        border-top-left-radius: 0px;
        border-top-width: 0;
        border-bottom-width: 4px;
        left: 30px;
        top: -19px;
    }
    section.eight:after{
        border-top-right-radius: 41px;
        border-bottom-right-radius: 0px;
        border-top-width: 4px;
        border-bottom-width: 0px;
        left: 124px;
        top: 41px;
        height: 90px;
        background: inherit;
    }
    #popup_toggle {
        display: block;
        position: relative;
        width: 40px;
        height: 40px;
        margin-right: 23px;
        margin-top: -4px;
    }
    .img-circle {
        background-color: #fb4440;
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }

    .circlephone {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        border: 2px solid #ffe3e3;
        width: 70px;
        height: 70px;
        left: calc(50% - 35px);
        top: calc(50% - 35px);
        position: absolute;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        opacity: .5;
        -webkit-animation: circle-anim 2.4s infinite ease-in-out !important;
        -moz-animation: circle-anim 2.4s infinite ease-in-out !important;
        -ms-animation: circle-anim 2.4s infinite ease-in-out !important;
        -o-animation: circle-anim 2.4s infinite ease-in-out !important;
        animation: circle-anim 2.4s infinite ease-in-out !important;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all 0.5s;
    }

    .circle-fill {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        background-color: #ffdbdb;
        width: 50px;
        height: 50px;
        top: calc(50% - 25px);
        left: calc(50% - 25px);
        position: absolute;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
        -webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;
        -moz-animation: circle-fill-anim 2.3s infinite ease-in-out;
        -ms-animation: circle-fill-anim 2.3s infinite ease-in-out;
        -o-animation: circle-fill-anim 2.3s infinite ease-in-out;
        animation: circle-fill-anim 2.3s infinite ease-in-out;
        -webkit-transition: all .5s;
        -moz-transition: all .5s;
        -o-transition: all .5s;
        transition: all 0.5s;
    }

    .img-circle {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        width: 36px;
        height: 36px;
        top: calc(50% - 18px);
        left: calc(50% - 18px);
        position: absolute;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;
        border: 2px solid transparent;
    }

    .img-circleblock {
        box-sizing: content-box;
        -webkit-box-sizing: content-box;
        width: 35px;
        height: 35px;
        background-image: url(../img/phone.png);
        background-position: center center;
        background-size: 60%;
        background-repeat: no-repeat;
        animation-name: tossing;
        -webkit-animation-name: tossing;
        animation-duration: 1.5s;
        -webkit-animation-duration: 1.5s;
        animation-iteration-count: infinite;
        -webkit-animation-iteration-count: infinite;
    }
    header .phone{
        display: none;
    }

    .img-circle:hover {
        opacity: 1;
    }
    @keyframes pulse {
        0% {
            transform: scale(0.9);
            opacity: 1;
        }
        50% {
            transform: scale(1);
            opacity: 1;
        }
        100% {
            transform: scale(0.9);
            opacity: 1;
        }
    }
   
    @-webkit-keyframes pulse {
        0% {
            -webkit-transform: scale(0.95);
            opacity: 1;
        }
        50% {
            -webkit-transform: scale(1);
            opacity: 1;
        }
        100% {
            -webkit-transform: scale(0.95);
            opacity: 1;
        }
    }

    @keyframes tossing {
        0% {
            transform: rotate(-8deg);
        }
        50% {
            transform: rotate(8deg);
        }
        100% {
            transform: rotate(-8deg);
        }
    }

    @-webkit-keyframes tossing {
        0% {
            -webkit-transform: rotate(-8deg);
        }
        50% {
            -webkit-transform: rotate(8deg);
        }
        100% {
            -webkit-transform: rotate(-8deg);
        }
    }

    @-moz-keyframes circle-anim {
        0% {
            -moz-transform: rotate(0deg) scale(0.5) skew(1deg);
            opacity: .1;
            -moz-opacity: .1;
            -webkit-opacity: .1;
            -o-opacity: .1;
        }
        30% {
            -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .5;
            -moz-opacity: .5;
            -webkit-opacity: .5;
            -o-opacity: .5;
        }
        100% {
            -moz-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .6;
            -moz-opacity: .6;
            -webkit-opacity: .6;
            -o-opacity: .1;
        }
    }

    @-webkit-keyframes circle-anim {
        0% {
            -webkit-transform: rotate(0deg) scale(0.5) skew(1deg);
            -webkit-opacity: .1;
        }
        30% {
            -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            -webkit-opacity: .5;
        }
        100% {
            -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            -webkit-opacity: .1;
        }
    }

    @-o-keyframes circle-anim {
        0% {
            -o-transform: rotate(0deg) kscale(0.5) skew(1deg);
            -o-opacity: .1;
        }
        30% {
            -o-transform: rotate(0deg) scale(0.7) skew(1deg);
            -o-opacity: .5;
        }
        100% {
            -o-transform: rotate(0deg) scale(1) skew(1deg);
            -o-opacity: .1;
        }
    }

    @keyframes circle-anim {
        0% {
            transform: rotate(0deg) scale(0.5) skew(1deg);
            opacity: .1;
        }
        30% {
            transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .5;
        }
        100% {
            transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .1;
        }
    }

    @-moz-keyframes circle-fill-anim {
        0% {
            -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
        50% {
            -moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);
            opacity: .2;
        }
        100% {
            -moz-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
    }

    @-webkit-keyframes circle-fill-anim {
        0% {
            -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
        50% {
            -webkit-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2;
        }
        100% {
            -webkit-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
    }

    @-o-keyframes circle-fill-anim {
        0% {
            -o-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
        50% {
            -o-transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2;
        }
        100% {
            -o-transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
    }

    @keyframes circle-fill-anim {
        0% {
            transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
        50% {
            transform: rotate(0deg) scale(1) skew(1deg);
            opacity: .2;
        }
        100% {
            transform: rotate(0deg) scale(0.7) skew(1deg);
            opacity: .2;
        }
    }
	
	section.one .wrapper-right-red h1 {
    line-height: 35px;
	}
	
	.first-p {
    margin-top: 0;
}
	
	.wrapper-right-red-text {
    margin-left: 0;
}
	
	section.one .wrapper-image-red img {
    margin-left: 0;
    top: 40px;
    width: 100%;
    height: auto;
}
	
	section.one .wrapper-image-red{
	margin: 0;
		}
	
	section.headline-red{
	padding: 0 !important;
		}
	
	.number-red{
		display:none;
		}
	
	section.node-red{
		border: 0;
		padding: 0;
    margin: 0;
		}
	
	.headline-red-text-block {
    margin: 0;
}
	
	.condition-participation-img {
    display: none;
}
	
	.center-h2 {
    margin: 0;
}
	
	section.where-materia {
    margin: 0;
}
	
	.pad-text {
    padding: 0;
}
	
	.flex-form-block {
    flex-direction: column;
}
	
	#contactForm input {
    width: 100%;
	height:40px;

}
	
	.contact-form {
    padding: 10px;
}
	
	.alarm-img {
    display:none;
}
	
	#contactForm input[type=submit] {
    line-height: 20px;
}
	.section__inner-header {
	    padding-top: 100px;
	}
	.article-main {
	    width: 100%;
	    padding-right: 15px;
	    padding-left: 15px;
	        box-sizing: border-box;
	}
	.section__inner-header h2 {
	   font-size: 34px;
	}
	.container_12 .grid_9, .container_16 .grid_12 {
	    width: 100%;
	}
	#main img {
	    height: auto;
	}
}

@media screen and (max-width: 768px) {
    .wrapperBloks.prev .block {
        width: 95%!important;
    }
    .wrapperPriceTable , .article, footer{
        padding: 0px 15px 0;
    }
    .main-slider{ display: none!important; }
    .tabswrapper li{
    display: block;
    color: #fff;
    padding-bottom: 20px;
    font-size: 14px;
    cursor: pointer;
}
.tabswrapper ul {
    list-style: none;
    color: #fff;
    display: block;
}
