@font-face {
    font-family: 'LogoFont';
    src: url('./../fonts/one.ttf')  format('truetype'); /* Safari, Android, iOS */
}

body{
    font-family: 'Roboto', sans-serif;
    margin: 0;
}
.body{
    overflow-x: hidden;
}
main{
    margin: 0 auto;
    width: 1140px;
}
header{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .menu .mobile{
    display: none;
}
header, section{
    position: relative;
}
header.borderLeft:after, section.borderLeft:after{
    display: block;
    content: '';
    width: 5px;
    background: #EC1B24;
    position: absolute;
    height: 100%;
    left: 80px;
    top: 0;
}
section.borderRight:after{
    display: block;
    content: '';
    width: 5px;
    background: #EC1B24;
    position: absolute;
    height: 100%;
    right: 80px;
    top: 0;
}
header .logo{
    width: 116px;
    height: 116px;
    background: #EC1B24;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-family: 'LogoFont', arial;
    position: relative;
    margin-left: 16px;
    margin-top: 20px;
    margin-bottom: 20px;
    z-index: 1;
    justify-content: center;
}
header .logo:after{
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("/img/logoAngleTop.png");
    background-size: 30px !important;
    background-repeat: no-repeat !important;
    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 !important;
    background-repeat: no-repeat !important;
    bottom: -17px;
    left: 50%;
    margin-left: -15px;
}

header .menu{
    padding: 0;
    margin-left: 18px;
    display: flex;
    align-items: center;
    width: 725px;
}
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: #EC1B24 !important;
}
header .menu li:first-child{
    margin-left: 0;
}
header .phone{
    height: 56px;
    background: #EC1B24;
    padding: 0 22px;
    color: #fff;
    font-size: 20px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    font-weight: 200;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}
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 !important;
    background-repeat: no-repeat !important;
    top: -11px;
    left: 90%;
    margin-left: -25px;
}
header .phone:before{
    display: block;
    content: '';
    position: absolute;
    width: 3px;
    height: 100px;
    background: #EC1B24;
    margin-top: -80px;
    left: 90%;
    margin-left: -11px;
}
section.one{
    padding-bottom: 70px;
    position: relative;
}
section.one .wrapperImage{
    width: 553px;
    height: 553px;
    background: #EC1B24;
    border-radius: 50%;
    margin-left: -196px;
    margin-top: 100px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    vertical-align: middle;
    top: 0;
    left: 0;
}
section.one .wrapperImage:after{
    display: block;
    content: '';
    position: absolute;
    width: 70px;
    height: 70px;
    background: url("/img/generalAngelBottom.png");
    background-size: 70px !important;
    background-repeat: no-repeat !important;
    bottom: -40px;
    left: 50%;
    margin-left: -32px;
}
section.one .wrapperImage img{
    margin-left: 7px;
    margin-top: -50px;
    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: 100px;
    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 #EC1B24;
    border-radius: 30px;
    display: inline-block;
    margin: 60px 0 90px 0;
    cursor: pointer;
    transition: all .3s ease;
    color: #EC1B24;
    font-size: 20px;
}
section.one .wrapperRight .button:hover{
    color: #fff;
    background: #EC1B24;
}

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;
}
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: #EC1B24;
    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 !important;
    background-repeat: no-repeat !important;
    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: #EC1B24;
    left: 33px;
    top: 50%;
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.headline .image .imageInside{
    width: 45px;
    height: 45px;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
section.headline#one .image .imageInside{
    background: url(/img/schema.png);
}

section.headline#one{
    padding-top: 200px;
    padding-bottom: 109px;
}
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 !important;
    background-repeat: no-repeat !important;
    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 !important;
    background-repeat: no-repeat !important;
    bottom: -16px;
    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 #EC1B24;
    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 #EC1B24;
    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 #EC1B24;
    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: #EC1B24;
    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 !important;
    background-repeat: no-repeat !important;
    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 !important;
    background-repeat: no-repeat !important;
    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: -21px;
    left: 0;
}

section.node .block.two{
    top: -21px;
    left: 300px;
}
section.node .block.three{
    top: -21px;
    left: 600px;
}
section.node .block.four{
    top: 203px;
    left: 450px;
}
section.node .block.five{
    top: 203px;
    left: 150px;
}
section.empty{
    height: 300px;
}
section.three, footer.three{
    background: #EC1B24;
    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: #EC1B24;
}
section.three:after, footer.three:after{
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    position: absolute;
    right: 1px;
    top: 0;
    margin-right: -100vw;
    background: #EC1B24;
}
section.three .headline.wrapper{
    padding-top: 123px;
    padding-bottom: 109px;
    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.new{
    display: flex;
}

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

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

section.three .wrapperBloks.new .block.litle .link{
    display: none;
}



section.three .wrapperBloks.new .block.litle, section.three .wrapperBloks.new .block.big{
    overflow: hidden;
    width: 252px;
    height: 120px;
    border: 2px solid #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    border: ''
}


section.three .wrapperBloks .block:active {
    transition: all .1s ease;
    -webkit-box-shadow: 0px 5px 12px -3px rgba(255,255,255,0.5);
    -moz-box-shadow: 0px 5px 12px -3px rgba(255,255,255,0.5);
    box-shadow: 0px 5px 12px -3px rgba(255,255,255,0.5);
}

section.three .wrapperBloks.new .block.litle.left{
    margin-bottom: 10px
}
section.three .wrapperBloks.new .block.litle.right{
    margin-top: 10px
}
section.three .wrapperBloks.new .block.litle.right .content .price, section.three .wrapperBloks.new .block.litle.right .content .headline{
    text-align: right !important;
    width: 100%;
}
section.three .wrapperBloks.new .block.big{
    height: 266px;
}



section.three .wrapperBloks.new .block.litle .content, section.three .wrapperBloks.new .block.big .content{
    padding-left: 13px;
    padding-right: 15px;
    padding-top: 25px;
    padding-bottom: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 77px;
    flex: 1;
}
section.three .wrapperBloks.new .block.litle .image, section.three .wrapperBloks.new .block.big .image{
    position: absolute;
    width: 160px;
    height: 160px;
    top: -19px;
    right: -42px;
    margin: 0;
}


section.three .wrapperBloks.new .block.big .image{
    right: -35px;
}
section.three .wrapperBloks.new .block.big .image .imageInside{
    background-position: 46% 50% !important;
}
section.three .wrapperBloks.new .block.litle.right .image{
    left: -42px;
}
section.three .wrapperBloks.new .block.litle.right .image .imageInside{
    background-position: 60% 50% !important;
}
section.three .wrapperBloks.new .block.litle.right .content{
    margin-left: 112px;
}
section.three .wrapperBloks.new .block.litle .price, section.three .wrapperBloks.new .block.big .price{
    position: static;
    text-align: left;
    font-weight: 800;
}
section.three .wrapperBloks.new .bigBlockForTwoLittle{
    display: flex;
    flex-direction: column;
    width: 270px;
    margin-right: 10px;
}
section.three .wrapperBloks.new .block .headline{
    text-align: left;
    width: 120px;
    font-weight: 600;
}

section.three .wrapperBloks.new .block .image .imageInside{
    width: 160px;
    height: 160px;
    background-position: 40% 50% !important;
}
/* section.three .wrapperBloks .block:hover section.three .wrapperBloks.new .block.litle .price, section.three .wrapperBloks.new .block.big .price{
    color: #fff !important;
} */

.inForm{
    display: none;
}
section.three .wrapperBloks.new .block.big .link{
    opacity: 0;
}
section.three .wrapperBloks.new .block.big .description{
    text-align: left;
    display: block;
    margin-left: 13px;
    margin-top: 30px;
    font-size: 14px;
    list-style: none;
    padding: 0;
    width: 90%;
}
section.three .wrapperBloks.new .block.big .description li{
    margin-top: 3px;
}
section.three .wrapperBloks.new .block.big .inForm table{
    width: 100%;
    margin-top: 23px;
}
section.three .wrapperBloks.new .block.big .inForm table th:last-child, section.three .wrapperBloks.new .block.big .inForm table td:last-child{
    display: none;
}
section.three .wrapperBloks.new .block.big .inForm table th, section.three .wrapperBloks.new .block.big .inForm table td{
    text-align: left;
    font-size: 14px;
    padding-left: 13px;
}

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

section.headline.right{
    text-align: right;
    padding-left: 0;
    padding-right: 190px;
}
section.headline.right#three{
    padding-top: 317px;
    padding-bottom: 80px;
}
section.headline.right#three .image{
    right: 34px;
    left: inherit;
    background-size: auto !important;
    margin-top: 66px;
}
section.headline.right#three .image .imageInside{
    background: url(/img/price.png);
    background-size: 40px !important;
}
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: #EC1B24;
}
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: #EC1B24;
    margin-left: 30px;
}
table tfoot td .button{
    display: inline-block;
    color: #EC1B24;
    border: 2px solid #EC1B24;
    padding: 18px 56px;
    border-radius: 30px;
    float: right;
    transition: all .3s ease;
    cursor: pointer;
}
table tfoot td .button:hover{
    background: #EC1B24;
    color: #fff;
}

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

section.headline.withImage .baseImage{
    width: 360px;
    height: 400px;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    left: 60px;
    background: url('/img/washer2.png');
    background-size: auto 100% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
section.headline.withImage .baseImage .insideImage{
    width: 100%;
    height: 100%;
    background: url('/img/notebook.png');
    background-size: auto 80% !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
section.headline.withImage#three .image{
    margin-top: -138px;
}
section.headline.withImage#three .image .imageInside{
    background: url(/img/safe2.png);
}

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

section.headline.right#three.another .image{
    
    margin-top: -131px;
}
section.headline.right#three.another .image .imageInside{
    background: url(/img/favorite.png);
}
section.six{
    text-align: right;
    padding-right: 190px;
    padding-bottom: 100px;
}
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{
    margin-top: -73px;
}
section.headline.questions#three .image .imageInside{
    background:  url(/img/question.png);
}
section.seven ul{
    margin-top: 0;
    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;
}
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 #EC1B24;
    border-radius: 30px;
    display: inline-block;
    cursor: pointer;
    transition: all .3s ease;
    color: #EC1B24;
    font-size: 20px;
}
section.eight .wrapperRight .button:hover{
    color: #fff;
    background: #EC1B24;
}
section.eight .image{
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -48px;
    top: 115px;
    display: flex;
    align-items: center;
    justify-content: center;

}
section.eight .image .imageInside{
    background: url(/img/question2.png);
    width: 45px;
    height: 45px;
    background-size: 45px !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
footer.three{
    padding-bottom: 20px;
}
footer.three .map{
    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: 100px;
    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: 1000;
    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: #EC1B24
}
.wrapperForm form .text.inputNotValidation{
    text-decoration: underline;
    color: #EC1B24;
}
.inputNotValidation::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #EC1B24;
}
.inputNotValidation::-moz-placeholder { /* Firefox 19+ */
  color: #EC1B24;
}
.inputNotValidation:-ms-input-placeholder { /* IE 10+ */
  color: #EC1B24;
}
.inputNotValidation:-moz-placeholder { /* Firefox 18- */
  color: #EC1B24;
}
.wrapperForm .button{
    display: inline-block;
    border: 2px solid #EC1B24;
    padding: 15px 0;
    text-align: center;
    border-radius: 78px;
    color: #EC1B24;
    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: #EC1B24;
}
.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: #EC1B24;
    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;
}


@media screen and (max-width: 1500px) {
    main{
        width: 962px;
    }
    header .menu{
        width: 565px;
        margin-left: 20px;
    }
    header .menu li{
        padding: 10px 10px;
    }
    header .logo{
        width: 104px;
        height: 104px;
        margin-left: 25px;
    }
    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 .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{
        padding-top: 110px;
    }
    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: 200px;
    }
    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 .wrapperBloks .block{
        width: 167px;
        height: 230px;
    }
    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 .baseImage{
        height: 300px;
        margin-top: -155px;
        width: 266px;
    }
    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: none;
    }
    section.one .wrapperImage .image{
        width: 510px;
        height: 488px;
        background: url(./../img/washer3.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);
    }
}
@media screen and (max-width: 980px) {
    main{
        width: 360px;
    }
    header{
        height: 65px;
        width: 100%;
        top: 0;
        left: 0;
        background: #EC1B24;
        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: 374px;
        height: 290px;
        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: #EC1B24;
        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 #EC1B24;
        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 .wrapperBloks .block{
        width: 158px;
        height: 209px;
        margin: 0 16px 20px 0;
        vertical-align: top;
        transition: all .3s ease;
        
    }
    section.three .wrapperBloks.new .block.litle, section.three .wrapperBloks.new .block.big{
        width: 329px;

    }
    
    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 .baseImage{
        position: static;
        margin-top: 50px;
        margin-bottom: 25px;
        display: inline-block;
    }
    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 #EC1B24;
        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: 590px;
        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: flex;
        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 #EC1B24;
        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 #EC1B24;
        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: flex;
        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: #0000001f;
        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.three .wrapperBloks .block .image .imageInside{
        width: 76px;
        height: 76px;
        display: inline-block;
        background-size: 40% !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }
}

section.three .wrapperBloks.new .block .headline, section.three .wrapperBloks .block .price{
    position: relative;
    z-index: 10;
}


.checkerPriceList{
    display: flex;
    height: 54px;
    justify-content: space-between;
    border: 2px solid red;
    border-radius: 27px;
    overflow: hidden;
    margin-bottom: 50px;
}

.checkerPriceList .item{
    width: 33.3333333%;
    text-align: center;
    line-height: 54px;
    color: red;
    cursor: pointer;
}

.checkerPriceList .item.active{
    background: red;
    color: #fff;
    cursor: default;
}

.wrapperPriceTable .item{
    display: none;
}
.wrapperPriceTable .item.active{
    display: block;
}

@media screen and (max-width: 980px) {
    .checkerPriceList{
        height: 46px;
    }
    .checkerPriceList .item{
        line-height: 46px;
        font-size: 12px;
    }
}

@media screen and (max-width: 359px) {
    main {
        width: 320px;
    }
    section.three .wrapperBloks .block {
        width: 145px;
        margin: 0 4px 12px 0;
    }
    section.six .sliderLenght .sliderBlock {
        width: 320px;
    }
    section.headline.questions#three:after, section.eight:after{
        left: 98px;
    }
    section.eight:after{
        left: 102px;
    }
    body{
        margin-top: 54px;
    }
    .wrapperForm form, .wrapperForm.fault .wrapper{
        width: 300px;
    }
    section.node .block{
        width: 240px;
    }
    footer.three .wrapperRight{
        display: block;
        width: 300px;
        margin: 0 auto;
        padding: 1px;
    }
    section.three .background, section.one .background{
        left: 0;
    }
    section.three .wrapperBloks.new .block.litle, section.three .wrapperBloks.new .block.big{
        width: 285px;
    }
}