@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700,900');
html{
    line-height:1.15;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}
h1{
    font-size:2em;
    margin:0.67em 0;
}
hr{
    box-sizing:content-box;
    height:0;
    overflow:visible;
}
main{
    display:block;
}
pre{
    font-family:monospace, monospace;
    font-size:1em;
}
a{
    background-color:transparent;
    -webkit-text-decoration-skip:objects;
}
abbr[title]{
    text-decoration:underline;
    text-decoration:underline dotted;
}
b,
strong{
    font-weight:bolder;
}
code,
kbd,
samp{
    font-family:monospace, monospace;
    font-size:1em;
}
small{
    font-size:80%;
}
audio,
video{
    display:inline-block;
}
img{
    border-style:none;
}
svg:not(:root){
    overflow:hidden;
}
button,
input,
optgroup,
select,
textarea{
    margin:0;
}
button{
    overflow:visible;
    text-transform:none;
}
button,
[type="button"],
[type="reset"],
[type="submit"]{
    -webkit-appearance:button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner{
    border-style:none;
    padding:0;
}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring{
    outline:1px dotted ButtonText;
}
fieldset{
    padding:0.35em 0.75em 0.625em;
}
input{
    overflow:visible;
}
legend{
    box-sizing:border-box;
    color:inherit;
    display:table;
    max-width:100%;
    padding:0;
    white-space:normal;
}
progress{
    display:inline-block;
    vertical-align:baseline;
}
select{
    text-transform:none;
}
textarea{
    overflow:auto;
}
[type="checkbox"],
[type="radio"]{
    box-sizing:border-box;
    padding:0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button{
    height:auto;
}
[type="search"]{
    -webkit-appearance:textfield;
    outline-offset:-2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
}
::-webkit-file-upload-button{
    -webkit-appearance:button;
    font:inherit;
}
details{
    display:block;
}
summary{
    display:list-item;
}
canvas{
    display:inline-block;
}
template{
    display:none;
}
[hidden]{
    display:none;
}

*{
    box-sizing:border-box;
    }
button{
    padding:0;
    margin:0;
    border:none;
    background-color:transparent;
    }
ul{
    padding:0;
    margin:0;
    list-style:none;
    }
h1, h2, h3, h4, h5, h6{
    margin:0;
    }
img{
    display:block;
    max-width:100%;
    height:auto;
    }
body{
    margin:0;
    padding:0;
    font-size:16px;
    line-height:1.25;
    color:#333333;
    font-family:'Roboto', sans-serif;
    }
p{
    margin:0;
    }
a{
    text-decoration:none;
    }
.container{
    width:100%;
    padding:0 15px;
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    }
.header{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    z-index:100;
    display:flex;
    align-items:center;
    height:70px;
    background-color:#191919;
    }
.menu{
    z-index:99999999;
    position:fixed;
    right:-300%;
    bottom:0;
    top:70px;
    z-index:9999;
    width:100%;
    background-color:#191919;
    transition:all .3s;
    }
.menu--open{
    padding-top: 40px;
    right:0;
    transition:all .3s;
    }
.menu__item{
    margin-bottom:20px;
    text-align:center;
    }
.menu__item:last-child{
    display:none;
    }
.menu__link{
    text-decoration:none;
    color:#cccccc;
    transition:all .3s;
    font-size:24px;
    }
.menu__link:hover{
    color:#ffffff;
    }
.logo{
    display:inline-block;
    width:104px;
    }
.menu__button-wrapp{
    width:60px;
    height:40px;
    margin-left:auto;
    border-radius:3px;
    border:1px solid #5d5d5d;
    cursor:pointer;
    }
.menu__button{
    position:relative;
    display:block;
    width:40px;
    height:2px;
    margin:18px auto auto auto;
    background-color:#ffffff;
    }
.menu__button::before, .menu__button::after{
    content:'';
    position:absolute;
    top:-7px;
    display:block;
    width:40px;
    height:2px;
    background-color:inherit;
    }
.menu__button::after{
    top:7px;
    }
.menu__button--active{
    height:0;
    }
.menu__button--active::before{
    top:0;
    transform:rotate(45deg);
    }
.menu__button--active::after{
    top:0;
    transform:rotate(-45deg);
    }
.sec-one{
    padding-top:100px;
    background-image:linear-gradient(to bottom, #151515, #4c2e1e 552px, #ffffff 552px);
    }
.sec-one__img{
    width:100%;
    }
.sec-one__title{
    width:100%;
    margin-top:14px;
    text-transform:uppercase;
    font-size:20px;
    font-weight:900;
    color:#ffcc00;
    text-align:center;
    }
.sec-one__text{
    width:100%;
    margin-top:10px;
    text-align:center;
    font-size:18px;
    color:#ffffff;
    }
.offer-img{
    width:290px;
    margin:40px auto auto auto;
    }
.offer-img img{
    margin:auto;
    }
.form{
    width:100%;
    margin-top:34px;
    background-color:#ffffff;
    }
.form__top{
    width: 100%;
    border-radius: 5px;
    margin: 0 0 10px 0;
    padding-top: 18px;
    position: relative;
    box-sizing: border-box;
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    text-align: center;
    background-color: #ffff3a;
    color: #000000;
    border: 3px dashed #000000;
}
.form__top:after{
    position: absolute;
    content: ' ';
    display: block;
    background: url(../img/open-scissors.svg);
    background-size: 40px;
    background-repeat: no-repeat;
    width: 35px;
    height: 45px;
    transform: rotate(90deg);
    top: -26px;
    left: 10px;
}

.discount{
    color: #eb0014;
    font-size: 27px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    font-weight: 900;
    }
.discount span{
    padding-left: 10px;
    }
.counter{
    margin-top:10px;
    text-align:center;
    }
.countdown-container{
    font-size:36px;
    font-weight:900;
    color:#000000;
    }
.time{
    margin:0 8px;
    color:#ff7e00;
    }
.form__input{
    display:block;
    width:290px;
    height:40px;
    margin:auto auto 14px auto;
    padding-left:15px;
    border:1px solid #cccccc;
    border-radius:3px;
    }
.button{
    display:block;
    width:290px;
    height:60px;
    margin:auto;
    text-transform:uppercase;
    text-align:center;
    color:#ffffff;
    font-weight:900;
    font-size:24px;
    border-radius:42px;
    background-image:linear-gradient(to top, rgb(232, 49, 0) 0%, rgb(233, 85, 0) 53%, rgb(234, 121, 0) 100%);
    transition: all .3s;
		cursor: pointer;

    }
.button:hover {
    background-image:linear-gradient(to bottom, rgb(232, 49, 0) 0%, rgb(233, 85, 0) 53%, rgb(234, 121, 0) 100%);
    }
.form__bottom{
    margin-top:14px;
    padding-bottom:15px;
    text-align:center;
    color:#999999;
    }
.sec-second__title{
    width:100%;
    text-transform:uppercase;
    font-size:36px;
    color:#ff4800;
    font-weight:900;
    text-align:center;
    }
.price{
    display:flex;
    justify-content:center;
    margin-top:15px;
    font-size:40px;
    font-weight:900;
    }
.price__old{
    position:relative;
    margin-right:30px;
    }
.price__old::before{
    content:'';
    position:absolute;
    top:40%;
    left:-5%;
    right:-5%;
    transform:rotate(-22deg);
    display:block;
    height:5px;
    background-color:#ff4800;
    }
.price__new{
    color:#ff4800;
    }
.sec-second__subtitle{
    width:100%;
    font-size:24px;
    text-align:center;
    }
.problems{
    width:100%;
    margin-top:36px;
    }
.problems__item{
    width:290px;
    font-size:24px;
    font-weight:700;
    color:#ffffff;
    text-align:center;
    margin:auto auto 15px auto;
    padding-top:127px;
    padding-bottom:21px;
    border-radius:4px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:cover;
    }
.problems__item p{
    margin:0;
    }
.problems__item:first-child{ background-image:url("../img/problems-1.jpg") }
.problems__item:nth-child(2){ background-image:url("../img/problems-2.jpg") }
.problems__item:nth-child(3){ background-image:url("../img/problems-3.jpg") }
.problems__item:last-child{ background-image:url("../img/problems-4.jpg") }
.sec-expert{
    padding-top:185px;
    padding-bottom:40px;
    background-image:url("../img/expert-320.jpg");
    background-repeat:no-repeat;
    background-position:center top;
    }
.sec-expert__title{
    width:100%;
    font-size:36px;
    text-transform:uppercase;
    font-weight:900;
    text-align:center;
    }
.sec-expert__quote{
    width:100%;
    margin-top:15px;
    font-size:18px;
    text-align:center;
    text-transform:uppercase;
    }
.sec-expert__desc{
    margin-top:44px;
    text-align:center;
    }
.sec-expert__desc--bold{
    font-weight:700;
    }
.sec-expert__name{
    margin:25px auto auto auto;
    text-align:center;
    font-size:16px;
    }
.sec-expert__name span{
    display:block;
    font-weight:700;
    }
.sec-desc-offer{
    padding:40px 0;
    background-image:linear-gradient(to top, #2c2c2b, #383838);
    background-position:left top;
    }
.sec-desc-offer__img{
    width:100%;
    margin:auto;
    }
.sec-desc-offer__img img{
    margin:auto;
    width: 60%;
    }
.sec-desc-offer__title{
    margin:30px auto auto auto;
    text-transform:uppercase;
    text-align:center;
    font-weight:900;
    font-size:30px;
    color:#deb304;
    }
.sec-desc-offer__text{
    margin-top:24px;
    text-align:center;
    color:#ffffff;
    line-height:1.50;
    }
.sec-comp{
    padding:40px 0;
    background-image:linear-gradient(to top, #151515, #2c2c2b);
    overflow: hidden;
    }
.sec-comp__title{
    margin:auto;
    text-transform:uppercase;
    text-align:center;
    font-weight:900;
    font-size:30px;
    color:#deb304;
    }
.sec-comp__subtitle{
    width:100%;
    margin-top:15px;
    text-align:center;
    font-size:24px;
    color:#ffffff;
    }
.structure{
    margin:auto;
    }
.structure__item{
    width:290px;
    margin-top:31px;
    }
.structure__img{
    width:290px;
    height: 200px;
    margin:auto;
    }
.structure__img img{
    border:3px solid #141415;
    }
.structure__title{
    margin-top:20px;
    font-weight:700;
    font-size:24px;
    color:#deb304;
    text-align:center;
    }
.structure__text{
    margin-top:25px;
    text-align:center;
    color:#ffffff;
    }
.sec-comment{
    padding:40px 0;
    background-color:#f2f2f2;
    }
.sec-comment__title{
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:30px;
    color:#deb304;
    }
.comment{
    margin:auto;
    }
.comment__item{
    width:290px;
    padding:31px 15px;
    background-image:linear-gradient(to bottom, rgba(255, 255, 255, 0) 135px, rgba(255, 255, 255) 135px);
    }
.comment__avatar{
    width:146px;
    margin:auto;
    }
.comment__avatar img{
    width:inherit;
    border-radius:50%;
    }
.comment__name{
    margin-top:24px;
    font-size:23px;
    text-transform:uppercase;
    text-align:center;
    }
.comment__name span{
    display:block;
    text-transform:inherit;
    font-size:18px;
    color:#deb304;
    }
.comment__coment{
    height:80px;

    overflow:hidden;
    text-align:center;
    transition:all .3s;
    }
.comment__coment p  {
 padding-top: 20px;
    }
.comment-open{
    transition:all .3s;
    }
.comment-open + .comment__btn{
    transform: rotate(180deg);
    }
.comment-open + .comment__btn svg {
    fill:#dddddd;
    }
.comment__btn{
    display:block;
    margin:30px auto auto auto;
    cursor: pointer;
    }
.comment__btn svg {
    fill:#ff4800;
    }
.comment__btn > svg:hover{
    cursor:pointer;
    }
.sec-accept{
    padding:40px 0;
    }
.sec-accept__title{
    width:100%;
    text-align:center;
    text-transform:uppercase;
    font-size:30px;
    font-weight:900;
    }
.accept{
    margin:60px auto auto auto;
    }
.accept__item{
    text-align:center;
    margin-bottom:40px;
    }
.accept__item:last-child{
    margin-bottom:0;
    }
.accept__name{
    margin-top: 11px;
    font-size:24px;
    text-transform:uppercase;
    }
.accept__text{
    font-size:18px;
    }
.footer__bottom{
    padding: 0px 22px 50px 22px;
    text-align:center;
    font-size:12px;
    background-color:#f2f2f2;
    }
.footer__bottom p {
    line-height: 1.5;
    }
.sec-statistics{
    display:none;
    }
.plus{
    display:none;
    }
.sec-table{
    display:none;
    }
.sec-effect{
    display:none;
    }
.price__new{
    position: absolute;
    top: 210px;
    margin-top: 10px;
    color: #ed0400;
    font-size: 52px;
}
.wv_order-form{
    padding-top: 60px;
}
.countdown-container span{
            display: inline-block;
            color: #000;
        }
    .countdown-container .time{
        color: #fff;   
        height: 50px;
        width: 60px;
        line-height: 50px;
        text-align: cetner;
        background: #ED0400;
    }
    .timer__name {
    color: #4b4b4b;
    width: 80%;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin: 5px auto 0 auto;
}
.timer__name span {
    width: calc(100% / 3);
}
.price__old {
    margin-right: 0;
    color: #806008;
}
.price__new sup{
        font-size: 24px;
    }
    .wv_new-price-int{
        margin-right: -10px;
    }
    .price__new sup.wv_currency{
        margin-left: -10px;
    }
.shields__block > div {
    width: 100%;
}

.free-delivery {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 12px 0;
}

.free-delivery-title {
    text-transform: uppercase;
    color: rgb(234, 121, 0);
    font-size: 17px;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
}

.free-delivery-subtitle {
    display: block;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #999999;
}

.free-delivery-cards {
    display: flex;
    justify-content: center;
    margin-top: 3px;
}

.free-delivery-cards img {
    width: 45px;
    margin: 0 5px;
}

.shields {
    display: flex;
    justify-content: space-evenly;
    padding: 20px 0;
}

.shields img {
    height: 24px;
    width: auto;
}
@media screen and  ( min-width:768px){
    .discount{
        font-size: 32px;
    }
    .price__new{
        top: 30px;
    }
    .sec-table{
        display:block;
        }
    .sec-effect{
        display:block;
        }
    .container{
        width:768px;
        margin:0 auto 0 auto;
        }
    .menu__link{
        font-size:16px;}
    .sec-one{
        padding-top:110px;
        padding-bottom:50px;
        background-image:url("../img/sec-one-bg.jpg");
        background-size:auto 677px;
        background-repeat:no-repeat;
        background-position:calc(100% - 66% - 0px) calc(69px);
        background-color:#f2f2f2;
        }
    .menu__button-wrapp{
        display:none;
        }
    .menu{
        display:flex;
        align-items:center;
        width:76%;
        position:static;
        padding-right:56px;
        }
    .logo{
        margin-left:32px;
        }
    .menu__list{
        width:100%;
        display:flex;
        justify-content:space-between;
        align-items:center;
        }
    .menu__item{
        display:inline-block;
        vertical-align:middle;
        margin-bottom:0;
        }
    .sec-one__img{
        width:667px;
        margin:auto;
        }
    .sec-one__title{
        font-size:36px;
        }
    .sec-one__text{
        font-size:24px;
        width:544px;
        margin:auto;
        }
    .form{
        position:relative;
        width:50%;
        padding-top:0px;
        background-image:url("../img/form-bg.svg"), linear-gradient(to bottom, rgba(255, 255, 255, 0) 236px, rgba(255, 255, 255, 1) 236px);
        background-repeat:no-repeat;
        background-position:center bottom 183px, left bottom;
        background-color:transparent;
        background-size:100% 100%, auto;
        z-index:3;
        }
    .form::after{
        content:'';
        position:absolute;
        left:0;
        bottom:0;
        display:block;
        width:100%;
        height:28%;
        background-color:transparent;
        z-index:-1;
        box-shadow:0px 2px 4px 0px #dddddd;
        }
    .price{
        flex-direction:column;
        align-items:center;
        margin-right:0;
        margin-top:15px;
        position: relative;
        }
    .price__old{
        margin-right:0;
        color:#806008;
        }
    .price__old::before{
        background-color:#ffcc00;
        }
    .price__new{
        margin-top:35px;
        color: #ed0400;
        font-size: 50px;
        }
    .counter{
        margin-top:-5px;
        color:#000;
        }
    .discount{
        color: #eb0014;
        font-weight: 900;
        }
    .discount span{
       color: #eb0014;
        }
    .countdown-container{
        color:#ffffff;
        margin-top: 5px;
        }
    .countdown-container span{
            display: inline-block;
            color: #000;
        }
    .countdown-container .time{
        color: #fff;   
        height: 50px;
        width: 60px;
        line-height: 50px;
        text-align: center;
        background: #ED0400;
    }
    .timer__name {
    color: #4b4b4b;
    width: 74%;
    font-size: 12px;
    display: flex;
    justify-content: space-between;
    margin: 5px auto 0 auto;
}
    .offer-img{
        width:356px;
        margin:75px auto auto auto;
        }
    .sec-second{
        padding-bottom:132px;
        background-color: #f2f2f2;
        }
    .sec-second__title{
        font-size:40px;
        }
    .sec-second__subtitle{
        font-size:36px;
        }
    .problems__item{
        display:flex;
        align-items:flex-end;
        justify-content:center;
        width:100%;
        height: 430px;
        font-size:30px;
        }
    .sec-expert{
        padding-top:377px;
        background-image:url("../img/expert-768.jpg");
        padding-bottom:50px;
        }
    .sec-expert__title{
        font-size:40px;
        text-align:left;
        }
    .sec-expert__quote{
        font-size:24px;
        font-weight:700;
        text-align:left;
        }
    .sec-expert__desc{
        font-size:18px;
        text-align:left;
        }
    .sec-expert__desc--bold{
        padding:0 40px;
        }
    .sec-expert__name{
        margin:25px 0 0 0;
        text-align:left;
        font-size:18px;
        }
    .sec-desc-offer__img{
        margin:45px 0 0 0;
        width:35%;
        }
    .sec-desc-offer__wrapp{
        width:64%;
        }
    .sec-desc-offer__title{
        margin-top:0;
        padding-right:70px;
        text-align:left;
        font-size:40px;
        }
    .sec-desc-offer__text{
        text-align:left;
        font-size:18px;
        }
    .sec-comp__title{
        font-size:40px;
        }
    .sec-comp__subtitle{
        font-size:34px;
        }
    .structure{
        margin:80px 0 0 0;
        display:flex;
        flex-wrap:wrap;
        align-items:stretch;
        }
    .structure__item{
        width:50%;
        }
    .structure__item:last-child .structure__text{
        margin-top:54px;
        }
    .structure__img{
        width:100%;
        }
    .structure__title{
        margin-top:30px;
        }
    .structure__text{
        font-size:18px;
        }
    .sec-comment{
        padding:50px 0; }
    .sec-comment__title{
        font-size:40px;
        font-weight:900;
        }
    .comment__item{
        width:100%;
        }
    .comment__name{
        font-weight:700;
        }
    .comment__coment{
        font-size:18px;
        }
    .sec-accept{
        padding:100px 0 60px 0;
        }
    .sec-accept__title{
        font-size:40px;
        }
    .accept__name{
        margin-top: 61px;
        font-weight:900;
        }
    .accept__item:first-child .accept-icon svg{
        width:69px;
        height:69px;
        }
    .accept__item:nth-child(2) .accept-icon svg{
        width:106px;
        height:69px;
        }
    .accept__item:last-child .accept-icon svg{
        width:66px;
        height:70px;
        }
    .accept{
        width:100%;
        text-align:center;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        }
    .accept__item{
        /* display:inline-block; */
        /* margin-right:80px; */
width: calc(33% - 10px);
        }
    .footer .sec-one{
        padding-top:52px;
        padding-bottom:51px;
        background-position:calc(100% - 66% - 0px) calc(0px);
        }
    .footer__bottom{
        background-color:#f2f2f2;
        }
    .sec-statistics{
        display:block;
        padding:10px 0 40px 0;
        }
    .sec-statistics__title{
        width:100%;
        text-transform:uppercase;
        text-align:center;
        font-size:40px;
        font-weight:900;
        }
    .statis{
        display:flex;
        flex-wrap:wrap;
        justify-content:space-between;
        }
    .statis__item{
        position:relative;
        display:flex;
        flex-wrap:wrap;
        width:354px;
        height:229px;
        margin-top:33px;
        padding:15px;
        background-repeat:no-repeat;
        background-position:center center;
        background-size:cover;
        }
    .statis__item:first-child{ background-image:url("../img/statis-1.jpg") }
    .statis__item:nth-child(2){
        text-align:right;
        background-image:url("../img/statis-2.jpg")
        }
    .statis__item:nth-child(3){ background-image:url("../img/statis-3.jpg") }
    .statis__item:last-child{
        text-align:right;
        background-image:url("../img/statis-4.jpg")
        }
    .statis__text{
        width:100%;
        font-size:23px;
        font-weight:900;
        text-transform:uppercase;
        color:#ffffff;
        }
    .statis__number{
        display:flex;
        font-size:40px;
        font-weight:700;
        color:#ff3333;
        z-index:99;
        }
    .statis__item:first-child .statis__number, .statis__item:nth-child(2) .statis__number, .statis__item:nth-child(3) .statis__text{
        margin-top:auto;
        }
    .statis__text--last{
        display:flex;
        align-items:flex-end;
        justify-content:flex-end;
        }
    .statis__item:first-child .statis__number, .statis__item:nth-child(2){
        align-items:flex-end;
        }
    .statis__item:first-child .statis__text, .statis__item:nth-child(2) .statis__text{
        margin-bottom:auto;
        }
    .statis__item:last-child .statis__number, .statis__item:nth-child(3){
        align-items:flex-start;
        }
    .statis__item:first-child .statis__number, .statis__item:nth-child(3) .statis__number{ margin-left:auto }
    .statis__item:nth-child(3) .statis__text, .statis__item:last-child .statis__text{ order:3 }
    .statis__quadrant{
        position:absolute;
        }
    .statis__item:first-child .statis__quadrant{
        width:175px;
        height:175px;
        bottom:-5px;
        right:-1px;
        animation:anim-1 1s 3 linear;
        }
    .statis__item:nth-child(2) .statis__quadrant{
        width:120px;
        height:120px;
        left:-1px;
        bottom:-5px;
        transform:rotate(90deg);
        animation:anim-2 1s 3 linear;
        }
    .statis__item:nth-child(3) .statis__quadrant{
        width:115px;
        height:115px;
        right:-1px;
        top:-5px;
        transform:rotate(-90deg);
        animation:anim-3 1s 3 linear;
        }
    .statis__item:last-child .statis__quadrant{
        width:100px;
        height:100px;
        left:-1px;
        top:-5px;
        transform:rotate(180deg);
        animation:anim-4 1s 3 linear;
        }
    .statis__quadrant svg{
        width:100%;
        height:100%;
        fill:#ffffff;
        opacity:0.6;
        }
    @keyframes anim-1{
        0%, 100%{
            width:175px;
            height:175px;
            }
        50%, 60%, 70%{
            width:200px;
            height:200px;
            }
            
        }
    @keyframes anim-2{
        0%, 100%{
            width:120px;
            height:120px;
            }
        50%, 60%, 70%{
            width:200px;
            height:200px;
            }
        }
    @keyframes anim-3{
        0%, 100%{
            width:115px;
            height:115px;
            }
        50%, 60%, 70%{
            width:200px;
            height:200px;
            }
        }
    @keyframes anim-4{
        0%, 100%{
            width:100px;
            height:100px;
            }
        50%, 60%, 70%{
            width:200px;
            height:200px;
            }
        }
    
    .sec-statistics__text{
        width:100%;
        margin-top:52px;
        text-align:center;
        text-transform:uppercase;
        font-size:36px;
        font-weight:900;
        }
    .order{
        width:100%;
        margin-top:25px;
        }
    .order__button{
        width:353px;
        margin:auto;
        line-height:2.7;
        }
    .sec-table{
        padding:50px 0;
        }
    .sec-table__title{
        font-size:40px;
        text-align:center;
        font-weight:800;
        text-transform:uppercase;
        }
    .sec-table__title span{
        display:block;
        text-transform:initial;
        font-size:24px;
        font-weight:400;
        }
    .sec-table__text{
        margin:15px 0 0 0;
        text-align:center;
        font-size:18px;
        }
    .sec-table__text--bold-center{
        margin:60px auto 0 auto;
        text-align:center;
        font-weight:700;
        }
    .table{
        display:flex;
        margin-top:40px;
        font-size:18px;
        box-shadow:0px 18px 26px #dfdfdf;
        }
    .table table{
     width:33.33333%;
        border-spacing: 0;
        }
    .table__row:first-child{
        font-weight:700;
        }
    .table__col{
        height:96px;
        padding:15px;
        text-align:center;
        }
    .table__col--right{
        text-align:right;
        }
    .table__col-left{
        text-align:left;
        }
    .table .table__gradient{
        min-width:290px;
        background-image:linear-gradient(to bottom, #2c2c2b, #383838);
        border-radius:3px;
        }
    .table__col-color{
        background-color:#ededed;
        }
    .sec-effect{
        padding:90px 0;
        background-image:url("../img/sec-effect-bg.jpg");
        background-repeat:no-repeat;
        background-position:center center;
        background-size: cover;
        }
    .sec-effect__title{
        text-transform:uppercase;
        text-align:center;
        color:#ffcc00;
        font-size:40px;
        }
    .sec-effect__title span{
        display:block;
        font-size:30px;
        color:#ffffff;
        text-transform:initial;
        }
    .effect{
        width:100%;
        margin:110px auto auto auto;
        text-align:center;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        }
    .effect__item{
        background: url(../img/card-3.svg) center 24px /95% 100% no-repeat;
        text-align:center;
        width: 100%;
        height: auto;
        }
    .effect__title{
        text-transform:uppercase;
        font-size:36px;
        font-weight:700;
        color:#ff4800;
        }
    .effect__text{
        margin-top:48px;
        font-size:20px;
        color:#ffffff;        
        padding: 0 0 12px;
        }
    }
@media screen and (min-width:1200px){
    .container{
        width:1170px;
        }
    .menu{
        padding-right:0;
        }
    .menu__item:last-child{
        display:block;
        }
    .menu__item:last-child .menu__link{
        display:block;
        width:170px;
        height:40px;
        text-transform:uppercase;
        font-size:18px;
        line-height:2.2;
        border-radius:42px;
        color:#ffffff;
        background-image:linear-gradient(to top, rgb(232, 49, 0) 0%, rgb(233, 85, 0) 53%, rgb(234, 121, 0) 100%);
        transition: all .3s;
        }
    .menu__item:last-child .menu__link:hover{
        background-image:linear-gradient(to bottom, rgb(232, 49, 0) 0%, rgb(233, 85, 0) 53%, rgb(234, 121, 0) 100%);
        }
    .sec-one{
        padding-bottom: 40px;
        background-size:auto 94%;
        background-image:url("../img/sec-one-bg.jpg");
        background-position:center top;
        background-color:#f2f2f2;
        }
    .sec-one .container{
        align-items:center;
        }
    .sec-one__img{
        width:830px;
        }
    .sec-one__text{
        width:768px;
        margin-bottom:18px;
        font-size:30px;
        font-weight:300;
        }
    .plus{
        display:block;
        width:33.3333%;
        }
    .plus__item{
        position:relative;
        width:370px;
        height:175px;
        margin-bottom:20px;
        padding-top:66px;
        padding-right:98px;
        text-align:right;
        background-image:url("../img/card.svg");
        background-repeat:no-repeat;
        background-position: left top -1px;
        transition: all .3s;
        }
    .plus__item:hover {
        
             background-image:url("../img/card-1.png");
             cursor:pointer;
             }
    .plus__hover-text{
        display:none;
        margin-top:-20px;
        padding-left: 22px;
        font-size:18px;
        color:#333333;
        }
    .plus__item:hover .plus__hover-text{
        display: block;
        }
    .plus__item:hover  .plus__text,.plus__item:hover  .plus__title{
        display: none;
        }
    .plus__item::after{
        content:'';
        position:absolute;
        top:50%;
        right:0;
        transform:translateY(-50%);
        display:block;
        width:65px;
        height:65px;
        border-radius:50%;
        background-image:url("../img/plus-2.svg");
        }
    .plus__item:first-child::after{ background-image:url("../img/plus-1.svg"); }
    .plus__item:last-child::after{
        background-image:url("../img/plus-3.svg"); }
    .plus__title{
        width:100%;
        text-transform:uppercase;
        font-size:24px;
        font-weight:700;
        color:#ffc20d;
        }
    .plus__text{
        font-size:18px;
        color:#ffffff;
        }
    .offer-img{
        width:33.3333%;
        }
    .form{
        width:33.3333%;
        margin-top:0px;
        background-image:url(../img/form-bg.svg), linear-gradient(to bottom, rgba(255, 255, 255, 0) 219px, rgba(255, 255, 255, 1) 219px);
        }
    .form__bottom{
        padding-bottom:22px;
        }
    .price{
        margin-top:10px;
        }
    .sec-second{
        padding-bottom:76px;
        background-color:#f2f2f2;
        }
    .sec-second__title{
        font-size:48px;
        }
    .problems{
        display:flex;
        }
    .problems__item{
        flex-basis:290px;
        height:430px;
        font-size:20px;
        border-radius:0;
        transition:all .3s;
        }
    .problems__item:hover{
        flex-basis:100%;
        cursor:pointer;
        }
    .sec-statistics{
        padding:75px 0 75px 0;
        }
    .sec-statistics .container{
        justify-content: center;
        padding:0;
        }
    .sec-statistics__title{
        font-size:48px;
        }
    .sec-statistics{
        }
    .statis__item{
        width:570px;
        height:369px;
        padding:35px;
        }
    .statis__number{
        font-size:60px;
        }
    .statis__text{
        font-size:30px;
        }
    .statis__item:first-child .statis__quadrant{
        width:290px;
        height:290px;
        }
    .statis__item:nth-child(2) .statis__quadrant{
        width:236px;
        height:236px;
        }
    .statis__item:nth-child(3) .statis__quadrant{
        width:210px;
        height:210px;
        }
    .statis__item:last-child .statis__quadrant{
        width:168px;
        height:168px;
        }
    @keyframes anim-1{
        0%, 100%{
            width:290px;
            height:290px;
            }
        50%, 60%, 70%{
            width:330px;
            height:330px;
            }
            
        }
    @keyframes anim-2{
        0%, 100%{
            width:236px;
            height:236px;
            }
        50%, 60%, 70%{
            width:330px;
            height:330px;
            }
        }
    @keyframes anim-3{
        0%, 100%{
            width:210px;
            height:210px;
            }
        50%, 60%, 70%{
            width:330px;
            height:330px;
            }
        }
    @keyframes anim-4{
        0%, 100%{
            width:168px;
            height:168px;
            }
        50%, 60%, 70%{
            width:330px;
            height:330px;
            }
        }
    
    .sec-statistics__text{
        width:auto;
        }
    .order{
        width:auto;
        align-self:flex-end;
        margin-left:60px;
  
        }
    .order__button{
        width:270px;
        height:60px;
        }
    .sec-expert{
        padding-top:70px;
        padding-bottom:84px;
        background-image:url("../img/expert-1200.jpg");
        background-size: cover;
        }
    .sec-expert__title{
        font-size:48px;
        }
    .sec-expert__quote{
        width:50%;
        }
    .sec-expert__desc{
        width:70%;
        margin-top:38px;
        }
    .sec-expert__desc--bold{
        width:678px;
        padding:30px;
        background-color:#ffffff;
        }
    .sec-expert__name{
        margin:48px 0 0 0;
        width:100%;
        }
    .sec-desc-offer{
        padding:80px 0;
        }
    .sec-desc-offer .container{
        align-items:center;
        }
    .sec-desc-offer__img{
        margin:0 0 0 0;
        }
    .sec-desc-offer__title{
        font-size:48px;
        padding-right:0;
        }
    .sec-comp{
        padding:70px 0;
        }
    .sec-comp__title{
        font-size: 48px;
        }
    .sec-comp__subtitle{
        font-size: 38px;
        }
    .structure__item{
        width: 25%;
        }
    
    .sec-table{
        padding:67px 0 85px 0;
        }
    
    .sec-table__title {
        font-size: 48px;
        }
    .sec-table__title span {
        
        font-size: 36px;
        }
    .sec-table__text{
        width: 768px;
        padding: 0px 40px;
        margin: 15px auto 0 auto;
        }
    .table{
        width:974px;
        margin:74px auto 0 auto;
        }
    .table table {
        height: 100%;
        border-spacing: 0;
        }
    .table__col{
        padding:15px 50px 15px 50px;
       font-size: 18px;
        }
    .table__col-left{
        font-size: 20px;
        }
    .sec-table__text {
        margin: 62px auto 0 auto;
        }
    .sec-comment{
        padding: 76px 0;
        }
    .sec-comment__title{
        font-size: 48px;
        }
    .comment{
        width: 100%;
        display: flex;
        justify-content:space-between;
        align-items:flex-start;
        }
    
    .comment__item {
        width: 365px;
        }
    .comment__coment {
        height: 83px;
        }
    
    .sec-effect {
        padding: 74px 0;
        background-image: url(../img/sec-effect-bg2.jpg);
        background-position: left top;
        background-size: cover;
        }
    
    
    .sec-effect__title {
        font-size: 48px;
        }
    
    .sec-effect__title span {
        font-size: 36px;
        font-weight:400;
        }
    .effect{
        display: flex;
        justify-content:space-between;
        }
    .effect__item{
        min-width: 354px;
        margin-left:0;
        padding-bottom: 40px;
        background-image: url(../img/card-3.svg);
        background-position: center top 9px;
        background-repeat: no-repeat;
        }
    .effect__text{
        margin-top: 36px;
        font-size:30px;
        }
    .sec-accept {
        padding: 75px 0 75px 0;
        background-color:#f2f2f2;
        }
    .effect{
        display: flex;
        justify-content:space-between;
        }
    .accept{
        display:flex;
        justify-content:space-between;
        }
    .accept__item{
        min-width: 354px;
        height: 252px;
        margin-right: 0px;
        padding-bottom: 50px;
        background-image: url(../img/card-4.png);
        background-repeat: no-repeat;
        background-position: center bottom;
    }
    .footer .sec-one {
        background-position: calc(100% - 66% - 0px) calc(-17px);}
    }

@media (max-width: 767px) {
    .sec-second {
        margin-top: 50px;
    }
    .footer__bottom {
        padding-top: 20px;
    }
    .timer__name {
        width: 270px;
    }
}

input[type=checkbox] {
    margin-right: 10px;
}

.form-checkbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	margin: 0 auto 15px;
    width: 290px;
}

.check-text {
	text-align: left;
	font-size: 11px;
}

.form-link {
    color: inherit;
    text-decoration: underline;
}
 

/* IT-doctor */
section#it-doctor {
    margin: -1px auto;
    color: white;
    background: linear-gradient(to top, #2c2c2b, #2c2c2b);
    padding: 32px 0 ;    
}
.it-doctor-container{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.it-doctor-image{
    width: 50%;
    text-align: center;
    font-weight: 200;
}
.it-doctor-image img{
    display: block;
    margin: 0 auto 10px;
}
.it-doctor-content{
    width: 50%;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    line-height: 1.5;    
    padding: 0 24px;    
}
.it-doctor-img{
    border-radius: 5px;
}
@media screen and (max-width:767px){
    .it-doctor-container{
        flex-direction: column;
    }
    
.it-doctor-image{
    width: 100%;
}
    .it-doctor-content{ 
        width:100%;
        padding: 24px 24px 0;  
        text-align: center;  
    }
    .it-doctor-img{
        border-radius: 50%;
        margin: 0 auto 8px;
    }
}