<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">    .align-center {
        text-align: center
    }

    .color-blue {
        color: #006BA8 !important;
    }

    .color-red {
        color: #A31E20 !important;
    }

    .color-green {
        color: #00b451 !important;
    }

    #divmenu{
        padding-right:0 !important;
        padding-left:0 !important;
    }



    .gr_container{
        text-align: left;
    }
   .container {
       width: 300px;
       margin: 0 auto;
       padding: 40px 0 0;
   }

    h3{    
    font-size: 22px;
    color: #A31E20;
    font-weight: 700;
    }

    h4{
        font-size: 20px;
        font-weight: normal;

    }
    .m_title{
        font-size: 40px;
        text-align: center;
        line-height: 150%;
        font-weight: bold;
    }
    .m_title_1{
        font-size: 28px;
        text-align: center;
        line-height: 150%;
        font-weight: bold;
        color: #505050;
    }
    .m_title_2{
        font-size: 40px;
        text-align: center;
        margin-top: 15px;
        line-height: 110%;
        font-weight: bold;
    }
    .m_title_3{
        font-size: 20px;
        text-align: center;
        margin-top: 20px;
        color: #505050;
        line-height: 150%;
        font-weight: normal
    }
    .cont_img{
        width: 300px;
    }
    .just_p, .just_p li{
        
        font-size: 17px;
        color: #505050;
        line-height: 150%;
        margin-left:0;
    }
	 
	 .just_p li.sm {	 	
	 		font-size: 14px;	 
	 }
	 
	 .font-big .just_p, 
	 .font-big .just_p li {
	 	font-size: 19px;
	 }

    .font-big-2.just_p,
    .font-big-2.just_p li {
        font-size: 21px;
    }
	 
    .m_ol{
        margin-left: 10px;
    }
    ol.m_ol li{
        margin-top: 10px;
        list-style: decimal !important;
    }
    ol.m_ol.lower-latin li{
        margin-top: 10px;
        list-style: lower-latin !important;
    }
    ol.m_ol.lower-latin li ul.m_ol li {
        list-style: inherit !important;
    }
    ul.m_ol li{
        margin-top:10px;
        list-style: inherit !important;
    }
    .just_p a, table th a{
        color: #A31E20;  //#006BA8;
        text-decoration: underline;
    }
    .prem_sp{
        font-size: 17px;
        color: #2d3439;
        font-weight: 600;
    }
    .video{
        width: 300px;
    }
	 .video2{
        width: 300px;
    }
    span.just_p{
        display: block;
    }
    table{
        
        font-size: 14px;
        text-align: left;
    }
    table tr:nth-child(2n+1){
        background-color: gainsboro;
    }
    table tr td{
        padding: 10px;
        font-weight: 500;
        line-height:22px;
    }
    table tr td a{
        text-decoration: underline;
    }
    .fst_tr, .snd_tr{
        background-color: #2fcb38 !important;
        color: #fff;
        font-size:16px;
        text-align: center;
    }
    .snd_tr{
        color: #000;
        background-color: #fdfe1e !important;
    }
    table tr td:first-child{
        font-weight:700;
        text-align: center;
        padding-left: 10px ;
        padding-right:10px;
        width: 100px;
    }
     table tr:first-child td{
        padding: 20px 5px !important;
        font-weight:500;
    }

    table.fst_table li {
        font-size: 14px;
    }

    table.fst_table p {
        font-size: 14px;
        margin-left: 0;

    }


    .mt_0{
        margin-top: 0 !important;
    }

    .mb_0{
        margin-top: 0 !important;
    }

    .mt_5{
        margin-top: 5px !important;
    }

    .mb_5{
        margin-bottom: 5px !important;
    }

    .mt_10{
        margin-top: 10px !important;
    }

    .mb_10{
        margin-bottom: 10px !important;
    }

    .mt_20{
        margin-top: 20px !important;
    }
    .mb_20{
        margin-bottom: 20px !important;
    }
    .mt_30{
        margin-top: 30px !important;
    }
    .mt_40{
        margin-top: 40px !important;
    }
    .mb_40{
        margin-bottom: 40px !important;
    }
    .mt_60{
        margin-top:60px !important;
    }
    .mb_60{
        margin-bottom:30px !important;
    }
    .cost img{
        width: 100px;
    }
    .cost p, .cost img{
        display: inline-block;
        vertical-align: middle;
    }
    .cost p{
        max-width: 190px;
        margin-left: 5px;
    }



	span.red {
		color: #A31E20;
	
	}

    div.row {
        clear: both;
    }

    div.table {
        display: block;
    }
    div.tr {
        display: block;
    }

    div.td {
        box-sizing: border-box;
        display: block;
        border: none;

        vertical-align: middle;
        font-size: 18px;
        padding: 20px;
        width: 100%;
    }
    div.td p {
        font-size: 18px;
    }
    div.td:first-child {
        width: 100%;

        text-align: center;
    }

    div.td:first-child img {
        max-width: 250px;

    }



    .cont_img_small, .cont_img_big {

        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cont_img_small img, .cont_img_big img, .cont_img_medium img {
        width: 300px;
    }



    .block-valign-center {
        float: none;
    }

    .cont_float_left {
        box-sizing: border-box;
        padding: 20px;
        float: none;
    }

    .cont_float_left.proc_70 {
        width: 100%;
    }

    .cont_float_left.proc_60 {
        width: 100%;
    }

    .cont_float_left.proc_65 {
        width: 100%;
    }

    .cont_float_left.proc_50 {
        width: 100%;
    }

    .cont_float_left.proc_40 {
        width: 100%;
    }

    .cont_float_left.proc_35 {
        width: 100%;
    }

    .cont_float_left.proc_30 {
        width: 100%;
    }


    .cont_float_left img {
        max-width: 250px;
    }


    /*  РЅР°СЃС‚СЂРѕР№РєР° РєРѕРјРїР»РµРєС‚Р°С†РёР№ */
    #comp-1, #comp-2, #comp-3, #comp-4, #comp-5, #comp-6 {
        display: none;
    }

    p.comp-1, p.comp-2, p.comp-3, p.comp-4,  p.comp-5,  p.comp-6 {
        margin: 20px 0;
        padding: 20px;
        width: 100%;
        color: #FFFFFF
    }

    p.href {
        cursor: pointer;
    }

    li p {
        padding-left: 0;

        margin-left: 0;
    }

    p.href img {
        border: 0;
        padding-top: 0;
        vertical-align: top;
    }

    div#comp-1 tr.fst_tr, p.comp-1 {
        background-color: #9a9a9a !important;
    }
    div#comp-2 tr.fst_tr, p.comp-2 {
        background-color: #00b050 !important;
    }
    div#comp-3 tr.fst_tr, p.comp-3 {
        background-color: #00b0f0 !important;
    }
    div#comp-4 tr.fst_tr, p.comp-4 {
        background-color: #0075bb !important;
    }

    div#comp-5 tr.fst_tr, p.comp-5 {
        background-color: #77933c !important;
    }

    div#comp-6 tr.fst_tr, p.comp-6 {
        background-color: #af8554 !important;
    }



    div.product-table {
        display: block;
        width: 100%;
    }

    div.product-table div.row {
        display: block;
        width: 100%;
    }

    div.product-table div.row div {
        display: block;
        width: 100%;
        padding: 40px 0;
        /*border: solid 1px #CCCCCC;*/
        border-bottom: solid 1px #DDDDDD;
    }

    div.product-table div.row div.text {
        font-size: 15px;
        color: #2f2f2f;
        text-align: center;
        margin: 0;

        padding: 20px 10px 0 10px;
        border: none;
    }

    div.product-table div.row div.no-bottom-border {
        border-bottom: none;
    }

    div.product-table div.row div:nth-child(1) {
        /*border-right: solid 1px #CCCCCC;*/
    }

    div.product-table div.row div img {
        width: 100%;
    }


    div.table-models {
        display: block;
    }
    div.table-models div {
        display: block;
        vertical-align: middle;
    }
    div.table-models div:nth-child(1) {
        width: 100%;
        text-align: center;
    }
    div.table-models div:nth-child(1) img {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    div.table-models div:nth-child(1) p {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    div.table-models div:nth-child(2) {
        width: 100%;
        padding-left: 40px;
    }

    div.table-models ol.m_ol li {
        font-size: 18px;
    }

    div.table-models a {
        text-decoration: underline;
    }

    @media screen and (max-width:768px){
        .min-pt-0 {
            padding-top: 0;
        }
        .min-pt-10 {
            padding-top: 10px;
        }
        .min-pt-20 {
            padding-top: 20px;
        }
        .min-pt-30 {
            padding-top: 30px;
        }
        .min-pt-40 {
            padding-top: 40px;
        }
        .min-pb-0 {
            padding-bottom: 0;
        }
        .min-pb-10 {
            padding-bottom: 10px;
        }
        .min-pb-20 {
            padding-bottom: 20px;
        }
        .min-pb-30 {
            padding-bottom: 30px;
        }
        .min-pb-40 {
            padding-bottom: 40px;
        }

    }

@media screen and (min-width:768px){

    .container{
        width: 750px;
		  margin-bottom: 0px;
		  padding-bottom: 40px;
    }
    .cont_img{
        width: 500px;
    }
    .cont_img_small, .cont_img_big {

        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cont_img_small img, .cont_img_big img {
        width: 400px;
    }

    .video{
        width: 400px;
        height: 224px;
    }
	 .video2{
        width: 600px;
        height: 450px;
    }

    .video3{
        width: 560px;
        height: 315px;
    }
    .cont_img, .video, .video2{
        margin: auto;
        display: block;
    }
    .video_cont, video_cont2{
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-around;
    }

    .video_cont_main {
        padding: 0;
        margin: 0;
        text-align: center;
    }

    .video_cont .just_p{
        width:300px;
    }
	 .video_cont2 .just_p{
        width:300px;
    }

    .video_cont_main .just_p{
        padding: 0;
        margin: 0;
    }
    .cost p{
        max-width: inherit;
        margin-left: 30px;
    }


    /* РІСЃС‚Р°РІРєР° СЋС‚СѓР± */
    div.container-video {
        width: 100%;
        max-width: 600px;
        margin: 40px auto;
    }

    div.container-video .iframe-container {
        overflow: hidden;
        /* 16:9 aspect ratio */
        padding-top: 56.25%;
        position: relative;
        border: 1px solid #e1e1e1;
    }
    div.container-video .iframe-container iframe {
        border: 0;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

    div.container-video div.container-video p {
        margin-top: 0;
        padding-top: 10px;
        padding-left: 0;
        margin-left: 0;
    }



    div.table {
        display: table;
        border-collapse: collapse;
    }
    div.tr {
        display: table-row;
    }


    div.td {
        box-sizing: border-box;
        display: table-cell;
        border: none;

        vertical-align: middle;
        font-size: 18px;
        padding: 20px;
        width: 70%;
    }
    div.td p {
        font-size: 18px;
    }
    div.td:first-child {
        width: 30%;

        text-align: center;
    }

    div.td:first-child img {
        max-width: 250px;

    }

    .i {
        font-style: italic;
    }

    .u {
        text-decoration: underline;
    }


    div.table-models {
        display: table;
    }
    div.table-models div {
        display: table-cell;
        vertical-align: middle;
    }
    div.table-models div:nth-child(1) {
        width: 40%;
        text-align: center;
    }
    div.table-models div:nth-child(1) img {
        max-width: 100%;
        padding: 0;
        margin: 0;
    }
    div.table-models div:nth-child(1) p {
        padding: 0;
        margin: 0;
        text-align: center;
    }
    div.table-models div:nth-child(2) {
        width: 60%;
        padding-left: 40px;
    }

    div.table-models ol.m_ol li {
        font-size: 18px;
    }

    div.table-models a {
        text-decoration: underline;
    }

}



@media screen and (min-width:1140px){
    .gr_container{
        background-color: #ffffff !important;
    }
    .prem_sp{
        font-size: 19px;
    }
    .container{
        background-color: #fff;
        width: 1008px;
        margin: 0 auto 40px;
        padding: 60px 50px 20px;
		  margin-bottom: 0px;
		  padding-bottom: 40px;
    }
    h3{
        font-size: 27px;
    }

    
    .cont_img{
        width: 720px;
        margin: 40px auto;
        display: block;
    }
    .cont_img_small, .cont_img_medium, .cont_img_big {

        display: block;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .cont_img_big img {
        width: 800px;
    }

    .cont_img_medium img {
        width: 650px;
    }
    .cont_img_small img {
        width: 500px;
    }

    .video{
        width: 400px;
        margin: 0;
    }
	 .video2{
        width: 600px;
        margin: 0;
    }
    table{
        width: 750px;
        margin: auto;
    }
    .mb_60{
        margin-bottom:60px !important;
    }

    .block-valign-center {
        display: flex;
        align-items: center;
    }

    .cont_float_left {
        box-sizing: border-box;
        float: left;
        padding: 20px;
    }

    .cont_float_left.proc_70 {
        width: 70%;
    }

    .cont_float_left.proc_60 {
        width: 60%;
    }

    .cont_float_left.proc_65 {
        width: 65%;
    }

    .cont_float_left.proc_50 {
        width: 50%;
    }

    .cont_float_left.proc_40 {
        width: 40%;
    }

    .cont_float_left.proc_35 {
        width: 35%;
    }

    .cont_float_left.proc_30 {
        width: 30%;
    }


    .cont_float_left img {
        max-width: 250px;
    }




    div.product-table {
        display: table;
        box-sizing: border-box;
        width: 100%;
        border-collapse: collapse;
    }

    div.product-table div.row {
        display: table-row;
    }

    div.product-table div.row div {
        display: table-cell;
        width: 50%;
        padding: 40px 20px;
        /*border: solid 1px #CCCCCC;*/
        border-bottom: solid 1px #DDDDDD;
    }
    div.product-table div.row div.no-bottom-border {
        border-bottom: none;
    }

    div.product-table div.row div:nth-child(1) {
        /*border-right: solid 1px #CCCCCC;*/
    }

    div.product-table div.row div img {
        width: 100%;
    }


}

</pre></body></html>