html > .medoc, body > .medoc, .medoc, .medoc > div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, .medoc canvas, details, embed,
figure, figcaption, .medoc footer, .medoc header, hgroup,
.medoc main, .medoc menu, .medoc nav, .medoc output, .medoc ruby, .medoc section, .medoc summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
.medoc article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
    display: block;
}
*[hidden] {
    display: none;
}
body > .medoc{
    line-height: 1;
}

.medoc ol, .medoc ul {
    list-style: none;
}
.medoc blockquote, q {
    quotes: none;
}
.medoc blockquote:before, .medoc blockquote:after,
.medoc q:before, .medoc q:after {
    content: '';
    content: none;
}
.medoc table {
    border-collapse: collapse;
    border-spacing: 0;
}


html > .medoc, body > .medoc {
    height: 100%;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    line-height: 1.7;
}

.medoc main{
    overflow-x: hidden;
}
.medoc section{
    min-height: 300px;
}

.pad-top-60{
    padding-top: 30px;
}
.pad-bot-60{
    padding-bottom: 30px;
}
.green-color{
    color: #52af2b;
}
.mar-top-30{
    margin-top: 30px;
}
.mar-bot-30{
    margin-bottom: 30px;
}
.mar-top-60{
    margin-top: 30px;
}
.mar-bot-60{
    margin-bottom: 30px;
}
.youtube{
    position: relative;
    width: 100%;
    height: 50%;
}
.medoc input[type="submit"]{
    width: 300px;
}
.medoc a,  .medoc a:focus, .medoc input[type="submit"]{
    padding: 6px 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #ffffff;
    color: #373737;
    border: none;
    text-decoration: none;
}

.medoc a:hover, .medoc input[type="submit"]:hover{
    text-decoration: none;
    color: #e0a500;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
}

.medoc a.revers, .medoc a.revers:focus, .medoc input[type="submit"].revers{
    background-color: #ffe200;
    text-decoration: none;
}
.medoc a.revers:hover, .medoc input[type="submit"].revers:hover{
    background-color: #ffe200;
    color: #ffffff;
    text-decoration: none;
}
.medoc a.simple-link{
    padding: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color:transparent;
}
.medoc a.simple-link:hover{
    color: #373737;
    background-color:transparent;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.medoc a[name]{
    background-color: transparent;
    webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height: 1px;
    padding: 0;
}
.medoc a[name]:hover{
    background-color: transparent;
}

.medoc .border-bottom{
    border-bottom: 1px solid #000000;
}
.medoc .bold{
    font-weight: bold;
}
.medoc .normal{
    font-weight: 100 !important;
}
.medoc .italic{
    font-style: italic;
}
.medoc .required{
    position: relative;
    color:#d62828;
    bottom: 5px;
    left: 3px;
}
.medoc .error{
    border: 1px solid #ff7676;
    background-color: #f9e0e0;
}
.medoc h2, .medoc h3{
    font-family: 'Montserrat',"Open Sans", sans-serif !important;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
}
.medoc .up{
    position: fixed;
    right: 50px;
    bottom: 80px;
    /*hight: 40px;*/
    width: 35px;
    z-index: 900;
    cursor: pointer;
}
.medoc .up img{
    width: 100%;
}
.medoc .up div{
    font-size: 13px;
}

.medoc section .h3{
    font-size: 32px !important;
    font-weight: bold;
}
.medoc section.header-fixed{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 90px !important;
    background-image: radial-gradient(circle at 0 0, #ffe100, #f9be00);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2);
    z-index: 900;
}
.medoc section.header-fixed .container{
    margin-top: 20px;
}
.medoc section.header-fixed .menu{
    margin-top: 14px;
}
.medoc section.header-fixed .logo-fixed{
    height: 50px;
}
.medoc section.header-fixed a.menu-item{
    background-color: transparent;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
}
.medoc section.header-fixed a.menu-item:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #373737;
}



.medoc section.header{
    background-color: #f9be00;
    background-image: radial-gradient(circle at 0 0, #ffe100, #f9be00);
    position: relative;
    /*z-index: 1000;*/
}
.medoc section.header .bg {
    position: absolute;
    overflow: hidden;
    height: 55%;
    width: 73%;
    left: 190px;
}
.medoc section.header .bg img{
    height: 98%;
}

.medoc section.header .head logo-medoc{
    height: 80px;
}

.medoc section.header .cont-pos{
    position: relative;
}

.medoc section.header .head{
    margin: 20px 0 0;
}
.medoc section.header .head .phone{
    font-weight: bold;
    font-size: 20px;
    /*margin-top: 25px;*/
}
.medoc .phone{
    padding-left: 20px;
    background-image: url("../img/ettn/phone.svg");
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    font-size: 20px;
}
.medoc section.header .head .menu{
    margin-top: 20px;
}

.medoc section.header .head a.menu-item{
    background-color: transparent;
    padding: 0;
    font-weight: bold;
    font-size: 17px;
}
.medoc section.header .head a.menu-item:hover{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #373737;
}
.medoc section.header .about .h1{
    white-space: nowrap;
    font-size: 46px !important;
    font-weight: 900;
    font-family: sans-serif;
    position: relative;
}
.medoc section.header .about .line-through{
    height: 8px;
    width: 120px;
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
    background-color: #51af2b;
    position: absolute;
    display: block;
    bottom: 40%;
    left: 32%;
}
.medoc section.header .about .text{
    position: relative;
}
.medoc section.header .about .text:before{
    content:' ';
    position: absolute;
    top: -10px;
    left: -30px;
    height: 53px;
    width: 26px;
    background-image: url("../img/ettn/corner-left.svg");
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: 26px 53px;
}
.medoc section.header .about .text:after{
    content:' ';
    position: absolute;
    bottom: -10px;
    right: -15px;
    height: 53px;
    width: 26px;
    background-image: url("../img/ettn/corner-right.svg");
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 26px 53px;
}

.medoc section.mail{
    background-color: #ffffff;
}
.medoc section.mail .h4{
    font-size: 28px;
}
.medoc section.mail .document{
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    margin: 10px;
    position: relative;
    padding: 50px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    z-index: 10;
    background-color: #ffffff;
}
.medoc section.mail .document .code{
    position: absolute;
    top: 0;
    right: 20px;
    width: 230px;
    height: 50px;
}
.medoc section.mail .document .code img{
    height: 100%;
}
.medoc section.mail .document .row-custom{
    margin-bottom: 15px;
    padding-left: 4px;
    position: relative;
    bottom: 5px;
}
.medoc section.mail .document .stamps{
    position: relative;
}
.medoc section.mail .document .stamps .stamp{
    position: relative;
    height: 170px;
    width: 320px;
    bottom: 20px;
}
.medoc section.mail .document .doc-item,
.medoc section.mail .document .doc-item-danger{
    background-position: 17px 15px;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    padding: 10px 10px 10px 60px;
}

.medoc section.mail .document .doc-item{
    background-image: url("../img/ettn/doc-point.svg");
}
.medoc section.mail .document .doc-item-danger{
    background-image: url("../img/ettn/doc-point-danger.svg");
    background-position: 15px 12px;
    background-size: 34px 25px;
}
.medoc section.haw-it-work {
    /*background-color: #f4f4f4;*/
    background-color: #faf8f5;
    position: relative;
}
.medoc section.haw-it-work .bg-rotate{
    position: absolute;
    top: -120px;
    background-color: #f4f4f4;
    height: 600px;
    width: 150%;
    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
    overflow: hidden;
}
.medoc section.haw-it-work .haw-it-work-title{
    background-image: url("../img/ettn/bear-why.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    padding: 15px 100px 15px 0;
}


section.haw-it-work .block{
    background-image: url("../img/ettn/plus.svg");
    background-position: 0px 14px;
    background-repeat: no-repeat;
    background-size: 30px 20px;
    height: 60px;
    padding-left: 40px;
    margin: 10px 0px;
}
section.haw-it-work .block span.yellow{
    color: #f5a623
}
section.haw-it-work .block .haw-it-work-title{
    background-image: url("../img/ettn/bear-why.svg");
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 61px 61px;
}

section.questions{
    background-color: #ffffff;
}

section.questions .block{
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.16);
    padding: 150px 20px 10px 20px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    height: 270px;
}
section.questions .block.block-1,
section.questions .block.block-2,
section.questions .block.block-3{
    background-position: center 50px;
    background-repeat: no-repeat;
    background-size: 61px 61px;
}
section.questions .block.block-1{
    background-image: url("../img/ettn/block-1.svg");
}
section.questions .block.block-2{
    background-image: url("../img/ettn/block-2.svg");
}
section.questions .block.block-3{
    background-image: url("../img/ettn/block-3.svg");
}

section.questions .questions-img{
    padding: 15px;
}
section.questions .questions-img img{
    width: 100%;
}


section.form{
    background-color: #ffffff;
}
section.form .bear-footer{
    margin-top: 30px;
}
section.haw-it-work input[type="text"],textarea,
section.form input[type="text"],textarea{
    padding: 6px;
    width: 300px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 10px;
}

section.form input[type="radio"]:checked:before {
    content: "";
    display: block;
    position: relative;
    top: 3px;
    left: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #009503;
}

.completed{
    background-image: radial-gradient(circle at 0 0, #ffe100, #f9be00);
    height: 100%;
    width: 100%;
    position: relative;
}
.completed .head{
    margin-top: 150px;
}
.completed .footer{
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width:1200px){
    .phone{
        font-size: 16px;
    }
}

@media (max-width:992px){

    .mar-top-sm-30{
        margin-top: 30px;
    }
    .mar-bot-sm-30{
        margin-bottom: 30px;
    }
    .mar-top-sm-60{
        margin-top: 60px;
    }
    .mar-bot-sm-60{
        margin-bottom: 60px;
    }

    section.mail .document .stamps{
        text-align: center;
        margin-top: 20px;
    }

    .center-mobile{
        text-align: center;
    }

    section.header .about{
        margin-top: 180px;
    }
    section.header .about .h1{

    }
   .medoc section.header  .about .line-through{
        left: 223px;
    }

    .youtube{
        height: auto;
        width: 100%;
        min-height: 300px;
    }

    section.questions .block{
        padding: 150px 5px 10px 5px;
        font-size: 13px;
    }

    section.form input[type="text"],textarea,
    section.haw-it-work input[type="text"]{
        width: 100%;
    }
    .required{
        display: none;
    }
    section.header .about .text:after{
        bottom: -15px;
        right: -10px;
    }

    section.header .head .phone{
        font-size: 14px;
    }
    section.header .head a.menu-item{
        font-size: 16px;
    }

}

@media (max-width:767px){

    .center-mobile-xs{
        text-align: center;
    }
    section.header .about{
        margin-top: 350px;
    }
    section.header .about .h1{
        font-size: 47px !important;
    }
    .medoc section.header .about .line-through{
        height: 7px;
        width: 110px;
        left: 35%;
        bottom: 20px;
    }

    section.questions .block{
        padding: 150px 20px 20px 20px;
        height: auto;
        font-size: 18px;
        margin: 30px;
    }
    section.questions .questions-img img{
        height: 300px;
    }
    section.header .head .phone{
        text-align: center;
        margin-top: 15px;
        margin-bottom: 20px;
        font-size: 20px;
    }

    section.header .head a.menu-item {
        font-size: 20px;
        border-bottom: 1px solid #9a8b28;
        border-radius: 0;
    }
    section.mail .document .stamps .stamp{
        width: 100%;
    }
    section.mail .document{
        padding: 50px 20px;
    }
    section.mail .document .doc-item,
    section.mail .document .doc-item-danger{
        background-size: 20px 18px;
        padding: 10px 10px 10px 45px;
    }
    section.haw-it-work .haw-it-work-title{
        background-image: none;
        padding:0;
    }
}

@media (max-width:480px){

    section.header .about .h1{
        white-space: pre-line;
    }
    .medoc section.header  .about .line-through{
        height: 7px;
        width: 95px;
        left: 54%;
        top: 25px;
    }

}

.medoc .terms {
    border: 1px solid #888;
    border-radius: 5px;
    background-image: radial-gradient(circle at 0 0, #ffe100, #f9be00);
    margin: 5px;
    width: 600px;
}

.medoc textarea{
    width: 300px;
    height: 150px;
    resize: both;
}