@font-face{
    font-family: 'a_arubricaxtcn';
    src: url('/css/fonts/arubricaxtcn.woff2') format('woff2'),
    url('/css/fonts/arubricaxtcn.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'blogger_sans';
    src: url('/css/fonts/bloggersans-medium.woff2') format('woff2'),
    url('/css/fonts/bloggersans-medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'blogger_sans';
    src: url('/css/fonts/bloggersans-lightitalic.woff2') format('woff2'),
    url('/css/fonts/bloggersans-lightitalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}
@font-face{
    font-family: 'blogger_sans';
    src: url('/css/fonts/bloggersans-light.woff2') format('woff2'),
    url('/css/fonts/bloggersans-light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'blogger_sans';
    src: url('/css/fonts/bloggersans-bold.woff2') format('woff2'),
    url('/css/fonts/bloggersans-bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'blogger_sans';
    src: url('/css/fonts/bloggersans.woff2') format('woff2'),
    url('/css/fonts/bloggersans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'arial_narrow_b';
    src: url('/css/fonts/arianb.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'arial_narrow';
    src: url('/css/fonts/arian.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'bookman_old_style_bold';
    src: url('/css/fonts/bookman_old_style_bold.woff') format('woff');
    font-display: swap;
}
/* ███ */
* {
    margin: 0;
    padding: 0;
    border: 0;
}
*,*:before,*:after{
    box-sizing: border-box;
}
body {
    text-align: center;
    font-family: 'Arial';
    font-size: 14px;
}
input,button,textarea{ font-family: inherit; }
button { cursor: pointer; }
a {
    text-decoration: none;
    color: #3d4073;
}
ul li{list-style: none}

/* ███ */
#menu__toggle {
    opacity: 0;
}
#menu__toggle:checked ~ .menu__btn > span {
    transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
    top: 0;
    transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
}
#menu__toggle:checked ~ nav .menu__box{
    display: block;
    visibility: visible;
    right: 0;
}
#menu__toggle:checked ~ nav .menu__box li a{
    font-size: 20px;
    transition-duration: .6s;
}
.menu__btn {
    display: none;
    align-items: center;
    position: absolute;
    top: 10px;
    right: 12px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 10;
}
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
    display: block;
    position: absolute;
    width: 54px;
    height: 12px;
    border-radius: 6px;
    background-color: #3D4073;
    transition-duration: .6s;
}
.menu__btn > span::before {
    content: '';
    top: -18px;
}
.menu__btn > span::after {
    content: '';
    top: 18px;
}
.menu__box {
    z-index: 1;
    box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
}
.menu__box div {
    display: flex;
    width: 100%;
    justify-content: stretch;
}
.menu__box div li{
    width: 25%;
    border-top: 2px solid #ec8017;
    border-left: 2px solid #ec8017;
}
.menu__box .li4 {
    border-right: 2px solid #ec8017;
}
.menu__box .li5, .menu__box .li6, .menu__box .li7, .menu__box .li8 {
    border-bottom: 2px solid #ec8017;
}
.menu__box .li8 {
    border-right: 2px solid #ec8017;
}
.menu__box li a{
    color: #ffffff;
}
.menu__box img {
    display: none;
}
.menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 7px;
    color: #333;
    font-size: 20px;
    transition-duration: .3s;
    height: 100%;
    background-color: #3d4073;
}
.menu__item p:first-letter {
    text-transform: uppercase;
}
.menu__item:hover {
    background-color: #FF6700;
}
.menu__item.active{
    background-color: #FF6700;
}
/* ███ */
.bodycontainer {
    max-width: 1280px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.header1 {
    display: flex;
    min-height: 90px;
    padding-left: 17px;
    padding-right: 19px;
    justify-content: space-between;
}
.header1-1 {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header1-1-up {
    display: flex;
    height: 100%;
    align-items: center;
}
.header1-1-1 a{
    display: flex;
    align-items: center;
}
.header1-1-1-1 {
    color: #E3500C;
    -webkit-text-stroke: 0.5px #3d4073;;
}
.header1-1-1-1-1 {
    font-family: "bookman_old_style_bold";
    font-size: 26px;
    font-weight: 600;
}
.header1-1-1-1-1-1 {
    position: relative;
    top: -2px;
}
.header1-1-1-1-1-2 {
    position: relative;
    top: 5px;
}
.header1-1-1-1-1-3 {
    position: relative;
    top: 1px;
    text-transform: uppercase;
}
.header1-1-1-1-2 {
    font-family: "arial_narrow_b";
    font-size: 22px;
    font-weight: 600;
    margin-top: -2px;
    text-transform: uppercase;
}
.logo2{
    margin-left: 5px;
}
.header1-1-2 {
    width: 100%;
    padding-left: 10px;
}
.header1-1-2-1 a{
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 15px;
    font-family: 'blogger_sans';
    text-transform: uppercase;
    font-weight: bold;
    color: #e3660c;
}
.header1-1-2-2 a{
    display: flex;
    width: 100%;
    justify-content: center;
    font-family: 'blogger_sans';
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    color: #3d4073;
}
.header1-1-2-2 a:hover{
    text-shadow: rgb(213, 212, 212) 0 0 10px;
}
.header1-1-2-3 {
    margin-top: 1px;
}
.header1-1-2-3 a{
    display: flex;
    width: 100%;
    justify-content: center;
    font-size: 16px;
    font-family: 'blogger_sans';
    text-transform: uppercase;
    font-weight: bold;
    color: #e3660c;
}
.header1-1-down {
    display: none;
    font-size: 15px;
    font-family: 'blogger_sans';
    text-transform: uppercase;
    font-weight: bold;
    color: #e3660c;
}
.header1-2 {
    display: flex;
    background-color: aquamarine;
    width: 20%;
    align-items: center;
    justify-content: center;
}
.header1-3 {
    display: flex;
    flex-direction: column;
    width: 300px;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}
.header1-3-1 {
    font-size: 49px;
    font-family: 'a_arubricaxtcn';
    min-width: 295px;
}
.header1-3 div, .header1-3 a{
    display: flex;
    align-items: center;
}
.header1-3 a{
    color: #3d4073;;
}
.header1-3 a:hover{
    text-shadow: rgb(213, 212, 212) 0 0 10px;
}
.header1-3-2{
    gap: 11px;
}
.header1-3-2 img:hover{
    box-shadow: 0 0 9px 5px rgba(230, 230, 230, 1);
}
.header1-5 {
    display: none;
    width: 55px;
}
.button-zakaz-zvonok {
    font-family: 'blogger_sans';
    font-size: 20px;
    background-color: #ec8017;
    color: #fff;
    padding: 9px 12px;
    border-radius: 2px;
}
.button-zakaz-zvonok:hover {
    background-color: #3d4073;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.button-standart {
    margin-top: 8px;
    display: inline-block;
    font-family: 'blogger_sans';
    font-size: 20px;
    background-color: #ec8017;
    padding: 3px 12px;
    border-radius: 4px;
    box-shadow: 0 0 10px 5px rgba(221, 221, 221, 1);
}
.button-standart a{
    color: #fff;
    height: 100%;
    width: 100%;
}
.button-standart a:hover{
    text-decoration: none;
}
.button-standart:hover {
    background-color: #3d4073;
}
.header-photo {
    position: relative;
}
.header-photo1 {
    display: flex;
    position: absolute;
    top: 70%;
    left: 0;
    width: 100%;
    min-height: 20px;
    transform: translate(0, -50%);
}
.header-photo1-1{
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 10px 20px 10px 20px;
    background: linear-gradient(to right, rgba(61,64,115,.4) 0%, rgba(61,64,115,1) 100%);
    width: 40%;
    color: #FFFFFF;
    text-align: right;
    font-family: 'blogger_sans';
}
.header-photo1-1 img{
    max-width: 100%;
    max-height: 70px;
}
.header-photo1-1 h1{
    font-size: 30px;
    font-weight: normal;
}
.header-photo1-2 {
    display: flex;
    align-items: center;
    padding: 10px 10px 10px 20px;
    background: linear-gradient(to left, rgba(255,103,0,.3) 0%, rgba(255,103,0,1) 100%);
    width: 60%;
    font-size: 30px;
    color: #3d4073;
    text-align: left;
    font-family: 'blogger_sans';
}
.cena {
    display: inline-block;
    color: #000;
    background-color: #f4ffbeb5;
    border-radius: 2px;
    box-shadow: 3px 3px 0 0 #c00;
    margin-right: 28px;
    padding: 3px 11px 3px 11px;
    font-family: 'arial';
    font-size: 38px;
    align-items: end;
}
.cena span {
    margin-bottom: 5px;
    font-size: 25px;
    color: #3d4073;
    text-decoration: underline;
}
.cena:hover {
    background-color: rgba(255, 253, 231, 0.9);
    border: 1px solid #ec8017;
    border-radius: 3px;
}
.main1-table {
    display: table;
    width: 100%;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    border-collapse: collapse;
}
.main1-table-tr {
    display: table-row;
}
.main1-table-td {
    display: table-cell;
    vertical-align: top;
    padding: 10px 10px;
}
.main1-table-td2 {
    color: #3d4073;
    text-align: left;
    font-size: 35px;
    font-family: 'blogger_sans';
    font-weight: bold;
    vertical-align: middle;
}
.main1-table-td2 span{
    color: #ec8017;
}
.main1-table-td2-advanced {
    font-size: 21px;
    margin-top: 5px;
}
.header-block3 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.header-block3 .header-block3-div{
    width: 500px;
    margin: 10px 10px;
}
.header-block3-1 {
    background-color: #ec8017;
}
.header-block3-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    margin: 10px;
    font-family: 'blogger_sans';
    font-size: 25px;
    min-height: 68px;
}
.header-block3-1-1 {
    background-color: #3d4073;
    color: #FFFFFF;
}
.header-block3-video {
    margin: 10px;
}
.header-block3-2 {
    border: 4px solid #3d4073;
}
.header-block3-2-1 {
    background-color: #ec8017;
    color: #FFFFFF;
}
.header-block3-3 {
    background-color: #3d4073;
}
.header-block3-3-1 {
    background-color: #ec8017;
    color: #FFFFFF;
}
.vipoln-rab-photo {
    margin-top: 20px;
}
.vipoln-rab-photo-zag {
    padding: 10px;
    margin-top: 12px;
}
.vipoln-rab-photo-zag a{
    color: #303030;
    font-weight: bold;
}
.vipoln-rab-photo1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4px;
    align-items: center;
}
.vipoln-rab-photo1 div {
    display: flex;
    width: 24%;
    padding: 0;
}
.vipoln-rab-photo1 img {
    width: 100%;
    border: 2px solid #b2b2b2;
    border-radius: 8px;
}
.text1 {
    text-align: left;
    padding: 0 15px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
    font-size: 19px;
    font-weight: normal;
    font-style: normal;
    font-family: 'blogger_sans';
}
.text1 p{
    text-align: justify;
    margin-bottom: 18px;
}
.text1 p.p1{
    text-indent: 1.5em;
}
.text1 p.p2{
    text-indent: -1.65em;
    margin-left: 31px;
    margin-bottom: 0;
    text-align: left;
}
.text1 h2,.text1 .h2{
    text-indent: unset;
    font-size: 24px;
    font-weight: normal;
}
.text1 span{
    color: #ec8017;
}
.text1 .inherit{
    color: inherit;
}
.obyavlenie {
    margin-top: 20px;
    border: 1px solid #9d9fb4;
    padding: 30px;
}
.nav-bread{
    display: flex;
    margin-top: 14px;
    font-size: 15px;
    flex-wrap: wrap;
    text-align: left;
    padding: 0 15px;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    font-family: 'blogger_sans';
}
.li-bread span{
    color: #909090;
    text-decoration: underline;
}
.li-bread1{
    margin-right: 7px;
}
.li-bread2:before{
    color: #9b9b9b;
    content: ">";
}
.text1-img {
    display:block;
    margin:auto;
    max-width: 100%;
}
.text1-fotozag1{
    display: flex;
    margin-bottom: 12px;
    justify-content: center;
    align-items: center;
}
.text1-fotozag1 h1{
    padding-left: 15px;
    font-size: 29px;
    font-weight: inherit;
}
.text1-zag1 {
    font-size: 26px;
    text-align: center;
    font-style: italic;
}
.text1-table {
    display: table;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 25px;
    border-collapse: collapse;
}
.text1-table-tr {
    display: table-row;
}
.text1-table-td {
    display: table-cell;
    vertical-align: middle;
    padding: 7px 7px;
    border: 1px solid #9d9fb4;
}
.text1-table-td span {
    color: inherit;
}
.text1-table-td0 {
    display: table-cell;
    padding: 7px 7px;
}
.text1-table-td.htd{
    background-color: #fff8be;
}
.text1-table-td.htd2{
    background-color: #f0f0f0;
}
.text1-table-td.greentd{
    background-color: #C2D69B;
}
.text1-table-td.boldtd{
    font-weight: bold;
}
.centertd {
    text-align: center;
}
.article-footer{
    margin-top: 18px;
    color: #3d4073;
    font-size: 30px;
    font-family: 'blogger_sans';
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}
.article-footer span{
    color: #009900
}
footer {
    margin-top: 20px;
}
.footer1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 11px;
    flex-wrap: wrap;
}
.footer1-1 {
    font-size: 42px;
    font-family: 'a_arubricaxtcn';
}
.footer1-1 a{
    display: flex;
    align-items: center;
    color: #cf204a;;
}
.footer1-1 a:hover{
    text-shadow: rgb(207, 207, 207) 0 0 10px;
}
.footer1-2 {
    display: flex;
    gap: 12px;
}
.footer1-2 img:hover{
    box-shadow: 0 0 9px 5px rgba(230, 230, 230, 1);
}
.footer1-3 {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    text-align: center;
    align-items: center;
    margin-top: 15px;
}
.footer1-3 img {
    width: 45px;
    height: 45px;
    border-radius: 10px;
}
.footer2 {
    margin-top: 10px;
    background: #3d4073;
    padding: 5px;
    font-size: 15px;
}
.footer2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.footer2 ul{
    width: 300px;
}
.footer2 a{
    color: #FFFFFF;
}
.footer2 p{
    padding: 8px;
}
.footer2 a:hover {
    color: #ec8017;
}
@media (max-width: 1000px) {
    .main1-table-td2 {
        font-size: calc(2.1vw + 12px);
    }
    .main1-table-td2-advanced {
        font-size: calc(1.8vw + 9px);
    }
    .main1-table-td img {
        width: calc(7vw + 30px);
    }
    .article-footer {
        font-size: calc(2.1vw + 11px);
    }
    .text1-fotozag1 {
        font-size: calc(0.9vw + 19px);
    }
    .text1-zag1 {
        font-size: calc(0.9vw + 18px);
    }
}
@media (max-width: 945px) {
    /* ███ */
    .menu__btn { display: flex; }
    .menu__box {
        right: 0;
        position: absolute;
        visibility: hidden;
        width: 300px;
        padding: 0;
        box-shadow: none;
        transition-duration: .1s;
    }
    .menu__box div { display: block; }

    .menu__box div li{ width: 100%; }

    .menu__box div li a{ font-size: 1px; }

    .menu__box div li{
        border-right: 2px solid #ec8017;
    }
    .menu__box .li5, .menu__box .li6, .menu__box .li7{
        border-bottom: none;
    }
    .menu__box img {
        display: inline-block;
    }
    /* ███ */
    .header {
        display: flex;
    }
    .header1-2 {
        display: none;
    }
    .header1-5 {
        display: block;
    }
    .header1-1-2-2 a {
        font-size: 30px;
    }
    .header-photo1-1{
        padding: calc(1.3vw + 1px) calc(2vw + 3px) calc(1.3vw + 3px) calc(2vw + 10px);
    }
    .header-photo1-1 h1{
        font-size: calc(2.1vw + 11px);
    }
    .header-photo1-2 {
        font-size: calc(2.1vw + 11px);
        padding: calc(1.3vw + 1px) calc(2vw) calc(1.3vw + 3px) calc(2vw + 3px);
    }
    .cena {
        font-size: calc(2.4vw + 7px);
    }
    .cena span {
        font-size: calc(2.4vw + 4px);
        color: #3d4073;
    }
}
@media (max-width: 870px) {
    .header1 {
        flex-direction: column;
    }
    .header1-3 {
        width: 100%;
    }
    .header1-1 {
        padding-right: 51px;
    }
}
@media (max-width: 700px) {
    .vipoln-rab-photo1 div {
        width: 49%;
    }
    .logo2 {
        display: none;
    }
}
@media (max-width: 570px) {
    .header1-1-2-1 {
        display: none;
    }
    .header1-1-2-3 {
        display: none;
    }
    .header1-1-2-2 a {
        font-size: 25px;
    }
    .header1-1-2-3 {
        display: none;
    }
    .header1-1-down {
        display: block;
    }
}
@media (max-width: 470px) {
    .header-block3-text {
        font-size: calc(2.1vw + 14px);
        min-height: 0px;
    }

}
@media (max-width: 410px) {
    .header1-1-2-2 a {
        font-size: 19px;
    }
}