:root {
    --rstr-title12: 35px;
    --rstr-h: 350px;
    --rstr-w: 80%;
    --rstr-mr: 0 10% 5%;

    --rstr-img1-w: 115px;
    --rstr-img2-w: 115px;
    --rstr-img3-w: 145px;

    --rstr-img1-mr: 40px 40px 0 0;
    --rstr-img2-mr: 25px 0 0 40px;
    --rstr-img3-mr: 50px 33% 0 30%;

    --rstr-h12-pt: 130px;
    --rstr-h3-pt: 160px;
    --rstr-h3-ml: 25%;

    --rstr-brdr12-position-left: 10%;
    --rstr-brdr12-w: 30px;
    --rstr-brdr12-l: 35px;
    --rstr-brdr12-r: 40px;
    --rstr-brdr12-t: 40px;
    --rstr-brdr12-down-w: 50%;

    --rstr-text12-pd: 0 5%;
    --rstr-text12-mr: auto;
    --rstr-capt12-mr-b: 0;
    --rstr-text3-pd: 0 10% 0 20%;

    --rstr-date12-pd: 10px 20px 0 0;
    --rstr-date12-mr-t: 5px;
    --rstr-date12-mr-b: 0;
}

@media (min-width:350px) {
    :root {
        --rstr-w: 95%;
        --rstr-mr: 0 2.5% 5%;

        --rstr-brdr12-l: 35px;
        --rstr-brdr12-r: 40px;
    }
}

@media (min-width:390px) {
    :root {
        --rstr-w: 90%;
        --rstr-mr: 0 5% 5%;

        --rstr-brdr12-l: 55px;
        --rstr-brdr12-r: 55px;
    }
}

@media (min-width:450px) {
    :root {
        --rstr-w: 80%;
        --rstr-mr: 0 10% 5%;

        --rstr-brdr12-l: 55px;
        --rstr-brdr12-r: 55px;
    }
}

/*============ REESTRS section ===========*/
div#section-reestrs {
    background-color: white;
}

div.col-custom-reestrs-33 {
    flex: 0 0 auto;
    width: var(--rstr-w);
    margin: var(--rstr-mr);
    height: var(--rstr-h);
}

div.reestr-1,
div.reestr-2,
div.reestr-3 {
    position: relative;
}

/*============ 1st =============*/
div.reestr-1 img.section-reestrs-img,
div.reestr-1 div.jsgif {
    position: absolute;
    width: var(--rstr-img1-w);
    right: 0;
    top: 0;
    margin: var(--rstr-img1-mr);
}

div.reestr-1 input.reestr-1-width,
div.reestr-1 div.jsgif>canvas {
    width: var(--rstr-img1-w);
}

div.reestr-2 input.reestr-2-width,
div.reestr-2 div.jsgif>canvas {
    width: var(--rstr-img2-w);
}

div.reestr-3 input.reestr-3-width,
div.reestr-3 div.jsgif>canvas {
    width: var(--rstr-img3-w);
}

div#section-reestrs div.reestr-1 h1.section-reestrs-caption {
    color: #215CA5;
    font-family: "Raleway Bold";
    font-size: var(--rstr-title12);
    padding-top: var(--rstr-h12-pt);
    margin-bottom: var(--rstr-capt12-mr-b);
}

div.col-custom-reestrs-33.reestr-1,
div.col-custom-reestrs-33.reestr-2 {
    border: var(--rstr-brdr12-w) solid #215CA5;
}

div.col-custom-reestrs-33.reestr-1 {
    border-radius: 50% 10% 50% 50%;
}

div.col-custom-reestrs-33.reestr-1:before,
div.col-custom-reestrs-33.reestr-2:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: var(--rstr-brdr12-position-left);
    border-left: var(--rstr-brdr12-l) solid transparent;
    border-right: var(--rstr-brdr12-r) solid transparent;
    border-top: var(--rstr-brdr12-t) solid #215CA5;
    width: var(--rstr-brdr12-down-w);
    height: 0;
    box-sizing: content-box;
}

div#section-reestrs div.reestr-1 p.section-reestrs-text,
div#section-reestrs div.reestr-2 p.section-reestrs-text {
    color: #051960;
    font-family: "Raleway Bold";
    font-size: 18px;
    padding: var(--rstr-text12-pd);
    margin: var(--rstr-text12-mr);
}

div#section-reestrs div.reestr-1 p.section-reestrs-date,
div#section-reestrs div.reestr-2 p.section-reestrs-date {
    color: white;
    font-family: "Raleway Bold";
    font-size: 21px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: var(--rstr-date12-pd);
    margin-top: var(--rstr-date12-mr-t);
    margin-bottom: var(--rstr-date12-mr-b);
}

/*============ 2nd =============*/
div.reestr-2 img.section-reestrs-img,
div.reestr-2 div.jsgif {
    position: absolute;
    width: var(--rstr-img2-w);
    left: 0;
    top: 0;
    margin: var(--rstr-img2-mr);
}

div#section-reestrs div.reestr-2 h1.section-reestrs-caption {
    color: #051960;
    font-family: "Raleway Bold";
    font-size: var(--rstr-title12);
    padding-top: var(--rstr-h12-pt);
    margin-bottom: var(--rstr-capt12-mr-b);
}

div.col-custom-reestrs-33.reestr-2 {
    border-radius: 10% 50% 50% 50%;
}

/*============ 3rd =============*/
div.reestr-3 img.section-reestrs-img,
div.reestr-3 div.jsgif {
    position: absolute;
    width: var(--rstr-img3-w);
    top: 0;
    margin: var(--rstr-img3-mr);
}

div#section-reestrs div.reestr-3 h1.section-reestrs-caption {
    color: #FFFFFF;
    font-family: "Raleway Bold";
    font-size: 27px;
    margin-left: var(--rstr-h3-ml);
    margin-bottom: var(--rstr-capt12-mr-b);
    padding-top: var(--rstr-h3-pt);
}

div#section-reestrs div.reestr-3 p.section-reestrs-text {
    color: #FFFFFF;
    font-family: "Raleway Bold";
    font-size: 17px;
    padding: var(--rstr-text3-pd);
}

div.col-custom-reestrs-33.reestr-3 {
    background-color: #F9CF46;
    overflow: hidden;
    border-radius: 50% 50% 10% 50%;
}

/*===================================== < 576px */

@media (min-width:576px) {
    :root {
        --rstr-title12: 35px;
        --rstr-h: 350px;
        --rstr-w: 70%;
        --rstr-mr: 0 15% 5%;

        --rstr-img1-w: 115px;
        --rstr-img2-w: 115px;
        --rstr-img3-w: 145px;

        --rstr-img1-mr: 40px 40px 0 0;
        --rstr-img2-mr: 25px 0 0 40px;
        --rstr-img3-mr: 50px 33% 0 30%;

        --rstr-h12-pt: 130px;
        --rstr-h3-pt: 160px;
        --rstr-h3-ml: 25%;

        --rstr-brdr12-position-left: 10%;
        --rstr-brdr12-w: 30px;
        --rstr-brdr12-l: 55px;
        --rstr-brdr12-r: 35px;
        --rstr-brdr12-t: 40px;
        --rstr-brdr12-down-w: 160px;

        --rstr-text12-pd: 0 5%;
        --rstr-text12-mr: auto;
        --rstr-capt12-mr-b: 0;
        --rstr-text3-pd: 0 10% 0 20%;

        --rstr-date12-pd: 10px 20px 0 0;
        --rstr-date12-mr-t: 5px;
        --rstr-date12-mr-b: 0;
    }
}

/*=====================================*/
@media (min-width:768px) {
    :root {
        --rstr-title12: 43px;
        --rstr-h: 400px;
        --rstr-w: 420px;
        --rstr-mr: 15px auto;

        --rstr-img1-w: 140px;
        --rstr-img2-w: 140px;
        --rstr-img3-w: 165px;

        --rstr-img1-mr: 50px 50px 0 0;
        --rstr-img2-mr: 40px 0 0 50px;
        --rstr-img3-mr: 50px 33% 0 25%;

        --rstr-h12-pt: 150px;
        --rstr-h3-pt: 200px;
        --rstr-h3-ml: 25%;

        --rstr-brdr12-position-left: 10%;
        --rstr-brdr12-w: 30px;
        --rstr-brdr12-l: 35px;
        --rstr-brdr12-r: 35px;
        --rstr-brdr12-t: 40px;
        --rstr-brdr12-down-w: 200px;

        --rstr-text12-pd: 0 15%;
        --rstr-text12-mr: auto;
        --rstr-capt12-mr-b: 0.5rem;
        --rstr-text3-pd: 0 10% 0 20%;

        --rstr-date12-pd: 10px 20px 0 0;
        --rstr-date12-mr-t: 5px;
        --rstr-date12-mr-b: 0;
    }
}

@media (min-width:992px) {
    :root {
        --rstr-title12: 43px;
        --rstr-h: 300px;
        --rstr-w: 31.3%;
        --rstr-mr: 15px auto;

        --rstr-img1-w: 95px;
        --rstr-img2-w: 95px;
        --rstr-img3-w: 95px;

        --rstr-img1-mr: 20px 25px 0 0;
        --rstr-img2-mr: 10px 0 0 25px;
        --rstr-img3-mr: 25px 33% 0 30%;

        --rstr-h12-pt: 83px;
        --rstr-h3-pt: 105px;
        --rstr-h3-ml: 17%;

        --rstr-brdr12-position-left: 10%;
        --rstr-brdr12-w: 30px;
        --rstr-brdr12-l: 35px;
        --rstr-brdr12-r: 35px;
        --rstr-brdr12-t: 20px;
        --rstr-brdr12-down-w: 110px;

        --rstr-text12-pd: 0;
        --rstr-text12-mr: -25px auto 0;
        --rstr-capt12-mr-b: 0.5rem;
        --rstr-text3-pd: 0 10% 0 5%;

        --rstr-date12-pd: 10px 20px 0 0;
        --rstr-date12-mr-t: 110px;
        --rstr-date12-mr-b: -15px;
    }
}

@media (min-width:1200px) {
    :root {
        --rstr-title12: 43px;
        --rstr-h: 350px;
        --rstr-w: 31.3%;
        --rstr-mr: 15px auto;

        --rstr-img1-w: 125px;
        --rstr-img2-w: 125px;
        --rstr-img3-w: 125px;

        --rstr-img1-mr: 40px 40px 0 0;
        --rstr-img2-mr: 25px 0 0 45px;
        --rstr-img3-mr: 45px 30% 0 25%;

        --rstr-h12-pt: 130px;
        --rstr-h3-pt: 155px;
        --rstr-h3-ml: 25%;

        --rstr-brdr12-position-left: 10%;
        --rstr-brdr12-w: 30px;
        --rstr-brdr12-l: 35px;
        --rstr-brdr12-r: 35px;
        --rstr-brdr12-t: 20px;
        --rstr-brdr12-down-w: 140px;

        --rstr-text12-pd: 0 7%;
        --rstr-text12-mr: -10px auto;
        --rstr-capt12-mr-b: 0.5rem;
        --rstr-text3-pd: 0 12%;

        --rstr-date12-pd: 10px 20px 0 0;
        --rstr-date12-mr-t: 110px;
        --rstr-date12-mr-b: -15px;
    }
}

@media (min-width:1400px) {
    :root {
        --rstr-title12: 43px;
        --rstr-h: 400px;
        --rstr-w: 31.3%;
        --rstr-mr: 15px auto;

        --rstr-img1-w: 145px;
        --rstr-img2-w: 145px;
        --rstr-img3-w: 145px;

        --rstr-img1-mr: 40px 50px 0 0;
        --rstr-img2-mr: 20px 0 0 50px;
        --rstr-img3-mr: 65px 40% 0 28%;

        --rstr-h12-pt: 150px;
        --rstr-h3-pt: 180px;
        --rstr-h3-ml: 25%;

        --rstr-brdr12-position-left: 15%;
        --rstr-brdr12-w: 30px;
        --rstr-brdr12-l: 35px;
        --rstr-brdr12-r: 25px;
        --rstr-brdr12-t: 20px;
        --rstr-brdr12-down-w: 170px;

        --rstr-text12-pd: 0 7%;
        --rstr-text12-mr: 0 10%;
        --rstr-capt12-mr-b: 0.5rem;
        --rstr-text3-pd: 10px 15%;

        --rstr-date12-pd: 10px 20px 0 0;
        --rstr-date12-mr-t: 110px;
        --rstr-date12-mr-b: -15px;
    }
}

@media (min-width:1600px) {
    :root {
        --rstr-title12: 43px;
        --rstr-h: 400px;
        --rstr-w: 31.3%;
        --rstr-mr: 15px auto;

        --rstr-img1-w: 145px;
        --rstr-img2-w: 145px;
        --rstr-img3-w: 145px;

        --rstr-img1-mr: 40px 50px 0 0;
        --rstr-img2-mr: 20px 0 0 50px;
        --rstr-img3-mr: 65px 48% 0 25%;

        --rstr-h12-pt: 150px;
        --rstr-h3-pt: 180px;
        --rstr-h3-ml: 25%;

        --rstr-brdr12-position-left: 15%;
        --rstr-brdr12-w: 30px;
        --rstr-brdr12-l: 25px;
        --rstr-brdr12-r: 35px;
        --rstr-brdr12-t: 20px;
        --rstr-brdr12-down-w: 190px;

        --rstr-text12-pd: 0 7%;
        --rstr-text12-mr: 0 10%;
        --rstr-capt12-mr-b: 0.5rem;
        --rstr-text3-pd: 10px 15%;

        --rstr-date12-pd: 10px 20px 0 0;
        --rstr-date12-mr-t: 110px;
        --rstr-date12-mr-b: -15px;
    }
}