.mess{
    color: green;
    font-size: 20px;
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 1200px;
    height: 500px;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
    overflow: auto;
}
.popup {
    top: 15px;
    left: 0;
    right: 0;
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 380px;
    max-width: 690px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: #fefefe;
    z-index: 1000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-animation: fade .6s;
    -moz-animation: fade .6s;
    animation: fade .6s;
}
.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: rgba(0, 131, 119, 0.9);
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;

}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
/* кнопка закрытия при наведении */
.close:hover {
    background-color: rgba(252, 20, 0, 0.8);
}


.login-form {
    width: 1150px;
    height: 450px;
    padding: 15px;
    position: relative;
    border-radius: 3px;
    border: 1px solid #b12816;
    box-shadow: 0px 7px 16px -3px rgba(0, 0, 0, 0.5);
    background: #bc3220;

    background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 27%, rgba(216,225,231,1) 65%, rgba(181,198,208,1) 99%, rgba(224,239,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3220', endColorstr='#bc3220', GradientType=1 );
}

.flex-row {
    margin-bottom: 1em;
}

.logo {
    margin-bottom: 50px;
    color: #fff;
    width: 100%;
}

.logo h1 {
    text-align: center;
    font-size: 45px;
    font-weight: 900;
    text-shadow: -1px -2px #a91400, 0 1px 0 #ff7e6d;
}

.lf--input {
    font-size: 130%;font-weight: bold;'
    flex: 1;
    padding: 3px 3px;
    border: 0;
    width: 200px;
    box-sizing: border-box;
    color: #ffffff;

    font-family: Open Sans, Arial, sans-serif;
    text-shadow: 1px 1px 1px #232323;
    border-radius: 8px;
    background: #bc3220;

    background: linear-gradient(to bottom, #bc3220 0%, #fa5846 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3220', endColorstr='#fa5846', GradientType=0 );
}
.lf--input1 {
    flex: 1;
    padding: 5px 5px;
    border: 0;
    width: 200px;
    box-sizing: border-box;
    color: #ffffff;
    font-size: 0.9rem;
    font-family: Open Sans, Arial, sans-serif;
    text-shadow: 1px 1px 1px #232323;
    border-radius: 8px;
    background: #bc3220;
    margin-bottom: 3px;
    background: linear-gradient(to bottom, #bc3220 0%, #fa5846 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3220', endColorstr='#fa5846', GradientType=0 );
}
.lf--input:focus {
    outline: none;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}

.lf--submit {
    display: block;
    padding: 8px 8px;

    width: 150px;
    box-shadow: 0px 7px 16px -3px rgba(0, 0, 0, 0.5);
    background: #ffbf00;

    background: linear-gradient(to bottom, #ffbf00 0%, #fa9f17 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbf00', endColorstr='#fa9f17', GradientType=0 );
    border: 0;
    border-radius: 8px;
    color: #fff;
    margin-top: 20px;
    cursor: pointer;
    font-size: 0.9em;
    font-weight: 500;
    text-shadow: -1px -1px #b86200, 0 1px 0 #ecb76b;
}
.lf--submit:focus {
    outline: none;
    transition: -webkit-transform .15s ease;
    transition: transform .15s ease;
    transition: transform .15s ease, -webkit-transform .15s ease;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
}

.lf--forgot {
    margin-top: 2em;
    color: #ffffff;
    font-size: .5em;
    text-align: center;
    float: left;
}

.login-form1 {
    width: 100%;
    padding: 2em;
    position: relative;
    border-radius: 3px;
    border: 1px solid #b12816;
    box-shadow: 0px 7px 16px -3px rgba(0, 0, 0, 0.5);
    background: #bc3220;

    background: linear-gradient(to right, rgba(242,246,248,1) 0%, rgba(242,246,248,1) 27%, rgba(216,225,231,1) 65%, rgba(181,198,208,1) 99%, rgba(224,239,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bc3220', endColorstr='#bc3220', GradientType=1 );
}
.login-form1:before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    height: 2px;
    width: 100%;
}

.button1 {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 7px 0px;
    width: 100px;
    position: relative;
    overflow: hidden;
    border: 2px solid #fe6637;
    border-radius: 8px;
    float: none;
    font-family: 'Montserrat', sans-serif;
    color: #fe6637;
    transition: .2s ease-in-out;
}
.button1:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
.button1:hover {
    background: #fe6637;
    color: #fff;
}
.button1:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
}

.button2 {
    text-decoration: none;
    outline: none;

    padding: 10px 15px;
    width: 73px;

    overflow: hidden;
    border: 2px solid #fe6637;
    border-radius: 8px;
    float: none;
    font-family: 'Montserrat', sans-serif;
    color: #fe6637;
    transition: .2s ease-in-out;
}
.button2:hover {
    background: #fe6637;
    color: #fff;
}
.button2:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
}

.button3 {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 7px 10px;
    width: 170px;
    position: relative;
    overflow: hidden;
    border: 2px solid #fe6637;
    border-radius: 8px;
    float: none;
    font-family: 'Montserrat', sans-serif;
    color: #fe6637;
    transition: .2s ease-in-out;
}
.button3:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
.button3:hover {
    background: #fe6637;
    color: #fff;
}
.button3:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
}

.button4 {
    text-decoration: none;
    outline: none;
    display: inline-block;
    padding: 10px 30px;
    margin: 10px 20px;
    position: relative;
    overflow: hidden;
    border: 2px solid #fe6637;
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    color: #fe6637;
    transition: .2s ease-in-out;
}
.button4:before {
    content: "";
    background: linear-gradient(90deg, rgba(255,255,255,.1), rgba(255,255,255,.5));
    height: 50px;
    width: 50px;
    position: absolute;
    top: -8px;
    left: -75px;
    transform: skewX(-45deg);
}
.button4:hover {
    background: #fe6637;
    color: #fff;
}
.button4:hover:before {
    left: 150px;
    transition: .5s ease-in-out;
}

.abs{
    position: absolute;
}







.paddin{
    padding-left: 3%;

}

.box{
    width:250px;
    height:435px;

    float:left;
    margin-left:15px;

}
.container-button{
    width: 170px;
    height: 45px;
    overflow: hidden;
}
.box-button{

    width: 80px;
    height:45px;

    float:left;
    margin-left:5px;
}

.box_ed{
    width:110px;
    height:435px;

    float:left;
    margin-left:15px;

}
.box_okno{
    width:250px;
    height:150px;

    float:left;
    margin-left:5px;

}
.box_tab{
    float:left;
    margin-left:5px;
}
.box_mini{
    width:150px;
    height:100px;

    float:left;
    margin-left:55px;

}

.box_okno1{
    width:400px;
    height:450px;

    float:left;
    margin-left:5px;

}
.box11{
    width:750px;
    height:800px;

    float:left;
    margin-left:15px;

}

.boxshadow{
    border-right: 2px solid rgba(205, 54, 33, 0.29);
}

.box_vip{
    float:left;
    margin-left:15px;
    width:350px;
    height: 435px;
}
.box_vip1{
    float:left;
    margin-left:15px;
    width:350px;
    height: 450px;
}
.box_vip2{
    float:left;
    margin-left:17px;
    width:160px;
    height: 400px;
}


.box_batt{
    float:left;

}








.tabsD {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.tabsD li {
    float: left;
}
.tabsD li > input {
    display: none;
}
.tabsD li > label {
    display: inline-block;
    border: 1px solid #999;
    border-right-width: 0;
    border-bottom-width: 0;
    height: 20px;

    padding: 2px 2px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabsD li:last-child > label {
    border-right-width: 1px;
}
.tabsD .tab-content {
    display: none;
    position: absolute;
    left: 0;
    padding: 10px;
    border: 1px solid #999;
  
    overflow-y: auto;
}

/* Функциональность: */

.tabsD li > input:checked + label {
    background-color: #999;
}
.tabsD li > input:checked ~ .tab-content {
    display: block;
}


.tabsD {
    width: 800px;
    height:500px;
    padding: 0px;
    margin: 0 auto;
}
/* Стили секций с содержанием */
.tabsD>section {
    display: none;
    padding: 10px;
	width: 800px;
    height: 500px;
    background: #fff;
    border: 1px solid #ddd;
}
.tabsD>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    /* прикрутим анимацию */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


/* Прячем чекбоксы */
.tabsD>input {
    display: none;
    position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabsD>label {
    display: none;
    margin: 0 0 -1px;
    padding: 5px 8px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabsD>label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}

/* Изменения стиля переключателей вкладок при наведении */

.tabsD>label:hover {
    color: #888;
    cursor: pointer;
}
/* Стили для активной вкладки */
.tabsD>input:checked+label {
    color: #555;
    border-top: 1px solid #b12816;
    border-bottom: 1px solid #fff;
    background: #fff;
}
/* Активация секций с помощью псевдокласса :checked */
#tabAUMA15:checked~#content-tabAUMA15,
#tabAUMA20:checked~#content-tabAUMA20,
#tabAUMA25:checked~#content-tabAUMA25,
#tabAUMA32:checked~#content-tabAUMA32,
#tabAUMA40:checked~#content-tabAUMA40,
#tabAUMA50:checked~#content-tabAUMA50,
#tabAUMA65:checked~#content-tabAUMA65,
#tabAUMA80:checked~#content-tabAUMA80,
#tabAUMA100:checked~#content-tabAUMA100,
#tabAUMA125:checked~#content-tabAUMA125,
#tabAUMA150:checked~#content-tabAUMA150,
#tabAUMA200:checked~#content-tabAUMA200,
#tabAUMA250:checked~#content-tabAUMA250,
#tabAUMA300:checked~#content-tabAUMA300,
#tabAUMA400:checked~#content-tabAUMA400,
#tabREGADA15:checked~#content-tabREGADA15,
#tabREGADA20:checked~#content-tabREGADA20,
#tabREGADA25:checked~#content-tabREGADA25,
#tabREGADA32:checked~#content-tabREGADA32,
#tabREGADA40:checked~#content-tabREGADA40,
#tabREGADA50:checked~#content-tabREGADA50,
#tabREGADA65:checked~#content-tabREGADA65,
#tabREGADA80:checked~#content-tabREGADA80,
#tabREGADA100:checked~#content-tabREGADA100,
#tabREGADA125:checked~#content-tabREGADA125,
#tabREGADA150:checked~#content-tabREGADA150,
#tabREGADA200:checked~#content-tabREGADA200,
#tabREGADA250:checked~#content-tabREGADA250,
#tabREGADA300:checked~#content-tabREGADA300,
#tabREGADA400:checked~#content-tabREGADA400,
#tabSAUTER15:checked~#content-tabSAUTER15,
#tabSAUTER20:checked~#content-tabSAUTER20,
#tabSAUTER25:checked~#content-tabSAUTER25,
#tabSAUTER32:checked~#content-tabSAUTER32,
#tabSAUTER40:checked~#content-tabSAUTER40,
#tabSAUTER50:checked~#content-tabSAUTER50,
#tabSAUTER65:checked~#content-tabSAUTER65,
#tabSAUTER80:checked~#content-tabSAUTER80,
#tabSAUTER100:checked~#content-tabSAUTER100,
#tabSAUTER125:checked~#content-tabSAUTER125,
#tabSAUTER150:checked~#content-tabSAUTER150,
#tabSAUTER200:checked~#content-tabSAUTER200,
#tabSAUTER250:checked~#content-tabSAUTER250,
#tabSAUTER300:checked~#content-tabSAUTER300,
#tabSAUTER400:checked~#content-tabSAUTER400,
#KlapanD15:checked~#content-KlapanD15, 
#KlapanD20:checked~#content-KlapanD20, 
#KlapanD25:checked~#content-KlapanD25, 
#KlapanD32:checked~#content-KlapanD32,
#KlapanD40:checked~#content-KlapanD40,
#KlapanD50:checked~#content-KlapanD50,
#KlapanD65:checked~#content-KlapanD65,
#KlapanD80:checked~#content-KlapanD80,
#KlapanD100:checked~#content-KlapanD100,
#KlapanD125:checked~#content-KlapanD125,
#KlapanD150:checked~#content-KlapanD150,
#KlapanD200:checked~#content-KlapanD200,
#KlapanD250:checked~#content-KlapanD250,
#KlapanD300:checked~#content-KlapanD300,
#KlapanD400:checked~#content-KlapanD400 {
    display: block;
}
/* Убираем текст с переключателей
* и оставляем иконки на малых экранах
*/

@media screen and (max-width: 680px) {
    .tabsD>label {
        font-size: 0;
    }
    .tabsD>label:before {
        margin: 0;
        font-size: 18px;
    }
}
/* Изменяем внутренние отступы
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
    .tabsD>label {
        padding: 15px;
    }
}


.tabs {
    list-style-type: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.tabs li {
    float: left;
}
.tabs li > input {
    display: none;
}
.tabs li > label {
    display: inline-block;
    border: 1px solid #999;
    border-right-width: 0;
    border-bottom-width: 0;
    height: 20px;

    padding: 5px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tabs li:last-child > label {
    border-right-width: 1px;
}
.tabs .tab-content {
    display: none;
    position: absolute;
    left: 0;
    padding: 10px;
    border: 1px solid #999;
    height: 100px;
    overflow-y: auto;
}

/* Функциональность: */

.tabs li > input:checked + label {
    background-color: #999;
}
.tabs li > input:checked ~ .tab-content {
    display: block;
}
.container{

    width: 1220px;
    height: 600px;
    overflow: hidden;
}
.logo_min{
    width:160px;
}

.tabs {
    width: 800px;
    height: 500px;
    padding: 0px;
    margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
    display: none;
    padding: 10px;
    background: #fff;
    border: 1px solid #ddd;
}
.tabs>section>p {
    margin: 0 0 5px;
    line-height: 1.5;
    color: #383838;
    /* прикрутим анимацию */
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

/* Описываем анимацию свойства opacity */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
/* Прячем чекбоксы */
.tabs>input {
    display: none;
    position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 5px 25px;
    font-weight: 600;
    text-align: center;
    color: #aaa;
    border: 0px solid #ddd;
    border-width: 1px 1px 1px 1px;
    background: #f1f1f1;
    border-radius: 3px 3px 0 0;
}
/* Шрифт-иконки от Font Awesome в формате Unicode */
.tabs>label:before {
    font-family: fontawesome;
    font-weight: normal;
    margin-right: 10px;
}
.tabs>label[for*="1"]:before {
    content: "\f144";
}
.tabs>label[for*="2"]:before {
    content: "\f144";
}
.tabs>label[for*="3"]:before {
    content: "\f144";
}
.tabs>label[for*="4"]:before {
    content: "\f144";
}
.tabs>label[for*="5"]:before {
    content: "\f144";
}
/* Изменения стиля переключателей вкладок при наведении */

.tabs>label:hover {
    color: #888;
    cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
    color: #555;
    border-top: 1px solid #b12816;
    border-bottom: 1px solid #fff;
    background: #fff;
}
/* Активация секций с помощью псевдокласса :checked 
#tabAUMA15:checked~#content-tabAUMA15,
#tabAUMA20:checked~#content-tabAUMA20,
#tabAUMA25:checked~#content-tabAUMA25,
#tabAUMA32:checked~#content-tabAUMA32,
#tabAUMA40:checked~#content-tabAUMA40,
#tabAUMA50:checked~#content-tabAUMA50,
#tabAUMA65:checked~#content-tabAUMA65,
#tabAUMA80:checked~#content-tabAUMA80,
#tabAUMA100:checked~#content-tabAUMA100,
#tabAUMA125:checked~#content-tabAUMA125,
#tabAUMA150:checked~#content-tabAUMA150,
#tabAUMA200:checked~#content-tabAUMA200,
#tabAUMA250:checked~#content-tabAUMA250,
#tabAUMA300:checked~#content-tabAUMA300,
#tabAUMA400:checked~#content-tabAUMA400,
#tabREGADA15:checked~#content-tabREGADA15,
#tabREGADA20:checked~#content-tabREGADA20,
#tabREGADA25:checked~#content-tabREGADA25,
#tabREGADA32:checked~#content-tabREGADA32,
#tabREGADA40:checked~#content-tabREGADA40,
#tabREGADA50:checked~#content-tabREGADA50,
#tabREGADA65:checked~#content-tabREGADA65,
#tabREGADA80:checked~#content-tabREGADA80,
#tabREGADA100:checked~#content-tabREGADA100,
#tabREGADA125:checked~#content-tabREGADA125,
#tabREGADA150:checked~#content-tabREGADA150,
#tabREGADA200:checked~#content-tabREGADA200,
#tabREGADA250:checked~#content-tabREGADA250,
#tabREGADA300:checked~#content-tabREGADA300,
#tabREGADA400:checked~#content-tabREGADA400,
#tabSAUTER15:checked~#content-tabSAUTER15,
#tabSAUTER20:checked~#content-tabSAUTER20,
#tabSAUTER25:checked~#content-tabSAUTER25,
#tabSAUTER32:checked~#content-tabSAUTER32,
#tabSAUTER40:checked~#content-tabSAUTER40,
#tabSAUTER50:checked~#content-tabSAUTER50,
#tabSAUTER65:checked~#content-tabSAUTER65,
#tabSAUTER80:checked~#content-tabSAUTER80,
#tabSAUTER100:checked~#content-tabSAUTER100,
#tabSAUTER125:checked~#content-tabSAUTER125,
#tabSAUTER150:checked~#content-tabSAUTER150,
#tabSAUTER200:checked~#content-tabSAUTER200,
#tabSAUTER250:checked~#content-tabSAUTER250,
#tabSAUTER300:checked~#content-tabSAUTER300,
#tabSAUTER400:checked~#content-tabSAUTER400
 {
    display: block;
}*/
/* Убираем текст с переключателей
* и оставляем иконки на малых экранах
*/

@media screen and (max-width: 680px) {
    .tabs>label {
        font-size: 0;
    }
    .tabs>label:before {
        margin: 0;
        font-size: 18px;
    }
}
/* Изменяем внутренние отступы
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
    .tabs>label {
        padding: 15px;
    }
}





.overlay1 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    /* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay1:target {
    display: block;
}
/* стили модального окна */
.popup1 {
    top: -100%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    /* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 15px;
    border: 1px solid #383838;
    background: #fefefe;
    /* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    /* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay1:target+.popup1 {
    -webkit-transform: translate(-50, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 15%;
}
/* формируем кнопку закрытия */
.close1 {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 13px/20px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close1:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close1:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
/* изображения внутри окна */
.popup1 img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left,
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup1 embed,
.popup1 iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup1 h2 { /* заголовок 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup1 p {margin: 0; padding: 5px 0}



.overlay2 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: none;
    /* фон затемнения */
    background-color: rgba(0, 0, 0, 0.65);
    position: fixed; /* фиксированное поцизионирование */
    cursor: default; /* тип курсара */
}
/* активируем слой затемнения */
.overlay2:target {
    display: block;
}
/* стили модального окна */
.popup2 {
    top: 5%;
    right: 0;
    left: 50%;
    font-size: 14px;
    z-index: 20;
    margin: 0;
    width: 85%;
    min-width: 800px;
    max-width: 850px;
    height:550px;
        /* фиксированное позиционирование, окно стабильно при прокрутке */
    position: fixed;
    padding: 5px;
    border: 1px solid #383838;
    background: #fefefe;
    /* скругление углов */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    /* внешняя тень */
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-20%, -500%);
    -ms-transform: translate(-20%, -500%);
    -o-transform: translate(-20%, -500%);
    transform: translate(-20%, -500%);
    -webkit-transition: -webkit-transform 0.6s ease-out;
    -moz-transition: -moz-transform 0.6s ease-out;
    -o-transition: -o-transform 0.6s ease-out;
    transition: transform 0.6s ease-out;
}
/* активируем модальный блок */
.overlay2:target+.popup2 {
    -webkit-transform: translate(-65%, 0);
    -ms-transform: translate(-65%, 0);
    -o-transform: translate(-65%, 0);
    transform: translate(-65%, 0);
    top: 2px;
}
.tg-c3ow1{
    background-color: #dbdbd8;
    border-color:inherit;
    text-align:center;
    vertical-align:top
}
/* формируем кнопку закрытия */
.close2 {
    top: -10px;
    right: -10px;
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 0;
    border: 2px solid #ccc;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    background-color: rgba(61, 61, 61, 0.8);
    -webkit-box-shadow: 0px 0px 10px #000;
    -moz-box-shadow: 0px 0px 10px #000;
    box-shadow: 0px 0px 10px #000;
    text-align: center;
    text-decoration: none;
    font: 10px/16px 'Tahoma', Arial, sans-serif;
    font-weight: bold;
    -webkit-transition: all ease .8s;
    -moz-transition: all ease .8s;
    -ms-transition: all ease .8s;
    -o-transition: all ease .8s;
    transition: all ease .8s;
}
.close2:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
    font-size: 12px;
}
.close2:hover {
    background-color: rgba(252, 20, 0, 0.8);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
/* изображения внутри окна */
.popup2 img {
    width: 100%;
    height: auto;
}
/* миниатюры слева/справа */
.pic-left,
.pic-right {
    width: 25%;
    height: auto;
}
.pic-left {
    float: left;
    margin: 5px 15px 5px 0;
}
.pic-right {
    float: right;
    margin: 5px 0 5px 15px;
}
/* элементы м-медиа, фреймы */
.popup2 embed,
.popup2 iframe {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display:block;
    margin: auto;
    min-width: 320px;
    max-width: 600px;
    width: 100%;
}
.popup2 h2 { /* заголовок 2 */
    margin: 0;
    color: #008000;
    padding: 5px 0px 10px;
    text-align: left;
    text-shadow: 1px 1px 3px #adadad;
    font-weight: 500;
    font-size: 1.4em;
    font-family: 'Tahoma', Arial, sans-serif;
    line-height: 1.3;
}
/* параграфы */
.popup2 p {margin: 0; padding: 5px 0}


.box1{
      width:800px;
      height:100px;

      float:left;
      margin-left:0px;

  }
.box2{
    width:200px;
    height:100px;

    float:left;
    margin-left:0px;

}
.font1{
    font-size: 25px;
    color: #062c33;
}
.boxbig{
     width:700px;
     height:800px;

     float:left;
     margin-left:0px;

 }



input[type="radio"] {
    display:none;
}

input[type="radio"] + label {
    color: #0e0a0e;
    font-family:Arial, sans-serif;
    font-size:14px;
}

input[type="radio"] + label span {
    display:inline-block;
    width:15px;
    height:15px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url(img/arroy/check_radio_sheet2.png) -32px top no-repeat;
    cursor:pointer;
}

input[type="radio"]:checked + label span {
    background:url(img/arroy/check_radio_sheet2.png) -48px top no-repeat;
}


.select-v{

     height: 30px;
     overflow: hidden;
     width: 100px;
    background: #cd3621 url(img/arroy/img_193723.png) no-repeat 74px 10px;
    border-radius: 8px;
 }
.select-v select{
    height:30px;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    width: 130px;
    font: 15px Arial;
    font-weight:bold;
    padding: 0px 5px;
}

.select-v1{

    height: 30px;
    overflow: hidden;
    width: 70px;
    background: #cd3621 url(img/arroy/img_193723.png) no-repeat 74px 10px;
    border-radius: 8px;
}
.select-v1 select{
    height:30px;
    background: transparent;
    background: rgba(0, 0, 0, 0);
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    width: 100px;
    font: 15px Arial;
    font-weight:bold;
    padding: 0px 5px;
}




.custom-select {
    font-size: 100%;

    position: relative;

}
.custom-select select {
    display: none; /*hide original SELECT element:*/
}
.select-selected {

    border-radius: 8px;
    background: linear-gradient(to bottom, #bc3220 0%, #fa5846 100%);
}
/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 8px;
    right: 8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
    color: #ffffff;
    padding: 5px 5px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background: linear-gradient(to bottom, #bc3220 0%, #fa5846 100%);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}
.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}



.custom-select1 {
    position: relative;
    font-size: 100%;

}
.custom-select1 select {
    display: none; /*hide original SELECT element:*/
}
.select-selected1 {
    border-radius: 8px;
    background: linear-gradient(to bottom, #bc3220 0%, #fa5846 100%);
}
/*style the arrow inside the select element:*/
.select-selected1:after {
    position: absolute;
    content: "";
    top: 8px;
    right: 8px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected1.select-arrow-active1:after {
    border-color: transparent transparent #fff transparent;
    top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items1 div,.select-selected1 {
    color: #ffffff;
    padding: 5px 5px;
    border: 1px solid transparent;
    border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
    cursor: pointer;
}
/*style items (options):*/
.select-items1 {
    position: absolute;
    background: linear-gradient(to bottom, #bc3220 0%, #fa5846 100%);
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide1 {
    display: none;
}
.select-items1 div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

.tg  {
    border-collapse:collapse;
    border-spacing:0;
}
.tg td{font-family:Arial,
sans-serif;font-size:10px;
    padding:5px 5px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    border-color:black;
}
.tg th{font-family:Arial, sans-serif;
    font-size:10px;font-weight:normal;
    padding:5px 5px;
    border-style:solid;
    border-width:1px;
    overflow:hidden;
    word-break:normal;
    border-color:black;
}

.tg .tg-c3ow{
    border-color:inherit;
    text-align:center;
    vertical-align:top}
.tg .tg-us36{
    border-color: inherit;vertical-align:top
}
.tg .tg-us366{
	font-size:7px;
    border-color: inherit;
	vertical-align:top
}