﻿body
{
    font-family: Arial;
    font-size: 12px;
    line-height: 1.2;
    color: #201c1c;

}
.page
{
    width: 1024px;
    font-size: 18px;

    margin: 0 auto;
}
a
{
	outline: none;
	text-decoration: none;
	color: Red;
}
a:hover {
	text-decoration: none;
	color: Red;
}
.content-elements a:hover {
    color: #db3a26;
}
a.black
{
    text-decoration: none;

    color: #201c1c!important;
}
a.b-timer-link
{
    text-decoration: none;

    border-bottom: 1px dotted Red;
}
.seo a
{
    text-decoration: underline;
}
.seo a:hover
{
    text-decoration: none;
}
.clr
{
    clear: both;
}
.header
{
    padding-top: 1px;
}
.header__search
{
    float: left;
    margin: 5px;
    width: 400px;
}

.header_mobile .header__social
{
    top: 3px;
    right: 5px;
}

.header_mobile .header__social-el
{
    line-height: inherit;
    border-radius: 3px;
    width: 20px;
    height: 17px;
    margin-left: 5px;
}

.header_mobile .header__social-el i
{
    font-size: 12px;
}

.header__social
{
    font-size: 5px;
    position: absolute;
    top: 12px;
    right: 20px;
}
.header__social-el
{
    font-size: 14px;
    line-height: 40px;
    border-radius: 4px;
    display: inline-block;
    width: 40px;
    height: 35px;
    margin-left: 9px;
    text-align: center;
    vertical-align: top;
    background-color: #db3a26;
}

.header__social-el:hover
{
    background-color: #fde0df;
}

.header__social-el i
{
    font-size: 18px;
    color: #fff;
}

.header__social-el i:hover
{
    color: #db3a26;
}

.header__link
{
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;

    position: relative;
    z-index: 2;

    float: left;

    height: 23px;
    margin-left: 228px;

    text-decoration: underline;

    color: #201c1c;
}

.header__link > span
{
    color: #db3a26;
}
.header__link:hover
{
    color: #db3a26;
}

.header__logo-line {
    line-height: 60px;

    position: relative;

    width: 100%;
    height: 60px;
    margin-top: 45px;
    margin-bottom: 57px;

    text-align: center;

    background-color: #fde0df;
}

.header__logo-line__el {
   font-family: Arial;
    font-size: 31px;

    display: inline-block;

    width: 400px;
    height: 155px;
    margin-top: -53px;
    margin-left: -205px;
    vertical-align: top;
    color: #db3a26;
    background-repeat: no-repeat;
    background-position: top center;
}
.header__logo-line__el:hover
{
    color: #db3a26;
}
.header__logo-line__el > .l-text
{
    float: left;
    /*padding-top: 50px;*/
    padding-left: 10px;
        top: 52px;
    position: relative;
}
.header__logo-line__el > .r-text
{
    float: right;
    padding-right: 30px;
   /* padding-top: 50px;*/
        top: 52px;
    position: relative;
}
.header__logo-line__b-timer
{
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    line-height: 29px;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 184px;
    height: 29px;
    cursor: pointer;
    text-align: center;
    color: #db3a26;
    border-radius: 4px;
    background-color: #F9F1F0;
}
.header__logo-line__b-timer__play
{
    position: absolute;
    top: 6px;
    left: 5px;
}
.header__logo-line__b-timer__stop
{
    position: absolute;
    top: 6px;
    right: 3px;
}
.header__logo-line__b-timer__pause
{
    position: absolute;
    top: 6px;
    left: 3px;
}
.hr-author {
    margin-right: 40%;
    padding: 0px;
    height: 0;
    border: none;
    border-top: 1px solid grey;
}
.main__sidebar
{
    float: left;
}
.main__sidebar_left
{
    font-size: 12px;
    line-height: 1.2;

    width: 160px;
    margin-right: 11px;
}
.main__sidebar_right
{
    float: left;

    width: 160px;
    padding: 6px 0;
}
.txt-cont
{
    width: 680px;
    padding: 6px 0;
}
.main__sidebar__el
{
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 25px;
    border-radius: 8px;
}
.main__sidebar__el_pink
{
    padding: 6px 12px;

    background-color: #fde0df;
}
.main__sidebar__el_gray
{
    padding: 6px 6px;
    padding-bottom: 15px;

    background-color: #f4f2f2;
}
.main__sidebar__el_wh
{
padding: 3px 3px;
padding-right: 0;
padding-bottom: 1px;

}
.main__sidebar__el__hdr
{
    padding-bottom: 0px;
	color: #201c1c;
	font-size: 21px;
	text-align: center;
}
a.main__sidebar__el__link
{
	outline: none;
	text-decoration: none;
	color:#000000;
	font-size:18px;
}
.main__sidebar__el__link:hover
{
text-decoration: underline;
	color:red;
	font-size:18px;
}
.sub > li
{
    font-size: 13px;

    margin-bottom: 2px;
    /*	*/
    padding-left: 15px;
}
.sub > li > a
{
    text-decoration: underline;

    color: red;
}
.sub > li > a:hover
{
    text-decoration: none;
}
.sub > li > a.active:before{
    content: '+';
    display: block;
    position: absolute;
    left:0;
    top:0;
}
.sub > li > a.active
{
    position: relative;
    left: -12px;

    text-decoration: none;
    margin-right: -12px;
    display: inline-block;
    padding-left:12px;
}
.main__sidebar__el__p
{
    font-size: 14px;

    margin-bottom: 5px;
}
.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
.tftable th {font-size:12px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
.tftable tr {background-color:#ffffff;}
.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}
.tftable tr:hover {background-color:#fde0df;}
.txt-cont__h1, h1
{
    font-size: 27px;
    font-weight: bold;

    margin-bottom: 5px;
}
.txt-cont__article
{
    margin-bottom: 5px;
}
.txt-cont__article__img
{
    float: left;
/*
    width: 352px;
    height: 285px; */
    margin-right: 30px;
margin-left: 10px;
}
.txt-cont__article__txt
{
    float: left;

    width: 239px;
}
.txt-cont__article__txt__p
{
    margin-bottom: 15px;
}
.txt-cont__article__txt__p_pink
{
    color: #db3a26;
}
.txt-cont__quote
{
    font-size: 13px;

    float: left;
}
.txt-cont__quote_left
{
    width: 290px;
}
.txt-cont__quote_right
{
    float: right;

    width: 320px;
}
.txt-cont__quote__h2, h2
{
    line-height: 26px;
    font-size: 24px;
    text-align: left;
    margin-bottom: 5px;
}
.txt-cont__quote__p
{
    line-height: 16px;
    margin-bottom: 10px;
    padding-left: 23px;
    padding-right: 15px;
}
.txt-cont__quote__p_i
{
    font-style: italic;
}
footer{
	border-top: 5px solid #db0d14;
	padding: 0px 0 0 0;
	max-width: 1110px;
	margin: auto;
	font-size: 12px;
}
.footer-inner{
	display: flex;
	justify-content: space-between;
}
.footer-left{
	width: 40%;
}
.copyright{
	padding-top: 18px;
	margin-bottom: 20px;
	color: #aea6a5;
	font-size: 12px;
}
.copyright a{
	color: #ff1025;
}
.copyright a:hover{
	text-decoration: none;
}
.copyright span{
	font-size: 36px;
	color: green;
	position: relative;
	left: 36px;
	top: 6px;
}
.footer-logo{
	float: left;
	margin-top: -16px;
	margin-right: 10px;
}

.footer-nav{
	padding-left: 12px;
}
.footer-nav ul li{
	list-style: none;
	margin-bottom: 2px;
}
.footer-nav ul li a{
	color: #aea6a5;
}
.footer-nav ul li a:hover{
	color: #ff1025;
}
.footer-right{
	width: 56%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.our-projects{
	margin-bottom: 5px;
}
.our-projects ul{
	display: flex;
	list-style: none;
	color: #aea6a5;
	align-items: center;

	width: 50%;
}
.our-projects ul li:first-child{
	margin-right: 0px;
}
.footer-contacts ul{
	display: flex;
	list-style: none;
	color: #aea6a5;
	align-items: center;
}

.txt-cont__list__mini
{
    float: left;
    width: 140px;
    height: 130px;
    margin-bottom: 10px;
    text-align: center;
}
.txt-cont__list__el
{
    float: left;
    width: 225px;
    margin-bottom: 10px;
    text-align: center;
}
.txt-cont__list__el__hdr > a
{
    color: #db3a26;
}
.txt-cont__list__el__img
{
    margin-bottom: 0px;
}
.txt-cont__list__el__hdr
{
	text-decoration: none;
	color: #db3a26;
	font-size: 17px;
    text-align: center;
}
.txt-cont__list__el__hdr:hover{
	text-decoration: underline;
	color: #db3a26;
}
.main__sidebar__el_right
{
    margin-top: 10px;
    padding: 0;
}
.txt-cont__vk-widget
{
    margin: 0 auto;
    margin-top: 5px;
    max-width: 640px;
}
.txt-cont__el
{
    font-size: 15px;
    line-height: 1.25;
    float: left;
    width: 49%;

    color: #201c1c;
    background-color: #fde0df;
}
.txt-cont__el-r
{
    font-size: 12px;
    line-height: 1.25;

    float: left;

    width: 335px;
    margin-bottom: 11px;

    color: #201c1c;
}
.txt-cont__el-txt
{
    padding: 8px;
}
.txt-cont__el-txt .title
{
    font-family: 'Arial';
    font-size: 19px;
    font-weight: bold;
    margin-bottom: 7px;
    color: #201c1c;
}
.txt-cont__el-txt .txt
{
    font-family: 'Arial';
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 8px;
    color: #201c1c;
}
.txt-cont__el-txt .radio
{
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 25px;
    text-align: left;
}
.txt-cont__el-txt .link
{
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    text-decoration: underline;
    color: red;
}
.txt-cont__el-txt .link:hover
{
    text-decoration: none;
}
.txt-cont__el_right
{
    /*margin-left: 25px;*/
    float: right;
}
.seo
{
    font-size: 12px;
    line-height: 13px;
    text-align: left;
}
.hor-banner
{
    width: 980px;
    margin: 1px auto;

}
td.name
{
    width: 200px;
}
td.col
{
    font-family: 'Arial';
    font-size: 13px;
    font-weight: bold;
    font-style: italic;
    color: red;
}
.hor-banner_inner
{
    display: block;
    height: 120px;
}
.header_mobile
{
    position: relative;
    width: 100%;
    height: 45px;
    margin: 30px 0;
    background-color: #fde0df;
}
.header_mobile_logo
{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 85px;
    margin-top: -45px;
    margin-left: -40px;
}
.mobile-banner
{
    width: 95%;
    margin: 0px 0;
    text-align: center;
}
.mobile-banner_inner
{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    background-position: 50% 50%;
    -webkit-background-size: cover;
            background-size: cover;
}
.header_mobile .header__logo-line__b-timer
{
    font-size: 21px;
    line-height: 26px;
    top: 47%;
    margin-top: -13px;
}
.header_mobile .header__logo-line__b-timer__stop,
.header_mobile .header__logo-line__b-timer__play
{
    top: 32%;
    height: 20px;
    margin-top: -4px;
}
.header_mobile .header__logo-line__b-timer
{
    width: 120px;
}
.header_mobile .header__logo-line__b-timer__stop img,
.header_mobile .header__logo-line__b-timer__play img
{
    height: 100%;
}
.header_mobile_menu
{
    position: absolute;
    top: 50%;
    right: 7px;
    width: 34px;
    height: 100%;
    margin-top: -11.5px;
    cursor: pointer;
    background-image: url(https://boil.techinfus.com/img/mobile_menu.jpg);
}
.header_mobile_dropdown
{
    position: absolute;
    top: 23px;
    right: 0;
    display: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    width: 135px;
    padding: 10px 5px;
    background-color: #ffff99;
}
.header_mobile_dropdown .level_one
{
    font-size: 17px;
    text-decoration: none;
    color: #201c1c;
}
.header_mobile_dropdown .level_one:hover
{
    color: #db3a26;
}
.level_2
{
    font-size: 11px;
    font-weight: normal;
    display: none;
    padding-left: 10px;
}
.txt-cont__article__text
{
    font-size: 18px;
    float: right;
    width: 300px;
}
p
{
    margin-bottom: 15px;
}
.article
{
    font-size: 13px;
}
.search-cont img
{
    max-width: 100%;
}
.banner-img
{
    float: right;
}
/*.txt-cont__el img {
	margin: 0;
	display: block;
	float: left;
}*/
@media screen and (min-width: 100px)
{
    .page
    {
        width: 99%;
        max-width: 1024px;
        margin: 0 auto;
    }
    .hor-banner
    {
        display: none;
    }
    .main__sidebar
    {
        display: none;
    }
    .txt-cont
    {
        font-size: 0;

        float: none;

        width: 100%;

        text-align: center;
    }
    .txt-cont__list__el
    {
        font-size: 13px;

        display: inline-block;
        float: none;

        width: 30%;
        min-width: 100px;

        vertical-align: top;
    }
.txt-cont__list__mini
{
    float: left;
    width: 140px;
    width: 25%;
    margin-bottom: 10px;
    text-align: center;
    font-size: 11px;
}

    .txt-cont__el
    {

        margin: 0 auto;
        margin-bottom: 11px;
    }

    .txt-cont__el-r
    {
        float: none;

        margin: 0 auto;
        margin-bottom: 11px;
    }

    .txt-cont__quote__da
    {
            text-align: left;
            font-size: 19px;
            margin-bottom: 10px;
            padding-left: 20px;
            border-radius: 8px;
            background-color: #dcdcdc;
    }

    .txt-cont__h1, h1
        {
            text-align: left;
            font-size: 27px;
            font-weight: bold;
            margin-bottom: 0px;
        }
    .txt-cont__quote__h2, h2
        {
            text-align: left;
            font-size: 24px;
            margin-bottom: 10px;
        }
    .txt-cont__quote__h3,
        h3
        {
            text-align: left;
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }
    .txt-cont__el.banner
    {
        width: 100%;
        /*height: 100px;*/
    }
    .txt-cont__el img
    {
        width: 100%;
        height: 100%;
    }


    .txt-cont__el-r.banner
    {
        width: 100%;
        /*height: 100px;*/
    }
    .txt-cont__el-r img
    {
        width: 100%;
        height: 100%;
    }

    .main__sidebar_mobile
    {
        display: block;
        float: none;

        width: 100%;
    }
    .footer__copy
    {
        float: none;

        width: 100%;
    }
    .header
    {
        display: none;
    }
    .header__link
    {
        display: block;
        float: none;

        margin-left: 0;
    }
    .header__search
    {
        float: none;

        width: 100%;
    }
    .header__search__field
    {
        width: 70%;
    }
    .txt-cont__article
    {
        text-align: center;
    }
    .txt-cont__article__img
    {
        float: none;

        margin: 10px;
    }
    .txt-cont__article__txt
    {
        float: none;
    }
    .txt-cont__quote_left
    {
        width: 49%;
    }
    .txt-cont__quote_right
    {
        width: 49%;
    }
    .txt-cont__article__text
    {
        float: none;

        margin: 10px auto;
    }
    .txt-cont__quote,
    .txt-cont__quote_right
    {
        float: none;

        margin: 10px auto;
    }
    .article
    {
        font-size: 15px;

        text-align: left;
    }
}
@media screen and (min-width: 600px)
{
    .article
    {
        font-size: 13px;
    }
    .txt-cont__quote
    {
        float: left;
    }
    .txt-cont__quote_right
    {
        float: right;
    }

    .txt-cont__article__text
    {
        float: right;
    }
    .page
    {
        max-width: 1024px;
        width: 100%;
        margin: 0 auto;
    }
    .header_mobile
    {
        display: none;
    }
    .hor-banner
    {
        display: block;
    }
    .main__sidebar
    {
        display: block;
    }
    .txt-cont
    {
        float: left;

        max-width: 680px;
        width: calc(100% - 171px);
        padding: 6px 0;

        text-align: left;
    }
.txt-cont__list__mini
{
    float: left;
    width: 135px;
    height: 130px;
    margin-bottom: 10px;
    text-align: center;
}
a.txt-cont__list__mini
{
    color: black;
}
a.txt-cont__list__mini:hover
{
    color: black;
    text-decoration: underline;
}
    .txt-cont__list__el
    {
    /* float: left; */
        width: 225px;
    }
    .txt-cont__el
    {
        float: left;

        width: 49%;
        height: auto;
    }
    .txt-cont__el img
    {
        width: auto;
        height: auto;
    }
    .main__sidebar_mobile
    {
        display: none;
    }
    .footer__copy
    {
        float: left;

        max-width: 100%;
        width: 100%;
    }
    .txt-cont__vk-widget
    {
        display: block;
    }
    .header
    {
        display: block;
    }
    .header__link
    {
        float: right;

        margin-right: 100px;
    }
    .header__search
    {
        float: left;

        width: 300px;
    }
    .header__search__field
    {
        width: 280px;
    }
    .mobile-banner
    {
        display: none;
    }
    .txt-cont__el_right
    {
        float: right;
    }
    .txt-cont__article
    {
        text-align: left;
    }
    .txt-cont__article__img
    {
        float: left;
    }
    .main__sidebar.main__sidebar_right {
        display: inline-block;
    }
    .hor-banner {
        width: 100%;
        overflow: hidden;
    }
}
@media screen and (min-width: 1000px)
{
    .main__sidebar.main__sidebar_right {
        display: block !important;
    }
    .header__search
    {
        width: 400px;
    }
    .header__link
    {
        margin-left: 100px;
    }
.txt-cont__list__el__hdr
	{
	    font-size: 27px;
	}
}
.b-timer
{
    position: relative;
    top: 12px;
    left: 30px;
    display: block;
    float: left;
    width: 186px;
    height: 37px;
    border-radius: 4px;
    background-color: #F9F1F0;
}
.b-timer-stub
{
    position: relative;
    top: 7px;
    left: 15px;
    display: block;
    float: left;
    width: 186px;
    height: 45px;
}
.b-timer b
{
    display: block;
    float: left;
    margin: 5px 2px 2px;
}
.pause-play
{
    display: block;
    width: 26px;
    height: 20px;
    margin-top: 9px!important;
    margin-left: 27px!important;
    cursor: hand;
    cursor: pointer;
    background: url('https://boil.techinfus.com/img/media/play.png') no-repeat;
}
.stop
{
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -1px!important;
    cursor: hand;
    cursor: pointer;
    background: url('https://boil.techinfus.com/img/media/stop.png');
    position: relative;
    left:5px;
}
.b-time
{
    font-size: 24px;
    font-style: italic;
    width: 60px;
    margin-top: -11px !important;
    color: #db3a26;
}
.txt-cont__list__el img
{
    margin-bottom: 5px;
    width: 93%;
}
.txt-cont__list__mini img
{
    margin-bottom: 5px;
    width: 95%;
}
.txt-cont__el-r .reklama-1,
.txt-cont__el .reklama-1
{
    font-size: 20px;
    font-weight: bold;
    float: left;
    width: 336px;
    height: 300px;
	margin-bottom: 2px;
    text-align: center;
}

.txt-cont__el-r .reklama-2,
.txt-cont__el .reklama-2
{
    font-size: 20px;
    font-weight: bold;
    float: right;
    width: 336px;
    height: 300px;
	margin-bottom: 2px;
    text-align: center;
}

.txt-cont__el-r .reklama-3,
.txt-cont__el .reklama-3
{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: center;
}

.reklama-right-sidebar
{
    font-size: 13px;
    font-weight: bold;

    min-height: 336px;
    margin-bottom: 10px;
}

.reklama-left-sidebar
{
    font-size: 13px;
    font-weight: bold;
    min-height: 336px;
    margin-bottom: 10px;
}
.txt-cont__quote__h3, h3
{
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.like-link
{
    font-size: 13px;
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    text-decoration: underline;
    color: #db3a26;
    border: none;
    outline: none;
    background-color: transparent;
}
.like-link:hover
{
    text-decoration: none;
}

@media all and (max-width: 1000px){
    .txt-cont__el .reklama-1,
    .txt-cont__el .reklama-2,
    .txt-cont__el-r .reklama-1,
    .txt-cont__el-r .reklama-2 {
        width: 100%;
    }
    .txt-cont__el-r img {
        width: initial;
    }
}
.txt-cont__el.banner,
.txt-cont__el-r.banner
{
    background: transparent;
}
.sidebar_additional{
    font-size: 13px;
}
.sidebar_additional b{
    font-size: 13px;
}
.txt-cont__el-r.banner:before {
    content: " ";
    display: table;
    clear: both;
}
.txt-cont__article__img{
    font-size: 14px;
}
.txt-cont__quote a{
	text-decoration: underline;
}
.txt-cont__quote a:hover{
    text-decoration: none;
}
i{
    font-style: italic;
}
.map-content{
	float: left;
}

@media screen and (min-width: 100px) and (max-width: 1000px){
    .txt-cont__quote__p{
        padding: 0 10px;
        text-align: left;
    }

    .txt-cont__quote__p img{
        width: 50%;
        margin: 10px 0;
    }

    .txt-cont__article__text{
        float: none;
    margin: 10px;
    text-align: left;
    width: 90%;
    box-sizing: border-box;
    }

    .txt-cont__article__img {
    font-size: 14px;
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}
}

.txt-cont__quote__p{
    font-size: 13px;
}
.txt-cont__quote__da
        {
            text-align: left;
            font-size: 19px;
            margin-bottom: 10px;
            padding-left: 20px;
            border-radius: 8px;
            background-color: #dcdcdc;
        }
.main__sidebar_left{
    padding: 7px 0;
}
.txt-cont{
    padding-top: 3px;
}
.footer__copy{
    width: 100%;
}
.footer-contacts ul li{
	margin-left: 10px;
}
.search-block{
	width: 85%;
}
.clearfix {

}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
.surv-news-wrapper {
    margin-top: 20px;
}.description_text {
    font-size: 13px;
    text-align: left;
    width: 90%;
    clear: both;
    color: #201c1c;
    margin-bottom: 15px;
    margin-left: 15px;
}
.gid_text {
    font-size: 18px;
    font-family: Georgia, Times New Roman, Verdana, sans-serif;
    text-align: left;
    width: 100%;
    clear: both;
    color: #201c1c;
    margin-bottom: 15px;
    line-height: 1.5;
    margin-left: 20px;
    width: 90%;
}
.gid_text a{
    text-decoration: underline;
}
/* added menuВ */
.header_mobile_menu {
    position: absolute;
    right: 7px;
    top: 50%;
    height: 23px;
    margin-top: -11.5px;
    background-image: url(https://boil.techinfus.com/img/mobile_menu.jpg);
    cursor: pointer;
    width: 34px;
}
.header_mobile_dropdown {
    position: absolute;
    top: 23px;
    right: 0;
    width: 135px;
    background-color: #F9F1F0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px;
    display: none;
}
.header_mobile_dropdown .level_one {
    color: #201c1c;
    text-decoration: none;
    font-size: 17px;
}
.header_mobile_dropdown .level_one:hover {
    color: #db3a26;
}
.level_2 {
    padding-left: 10px;
    font-size: 11px;
    font-weight: normal;
    display: none;
}
/*new logo */
.logo_img{
    position: absolute;
    left: 42%;
    cursor:pointer;
}
/*
.header__logo-line__el{
    cursor:default;
}
.header__logo-line__el > span{
    cursor:pointer;
}
/*С…Р»РµР±РЅС‹Рµ РєСЂРѕС€РєРёВ */
#breadcrumbs-four{
 overflow: hidden;
 width: 100%;
 font-size:13px;
 }

#breadcrumbs-four li{
 float: left;
 margin: 0 .5em 0 1em;
 }

#breadcrumbs-four a{
 background: #dcdcdc;
 padding: .5em 1em;
 float: left;
 text-decoration: none;
 color: #444;
 position: relative;
 }

#breadcrumbs-four a:hover{
 background: #c2c2c2;
 }

#breadcrumbs-four a::before,
 #breadcrumbs-four a::after{
 content:'';
 position:absolute;
 top: 0;
 bottom: 0;
 width: 1em;
 background: #dcdcdc;
 transform: skew(-10deg);
 }

#breadcrumbs-four a::before{

left: -.5em;
 border-radius: 5px 0 0 5px;
 }

#breadcrumbs-four a:hover::before{
 background: #c2c2c2;
 }

#breadcrumbs-four a::after{
 right: -.5em;
 border-radius: 0 5px 5px 0;
 }

#breadcrumbs-four a:hover::after{
 background: #c2c2c2;
 }

#breadcrumbs-four .current,
 #breadcrumbs-four .current:hover{
 font-weight: bold;
 background: none;
 }

#breadcrumbs-four .current::after,
 #breadcrumbs-four .current::before{
 content: normal;
 }
 .level_3{
         padding-left: 13px;
    font-size: 12px;
    font-weight: normal;
    display: none;
 }
 /*mobile_menu */
 .header_mobile_menu{
    z-index: 9999999999999999999;
 }
@media screen and (min-width: 600px) and (max-width: 699px){
    .header__logo-line__el > .l-text  { display: none; }
    .header__logo-line__el > .r-text  { display: none; }
}
@media screen and (min-width: 700px) and (max-width: 1000px){
    .b-timer {
        left: 5px !important;
        width: 134px;
    }
    .header__logo-line__el > .l-text {
        padding-left: 80px;
        font-size: 25px;
    }
    .txt-cont__list__el__hdr
    {
    	text-decoration: none;
    	color: #db3a26;
    	font-size: 27px;
        text-align: center;
    }
    .header__logo-line__el > .r-text {
        font-size: 25px;
        padding-right: 0;
        margin-right: -5px;
    }
    .header__social {
        right: 10px;
    }
    .header__social-el {
        line-height: 35px;
        width: 30px;
        height: 30px;
    }

    .pause-play {
        margin-left: 6px !important;
    }

    .stop {
        left: -4px;
    }

    .txt-cont__el
    {
        float: left;
        margin: 0 auto;
        margin-bottom: 11px;
        width: 46%;
        margin-right: 2%;
    }
    .txt-cont__el-r
    {
        float: none;
        margin: 0 auto;
        margin-bottom: 11px;
    }
    .txt-cont__el.banner
    {
        width: 100%;
    }
    .txt-cont__el img
    {
        width: 100%;
        height: 100%;
    }
    .txt-cont__el-r.banner
    {
        width: 100%;
    }
    .txt-cont__el-r img
    {
        width: 100%;
        height: 100%;
    }
}

@media screen and (min-width: 600px) and (max-width: 650px)
{
    .txt-cont__list__el {
        min-width: 205px;
        width: 205px;
    }
.txt-cont__list__mini
{
        min-width: 100px;
        width: 140px;
        height: 130px;
}
}

margin-right: 10px;

@media screen and (min-width: 750px) and (max-width: 1000px)
{
    .header__logo-line__el > .l-text {
        padding-left: 73px;
    }
    .header__logo-line__el > .r-text {
        padding-right: 6px;
        margin-right: 0;
    }
    .header__social {
        top: 16px;
        right: 15px;
    }
    .header__social-el {
        line-height: 35px;
        width: 35px;
        height: 32px;
    }
    .b-timer {
        left: 20px !important;
        width: 150px;
    }
    .pause-play {
        margin-left: 12px !important;
    }

    .stop {
        left: 0;
    }
}

@media screen and (min-width: 800px) and (max-width: 850px)
{
    .header__logo-line__el > .l-text {
        padding-left: 75px;
    }
    .header__logo-line__el > .r-text {
        padding-right: 11px;
    }
}

@media screen and (min-width: 850px) and (max-width: 1000px)
{
    .header__logo-line__el > .l-text {
        padding-left: 60px;
    }
    .header__logo-line__el > .r-text {
        padding-right: 15px;
    }
}

@media screen and (max-width: 900px)
{
    .txt-cont__quote_left, .txt-cont__quote_right {
        width: 100% !important;
    }
}

@media screen and (min-width: 900px) and (max-width: 1000px)
{
    .txt-cont {
        width: 100% !important;
        max-width: calc(100% - 171px) !important;
    }
}

#yandex_ad3, #yandex_ad2, .reklama-3 {
    clear: both;
}
.spisok{
counter-reset: li;
}
.spisok li div{
background: #e6e0e0;
position: relative;
text-align: left;
padding: 3px;
padding-left: 34px;
border-radius: 10px;
box-sizing: border-box;
margin-top: 3px;
}
.spisok li div img{
border-radius: 10px;
}
.spisok li div::before {
display: block;
position: absolute;
box-sizing: border-box;
top:0;
left: 0;
padding-top: 3px;
text-align: center;
color: #fff;
font-weight: bold;
font-size: 17px;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
width: 24px;
height: 100%;
background: #dd1b23;
    counter-increment: li;
    content: counter(li);
}
.txt-cont__guide__p
{
    font-family: Georgia, Times New Roman, Verdana, sans-serif; /* Гарнитура шрифта */
    font-size: 18px; /* Размер текста */
    margin-left: 20px;
	line-height: 1.5;
	margin-top: 5px;
	text-align: left;
   }
.txt-cont__guide__mini
{
    font-family: Georgia, Times New Roman, Verdana, sans-serif; /* Гарнитура шрифта */
    font-size: 10px; /* Размер текста */
    margin-left: 20px;
	line-height: 1.5;
	margin-top: 5px;
	text-align: center;
   }
.txt-cont__ol
{
    font-family: Georgia, Times New Roman, Verdana, sans-serif; /* Гарнитура шрифта */
    list-style-position: inside;
    margin-left: 30px;
	list-style-type: disc;
	font-size:18px;
	line-height: 1.4;
	text-align: left;
   }
.txt-cont__ul {
    font-family: Georgia, Times New Roman, Verdana, sans-serif; /* Гарнитура шрифта */
    list-style-position: inside;
    margin-left: 30px; 
	font-size: 18px;
	list-style-type: decimal;
	line-height: 1.4;
	text-align: left;
   }
.gid_text__ul {
    font-family: Georgia, Times New Roman, Verdana, sans-serif; /* Гарнитура шрифта */
    list-style-position: outside;
    margin-left: 30px;
	font-size: 18px;
	list-style-type: decimal;

	text-align: left;
	margin-bottom: 15px;
   }
.gid_text__ol
   {
       font-family: Georgia, Times New Roman, Verdana, sans-serif; /* Гарнитура шрифта */
       list-style-position: outside;
       margin-left: 30px;
   	list-style-type: disc;
   	font-size:18px;

   	text-align: left;
	margin-bottom: 15px;
      }
.txt-cont__guide__h1
{
    font-family: Georgia, Times New Roman, Verdana, sans-serif; /* Гарнитура шрифта */
    font-size: 25px;
    font-weight: bold;
    margin-left: 8px;
	text-align: left;
	line-height: 1.2;
}
.txt-cont__guide__img
{
    width: 100%;
	height: auto;
}
.txt-cont__guide__b
{
    font-family: Georgia, Times New Roman, Verdana, sans-serif; /* Гарнитура шрифта */
    font-size: 12px;
    font-weight: bold;
	text-align: center;
}
