*{
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
}
input:focus{
    outline: none;
}
::-webkit-input-placeholder {
   font-size: 16px;
   font-family: 'Roboto', sans-serif;
   color: #959595
}
::-moz-placeholder {
   font-size: 16px;
   font-family: 'Roboto', sans-serif;
   color: #959595
}
:-moz-placeholder {
   font-size: 16px;
   font-family: 'Roboto', sans-serif;
   color: #959595
}
:-ms-input-placeholder {
   font-size: 16px;
   font-family: 'Roboto', sans-serif;
   color: #959595
}
.container{
    width: 1170px;
    margin: 0 auto;
}
.clearfix:after{
    clear: both;
    content: "";
    display: table;
}
.info-block{
    text-align: center;
}
.plus, input[type="submit"]{
    cursor: pointer;
}
.info-block span{
    color: #2C2960;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.img-block{
    position: relative;
}
.img-block:before{
    height: 140px;
    width: 1px;
    background-color: #E1E1E1;
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
}
.info-block-img{
    width: 170px;
    height: 170px;
    margin-bottom: 15px;
    border: 1px solid #E7E8EA;
    border-radius: 100%;
    background-position: center center;
    -webkit-background-size: auto;
    background-size: auto;
    background-repeat: no-repeat;
    box-shadow: 0 0px 19px 5px #F4F4F5;
}
section>h2, #product .container>h2{
    text-align: center;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #29265E;
    font-weight: 700;
    margin: 0;
}
section>h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #79AB2B;
    text-align: center;
    margin: 0 0 55px;
}
.show-open{
    max-height: 1000px!important;
    background-color: white!important;
}
.display{
    box-shadow: inset 0 -158px 264px -54px transparent!important;
}
.rotate{
    background-color: transparent!important;
}
header, #header{
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: top center;
    background-color: #F5F5F5;
    padding-bottom: 210px;
    padding-top: 70px;
    /*height: 722px;*/
}
header .container, #header .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.logo{
    width: 114px;
    height: 114px;
}
.logo img{
    width: 100%;
    height: 100%;
}
.header-left{
    position: relative;
    width: 400px;
}
.header-left .block-bottom{
    position: absolute;
    left: 0;
    top: 45px;
}
.header-left .block-bottom img{
    position: absolute;
}
.header-left .block-bottom img:first-of-type{
    top: 6px;
    left: -115px;
}
.header-left .block-bottom img:last-of-type{
    left: 0;
    top: 460px;
    max-width: 464px;
}
.header-center{
    width: 470px;
    padding-top: 30px;
}
.header-center h1{
    margin-top: 0;
    color: #29265E;
    font-weight: 700;
    margin-bottom: 28px;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.header-center>span{
    color: #79AB2B;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
    font-size: 26px;
}
.header-center ul:first-of-type{
    padding-left: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    list-style-image: url(../images/li.png);
    font-size: 18px;
}
.header-center ul:first-of-type li{
    margin-bottom: 15px;
    padding-left: 15px;
}
.header-center ul:nth-of-type(2){
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    list-style-image: url(../images/li-bottom.png);
    font-size: 19px;
    padding-left: 30px;
    margin-top: 45px;
}
.header-center ul:nth-of-type(2) li{
    padding-left: 15px;
    color: #26215F;
}
.header-right{
    padding-top: 30px;
}
.form{
    min-height: 540px;
    width: 270px;
    background-color: white;
    border-radius: 7px;
    box-shadow: 0 0 11px 3px #c5c5c5;
}
.form .cena{
    padding-top: 20px;
    height: 95px;
    font-family: 'Roboto', sans-serif;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
}
.form .old{
    width: 134px;
    display: inline-block;
    padding-left: 22px;
    color: #C4C1C1;
}
.form .old>span{
    font-size: 13px;
}
.form .old .old-amount{
    font-size: 28px;
    position: relative;
}
.form .old .old-amount:before, .form .old .old-amount:after{
    display: block;
    content: "";
    position: absolute;
    width: 63px;
    height: 1px;
    background-color: #332E69;
}
.form .old .old-amount:before{
    top: 20px;
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
}
.form .old .old-amount:after{
    bottom: 20px;
    -webkit-transform: rotate(165deg);
    -ms-transform: rotate(165deg);
    -o-transform: rotate(165deg);
    transform: rotate(165deg);
}
.form .new>.tot-amount{
    font-size: 13px;
    color: #26215F;
}
.form .new p{
    height: 50px;
    color: white;
    border: 1px solid #5a558f;
    position: relative;
    padding-left: 15px;
    border-radius: 5px;
    background: linear-gradient(to bottom, #9590CF, #545282);
    line-height: 50px;
    font-weight: 700;
}
.form .new p>.tot-amount{
    font-size: 32px;
    position: relative;
}
.form .cena p{
    margin: 5px 0 0 ;
    line-height: 50px;
}
.form .new{
    width: 144px;
    display: inline-block;
    margin-right: -10px;
    position: relative;
}
.form .new:before{
    display: block;
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 19px;
    right: 1px;
    border-bottom: 7px solid rgba(0,0,0,.5);
    border-right: 7px solid transparent;
    z-index: 0;
}
.form form input, select{
    margin: 20px 23px 0;
    width: 225px;
    height: 62px;
    border-radius: 30px;
    border: 1px solid #E1E6E6;
    background-color: #F8F8F8;
    padding-left: 65px;
}
.form form input:first-of-type{
    background-image: url(../images/men.png);
    background-repeat: no-repeat;
    background-position: 25px 20px;
    -webkit-background-size: 15px 19px;
    background-size: 15px 19px;
}
.form form input:nth-of-type(2){
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: 25px 20px;
    -webkit-background-size: 15px 19px;
    background-size: 18px 20px;
}
.form form input[type="submit"]{
    padding: 0;
    text-align: center;
    background: linear-gradient(to bottom, #aecf40 , #76a729);
    border: 1px solid #7bad2a;
    color: white;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    box-shadow: 0px 18px 26px -8px #D3E4BC;
    font-family: 'Roboto', sans-serif;
}
.form form input[type="submit"]:hover{
    box-shadow: none;
}
.form>p{
    color: #787878;
    font-size: 15px;
    text-align: center;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin-top: 20px;
}
.form>p>span{
    color: #5CAC0A;
    font-weight: 700;
    margin-bottom: 30px;
}
.form-bottom{
    color: #26215F;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
}
.form-bottom img{
    vertical-align: middle;
}
.form-bottom span{
    margin-left: 15px;
    vertical-align: middle;
}
#second{
    padding-top: 90px;
    padding-bottom: 30px;
}
#second .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.second-block{
    margin-bottom: 30px;
    width: 570px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.second-block .block-img{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    height: 170px;
    width: 170px;
    border: 21px solid #EFEFEF;
    margin-right: 30px;
    text-align: center;
}
.second-block-content{
    width: 370px;
    margin-top: 15px;
}
.second-block-content h4{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 15px;
    color: #29265E;
}
.second-block-content p{
    padding: 15px 20px;
    margin: 0;
    background-color: #F7F7F7;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-size: 16px;
    font-weight: 400;
    color: #959595;
    border-radius: 10px;
}
.second-block-content p>span{
    font-weight: 700;
}
#gelmant{
    background-color: #F5F5F5;
    padding-bottom: 75px;
    padding-top: 60px;
}
#gelmant h2{
    text-align: center;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #26215F;
    font-weight: 700;
    margin: 0;
}
#gelmant h3{
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 32px;
    color: #5CAC0A;
    text-align: center;
    margin: 0 0 55px;
}
.gelmant-img{
    width: 510px;
    height: 410px;
    background-color: white;
    display: inline-block;
    margin-right: 85px;
    vertical-align: top;
    border-radius: 10px;
}
.gelmant-img img{
    width: 460px;
    height: 340px;
    display: inline-block;
    margin: 35px 25px 
}
.gelmant-text, .gelmant-text .number, .gelmant-text p{
    display: inline-block;
}
.gelmant-text{
    margin-top: 50px;
}
.gelmant-text .number{
    font-size: 120px;
    height: 120px;
    background: linear-gradient(to bottom, #cae475, #6CA429);
    font-family: 'Roboto Condensed', sans-serif;
    -webkit-text-stroke: 1px #74B636;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 30px;
}
.gelmant-text p{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: black;
    margin-bottom: 0;
    margin-top: 36px;
    vertical-align: top;
    margin-left: 22px;
}
.gelmant-text hr{
    width: 570px;
    border: none;
    height: 1px;
    background-color: #E3E3E3;
}
#virus{
    padding-top: 70px;
    background-color: #FFFFFF;
    padding-bottom: 90px;
    z-index: 2;
    position: relative;
}
#virus h4{
    text-align: center;
    font-size: 20px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0;
    color: #5CAC0A;
    position: relative;
    z-index: 2;
}
#virus>img{
    position: absolute;
    z-index: 2;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 303px;
}
#virus .container{
    position: relative;
    padding-bottom: 30px;
}
.virus-img-ostrici, .virus-img-askarida, .virus-img-vlasoglavi, .virus-img-giardia{
    background-image: none;
}
.virus-name, .virus-organ, .virus-img{
    display: inline-block;
}
.virus-name{
    float: left;
    width: 470px;
    z-index: 3;
    position: relative;
}
.virus-name-block{
    height: 195px;
    margin-bottom: 30px;
    position: relative;
    z-index: 5;
}
.virus-name-content{
    max-height: 197px;
    background-color: #F1F1F1;
    border: 1px solid #E3E3E3;
    border-radius: 10px;
    overflow-y: hidden;
    padding: 20px;
    padding-bottom: 30px;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
    position: relative;
    z-index: 5;
    
}
.virus-name-content:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    height: 1px;
    width: 100%;
    box-shadow: 0 0 35px 30px #fff;
}
.virus-name-content.show-open:after {
    content: none;
}
.vires-content-plus{
    width: 100%;
    height: auto;
    position: relative;
    padding: 3px;
}
.virus-name-content:hover{
    background-color: white;
    box-shadow: 0px 0px 21px 0px #d0cccc;
}
.virus-name-block-text, .virus-name-block-img{
    display: inline-block;
    vertical-align: top;
}
.virus-name-block-text{
    width: 225px;
    margin-left: 30px;
}
.virus-name-block-text h3{
    font-size: 22px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #302D65;
    margin-top: 0;
    margin-bottom: 20px;
}
.virus-name-block-text p{
    margin: 0 0 45px 0;
    width: 245px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #666666;
    font-weight: 400;
}
.virus-name-block-text p:last-of-type{
    margin: 0;
}
.virus-name-block-text p>b{
    color: black;
    font-weight: 500;
    margin-top: 5px;
    display: inline-block;
}
.virus-name-block .plus{
    z-index: 10;
    position: absolute;
    height: 28px;
    width: 28px;
    bottom: -11px;
    left: 200px;
    border-radius: 100%;
    background: linear-gradient(to right, #79AB2B , #9FC547, #7BAC2C);
}
.virus-name-block .plus span{
    width: 2px;
    height: 11px;
    display: block;
    background-color: white;
    margin: 9px auto;
    position: relative;
}
.virus-name-block .plus span:before{
    content: "";
    width: 11px;
    height: 2px;
    display: block;
    background-color: white;
    position: absolute;
    top: 4px;
    left: -4px;
}
.virus-img{
    width: 443px;
    height: 983px;
    background-image: url(../images/body.png);
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 420px;
    z-index: 1;
}
.virus-name-block-1{
    z-index: 9;
}
.virus-name-block-2{
    z-index: 8;
}
.virus-name-block-3{
    z-index: 7;
}
.virus-name-block-4{
    z-index: 6;
}
.virus-img-giardia{
    background-image: url(../images/liamblii.png);
}
.virus-img-vlasoglavi{
    background-image: url(../images/vlasoglavi.png);
}
.virus-img-askarida{
    background-image: url(../images/askarida.png);
}
.virus-img-ostrici{
    background-image: url(../images/ostrici.png);
}
.virus-organ{
    z-index: 3;
    position: relative;
    vertical-align: top;
    float: right;
    padding-right: 10px;
}
.virus-organ div{
    position: relative;
}
.virus-organ ul{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 22px;
    color: #26215F;
    margin-top: 18px;
    line-height: 22px;
    padding-left: 43px;
    list-style-image: url(../images/li.png);
}
.virus-organ ul:first-of-type{
    margin-top: 0;
}
.virus-organ ul li:first-of-type{
    margin-top: 10px;
}
.virus-organ ul li{
    padding-left: 4px;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: black;
    line-height: 21.5px;
    width: 300px;
}
.virus-organ img{
    position: absolute;
}
.virus-organ .legkoe{
    top:8px;
    left: -105px;
}
.virus-organ .serdce{
    top: 11px;
    left: -128px;
}
.virus-organ .pechen{
    top: 11px;
    left: -181px;
}
.virus-organ .tonk{
    top: 10px;
    left: -142px;
}
.virus-organ .tolstii{
    top:-68px;
    left: -106px;
}
.virus-organ .genetalii{
    top: -105px;
    left: -130px;
}
.virus-name>img{
    position: absolute;
}
.virus-name .enterobius{
    top:24px;
    right: -127px;
    display: none;
    position: absolute;
}
.virus-name .ascaris{
    top: 24px;
    right: -182px;
    display: none;
    position: absolute;
}
.virus-name .trichocephalus{
    top: 24px;
    right: -133px;
    display: none;
    position: absolute;
}
.virus-name .giardia{
    top:-254px;
    right: -171px;
    position: absolute;
    display: none;
}
.virus-name-block-1:hover .enterobius{
    display: block;
}
.virus-name-block-2:hover .ascaris{
    display: block;
}
.virus-name-block-3:hover .trichocephalus{
    display: block;
}
.virus-name-block-4:hover .giardia{
    display: block;
}
#lechenie{
    background-color: #F5F5F5;
    padding-top: 60px;
    padding-bottom: 15px;
    position: relative;
}
#lechenie:before{
    content: "";
    display: block;
    position: absolute;
    width: 0;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-top: 30px solid #F5F5F5;
}
#lechenie .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 45px;
}
.lechenie-block{
    border: 1px solid #EDEDED;
    width: 570px;
    background-color: white;
    border-radius: 10px;
    padding: 25px 60px 50px 50px;
}
.lechenie-block h4{
    font-size: 26px;
    font-weight: 700;
    color: #273478;
    margin-top: 10px;
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
}
.lechenie-block>span{
    font-family: 'Roboto Condensed', sans-serif;
    color: #273478;
    font-size: 18px;
}
.lechenie-block p{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: black;
    line-height: 24px;
    margin-bottom: 0;
}
.lechenie-block .header-lechenie-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.lechenie-block .header-lechenie-block span{
    padding: 10px 30px 10px 25px;
    color: white;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-right: -67px;
    position: relative;
}
.lechenie-block .header-lechenie-block span.one{
    background-color: #2F3775;
}
.lechenie-block .header-lechenie-block span.two{
    background-color: #E95847;
}
.lechenie-block .header-lechenie-block span.two:before{
    content: "";
    border-top: 13px solid #FF553A;
    border-right: 7px solid transparent;
    opacity: 0.5;
    position: absolute;
    bottom: -13px;
    right: 0px;
}
.lechenie-block .header-lechenie-block span.one:before{
    content: "";
    border-top: 13px solid #273478;
    border-right: 7px solid transparent;
    opacity: 0.5;
    position: absolute;
    bottom: -13px;
    right: 0px;
}
#plus{
    padding: 65px 0;
}
#plus .container-mini{
    padding-top: 85px;
    width: 1000px;
    margin: 0 auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#plus .info-block:first-of-type .info-block-img{
    background-image: url(../images/love.png);
}
#plus .info-block:nth-of-type(3) .info-block-img{
    background-image: url(../images/ok.png);
}
#plus .info-block:nth-of-type(5) .info-block-img{
    background-image: url(../images/clock.png);
}
.plus-content-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.plus-content{
    width: 770px;
}
.plus-content-item-number{
    background-color: #F9F9F9;
    display: inline-block;
    width: 70px;
    height: 90px;
    text-align: center;
    border-radius: 10px;
    margin-right: 30px;
    margin: 10px 0;
}
.plus-content-item-number .plus-content-item-chislo{
    line-height: 90px;
    background: linear-gradient(to bottom, #CCE16E 5% , #99C142);
    font-family: 'Roboto', sans-serif;
    font-size: 70px;
    font-weight: 700;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px #a2d059;
}
.plus-content-item-text{
    display: inline-block;
    margin-left: 30px;
    width: 670px;
}
.plus-content-item-text h4{
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #26215F;
    margin: 0;
}
.plus-content-item-text span{
    color: #949494;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}
.plus-content{
    margin-top: 45px;
    padding: 40px 0;
    border-top: 1px solid #EDEDED;
    border-bottom: 1px solid #EDEDED;
}
.container-plus-content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.container-plus-content .plus-img{
    margin-bottom: 15px;
}
.container-plus-content .plus-img img{
    width: 100%;
}
.plus-footer{
    margin-top: 45px;
    padding: 0 20px;
}
.plus-footer h2{
    font-size: 30px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #26215F;
    margin: 0;
}
.plus-footer>span{
    color: #5CAC0A;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    font-weight: 400;
}
.plus-footer ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0;
    list-style-image: url(../images/li.png);
}
.plus-footer ul li{
    width: 370px;
    padding-left: 10px;
}
.plus-footer ul li:nth-of-type(3){
    margin-right: 0;
}
.plus-footer ul li h4{
    font-size: 18px;
    font-weight: 700;
    color: #273478;
    font-family: 'Roboto', sans-serif;
    margin-bottom: 5px;
}
.plus-footer ul li span{
    color: #949494;
    font-size: 16px;
    margin-top: 10px;
    font-family: 'Roboto', sans-serif;
}
#product{
    overflow: hidden;
    background-color: #F5F5F5;
}
#product .container{
    position: relative;
    padding: 60px 0;
}
#product .container>img{
    position: absolute;
    z-index: 1;
}
#product .container>img:first-of-type{
    bottom: 45px;
    right: 70px;
}
#product .container>img:nth-of-type(2){
    top: 0px;
    left: 350px;
}
#product .container>img:nth-of-type(3){
    right: -240px;
    top: 150px;
}
#product .container>img:nth-of-type(4){
    bottom: 0;
    left: 200px;
}
#product .container>img:nth-of-type(5){
    right: -320px;
    top: 850px;
}
#product .container>img:nth-of-type(6){
    left: -310px;
    top: 345px;
}
#product .container>img:nth-of-type(7){
    left: -185px;
    top: -5px;
}
#product .container>img:nth-of-type(8){
    left: -404px;
    top: 1000px;
}
#product .container>h2{
    position: relative;
    z-index: 2;
}
#product .container>h3{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 0;
    color: #5CAD0A;
    text-align: center;
    position: relative;
    z-index: 2;
}
#product .container .product-content {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    z-index: 3;
    position: relative;
    margin-top: 50px;
}
.product-block{
    width: 290px;
}
.product-block .img {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
.product-block img {
    width: 100%;
}
.product-block h4{
    font-size: 24px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #26215F;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 15px;
}
.product-block>span{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #79AB2B;
    margin-left: 15px;
    display: inline-block;
}
.product-block>p{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #959595;
    margin-left: 15px;
}
.product-block .img{
    height: 230px;
    text-align: center;
    -webkit-background-size: auto;
    background-size: auto;
    background-position: center center;
    background-repeat: no-repeat;
}
#how{
    padding: 60px 0;
}
#how .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.how-content-block{
    width: 370px;
    height: 460px;
    border: 1px solid #E8E9EB;
    border-radius: 10px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.how-content-block img{
    margin-top: 40px;
    max-width: 100%;
}
.how-content-block:first-of-type img{


}
.how-content-block:nth-of-type(2) img{
    margin-bottom:21px;
}
.how-content-block h3{
    color: #26215F;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
#how>h3{
    font-size: 20px;
    margin-top: 45px;
    margin-bottom: 0;
}
#sale{
    background-color: #F5F5F5;
    padding: 60px 0 70px;
}
#sale .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 50px;
}
#sale .info-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: center;
    width: 313px;
}
#sale .img-block{
    margin-top: 80px;
}
#sale .info-block-img{
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 0 0px 20px 1px #e8e8e8;
}
#sale .info-block:first-of-type .info-block-img{
    background-image: url(../images/microb.png);
}
#sale .info-block:nth-of-type(3) .info-block-img{
    background-image: url(../images/second.png);
}
#sale .info-block:nth-of-type(5) .info-block-img{
    background-image: url(../images/third.png);
}
#sale .img-block-logo{
    background-color: #fff;
}
.sale-button{
    cursor: pointer;
    width: 445px;
    color: white;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    height: 55px;
    padding: 15px 35px;
    margin: 0 auto;
    background: linear-gradient(to bottom, #A9CC3C, #71A528);
    border-radius: 30px;
    position: relative;
    z-index: 99;
}
.buttom-sale{
    position: relative;
    text-align: center;
    
}
.buttom-sale .sale-button:hoveer #sale .hover-block{
    display: none;
}
#sale .hover-block{
    position: absolute;
    display: block;
    height: 89px;
    width: 445px;
    bottom: -28px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../images/hover.png);
    background-size: 100% 100%;
    z-index: 3;
}
#doctor .container{
    padding: 55px 0 40px;
    -webkit-background-size: 570px;
    background-size: 570px;
    background-position: 94% 100%;
    background-repeat: no-repeat;
}

#doctor .container h2{
    color: #26215F;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    margin: 0;
}
#doctor .container h3{
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    color: #26215F;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
}
#doctor .block-text{
    width: 670px;
    border-bottom: 1px dashed #D7D7D7;
    position: relative;
    margin-top: 45px;
}
#doctor .plus{
    position: absolute;
    height: 28px;
    width: 28px;
    bottom: -14px;
    left: 0;
   right: 0;
    margin: auto;
    border-radius: 100%;
    z-index: 3;
    background: linear-gradient(to right, #7BAC2C , #9DC446, #7BAC2C);
}
#doctor .plus span{
    width: 2px;
    height: 11px;
    display: block;
    background-color: white;
    margin: 9px auto;
    position: relative;
}
#doctor .plus span:before{
    content: "";
    width: 11px;
    height: 2px;
    display: block;
    background-color: white;
    position: absolute;
    top: 4px;
    left: -4px;
}
#doctor .block-text .text{
    max-height: 215px;
    overflow: hidden;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    color: #333;
    line-height: 27px;
    -webkit-transition: max-height 300ms ease-in;
    -moz-transition: max-height 300ms ease-in;
    -o-transition: max-height 300ms ease-in;
    transition: max-height 300ms ease-in;
}
#doctor .hover-block{
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: max-height 900ms ease-in;
    -moz-transition: max-height 900ms ease-in;
    -o-transition: max-height 900ms ease-in;
    transition: max-height 900ms ease-in;
    box-shadow: inset 0 -118px 84px -54px white;
}
#doctor .container-text{
    position: relative;
}
#doctor .centr-block-text p{
    position: relative;
    font-style: italic;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #232323;
    display: inline-block;
    margin: 45px 0 33px 0;
    line-height: 25px;
}
#doctor .centr-block-text span{
    position: absolute;
    font-family: 'Playfair Display', serif;
    color: #D7D7D7;
    font-size: 75px;
}
#doctor .centr-block-text span:first-of-type{
    top: 6px;
    left: -10px;
}
#doctor .centr-block-text span:last-of-type{
    bottom: -13px;
    right: 17px;
}
#doctor .bottom-block-text{
    width: 540px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#doctor .bottom-block-text p{
    font-style: italic;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    color: #303030;
}
#doctor .bottom-block-text p>span{
    font-style: normal;
    color: #79AB2B;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 8px;
}
#result{
    padding: 60px 0 70px;
    background-color: #F5F5F5;
}
#result h3{
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
    margin-bottom: 90px;
}
#result .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#result .result-block{
    width: 570px;
    background-color: white;
    padding: 35px 50px 30px 40px;
    border-radius: 15px;
}
#result .result-block h3{
    margin-bottom: 5px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #26215F;
    font-weight: 700;
    font-size: 26px;
}
#result .result-block .header-result-text span{
    color: #959595;
    font-size: 18px;
    font-family: 'Roboto Condensed', sans-serif;
}
.result-block .header-result{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.result-block:last-of-type .header-result img{
    margin-top:116px;
}
.result-block:first-of-type .header-result img{
    margin-top: -63px;
}
.result-block .result-number{
    font-size: 80px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-top: 10px;
    background: linear-gradient(to bottom, #B1D241 , #6FA427);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.result-block .footer-result-item{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.result-block .footer-result-item span{
    margin-top: 5px;
    margin-bottom: 5px;
    color: #26215F;
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    font-weight: 400;
}
.result-block .footer-result-item span:last-of-type{
    font-weight: 500;
}
.result-block:nth-of-type(2) .result-number{
    color: #C2C2C2;
}
#map{
    padding: 60px 0 70px;
}
#map .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 35px;
}
#map p{
    margin-left: 30px;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-right: 15px;
}
#map p span{
    font-size: 20px;
    color: #79AB2B;
}
#otziv{
    /*background-color: #F5F5F5;*/
    padding: 60px 0 70px;
}
.otziv{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}
#otziv .plus{
    position: absolute;
    height: 28px;
    width: 28px;
    bottom: -14px;
    left: 0;
   right: 0;
    margin: auto;
    border-radius: 100%;
    z-index: 3;
    background: linear-gradient(to right, #79AB2B , #9FC547, #7BAC2C);
}
#otziv .plus span{
    width: 2px;
    height: 11px;
    display: block;
    background-color: white;
    margin: 9px auto;
    position: relative;
}
#otziv .plus span:before{
    content: "";
    width: 11px;
    height: 2px;
    display: block;
    background-color: white;
    position: absolute;
    top: 4px;
    left: -4px;
}
#otziv .otziv-block{
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    width: 270px;
    text-align: center;
    border: 1px solid #EDEDED;
    padding: 30px 20px 50px;
    max-height: 425px;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
.commit-content{
    height: 100%;
    overflow: hidden;
}
#otziv .otziv-block h4{
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #26215F;
    font-size: 18px;
    margin-top: 35px;
    margin-bottom: 20px;
}
#otziv .otziv-block p{
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 16px;
    margin: 0;
    font-weight: 400;
    max-height: 117px;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
}
.commit{
    text-align: center;
}
.commit input[type="text"]{
    border-radius: 30px;
    box-shadow: 0 4px 25px 2px #d8d8d8;
    border: none;
    width: 560px;
    height: 50px;
    font-size: 15px;
    color: #B6B6B6;
    font-family: 'Roboto', sans-serif;
    padding: 5px 15px;
    margin-right: 25px;
    margin-top: 0;
}
.commit .submit-commit{
    width: 225px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: white;
    border: 1px solid #5FAD0C;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to bottom, #ADCE3F , #75A82A);
    border-radius: 50px;
    box-shadow: 0 4px 25px 2px #D3E4BC;
    display: inline-block;
    margin-top: 54px;
    vertical-align: bottom;
}
.commit .submit-commit:hover{
    box-shadow: none;
}
#kod{
    padding-top: 70px;
}
#kod .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
#kod img{
    margin-left: -98px;
}
.kod-text h2{
    font-weight: 700;
    font-size: 42px;
    font-family: 'Roboto Condensed', sans-serif;
    color: #26215F;
    margin: 0;
}
.kod-text h4{
    color: #5CAD0A;
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 20px;
}
.kod-text h3{
    font-size: 32px;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    color: #26215F;
    margin: 95px 0 0 0;
}
.kod-text span{
    font-style: italic;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin-top: 30px;
    display: block;
    color: #959595;
}
#kod input[type="text"]{
    margin-top: 54px;
    border-radius: 30px;
    box-shadow: 0 4px 25px 2px #d8d8d8;
    border: none;
    width: 390px;
    height: 50px;
    font-size: 16px;
    color: #B6B6B6;
    font-family: 'Roboto', sans-serif;
    padding: 5px 15px;
    margin-right: 25px;
    text-align: center;
    font-style: italic;
    margin-top: 0;
    vertical-align: bottom;
}
#kod .check__btn{
    margin-top: 54px;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    width: 225px;
    text-align: center;
    color: white;
    border: 1px solid #5FAD0C;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(to bottom, #ADCE3F , #75A82A);
    border-radius: 50px;
    box-shadow: 0 4px 25px 2px #D3E4BC;
}
#kod input[type="submit"]:hover{
    box-shadow: none;
}
#kod .check__result{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #959595;
}
#dostavka{
    background-color: #F5F5F5;
    padding: 60px 0 70px;
}
#dostavka .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 60px;
    padding-bottom: 50px;
    width: 970px;
}
#dostavka .info-block{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    align-items: center;
}
#dostavka .img-block{
    margin-top: 60px;
}
#dostavka .info-block-img{
    background-color: white;
    margin-bottom: 10px;
    box-shadow: 0 0px 20px 1px #e8e8e8;
}
#dostavka .info-block:first-of-type .info-block-img{
    background-image: url(../images/doc.png);
}
#dostavka .info-block:nth-of-type(3) .info-block-img{
    background-image: url(../images/call.png);
}
#dostavka .info-block:nth-of-type(5) .info-block-img{
    background-image: url(../images/money.png);
}
#dostavka .img-block-logo{
    background-color: #fff;
    display: none;
}
#dostavka p{
    padding: 0 20px;
    font-family: 'Roboto', sans-serif;
    text-align: center;
    color: #959595;
}
#dostavka p span{
    font-weight: 700;
    color: #5CAD0A;
}
#text{
    padding: 60px 0 70px;
}
#text .container{
    background-image: url(../images/bug-text.png);
    background-repeat: no-repeat;
    background-position: right center;
}
#text h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 42px;
    font-weight: 700;
    color: #26215F;
}
#text h4{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    color: #26215F;
    font-weight: 400;
    display: block;
}
#text h4:before, #text h4:after{
    content: "";
    width: 810px;
    height: 1px;
    background-color: #EDEDED;
    display: block;
}
#text h4:before{
    margin-bottom: 30px;
}
#text h4:after{
    margin-top: 30px;
}
#text h3{
    font-size: 20px;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #5CAD0A;
}
footer{
    height: 200px;
}
footer .container{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 170px;
}
footer .company{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
}
footer .company span, footer .company span a{
    line-height: 22px;
    margin-left: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #949494;
    font-size: 16px;
}
footer .adres, footer .adres a{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #949494;
    font-size: 16px;
    text-align: center;
    line-height: 22px;
    height: 49px;
    text-decoration: none;
}
footer .company-number{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #949494;
    font-size: 16px;
    text-align: right;
    line-height: 22px;
    height: 49px;
}
footer .adres img{
    display: none;
}
.modal-window{
    background-color: #F4F4F4;
    border-radius: 10px;
    padding: 25px;
}
.modal-window-content{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.modal-window-content>img{
    margin-left: -71px;
}
.modal-window img{
    margin-left: -50px;
}
.modal-window .prod {
    max-height: 370px;
    margin-top: 50px;
}
.modal-window h1{
    margin-top: 0;
    color: #26215F;
    font-weight: 700;
    text-align: center;
    margin-bottom: 0px;
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.modal-top span{
    color: #5CAC0A;
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 40px;
    font-size: 34px;
    display: block;
    text-align: center;
}
.modal-window .form-bottom{
    margin-left: 40px;
}
/*попап*/
.closer {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/close.png) no-repeat;
    top: 18px;
    right: 18px;
    cursor: pointer;
}
.thanks-no {
    padding: 10px 25px 0 25px;
    text-align: center;
}
.thanks-popup__inner {
    width: 300px;
    padding: 30px 40px;
}
.thanks-popup {
    display: none;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 11;
}
.thanks-popup.show {
    display: flex;
}
.thanks-popup__inner {
    width: 570px;
    text-align: center;
    padding: 40px 90px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(82, 123, 133, 0.15);
    position: relative;
    background: #fff;
}
.closer {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url(../images/close.png) no-repeat;
    top: 18px;
    right: 18px;
    cursor: pointer;
}
.thanks-popup__inner h3 {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
}
.thanks-popup__inner p {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 20px;
}
.thanks-no {
    display: none;
    padding: 10px 0 0 25px;
    font-weight: 500;
    font-size: 18px;
}
.thanks-no.active {
    display: block;
}
@media (min-width: 320px) and (max-width: 480px){

    .gelmant-text {
        padding: 0 20px;
    }
    .gelmant-text p{
       max-width: 215px;
   }
    .result-block:first-of-type .header-result img {
        width: 70px;
        margin: 60px 0 0 10px;
    }
    .result-block:last-of-type .header-result img {
        margin-left: -30px;
    }
    .modal-window{
        width: 270px;
   }
    .container{
        width: 100%;
   }
    .info-block{
        text-align: center;
        width: 100%;
   }
    .img-block{
        display: none;
   }
    .info-block-img{
        margin: 40px auto 0;
   }
    section>h2{
        font-size: 23px;
        padding: 0 10px;
   }
    #product .container>h2{
        font-size: 21px;
   }
    section>h3{
        font-size: 21px;
        margin: 0 0 35px;
         padding: 0 10px;
   }
    header, #header{
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 30px;
        padding-top: 20px;
        height: auto;
   }
    header .container, #header .container{
        flex-wrap: wrap;
   }
    .logo{
        display: none;
   }
    header .container, #header .container{
        flex-wrap: wrap;
        position: relative;
   }
    .logo{
        display: none;
   }
    .header-left{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
   }
    .header-left .block-bottom{
        position: relative;
        left: 0;
        top: 10px;
   }
    .header-left .block-bottom img{
        position: absolute;
   }
    .header-left .block-bottom img:first-of-type{
        display: none;
   }
    .header-left .block-bottom img:last-of-type{
        left: 0;
        right: 0;
        margin: auto;
        top: 420px;
        width: 300px;
   }
    .header-center{
        width: 100%;
   }
    .header-center h1{
        margin-bottom: 0px;
        font-size: 52px;
        line-height: 60px;
        text-align: center;
   }
    .header-center>span{
        margin-bottom: 15px;
        padding: 0 10px;
        font-size: 26px;
        display: block;
        text-align: center;
   }
    .header-center ul:first-of-type{
        padding-left: 30px;
        width: 90%;
        margin: 0 auto;
        font-size: 16px;
   }
    .header-center ul:first-of-type li{
        margin-bottom: 15px;
        padding-left: 15px;
   }
    .header-center ul:nth-of-type(2){
        display: none;
   }
    .header-right{
        position: relative;
        z-index: 99;
        width: 100%;
        padding-top: 30px;
        text-align: center;
   }
   .header-left .block-bottom {
       display: none;
   }
    .form{
        height: 437px;
        margin: auto;
        display: inline-block;
        background-color: white;
        border-radius: 7px;
        margin: 230px auto 0;
        box-shadow: 0 0 11px 3px #c5c5c5;
        position: relative;
   }
   .form:after {
       content: '';
       position: absolute;
       bottom: 100%;
       left: 0;
       width: 100%;
       height: 250px;
       background: url('../images/box.png') 50% 50% no-repeat;
       background-size: contain;
   }
    
    .form .cena{
        padding-top: 20px;
        height: 95px;
        font-family: 'Roboto', sans-serif;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
   }
    .form .old{
        width: 134px;
        display: inline-block;
        padding-left: 22px;
        color: #C4C1C1;
   }
    .form .old>span{
        font-size: 13px;
   }
    .form .old .old-amount{
        font-size: 28px;
        position: relative;
   }
    .form .old .old-amount:before, .header-right .form .old .old-amount:after{
        display: block;
        content: "";
        position: absolute;
        width: 63px;
        height: 1px;
        background-color: #332E69;
   }
    .form .old .old-amount:before{
        top: 20px;
        left: 0;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
   }
    .form .old .old-amount:after{
        bottom: 20px;
        left: 0;
        -webkit-transform: rotate(165deg);
        -ms-transform: rotate(165deg);
        -o-transform: rotate(165deg);
        transform: rotate(165deg);
   }
    .form .new>.tot-amount{
        font-size: 13px;
        color: #26215F;
   }
    .form .new p{
        height: 50px;
        color: white;
        position: relative;
        padding-left: 15px;
        border-radius: 5px;
        background: linear-gradient(to bottom, #9993D4, #585388);
        line-height: 50px;
   }
    .form .new p>.tot-amount{
        font-size: 36px;
        position: relative;
   }
    .form .cena p{
        margin: 5px 0 0 ;
        line-height: 50px;
   }
    .form .new{
        width: 136px;
        display: inline-block;
        margin-right: -10px;
        position: relative;
   }
    .form .new:before{
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 19px;
        right: 1px;
        border-bottom: 7px solid rgba(0,0,0,.5);
        border-right: 7px solid transparent;
        z-index: 0;
   }
    .form form input{
        margin: 20px 18px 0;
		line-height: 60px;
        width: 225px;
        height: 60px;
        border-radius: 30px;
        border: 1px solid #E1E6E6;
        background-color: #F8F8F8;
       padding: 0 20px;
   }
    .form form input:first-of-type{
        background-image: url(../images/men.png);
        background-repeat: no-repeat;
        background-position: 25px 20px;
        -webkit-background-size: 15px 19px;
        background-size: 15px 19px;
   }
    .form form input:nth-of-type(2){
        background-image: url(../images/phone.png);
        background-repeat: no-repeat;
        background-position: 25px 20px;
        -webkit-background-size: 15px 19px;
        background-size: 18px 20px;
   }
    .form form input[type="submit"]{
        padding: 0;
        text-align: center;
        background: linear-gradient(to bottom, #9FD127 , #50A604);
        color: white;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        box-shadow: 0 4px 25px 2px #D3E4BC;
   }
    .form form input[type="submit"]:hover{
        box-shadow: none;
   }
    .form>p{
        color: #787878;
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        margin-top: 20px;
   }
    .form>p>span{
        color: #5CAC0A;
        font-weight: 700;
        margin-bottom: 30px;
   }
    .form-bottom{
        color: #26215F;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
   }
    .form-bottom img{
        vertical-align: middle;
   }
    .form-bottom span{
        margin-left: 15px;
        vertical-align: middle;
   }
    #second{
        padding: 40px 20px 0;
   }
    .second-block{
        width: 100%;
        flex-direction: column;
   }
    .second-block-content{
        width: 90%;
   }
    .second-block-content h4{
        text-align: center;
        margin-top: 15px;
   }
    .second-block-content p{
        font-size: 14px;
        display: block;
   }
    .second-block-content p br{
        display: none;
   }
    .second-block .block-img{
        margin-right: 0;
   }
    #gelmant{
        background-color: #F5F5F5;
        padding: 60px 20px 75px;
   }
    #gelmant h2{
        font-size: 32px;
   }
    #gelmant h3{
        font-size:24px;
   }
    .gelmant-img{
        width: 100%;
        height: auto;
        padding: 5px;
        margin-right:0px;
   }
    .gelmant-img img{
        width: 100%;
        height: auto;
        margin: 0;
   }
    .gelmant-text, .gelmant-text .number, .gelmant-text p{
        display: inline-block;
   }
    .gelmant-text{
        margin-top: 50px;
        width: 100%;
        text-align: center;
   }
    .gelmant-text p{
        margin-top: 16px;
        margin-left: 0px;
   }
    .gelmant-text hr{
        width: 100%;
   }
    #virus{
        padding-top: 40px;
        padding-bottom: 60px;
   }
    #virus h4{
        padding: 0 10px;
        font-size: 16px;
   }
    #virus>img{
        display: none;
   }
    .virus-name{
        float: none;
        width:100%;
   }
    .virus-name-block{
        height: auto;
   }
    .virus-name-content{
        max-height: 305px;
        padding: 10px;
          padding-bottom: 30px;
   }
    .virus-name-block-text, .virus-name-block-img{
        display: block;
   }
    .virus-name-block-img{
        text-align: center;
   }
    .virus-name-block-text{
        width: 85%;
        margin-left: 30px;
   }
    .virus-name-block-text h3{
        font-size: 18px;
        text-align: center;
   }
    .virus-name-block-text p{
        font-size: 14px;
        width: 95%;
        text-align: center;
        margin-bottom: 50px;
   }
    .virus-name-block-text p br:first-of-type{
        display: block;
   }
    .virus-name-block-text p br{
        display: none;
   }
    .virus-name-block-text p:last-of-type{
        margin: 0;
   }
    .virus-name-block-text p>b{
        color: black;
   }
    .virus-name-block .plus{
        left: 0;
        right: 0;
        margin: auto;
   }
    .vires-content-plus{
        width: 90%;
        margin: 0 auto;
   }
    .virus-img{
        display: none;
   }
    .virus-name-block-1:hover .enterobius, .virus-name-block-2:hover .ascaris, .virus-name-block-3:hover .trichocephalus, .virus-name-block-4:hover .giardia{
        display: none;
   }
    .virus-organ{
        display: none;
   }
    #lechenie{
        background-color: #F5F5F5;
        padding-top: 60px;
        padding-bottom: 15px;
        position: relative;
   }
    #lechenie:before{
        content: "";
        display: block;
        position: absolute;
        width: 0;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 30px solid #F5F5F5;
   }
    .lechenie-block{
        width: 90%;
        border-radius: 10px;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
   }
    .lechenie-block h4{
        font-size: 26px;
        font-weight: 700;
        color: #273478;
        margin-top: 10px;
        margin-bottom: 5px;
        font-family: 'Roboto Condensed', sans-serif;
   }
    .lechenie-block>span{
        font-family: 'Roboto Condensed', sans-serif;
        color: #273478;
        font-size: 18px;
   }
    .lechenie-block p{
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: black;
        line-height: 24px;
        margin-bottom: 0;
   }
    .lechenie-block .header-lechenie-block span{
        margin-right: 0;
        font-size: 21px;
   }
    .lechenie-block .header-lechenie-block span.one{
        background-color: #273478;
   }
    .lechenie-block .header-lechenie-block span.two{
        background-color: #FF553A;
   }
    .lechenie-block .header-lechenie-block span.two:before{
        content: "";
        border-top: 7px solid #FF553A;
        border-right: 7px solid transparent;
        opacity: 0.5;
        position: absolute;
        bottom: -7px;
        right: 0px;
   }
    .lechenie-block .header-lechenie-block span.one:before{
        content: "";
        border-top: 7px solid #273478;
        border-right: 7px solid transparent;
        opacity: 0.5;
        position: absolute;
        bottom: -7px;
        right: 0px;
   }
    .lechenie-block .header-lechenie-block span{
        padding: 10px 16px 10px 25px;
   }
    #plus h2 br{
        display: none;
   }
    #plus .container-mini{
        width: 100%;
        flex-wrap: wrap;
        padding-top: 10px;
   }
    .plus-content-item{
        margin-bottom: 25px;
   }
    .plus-content{
        width: 100%;
   }
    .plus-footer h2{
        text-align: center;
   }
    .plus-footer>span{
        display: block;
        text-align: center;
   }
    .plus-footer ul li span br{
        display: none;
   }
    .plus-footer ul{
        padding-left: 30px;
   }
    .plus-content{
        padding: 40px 20px;
   }
    .container-plus-content{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
   }
    .container-plus-content .plus-img{
        display: none;
   }
    .plus-footer ul li{
        width: 320px;
        margin-right: 30px;
        padding-left: 10px;
   }
    #product .container>h3{
        font-size: 17px;
   }
    .product-block{
        width: 320px;
        margin: 0 auto;
        padding: 0 15px;
   }
    .product-block h4{
        text-align: center;
   }
    .product-block>span{
        display: block;
   }
    .product-block>span br{
        display: none;
   }
    .product-block>p br{
        display: none;
   }
    #how{
        padding: 60px 20px;
   }
    #how .container{
        flex-wrap: wrap;
   }
    .how-content-block{
        margin: 20px auto;
        width: 100%;
        height: unset;
   }
    
    #how>h3{
        font-size: 18px;
   }
    #sale{
        background-color: #F5F5F5;
        padding: 60px 0 70px;
   }
    #sale .container{
        flex-wrap: wrap;
   }
    #sale .img-block{
        margin-top: 80px;
   }
    #sale .info-block-img{
        background-color: white;
        margin-bottom: 0px;
        margin-top: 40px;
        box-shadow: 0 0px 20px 1px #e8e8e8;
   }
    .sale-button{
        width: 95%;
        font-size: 14px;
        line-height: 55px;
        padding: 0px;
        text-align: center;
   }
    #sale .hover-block{
        width: 88%;
   }
    #doctor .container{
        -webkit-background-size: 160px;
        background-size: 160px;
        background-position: 43% 295px;
        padding: 0 20px;
   }
    #doctor .container h2{
        font-size: 26px;
        text-align: center;
   }
    #doctor .container h3{
        text-align: center;
   }
    #doctor .container h3 br{
        display: none;
   }
    #doctor .centr-block-text p br:nth-of-type(6){
        display: none;
   }
    #doctor .centr-block-text span:last-of-type{
        bottom: -40px;
   }
    #doctor .block-text{
        width: 100%;
        padding: 0 20px;
        /*margin-top: 280px;*/
   }
    #doctor .centr-block-text{
        padding: 0 20px;
   }
    #doctor .bottom-block-text{
        width: 100%;
        padding: 0 15px;
   }
    #doctor .bottom-block-text p{
        font-size: 14px;
   }
    #doctor .bottom-block-text p>span{
        font-size: 18px;
   }
    #result{
        padding: 40px 0 20px;
        background-color: #F5F5F5;
   }
    #result .container{
        flex-wrap: wrap;
   }
    #result .result-block{
        width: 100%;
        margin: 0 0 20px 0;
   }
    .result-block .result-number{
        font-size: 43px;
   }
    .result-block .footer-result-item span{
        font-size: 13px;
   }
    .result-block .footer-result-item span:last-of-type{
        margin-left: 10px;
   }
    #map{
        padding: 30px 0 20px;
   }
    #map .container{
        flex-wrap: wrap;
   }
    #map .img{
        width: 100%;
        text-align: center;
   }
    #map .img img{
        width: 90%;
   }
    #map p{
        font-size: 14px;
   }
    #map p span{
        font-size:18px;
   }
    #otziv{
        padding: 30px 20px;
   }
    .otziv{
        flex-wrap: wrap;
   }
    #otziv .otziv-block{
        margin: 15px auto;
   }
    .commit-content{
        height: 100%;
        overflow: hidden;
   }
    #otziv .otziv-block h4{
        font-size: 18px;
        margin-top: 35px;
        margin-bottom: 20px;
   }
    .commit form{
        text-align: center;
   }
    .commit input[type="text"]{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        margin-top: 50px;
   }
    .commit .submit-commit{
        margin-top: 10px;
   }
    #kod{
        padding-top: 70px;
        padding-bottom: 60px;
   }
    #kod .container{
        flex-wrap: wrap;
   }
    #kod img{
        display: none;
   }
    .kod-text h2{
        font-size: 36px;
        text-align: center;
   }
    .kod-text h4{
        font-size: 19px;
        text-align: center;
   }
    .kod-text h3{
        font-size: 26px;
        margin: 25px 0 0 0;
        text-align: center;
   }
    .kod-text span{
        text-align: center;
   }
    #kod .kod-proverka{
        text-align: center;
   }
    #kod input[type="text"]{
        width:90%;
        margin-right: 0;
        margin-top: 30px;
   }
    #kod .check__btn{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
   }
    #kod .check__btn:hover{
        box-shadow: none;
   }
    #kod .check__result{
        text-align: center;
   }
    #dostavka{
        padding: 30px 0 20px;
   }
    #dostavka .container{
        width: 100%;
        flex-wrap: wrap;
   }
    #dostavka .img-block{
        margin-top: 60px;
   }
    #dostavka .info-block-img{
        background-color: white;
        margin-bottom: 0px;
        margin-top: 40px;
        box-shadow: 0 0px 20px 1px #e8e8e8;
   }
    #text{
        padding:30px 15px 20px;
   }
    #text h2{
        font-size: 27px;
        text-align: center;
   }
    #text h4{
        font-size: 16px;
   }
    #text h4:before, #text h4:after{
        width: 100%;
   }
    #text h3{
        font-size: 17px;
   }
    #text h3 br{
        display: none;
   }
    footer{
        height: auto;
   }
    footer .container{
        flex-direction: column;
        height: auto;
        align-items: center;
   }
    footer .company{
        display: none;
   }
    footer .adres{
        font-size: 14px;
        margin: 20px 0;
        height: 95px;
   }
    footer .company-number{
        display: none;
   }
    footer .adres img{
        display: block;
        margin: 0 auto;
        width: 35px;
        margin-bottom: 15px;
   }
    .thanks-popup__inner {
        width: 300px;
        padding: 30px 40px;
   }
}
@media (min-width: 481px) and (max-width: 768px){
    #doctor .block-text:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 250px;
        background: url(../images/doctor.png) 50% 50% no-repeat;
        background-size: contain;
    }
    .modal-window{
        display: none;
   }
    .container{
        width: 100%;
   }
    .info-block{
        text-align: center;
        width: 100%!important;
   }
    .img-block{
        display: none;
   }
    .info-block-img{
        margin: 20px auto;
   }
    .info-block span{
        margin-top: 0;
        margin-bottom: 20px;
   }
    section>h2{
        font-size: 23px;
          padding: 0 20px;
   }
    #product .container>h2{
        font-size: 21px;
   }
    section>h3{
        font-size: 21px;
        padding: 0 20px;
        margin: 0 0 35px;
   }
    header, #header{
        -webkit-background-size: cover;
        background-size: cover;
        padding-bottom: 30px;
        padding-top: 20px;
        height: auto;
   }
    header .container, #header .container{
        flex-wrap: wrap;
        position: relative;
   }
    .logo{
        display: none;
   }
    .header-left{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
   }
    .header-left .block-bottom{
        position: relative;
        left: 0;
        top: 45px;
   }
    .header-left .block-bottom img{
        position: absolute;
   }
    .header-left .block-bottom img:first-of-type{
        display: none;
   }
    .header-left .block-bottom img:last-of-type{
        display: none;
   }
    .header-center{
        width: 100%;
   }
    .header-center h1{
        margin-bottom: 0px;
        font-size: 52px;
        line-height: 60px;
        text-align: center;
   }
    .header-center>span{
        margin-bottom: 15px;
        font-size: 26px;
        display: block;
        text-align: center;
   }
    .header-center ul:first-of-type{
        padding-left: 30px;
        width: 460px;
        margin: 0 auto;
        font-size: 16px;
   }
    .header-center ul:first-of-type li{
        margin-bottom: 15px;
        padding-left: 15px;
   }
    .header-center ul:nth-of-type(2){
        display: none;
   }
    .header-right{
        position: relative;
        z-index: 99;
        width: 100%;
        padding-top: 30px;
        text-align: center;
   }
    .form{
        height: 437px;
        margin: auto;
        display: inline-block;
        background-color: white;
        border-radius: 7px;
        margin: 230px auto 0;
        box-shadow: 0 0 11px 3px #c5c5c5;
        position: relative;
   }
   .form:after {
       content: '';
       position: absolute;
       bottom: 100%;
       left: 0;
       width: 100%;
       height: 250px;
       background: url('../images/box.png') 50% 50% no-repeat;
       background-size: contain;
   }
    .form .cena{
        padding-top: 20px;
        height: 95px;
        font-family: 'Roboto', sans-serif;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
   }
    .form .old{
        width: 134px;
        display: inline-block;
        padding-left: 22px;
        color: #C4C1C1;
   }
    .header-right .form .old>span{
        font-size: 13px;
   }
    .header-right .form .old .old-amount{
        font-size: 28px;
        position: relative;
   }
    .header-right .form .old .old-amount:before, .header-right .form .old .old-amount:after{
        display: block;
        content: "";
        position: absolute;
        width: 63px;
        height: 1px;
        background-color: #332E69;
   }
    .header-right .form .old .old-amount:before{
        top: 20px;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
   }
    .header-right .form .old .old-amount:after{
        bottom: 20px;
        -webkit-transform: rotate(165deg);
        -ms-transform: rotate(165deg);
        -o-transform: rotate(165deg);
        transform: rotate(165deg);
   }
    .header-right .form .new>.tot-amount{
        font-size: 13px;
        color: #26215F;
   }
    .header-right .form .new p{
        height: 50px;
        color: white;
        position: relative;
        padding-left: 15px;
        border-radius: 5px;
        background: linear-gradient(to bottom, #9993D4, #585388);
        line-height: 50px;
   }
    .header-right .form .new p>.tot-amount{
        font-size: 36px;
        position: relative;
   }
    .header-right .form .cena p{
        margin: 5px 0 0 ;
        line-height: 50px;
   }
    .header-right .form .new{
        width: 136px;
        display: inline-block;
        margin-right: -10px;
        position: relative;
   }
    .header-right .form .new:before{
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 19px;
        right: 1px;
        border-bottom: 7px solid rgba(0,0,0,.5);
        border-right: 7px solid transparent;
        z-index: 0;
   }
    .header-right .form form input{
        margin: 20px 18px 0;
        width: 225px;
        height: 60px;
        border-radius: 30px;
        border: 1px solid #E1E6E6;
        background-color: #F8F8F8;
        padding-left: 65px;
   }
    .header-right .form form input:first-of-type{
        background-image: url(../images/men.png);
        background-repeat: no-repeat;
        background-position: 25px 20px;
        -webkit-background-size: 15px 19px;
        background-size: 15px 19px;
   }
    .header-right .form form input:nth-of-type(2){
        background-image: url(../images/phone.png);
        background-repeat: no-repeat;
        background-position: 25px 20px;
        -webkit-background-size: 15px 19px;
        background-size: 18px 20px;
   }
    .header-right .form form input[type="submit"]{
        padding: 0;
        text-align: center;
        background: linear-gradient(to bottom, #9FD127 , #50A604);
        color: white;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        box-shadow: 0 4px 25px 2px #D3E4BC;
   }
    .header-right .form form input[type="submit"]:hover{
        box-shadow: none;
   }
    .header-right .form>p{
        color: #787878;
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        margin-top: 20px;
   }
    .header-right .form>p>span{
        color: #5CAC0A;
        font-weight: 700;
        margin-bottom: 30px;
   }
    .header-right .form-bottom{
        color: #26215F;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
   }
    .header-right .form-bottom img{
        vertical-align: middle;
   }
    .header-right .form-bottom span{
        margin-left: 15px;
        vertical-align: middle;
   }
    #second{
        padding-top: 40px;
   }
    .second-block{
        width: 49%;
        flex-direction: column;
        justify-content: flex-start;
   }
    #second .container{
        margin-top: 20px;
   }
    .second-block-content{
        width: 90%;
   }
    .second-block-content h4{
        text-align: center;
        margin-top: 15px;
   }
    .second-block-content h4 br{
        display: none;
   }
    .second-block-content p{
        font-size: 14px;
        display: block;
   }
    .second-block-content p br{
        display: none;
   }
    .second-block .block-img{
        margin-right: 0;
   }
    #gelmant{
        background-color: #F5F5F5;
        padding-bottom: 75px;
        padding-top: 60px;
   }
    #gelmant h2{
        font-size: 32px;
        padding: 0 20px;
   }
    #gelmant h3{
        font-size:24px;
   }
    .gelmant-img{
        width: 100%;
        height: auto;
        padding: 40px;
        margin-right:0px;
   }
    .gelmant-img img{
        width: 100%;
        height: auto;
        margin: 0;
   }
    .gelmant-text, .gelmant-text .number, .gelmant-text p{
        display: inline-block;
   }
    .gelmant-text{
        margin-top: 50px;
        width: 100%;
        text-align: center;
   }
    .gelmant-text p{
        margin-top: 16px;
        margin-left: 0px;
   }
    .gelmant-text hr{
        width: 100%;
   }
    #virus{
        padding-top: 40px;
        padding-bottom: 60px;
   }
    #virus h4{
        font-size: 19px;
   }
    #virus>img{
        display: none;
   }
    .virus-name{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        float: none;
        width:100%;
   }
    .virus-name-block{
        height: auto;
        width: 49%;
        display: inline-block;
        vertical-align: top;
   }
    .virus-name-content{
        max-height: 321px;
        padding: 19px 10px;
          padding-bottom: 30px;
   }
    .virus-name-block-text, .virus-name-block-img{
        display: block;
   }
    .virus-name-block-img{
        text-align: center;
   }
    .virus-name-block-text{
        width: 200px;
        margin: 0 auto;
   }
    .virus-name-block-text h3{
        font-size: 18px;
        text-align: center;
   }
    .virus-name-block-text p{
        font-size: 14px;
        width: 200px;
   }
    .virus-name-block-text p:last-of-type{
        margin: 0;
   }
    .virus-name-block-text p>b{
        color: black;
   }
    .virus-name-block-text p br{
        display: none;
   }
    .virus-name-block-text p br:first-of-type{
        display: block;
   }
    .virus-name-block .plus{
        left: 0;
        right: 0;
        margin: auto;
   }
    .vires-content-plus{
        width: 97%;
        margin: 0 auto;
   }
    .virus-img{
        display: none;
   }
    .virus-name-block-1:hover .enterobius, .virus-name-block-2:hover .ascaris, .virus-name-block-3:hover .trichocephalus, .virus-name-block-4:hover .giardia{
        display: none;
   }
    .virus-organ{
        display: none;
   }
    #lechenie{
        background-color: #F5F5F5;
        padding-top: 60px;
        padding-bottom: 15px;
        position: relative;
   }
    #lechenie:before{
        content: "";
        display: block;
        position: absolute;
        width: 0;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 30px solid #F5F5F5;
   }
    .lechenie-block{
        width: 90%;
        border-radius: 10px;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
   }
    .lechenie-block h4{
        font-size: 26px;
        font-weight: 700;
        color: #273478;
        margin-top: 10px;
        margin-bottom: 5px;
        font-family: 'Roboto Condensed', sans-serif;
   }
    .lechenie-block>span{
        font-family: 'Roboto Condensed', sans-serif;
        color: #273478;
        font-size: 18px;
   }
    .lechenie-block p{
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: black;
        line-height: 24px;
        margin-bottom: 0;
   }
    .lechenie-block .header-lechenie-block span{
        margin-right: -27px;
   }
    .lechenie-block .header-lechenie-block span.one{
        background-color: #273478;
   }
    .lechenie-block .header-lechenie-block span.two{
        background-color: #FF553A;
   }
    .lechenie-block .header-lechenie-block span.two:before{
        content: "";
        border-top: 7px solid #FF553A;
        border-right: 7px solid transparent;
        opacity: 0.5;
        position: absolute;
        bottom: -7px;
        right: 0px;
   }
    .lechenie-block .header-lechenie-block span.one:before{
        content: "";
        border-top: 7px solid #273478;
        border-right: 7px solid transparent;
        opacity: 0.5;
        position: absolute;
        bottom: -7px;
        right: 0px;
   }
    #plus .container-mini{
        width: 100%;
        flex-wrap: wrap;
        padding-top: 10px;
   }
    .plus-content{
        width: 100%;
   }
    .plus-footer h2{
        text-align: center;
   }
    .plus-footer>span{
        display: block;
        text-align: center;
   }
    .plus-footer ul{
        padding-left: 30px;
   }
    .plus-footer ul li:nth-of-type(3){
        margin-right: auto;
   }
    .plus-content{
        padding: 40px 20px;
   }
    .container-plus-content{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
   }
    .container-plus-content .plus-img{
        display: none;
   }
    .plus-footer ul li{
        width: 90%;
        margin: 0 auto;
        padding-left: 10px;
   }
    .plus-footer ul li h4 br, .plus-footer ul li span br{
        display: none;
   }
    #product .container>h3{
        font-size: 17px;
   }
    .product-block{
        width: 320px;
        margin: 0 auto;
        padding: 0 15px;
   }
    .product-block h4{
        text-align: center;
   }
    .product-block>span{
        display: block;
   }
    .product-block>span br{
        display: none;
   }
    .product-block>p br{
        display: none;
   }
    #how{
        padding: 60px 0;
   }
    #how .container{
        flex-wrap: wrap;
   }
    .how-content-block{
        margin: 20px auto;
        width: 320px;
   }

    #how>h3{
        font-size: 18px;
   }
    #sale{
        background-color: #F5F5F5;
        padding: 60px 0 70px;
   }
    #sale .container{
        flex-wrap: wrap;
   }
    #sale .img-block{
        margin-top: 80px;
   }
    #sale .info-block-img{
        background-color: white;
        margin-bottom: 10px;
        box-shadow: 0 0px 20px 1px #e8e8e8;
   }
    .sale-button{
        font-size: 17px;
        line-height: 55px;
        padding: 0px;
        text-align: center;
   }
    #sale .hover-block{
        width: 320px;
   }
    #doctor .container{
        -webkit-background-size:200px;
        background-size: 200px;
        background-position: 43% 175px;
   }
    #doctor .container h2{
        font-size: 26px;
        text-align: center;
   }
    #doctor .container h3{
        text-align: center;
   }
    #doctor .container h3 br{
        display: none;
   }
    #doctor .block-text{
        width: 100%;
        padding: 0 20px;
        margin-top: 290px;
   }
    #doctor .centr-block-text{
        padding: 0 20px;
   }
    #doctor .bottom-block-text{
        width: 100%;
        padding: 0 15px;
   }
    #doctor .bottom-block-text p{
        font-size: 14px;
   }
    #doctor .bottom-block-text p>span{
        font-size: 18px;
   }
    #doctor .centr-block-text p br:nth-of-type(6){
        display: none;
   }
    #doctor .centr-block-text span:last-of-type{
        bottom: -40px;
   }
    #result{
        padding: 40px 0 20px;
        background-color: #F5F5F5;
   }
    #result .container{
        flex-wrap: wrap;
   }
    #result .result-block{
        width: 100%;
        margin: 0 0 20px 0;
   }
    .result-block .result-number{
        font-size: 70px;
   }
    .result-block .footer-result-item span{
        font-size: 17px;
   }
    .result-block .footer-result-item span:last-of-type{
        margin-left: 10px;
   }
    #map{
        padding: 30px 0 20px;
   }
    #map .container{
        flex-wrap: wrap;
   }
    #map .img{
        width: 100%;
        text-align: center;
   }
    #map .img img{
        width: 90%;
   }
    #map p{
        font-size: 17px;
   }
    #map p span{
        font-size: 21px;
   }
    #otziv{
        padding: 30px 20px;
   }
    .otziv{
        flex-wrap: wrap;
   }
    #otziv .otziv-block{
        margin: 15px auto;
   }
    .commit-content{
        height: 100%;
        overflow: hidden;
   }
    #otziv .otziv-block h4{
        font-size: 18px;
        margin-top: 35px;
        margin-bottom: 20px;
   }
    .commit form{
        text-align: center;
   }
    .commit input[type="text"]{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        margin-top: 50px;
   }
    .commit .submit-commit{
        margin-top: 10px;
   }
    #kod{
        padding-top: 70px;
        padding-bottom: 60px;
   }
    #kod .container{
        flex-wrap: wrap;
   }
    #kod img{
        display: none;
   }
    .kod-text h2{
        font-size: 36px;
        text-align: center;
   }
    .kod-text h4{
        font-size: 19px;
        text-align: center;
   }
    .kod-text h3{
        font-size: 26px;
        margin: 25px 0 0 0;
        text-align: center;
   }
    .kod-text span{
        text-align: center;
   }
    #kod form{
        text-align: center;
   }
    #kod input[type="text"]{
        width: 75%;
        margin: 20px auto;
        display: block;
   }
    #kod .check__btn{
        margin-top: 20px;
        display: block;
        margin: 0 auto;
   }
    #kod .check__btn:hover{
        box-shadow: none;
   }
    #kod .check__result{
        text-align: center;
   }
    #dostavka{
        padding: 30px 0 20px;
   }
    #dostavka .container{
        width: 100%;
        flex-wrap: wrap;
   }
    #dostavka .img-block{
        margin-top: 60px;
   }
    #dostavka .info-block-img{
        background-color: white;
        margin-bottom: 10px;
        box-shadow: 0 0px 20px 1px #e8e8e8;
   }
    #text{
        padding:30px 15px 20px;
   }
    #text h2{
        font-size: 28px;
        text-align: center;
   }
    #text h4{
        font-size: 18px;
   }
    #text h4 br{
        display: none;
   }
    #text h4:before, #text h4:after{
        width: 100%;
   }
    #text h3{
        font-size: 19px;
   }
    #text h3 br{
        display: none;
   }
    footer{
        height: auto;
   }
    footer .container{
        flex-direction: column;
        height: auto;
        align-items: center;
   }
    footer .company{
        display: none;
   }
    footer .adres{
        font-size: 14px;
        margin: 20px 0;
        height: 95px;
   }
    footer .company-number{
        display: none;
   }
    footer .adres img{
        display: block;
        margin: 0 auto;
        width: 35px;
        margin-bottom: 15px;
   }
    .thanks-popup__inner {
        width: 460px;
        padding: 40px 60px;
   }
}

@media (min-width: 769px) and (max-width: 992px){
    #doctor .block-text:after {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 250px;
        background: url(../images/doctor.png) 50% 50% no-repeat;
        background-size: contain;
    }
    .container{
        width: 750px;
   }
    .info-block{
        text-align: center;
        width: 100%;
   }
    #sale .info-block{
        width: 100%;
   }
    .img-block{
        display: none;
   }
    .info-block-img{
        margin: 20px auto;
   }
    section>h2{
        font-size: 23px;
   }
    #product .container>h2{
        font-size: 21px;
   }
    section>h3{
        font-size: 21px;
        margin: 0 0 35px;
   }
    #product .container>h2{
        font-size: 21px;
   }
    section>h3{
        font-size: 21px;
        margin: 0 0 35px;
   }
    header, #header{
        padding-bottom: 30px;
        padding-top: 20px;
        height: auto;
   }
    header .container, #header .container{
        flex-wrap: wrap;
        position: relative;
   }
    .logo{
        display: none;
   }
    .header-left{
        width: auto;
   }
    .header-left .block-bottom{
        position: absolute;
        left: 0;
        top: 45px;
   }
    .header-left .block-bottom img{
        position: absolute;
   }
    .header-left .block-bottom img:first-of-type{
        display: none;
   }
    .header-left .block-bottom img:last-of-type{
        left: 0;
        right: 0;
        margin: auto;
        top: 295px;
        width: 330px;
   }
    .header-center{
        width: 100%;
   }
    .header-center h1{
        margin-bottom: 0px;
        font-size: 52px;
        line-height: 60px;
        text-align: center;
   }
    .header-center>span{
        margin-bottom: 15px;
        font-size: 26px;
        display: block;
        text-align: center;
   }
    .header-center ul:first-of-type{
        padding-left: 30px;
        width: 480px;
        margin: 0 auto;
        font-size: 16px;
   }
    .header-center ul:first-of-type li{
        margin-bottom: 15px;
        padding-left: 15px;
   }
    .header-center ul:nth-of-type(2){
        display: none;
   }
    .header-right{
        width: 100%;
        padding-top: 30px;
        text-align: center;
   }
    .header-right .form{
        height: 437px;
        margin: auto;
        display: inline-block;
        background-color: white;
        border-radius: 7px;
        margin-left: 361px;
        box-shadow: 0 0 11px 3px #c5c5c5;
   }
    .header-right .form .cena{
        padding-top: 20px;
        height: 95px;
        font-family: 'Roboto', sans-serif;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-around;
   }
    .header-right .form .old{
        width: 134px;
        display: inline-block;
        padding-left: 22px;
        color: #C4C1C1;
   }
    .header-right .form .old>span{
        font-size: 13px;
   }
    .header-right .form .old .old-amount{
        font-size: 28px;
        position: relative;
   }
    .header-right .form .old .old-amount:before, .header-right .form .old .old-amount:after{
        display: block;
        content: "";
        position: absolute;
        width: 63px;
        height: 1px;
        background-color: #332E69;
   }
    .header-right .form .old .old-amount:before{
        top: 20px;
        -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -o-transform: rotate(15deg);
        transform: rotate(15deg);
   }
    .header-right .form .old .old-amount:after{
        bottom: 20px;
        -webkit-transform: rotate(165deg);
        -ms-transform: rotate(165deg);
        -o-transform: rotate(165deg);
        transform: rotate(165deg);
   }
    .header-right .form .new>.tot-amount{
        font-size: 13px;
        color: #26215F;
   }
    .header-right .form .new p{
        height: 50px;
        color: white;
        position: relative;
        padding-left: 15px;
        border-radius: 5px;
        background: linear-gradient(to bottom, #9993D4, #585388);
        line-height: 50px;
   }
    .header-right .form .new p>.tot-amount{
        font-size: 36px;
        position: relative;
   }
    .header-right .form .cena p{
        margin: 5px 0 0 ;
        line-height: 50px;
   }
    .header-right .form .new{
        width: 136px;
        display: inline-block;
        margin-right: -10px;
        position: relative;
   }
    .header-right .form .new:before{
        display: block;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        top: 19px;
        right: 1px;
        border-bottom: 7px solid rgba(0,0,0,.5);
        border-right: 7px solid transparent;
        z-index: 0;
   }
    .header-right .form form input{
        margin: 20px 18px 0;
        width: 225px;
        height: 60px;
        border-radius: 30px;
        border: 1px solid #E1E6E6;
        background-color: #F8F8F8;
        padding-left: 65px;
   }
    .header-right .form form input:first-of-type{
        background-image: url(../images/men.png);
        background-repeat: no-repeat;
        background-position: 25px 20px;
        -webkit-background-size: 15px 19px;
        background-size: 15px 19px;
   }
    .header-right .form form input:nth-of-type(2){
        background-image: url(../images/phone.png);
        background-repeat: no-repeat;
        background-position: 25px 20px;
        -webkit-background-size: 15px 19px;
        background-size: 18px 20px;
   }
    .header-right .form form input[type="submit"]{
        padding: 0;
        text-align: center;
        background: linear-gradient(to bottom, #9FD127 , #50A604);
        color: white;
        font-size: 20px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
        box-shadow: 0 4px 25px 2px #D3E4BC;
   }
    .header-right .form form input[type="submit"]:hover{
        box-shadow: none;
   }
    .header-right .form>p{
        color: #787878;
        font-size: 15px;
        text-align: center;
        font-weight: 400;
        font-family: 'Roboto', sans-serif;
        margin-top: 20px;
   }
    .header-right .form>p>span{
        color: #5CAC0A;
        font-weight: 700;
        margin-bottom: 30px;
   }
    .header-right .form-bottom{
        color: #26215F;
        font-size: 15px;
        font-family: 'Roboto', sans-serif;
        text-align: center;
        margin-top: 20px;
        margin-left: 0;
   }
    .header-right .form-bottom img{
        vertical-align: middle;
   }
    .header-right .form-bottom span{
        margin-left: 15px;
        vertical-align: middle;
   }
    #second{
        padding-top: 40px;
   }
    .second-block{
        width: 49%;
        flex-direction: column;
        justify-content: flex-start;
   }
    #second .container{
        margin-top: 20px;
   }
    .second-block-content{
        width: 90%;
   }
    .second-block-content h4{
        text-align: center;
        margin-top: 15px;
   }
    .second-block-content p{
        font-size: 14px;
        display: block;
   }
    .second-block-content p br{
        display: none;
   }
    .second-block .block-img{
        margin-right: 0;
   }
    #gelmant{
        background-color: #F5F5F5;
        padding-bottom: 75px;
        padding-top: 60px;
   }
    #gelmant h2{
        font-size: 32px;
   }
    #gelmant h3{
        font-size:24px;
   }
    .gelmant-img{
        width: 100%;
        height: auto;
        padding: 40px;
        margin-right:0px;
   }
    .gelmant-img img{
        width: 100%;
        height: auto;
        margin: 0;
   }
    .gelmant-text, .gelmant-text .number, .gelmant-text p{
        display: inline-block;
   }
    .gelmant-text{
        margin-top: 50px;
        width: 100%;
        text-align: center;
   }
    .gelmant-text p{
        margin-top: 16px;
        margin-left: 0px;
   }
    .gelmant-text hr{
        width: 100%;
   }
    #virus{
        padding-top: 40px;
        padding-bottom: 60px;
   }
    #virus h4{
        font-size: 19px;
   }
    #virus>img{
        display: none;
   }
    .virus-name{
        float: none;
        width:100%;
   }
    .virus-name-block{
        height: auto;
        width: 49%;
        display: inline-block;
        vertical-align: top;
   }
    .virus-name-content{
        max-height: 320px;
        padding: 10px;
          padding-bottom: 30px;
   }
    .virus-name-block-text, .virus-name-block-img{
        display: block;
   }
    .virus-name-block-img{
        text-align: center;
   }
    .virus-name-block-text{
        width: 200px;
        margin: 0 auto;
   }
    .virus-name-block-text h3{
        font-size: 18px;
        text-align: center;
   }
    .virus-name-block-text p{
        font-size: 14px;
        width: 200px;
        margin-bottom: 50px;
   }
    .virus-name-block-text p:last-of-type{
        margin: 0;
   }
    .virus-name-block-text p>b{
        color: black;
   }
    .virus-name-block-text p br{
        display: none;
   }
    .virus-name-block-text p br:first-of-type{
        display: block;
   }
    .virus-name-block .plus{
        left: 0;
        right: 0;
        margin: auto;
   }
    .vires-content-plus{
        width: 90%;
        margin: 0 auto;
   }
    .virus-img{
        display: none;
   }
    .virus-name-block-1:hover .enterobius, .virus-name-block-2:hover .ascaris, .virus-name-block-3:hover .trichocephalus, .virus-name-block-4:hover .giardia{
        display: none;
   }
    .virus-organ{
        display: none;
   }
    #lechenie{
        background-color: #F5F5F5;
        padding-top: 60px;
        padding-bottom: 15px;
        position: relative;
   }
    #lechenie:before{
        content: "";
        display: block;
        position: absolute;
        width: 0;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 30px solid #F5F5F5;
   }
    .lechenie-block{
        width: 90%;
        border-radius: 10px;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
   }
    .lechenie-block h4{
        font-size: 26px;
        font-weight: 700;
        color: #273478;
        margin-top: 10px;
        margin-bottom: 5px;
        font-family: 'Roboto Condensed', sans-serif;
   }
    .lechenie-block>span{
        font-family: 'Roboto Condensed', sans-serif;
        color: #273478;
        font-size: 18px;
   }
    .lechenie-block p{
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: black;
        line-height: 24px;
        margin-bottom: 0;
   }
    .lechenie-block .header-lechenie-block span{
        margin-right: -27px;
   }
    .lechenie-block .header-lechenie-block span.one{
        background-color: #273478;
   }
    .lechenie-block .header-lechenie-block span.two{
        background-color: #FF553A;
   }
    .lechenie-block .header-lechenie-block span.two:before{
        content: "";
        border-top: 7px solid #FF553A;
        border-right: 7px solid transparent;
        opacity: 0.5;
        position: absolute;
        bottom: -7px;
        right: 0px;
   }
    .lechenie-block .header-lechenie-block span.one:before{
        content: "";
        border-top: 7px solid #273478;
        border-right: 7px solid transparent;
        opacity: 0.5;
        position: absolute;
        bottom: -7px;
        right: 0px;
   }
    #plus .container-mini{
        width: 100%;
        padding-top: 20px;
   }
    .plus-content{
        width: 100%;
   }
    .plus-footer h2{
        text-align: center;
   }
    .plus-footer>span{
        display: block;
        text-align: center;
   }
    .plus-footer ul{
        padding-left: 30px;
   }
    .plus-footer ul li:nth-of-type(3){
        margin-right: auto;
   }
    .plus-content{
        padding: 40px 20px;
   }
    .container-plus-content{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
   }
    .container-plus-content .plus-img{
        display: none;
   }
    .plus-footer ul li{
        width: 90%;
        margin: 0 auto;
        padding-left: 10px;
   }
    .plus-footer ul li h4 br, .plus-footer ul li span br{
        display: none;
   }
    #product .container>h3{
        font-size: 17px;
   }
    .product-block{
        width: 320px;
        margin: 0 auto;
        padding: 0 15px;
   }
    .product-block h4{
        text-align: center;
   }
    .product-block>span{
        display: block;
   }
    .product-block>span br{
        display: none;
   }
    .product-block>p br{
        display: none;
   }
    #how{
        padding: 60px 0;
   }
    #how .container{
        flex-wrap: wrap;
   }
    .how-content-block{
        margin: 20px auto;
        width: 320px;
   }
    .how-content-block:nth-of-type(2) img{
        width: 100%;
   }
    #how>h3{
        font-size: 18px;
   }
    #sale{
        background-color: #F5F5F5;
        padding: 60px 0 70px;
   }
    #sale .container{
        flex-wrap: wrap;
   }
    #sale .img-block{
        margin-top: 80px;
   }
    #sale .info-block-img{
        background-color: white;
        margin-bottom: 35px;
        box-shadow: 0 0px 20px 1px #e8e8e8;
   }
   .buttom-sale {
       text-align: center;
   }
    .sale-button{
        display: inline-block;
        padding: 0 20px;
        width: auto;
        font-size: 17px;
        line-height: 55px;
        text-align: center;
   }
    #sale .hover-block{
        width: 320px;
   }
    #doctor .container{
        -webkit-background-size:200px;
        background-size: 200px;
        background-position: 43% 175px;
   }
    #doctor .container h2{
        font-size: 26px;
        text-align: center;
   }
    #doctor .container h3{
        text-align: center;
   }
    #doctor .container h3 br{
        display: none;
   }
    #doctor .block-text{
        width: 100%;
        padding: 0 20px;
        margin-top: 290px;
   }
    #doctor .centr-block-text{
        padding: 0 20px;
   }
    #doctor .bottom-block-text{
        width: 100%;
        padding: 0 15px;
   }
    #doctor .bottom-block-text p{
        font-size: 14px;
   }
    #doctor .bottom-block-text p>span{
        font-size: 18px;
   }
    #result{
        padding: 40px 0 20px;
        background-color: #F5F5F5;
   }
    #result .container{
        flex-wrap: wrap;
   }
    #result .result-block{
        width: 100%;
        margin: 0 0 20px 0;
   }
    .result-block .result-number{
        font-size: 70px;
   }
    .result-block .footer-result-item span{
        font-size: 17px;
   }
    .result-block .footer-result-item span:last-of-type{
        margin-left: 10px;
   }
    #map{
        padding: 30px 0 20px;
   }
    #map .container{
        flex-wrap: wrap;
   }
    #map .img{
        width: 100%;
        text-align: center;
   }
    #map .img img{
        width: 90%;
   }
    #map p{
        font-size: 17px;
   }
    #map p span{
        font-size: 21px;
   }
    #otziv{
        padding: 30px 20px;
   }
    .otziv{
        flex-wrap: wrap;
   }
    #otziv .otziv-block{
        margin: 15px auto;
   }
    .commit-content{
        height: 100%;
        overflow: hidden;
   }
    #otziv .otziv-block h4{
        font-size: 18px;
        margin-top: 35px;
        margin-bottom: 20px;
   }
    .commit form{
        text-align: center;
   }
    .commit input[type="text"]{
        width: 100%;
        margin-bottom: 15px;
        margin-right: 0;
        margin-top: 50px;
   }
    .commit .submit-commit{
        margin-top: 10px;
   }
    #kod{
        padding-top: 70px;
        padding-bottom: 60px;
   }
    #kod .container{
        flex-wrap: wrap;
   }
    #kod img{
        display: none;
   }
    .kod-text h2{
        font-size: 36px;
        text-align: center;
   }
    .kod-text h4{
        font-size: 19px;
        text-align: center;
   }
    .kod-text h3{
        font-size: 26px;
        margin: 25px 0 0 0;
        text-align: center;
   }
    .kod-text span{
        text-align: center;
   }
    .kod-proverka{
        text-align: center;
   }
    #kod input[type="text"]{
        width: 75%;
        margin-right: 0;
        margin-top: 20px;
        margin-bottom: 20px;
   }
    #kod .check__btn{
        margin-top: 20px;
        display: block;
        margin: 0 auto;
   }
    #kod .check__result{
        text-align: center;
   }
    #kod .check__btn:hover{
        box-shadow: none;
   }
    #dostavka{
        padding: 30px 0 20px;
   }
    #dostavka .container{
        width: 100%;
   }
    #dostavka .img-block{
        margin-top: 60px;
   }
    #dostavka .info-block-img{
        background-color: white;
        margin-bottom: 10px;
        box-shadow: 0 0px 20px 1px #e8e8e8;
   }
    #text{
        padding:30px 15px 20px;
   }
    #text h2{
        font-size: 28px;
        text-align: center;
   }
    #text h4{
        font-size: 18px;
   }
    #text h4 br{
        display: none;
   }
    #text h4:before, #text h4:after{
        width: 100%;
   }
    #text h3{
        font-size: 19px;
   }
    #text h3 br{
        display: none;
   }
    footer{
        height: auto;
   }
    footer .container{
        flex-direction: column;
        height: auto;
        align-items: center;
   }
    footer .company{
        display: none;
   }
    footer .adres{
        font-size: 14px;
        margin: 20px 0;
        height: 95px;
   }
    footer .company-number{
        display: none;
   }
    footer .adres img{
        display: block;
        margin: 0 auto;
        width: 35px;
        margin-bottom: 15px;
   }
    .info-block span{
        margin-top: 0;
        margin-bottom: 20px;
   }
}
@media (min-width: 993px) and (max-width: 1200px){
    .container{
        width: 960px;
   }
    .info-block{
        text-align: center;
        width: 100%;
   }
    .info-block-img{
        margin: 20px auto;
   }
    section>h2{
        font-size: 23px;
   }
    #product .container>h2{
        font-size: 21px;
   }
    section>h3{
        font-size: 21px;
        margin: 0 0 35px;
   }
    #product .container>h2{
        font-size: 21px;
   }
    section>h3{
        font-size: 21px;
        margin: 0 0 35px;
   }
    .header-center{
        margin-right: 20px;
   }
    .header-left .block-bottom img:first-of-type{
        top: 106px;
        left: -170px;
        width: 425px;
   }
    .header-left .block-bottom img:last-of-type{
        left: 0;
        top: 520px;
        width: 260px;
   }
    #second{
        padding-top: 40px;
   }
    .second-block{
        width: 49%;
        flex-direction: column;
        justify-content: flex-start;
   }
    #second .container{
        margin-top: 20px;
   }
    .second-block-content{
        width: 90%;
   }
    .second-block-content h4{
        text-align: center;
        margin-top: 15px;
   }
    .second-block-content p{
        font-size: 14px;
        display: block;
   }
    .second-block-content p br{
        display: none;
   }
    .second-block .block-img{
        margin-right: 0;
   }
    #gelmant{
        background-color: #F5F5F5;
        padding-bottom: 75px;
        padding-top: 60px;
   }
    #gelmant h2{
        font-size: 32px;
   }
    #gelmant h3{
        font-size:24px;
   }
    .gelmant-img{
        padding: 20px;
        margin-right:0px;
   }
    .gelmant-img img{
        width: 100%;
        height: auto;
        margin: 10px 0;
   }
    .gelmant-text, .gelmant-text .number, .gelmant-text p{
        display: inline-block;
   }
    .gelmant-text{
        margin-top: 50px;
        text-align: center;
   }
    .gelmant-text p{
        margin-left: 0px;
   }
    .gelmant-text hr{
        width: 100%;
   }
    .virus-organ{
        display: none;
   }
    #lechenie{
        background-color: #F5F5F5;
        padding-top: 60px;
        padding-bottom: 15px;
        position: relative;
   }
    #lechenie:before{
        content: "";
        display: block;
        position: absolute;
        width: 0;
        bottom: -30px;
        left: 0;
        right: 0;
        margin: auto;
        height: 0;
        border-left: 50px solid transparent;
        border-right: 50px solid transparent;
        border-top: 30px solid #F5F5F5;
   }
    .lechenie-block{
        border-radius: 10px;
        padding: 20px;
        margin: 0 auto;
        margin-bottom: 20px;
   }
    .lechenie-block h4{
        font-size: 26px;
        font-weight: 700;
        color: #273478;
        margin-top: 10px;
        margin-bottom: 5px;
        font-family: 'Roboto Condensed', sans-serif;
   }
    .lechenie-block>span{
        font-family: 'Roboto Condensed', sans-serif;
        color: #273478;
        font-size: 18px;
   }
    .lechenie-block p{
        font-size: 16px;
        font-family: 'Roboto', sans-serif;
        color: black;
        line-height: 24px;
        margin-bottom: 0;
   }
    .lechenie-block .header-lechenie-block span{
        margin-right: -27px;
   }
    .lechenie-block .header-lechenie-block span.one{
        background-color: #273478;
   }
    .lechenie-block .header-lechenie-block span.two{
        background-color: #FF553A;
   }
    .lechenie-block .header-lechenie-block span.two:before{
        content: "";
        border-top: 7px solid #FF553A;
        border-right: 7px solid transparent;
        opacity: 0.5;
        position: absolute;
        bottom: -7px;
        right: 0px;
   }
    .lechenie-block .header-lechenie-block span.one:before{
        content: "";
        border-top: 7px solid #273478;
        border-right: 7px solid transparent;
        opacity: 0.5;
        position: absolute;
        bottom: -7px;
        right: 0px;
   }
    #plus .container-mini{
        width: 100%;
        padding-top: 30px;
   }
    .plus-content{
        width: 100%;
   }
    .plus-footer h2{
        text-align: center;
   }
    .plus-footer>span{
        display: block;
        text-align: center;
   }
    .plus-footer ul{
        padding-left: 30px;
   }
    .plus-footer ul li:nth-of-type(3){
        margin-right: auto;
   }
    .plus-content{
        padding: 40px 20px;
   }
    .container-plus-content{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
   }
    .container-plus-content .plus-img{
        display: none;
   }
    .plus-footer ul li{
        width: 90%;
        margin: 0 auto;
        padding-left: 10px;
   }
    .plus-footer ul li h4 br, .plus-footer ul li span br{
        display: none;
   }
    #product .container>h3{
        font-size: 17px;
   }
    .product-block{
        width: 320px;
        margin: 0 auto;
        padding: 0 15px;
   }
    .product-block h4{
        text-align: center;
   }
    .product-block>span{
        display: block;
   }
    .product-block>span br{
        display: none;
   }
    .product-block>p br{
        display: none;
   }
    #how{
        padding: 60px 0;
   }
    #how .container{
        flex-wrap: wrap;
   }
    .how-content-block{
        margin: 20px auto;
        width: 320px;
   }
    .how-content-block:nth-of-type(2) img{
        width: 100%;
   }
    #how>h3{
        font-size: 18px;
   }
    #sale{
        background-color: #F5F5F5;
        padding: 60px 0 70px;
   }
    #sale .img-block{
        margin-top: 80px;
   }
    #sale .info-block-img{
        background-color: white;
        margin-bottom: 35px;
        box-shadow: 0 0px 20px 1px #e8e8e8;
   }
    .sale-button{
          display: inline-block;
        padding: 0 20px;
        width: auto;
        font-size: 17px;
        line-height: 55px;
        text-align: center;
   }
    #sale .hover-block{
        width: 300px;
   }
    #doctor .container{
        text-align: center;
        background-size: 384px;
   }
   #doctor .block-text,
   #doctor .container-text {
       margin: 0 auto;
   }
    #result{
        padding: 40px 0 20px;
        background-color: #F5F5F5;
   }
    #result .container{
        flex-wrap: wrap;
   }
    #result .result-block{
        width: 100%;
        margin: 0 0 20px 0;
   }
    .result-block .result-number{
        font-size: 70px;
   }
    .result-block .footer-result-item span{
        font-size: 17px;
   }
    .result-block .footer-result-item span:last-of-type{
        margin-left: 10px;
   }
    #otziv{
        padding: 30px 20px;
   }
    .otziv{
        flex-wrap: wrap;
   }
    #otziv .otziv-block{
        margin: 15px auto;
   }
    .commit-content{
        height: 100%;
        overflow: hidden;
   }
    #otziv .otziv-block h4{
        font-size: 18px;
        margin-top: 35px;
        margin-bottom: 20px;
   }
    .commit form{
        text-align: center;
   }
    #kod input[type="text"]{
        width: 295px;
   }
    #kod form{
        text-align: center;
   }
    #dostavka{
        padding: 30px 0 20px;
   }
    #dostavka .container{
        width: 100%;
   }
    #dostavka .img-block{
        margin-top: 60px;
   }
    #dostavka .info-block-img{
        background-color: white;
        margin-bottom: 10px;
        box-shadow: 0 0px 20px 1px #e8e8e8;
   }
}
@media (min-width: 993px) {
    #doctor .container{
        text-align: center;
        background-size: 384px;
    }
   #doctor .block-text,
   #doctor .bottom-block-text,
   #doctor .container-text {
       margin: 0 auto;
   }
}
@media (max-width: 1200px){
    section>h3 br, #product .container>h3 br{
        display: none;
   }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width : 993px){
   /* IE10 IE11 */
    .header-right{
        margin-left: 0px;
   }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width : 1200px){
   /* IE10 IE11 */
    .header-right{
        margin-left: 100px;
   }
    .sale-button{
        font-size: 17px;
        text-align: center;
   }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   /* IE10 IE11 */
    .sale-button{
        font-size: 18px;
        text-align: center;
   }
    .header-center h1{
        font-size: 65px;
   }
    .second-block:last-of-type .second-block-content{
        margin-top: 25px;
   }
    #virus>img{
        bottom: -880px;
   }
    .gelmant-text .number, .plus-content-item-number .plus-content-item-chislo, .result-block .result-number{
        background: none;
        color: #9FD129;
   }
    #map .container div:last-of-type{
        width: 69%;
   }
    #sale .info-block{
        width: 313px;
   }
    .virus-name-content{
        padding: 25px;
        max-height: 200px;
          padding-bottom: 30px;
   }
    .header-center ul:first-of-type{
        margin-top: 40px;
   }
    .virus-name-block-text p{
        margin-bottom: 50px;
   }
    .virus-name-block-text h3{
        font-size: 21px;
   }
    .second-block:last-of-type h4Х{
        margin-top: -35px;
   }
}
@media (min-width: 380px) {
    .header-left .block-bottom img:last-of-type {
        top: 410px;
    }
}
@media (min-width: 481px) and (max-width: 503px){
    .second-block:first-of-type h4{
        height: 96px;
   }
}
@media (min-width: 536px) and (max-width: 542px){
    .second-block:first-of-type h4{
        height: 72px;
   }
}
@media (min-width: 993px) and (max-width: 1999px){
    .second-block:first-of-type h4{
        height: 48px;
   }
}
@media (min-width: 481px) and (max-width: 519px){
    .second-block:last-of-type h4{
        height: 96px;
   }
}
@media (min-width: 520px) and (max-width: 703px){
    .second-block:last-of-type h4{
        height: 72px;
   }
}
@media (min-width: 704px) and (max-width: 1199px){
    .second-block:last-of-type h4{
        height: 48px;
   }
}
@media (min-width: 620px) and (max-width: 708px){
    .second-block:nth-of-type(3) h4{
        height: 48px;
   }
}
@media (min-width: 1200px){
    .second-block:last-of-type h4{
        margin-top: -42px;
   }
}
.condition {
    font-family: 'Roboto', sans-serif;
    color: #787878;
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.delivery-box ul {
    padding-left: 0;
}
#common-footer {
    height: unset;
}