* {
    margin: 0 auto 0;
    padding: 0;
   }


html{
    height: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

input,textarea {
    outline: none;
}

body {  
    font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    font-size: 14px;
    color:#000;
   }

a {
    color:#4491E0
}

h1,h2,h3,h4,h5,h6 {
    
}

a:hover {
    text-decoration: none;
}

.mpf {
    padding: 0 5px;
    background: #fff;
    box-shadow: 0 0 25px rgba(0,0,0,0.4);
    max-width: 1099px;
  }



img {
    border: none;
    max-width: 100%;
    height: auto;
    display: block;
}

.alignright {
    float:right;
    margin:10px 0 10px 11px
}

.alignleft {
    float:left;
    margin:10px 10px 10px 0px
}

.art {
    margin-bottom: 30px;
    font-size: 13px;
    line-height: 23px
}

/* HEADER */


.logo img {
    margin:0;
}




.btn {
    display: block;
    color:#fff;
    text-transform: uppercase;
    background: #168D35;
    padding:10px 25px;
    border-radius: 0px;
    transition: 0.5s;
    text-decoration: none;
    font-size: 12px;
    text-align: center;
    width:100%;
    border-radius: 4px;
    margin-top:15px;
    border: 0px;
}


.btn:hover {
    opacity: 0.8;
}




.nav-fixed {
    position: fixed;
    top:0;
    width: 100%;
    z-index: 10;
}






.topmenu {
   box-shadow: 0px 10px 15px rgba(0,0,0,0.1);
   background: #007DFF;
    
}

.menu-top {
    width: 100%;
    display: table;
    margin: 0px;
    z-index: 999
}

.menu-top li {
    font-size: 14px;    
    display: table-cell;   
    color: #333;    
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;    
    text-align: center;
    border-right: 1px solid #4EA5FF;
    transition: 0s;
    z-index: 999;    
}

.menu-top li:first-child{    
    border-left: 0px solid #4cb628;
}

.menu-top li:last-child{    
    border-right: 0px solid #4cb628;
}

.menu-top > li:hover {
    background: #FFB300 !important;
   
}

.menu-top > li.current-menu-item  {
    box-shadow: inset 0 0 40px rgba(0,0,0,0.3);   
}

.menu-top li a{
    font-size: 14px;
    padding: 17px 15px 13px;
    display: block;   
    color: #fff;
    text-decoration: none;
    position: relative;
    width: auto;
    height: auto;
    vertical-align: top;    
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

.menu-top > li:hover > a{       
    color: #000;  
    
}

.menu-top li a i{
    font-size: 11px;
   margin-left:5px;
    
}

.menu-top li > ul {
    display: none;
    position: absolute;
    top: 100%;    
    z-index: 999;
    border:6px solid #2e8112;
    border-top: 0px !important;
    padding: 10px;
    border-radius: 0 0 20px 20px;
    background: #f1f1f1;
}

/* отображаем выпадающий список при наведении */
.menu-top li:hover > ul {
    display:inherit;
    background:#f1f1f1;
    width:100%;
    min-width: 250px;
    list-style: none;
}

/* первый уровень выпадающего списка */
.menu-top ul li {   
    float:none;
    display:list-item;
    position: relative;    
    border-bottom: 1px dotted #2e8112;
    height:auto;
}

.menu-top ul li:last-child { 
    border-bottom: 0px dotted #2e8112;
}

.menu-top ul li a {
    text-transform: none;
    font-size: 16px;
    padding: 13px 15px 13px;
    height:auto;
    color:#222;
    text-align: left !important;    
    letter-spacing: 0;
   
}

.menu-top ul li a:hover {
    background: #f1f1f1;
    color:#349A13;
}



.menu-top > li > a:after { 
    content:  '\f078'; 
    font-family: Font Awesome\ 5 Free;
    font-weight:900;
    font-size: 11px;   
    margin-left: 5px;
    
}
.menu-top > li > a:only-child:after { 
    content: ''; 
}

/* второй, третий и последующие уровни	*/
.menu-top ul ul {
    position: absolute;
    top:0;
    left:100%;
}

.menu-top ul li > a:after { 
    content:  '\f054'; 
    font-family: Font Awesome\ 5 Free;
    font-weight:900;
    font-size: 10px;
    position: absolute;
    top:50%;
    right:10px;
    margin-top: -5px;
}
.menu-top ul li > a:only-child:after { 
    content: ''; 
}


.aright {
    text-align: right;
    padding-right: 45px;
}


.left-menu {
    margin: 0;
    display: block;
    list-style: none;
}

.left-menu li {    
    display: block;
    background: #f0f0f0; 
    margin-bottom: 2px;
}

.left-menu li:hover {    
    display: block;
    background: #cecece; 
    margin-bottom: 2px;
}

.left-menu  li.current-menu-item  {
    background: #cecece;   
}

.left-menu li a {    
    display: block;
    padding: 7px 15px 7px 25px;   
    color:#000;
    text-decoration: none;
    position: relative;
}

.left-menu li a:before {    
    content: "\2192";
    position: absolute;
    left: 5px;
    top:5px;
    color:#007DFF;
}


.tits {
    display: block;
    text-align: center;
    padding: 7px;
    background: #FFB300;
    color:#000;
    font-weight: 700;
}


/* TABS HomePage */

.tabs-header {
   
    padding:20px 20px;
    min-height: 260px;
    border-bottom: 0px solid #349A13;
    position: relative;
}

.tabs-header .fon {   
    position: absolute;
    top:0; bottom: 0;
    left:0; right: 0;
    background: rgba(255,255,255,0.2);
    z-index: 2;
}

.tabs-header > .row {   
    position: relative;    
    z-index: 3;
}


.utp {
    text-align: left;
}

.kont {
    text-align: right;
    padding-top: 15px;
}


.utp h2 {
    color:#005FD3;
    font-size: 30px; 
    margin-bottom: 5px;	
	font-weight:700;	
	text-transform:uppercase;
    text-shadow: 1px 1px 0px #fff;
    font-family: PT Sans
}

.utp h3 {
    color:#000;   
    text-transform:uppercase;
    text-shadow: 1px 1px 0px #fff;
    font-family: PT Sans
}


.kont p {
    color:#000;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 1px 1px 0px #fff;
}

.order_btn {
    display: block;
    width: 150px;
    padding: 6px 15px;
    text-align: center;
    background: #168D35;
    border-radius: 4px;
    margin-top: 10px;
    float: right;
    color:#fff;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}

/* FOOTER */

footer {
    
    padding:15px 25px;
    box-shadow: 0 0 25px rgba(0,0,0,0.2);
    margin-top: 30px;
    color: #fff;
    background:#212B35;
    font-size: 12px;
}




/* PAGE 2 */


.content {
    padding:35px 0;
    min-height: 600px;
}

.content h1 {
    font-size: 25px;
}

.textblock iframe {
	width:100%;
	height:400px;
	border:0px;
}

.textblock {
   padding:15px 20px;
}

.textblock p {
    line-height: 20px;
    font-size: 14px;
    margin:10px 0 20px;
}

.textblock b,  .textblock strong {
    
    font-weight: normal;
}

.textblock h1 {    
    font-size:14px; 
    color: #168D35;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    border-bottom: 1px solid #cecece;
    margin-top: 0px;
    padding-bottom: 5px;
    font-family: PT Sans;
}

.alignright {
    float:right;
    margin:10px 0 10px 11px
}

.alignleft {
    float:left;
    margin:10px 10px 10px 0px
}

.textblock a {
    color:#4491E0;
    text-decoration: underline;
}

.textblock a:hover {    
    text-decoration: none;
}

.textblock ol {    
    margin: 25px;
    margin-left: 35px
}

.textblock ol li { 
    
    font-size: 14px;
    margin-bottom: 3px;
}

.textblock ul {    
    margin: 25px;
}

.textblock ul li {    
    list-style: none;
    font-size: 14px;
    margin-bottom: 3px;
}

.textblock ul li:before { 
  padding-right: 11px; 
  font-weight: bold; 
  color: #349A12; 
  content: "\2022"; 
  transition-duration: 0.4s;
  font-size: 20px;
} 


.clear {
    clear: both;
}

.c-area {
    border: 1px solid #cecece;
    padding: 0px;
}

.k-area {
    background: #cecece;
    padding: 15px;
    margin-top: 15px;
}

.k-area p {    
    margin-top: 10px;
    font-size: 16px;
}

.k-area p i {    
    color:#168D35;
}

.faq {
   border-top: 1px solid #cecece; 
    padding-top: 15px;
}

.faq h4 {
   font-family: PT Sans;
    font-weight: 700;
    font-size: 18px;
    color: #168D35;
}

.faq .row {
    padding: 15px;  
}

.faq .row .otvet {    
    padding-bottom: 15px;
    margin-top: 10px;
    border-bottom: 1px dotted #cecece;
    font-style: italic;
    color: #168D35;
}
.faq b {
    font-weight: 700;
}

/* МОБИЛЬНОЕ МЕНЮ */

.nav {
    /*  ширна произвольная, не стесняйтесь экспериментировать */
    width: 320px;
    min-width: 320px;
    /* фиксируем и выставляем высоту панели на максимум */
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    margin: 0;
    /* сдвигаем (прячем) панель относительно правого края страницы */
    right: -320px;
    /* внутренние отступы */
    padding: 15px 20px;
    /* плавный переход смещения панели */
    -webkit-transition: right 0.3s;
    -moz-transition: right 0.3s;
    transition: right 0.3s;
    /* определяем цвет фона панели */
    background: #212B35;
    /* поверх других элементов */
    z-index: 2000;
}


/**
 * Кнопка переключения панели
 * тег <label>
 */

.nav-toggle {
    /* абсолютно позиционируем */
    position: absolute;
    /* относительно правого края панели */
    right: 330px;
    /* отступ от верхнего края панели */
    top: -111em;
    /* внутренние отступы */
    padding: 0.5em;
    /* определяем цвет фона переключателя
     * чаще вчего в соответствии с цветом фона панели
    */
    background: #212B35;
    /* цвет текста */
    color: #000;
    /* вид курсора */
    cursor: pointer;
    /* размер шрифта */
    font-size: 1.2em;
    line-height: 1;
    /* всегда поверх других элементов страницы */
    z-index: 2001;
    /* анимируем цвет текста при наведении */
    -webkit-transition: color .25s ease-in-out;
    -moz-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
	
}


/* определяем текст кнопки 
 * символ Unicode (TRIGRAM FOR HEAVEN)
*/

.nav-toggle:after {
    content: '';
    text-decoration: none;
    display: block;
    width:34px;
    height: 21px;
}


/* цвет текста при наведении */

.nav-toggle:hover {
    color: #f4f4f4;
}


/**
 * Скрытый чекбокс (флажок)
 * невидим и недоступен :)
 * имя селектора атрибут флажка
 */

[id='nav-toggle'] {
    position: absolute;
    display: none;
}


/**
 * изменение положения переключателя 
 * при просмотре на мобильных устройствах
 * когда навигация раскрыта, распологаем внутри панели
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle {
    left: auto;
    right: 2px;
    top: 1em;
}


/**
 * Когда флажок установлен, открывается панель
 * используем псевдокласс:checked
 */

[id='nav-toggle']:checked ~ .nav {
    right: 0;
    box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -moz-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    -webkit-box-shadow:-4px 0px 20px 0px rgba(0,0,0, 0.5);
    overflow-y: auto;
}


/* 
 * смещение контента страницы
 * на размер ширины панели,
 * фишка необязательная, на любителя
*/

[id='nav-toggle']:checked ~ #wrap > div, [id='nav-toggle']:checked ~  #wrap > section {
    -webkit-transform: translateX(-300px);
    -moz-transform: translateX(-300px);
    transform: translateX(-300px);
	-webkit-transition: 2s;
    transition: 2s;
}


/*
 * изменение символа переключателя,
 * привычный крестик (MULTIPLICATION X), 
 * вы можете испльзовать любой другой значок
*/

[id='nav-toggle']:checked ~ .nav > .nav-toggle:after {
    content: '\2715';
    background: none;
    color: #fff;
}


/**
 * профиксим баг в Android <= 4.1.2
 * см: http://timpietrusky.com/advanced-checkbox-hack
 */

body {
    -webkit-animation: bugfix infinite 1s;
}

@-webkit-keyframes bugfix {
    to {
      padding: 0;
    }
}


/**
 * позаботьтимся о средних и маленьких экранах
 * мобильных устройств
 */

@media screen and (min-width: 320px) {
    html,
    body {
      margin: 0;
      
    }
}

@media screen and (max-width: 320px) {
    html,
    body {
      margin: 0;
      overflow-x: hidden;
    }
    .nav {
      width: 100%;
      box-shadow: none
    }
}


/**
 * Формируем стиль заголовка (логотип) панели 
*/

.nav h2 {
    width: 90%;
    padding: 0;
    margin: 10px 0;
    text-align: center;
    text-shadow: rgba(255, 255, 255, .1) -1px -1px 1px, rgba(0, 0, 0, .5) 1px 1px 1px;
    font-size: 1.3em;
    line-height: 1.3em;
    opacity: 0;
    transform: scale(0.1, 0.1);
    -ms-transform: scale(0.1, 0.1);
    -moz-transform: scale(0.1, 0.1);
    -webkit-transform: scale(0.1, 0.1);
    transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s;
    -moz-transition: opacity 0.8s, -moz-transform 0.8s;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s;
}

.nav h2 a {
    color: #dadada;
    text-decoration: none;
    text-transform: uppercase;
}


/*плавное появление заголовка (логотипа) при раскрытии панели */

[id='nav-toggle']:checked ~ .nav h2 {
    opacity: 1;
    transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}


/**
 * формируем непосредственно само меню
 * используем неупорядоченный список для пунктов меню
 * прикрутим трансфомации и плавные переходы
 */

.nav > ul {
    display: block;
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
}

.nav > ul > li {
    line-height: 2.5;
    opacity: 0;
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
    -webkit-transition: opacity .5s .1s, -webkit-transform .5s .1s;
    -moz-transition: opacity .5s .1s, -moz-transform .5s .1s;
    -ms-transition: opacity .5s .1s, -ms-transform .5s .1s;
    transition: opacity .5s .1s, transform .5s .1s;
}

[id='nav-toggle']:checked ~ .nav > ul > li {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}


/* определяем интервалы появления пунктов меню */

.nav > ul > li:nth-child(2) {
    -webkit-transition: opacity .5s .2s, -webkit-transform .5s .2s;
    transition: opacity .5s .2s, transform .5s .2s;
}

.nav > ul > li:nth-child(3) {
    -webkit-transition: opacity .5s .3s, -webkit-transform .5s .3s;
    transition: opacity .5s .3s, transform .5s .3s;
}

.nav > ul > li:nth-child(4) {
    -webkit-transition: opacity .5s .4s, -webkit-transform .5s .4s;
    transition: opacity .5s .4s, transform .5s .4s;
}

.nav > ul > li:nth-child(5) {
    -webkit-transition: opacity .5s .5s, -webkit-transform .5s .5s;
    transition: opacity .5s .5s, transform .5s .5s;
}

.nav > ul > li:nth-child(6) {
    -webkit-transition: opacity .5s .6s, -webkit-transform .5s .6s;
    transition: opacity .5s .6s, transform .5s .6s;
}

.nav > ul > li:nth-child(7) {
    -webkit-transition: opacity .5s .7s, -webkit-transform .5s .7s;
    transition: opacity .5s .7s, transform .5s .7s;
}


/**
 * оформление ссылок пунктов меню
 */

.nav > ul > li > a {
    display: inline-block;
    position: relative;
    padding: 0;   
    font-weight: 400;
    font-size: 1.2em;
    color: #1d1c33;
    width: 100%;
    text-decoration: none;
    /* плавный переход */
    -webkit-transition: color .5s ease, padding .5s ease;
    -moz-transition: color .5s ease, padding .5s ease;
    transition: color .5s ease, padding .5s ease;
}


/**
 * состояние ссылок меню при наведении
 */

.nav > ul > li > a:hover,
.nav > ul > li > a:focus {
    color: #32B67A;
    padding-left: 15px;
}


/**
 * линия подчеркивания ссылок меню
 */

.nav > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}

.nav > ul > li > a:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    background: #f1f1f1;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}


/**
 * анимируем линию подчеркивания 
 * ссылок при наведении
 */

.nav > ul > li > a:hover:before {
    width: 0%;
    background: #f1f1f1;
    -webkit-transition: width .5s ease;
    transition: width .5s ease;
}

.nav > ul > li > a:hover:after {
    width: 0%;
    background: transparent;
    -webkit-transition: width 0s ease;
    transition: width 0s ease;
}


/* фон затемнения на основной контент 
 * спорная такая фича, если оно вам надо
 * просто раскомментируйте
*/


.mask-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
}

[id='nav-toggle']:checked ~ .mask-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity .5s, visibility .5s;
    transition: opacity .5s, visibility .5s;
}





/*Оформление*/
.modalDialog {
 position: fixed; 
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 background: rgba(0,0,0,0.8);
 z-index: 99999;
 -webkit-transition: opacity 400ms ease-in;
 -moz-transition: opacity 400ms ease-in;
 transition: opacity 400ms ease-in;
 display: none;
 
    
}
/*Открытие*/
.modalDialog:target {
 display: block;
 pointer-events: auto;
}

.modalDialog h3 {
    text-align: center;
    font-size: 15px;

    text-transform: uppercase;
    color: #000;
    letter-spacing: 1px;
    
}
 
.modalDialog > div {
 width: 90%;
 max-width: 400px;
 position: relative;
 margin: 15% auto;
 padding: 20px 20px 20px 20px; 
 background: #fff;
 border-radius: 10px;
 box-shadow:0 0 20px rgba(0,0,0,0.6);
 text-align: center;
}
.modalDialog p.subd {
 margin:15px 0
}
/*Закрытие окна*/
.close1 {

 color: #F09F10;
 line-height: 25px;
 position: absolute;
 right: -17px;
 text-align: center;
 top: -17px;
 width: 24px;
 text-decoration: none;
 font-weight: normal;
 -webkit-border-radius: 22px;
 -moz-border-radius: 22px;
 border-radius: 22px;
 font-size: 20px;
}
 
.close:hover { background: #D01111; }   
#send_info{color:#ffffff;font-size: 16px;}

.mcover {
	position: fixed; 
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background:transparent;
	cursor:default;
}


div.wpcf7-response-output {
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
    font-size: 12px;
    color:#F44C53;
}

div.wpcf7-mail-sent-ok {
    margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
    font-size: 12px;
    color:#398E14;
}

.field {
    width: 100%;
    overflow: hidden;
    padding-left: 16px;
    margin: 3px auto 7px;
    color: #959595;
    display: block;
    height: 35px;
    line-height: 31px;
    border:1px solid #ddd !important;
    border: none;
    box-shadow: inset 0 0 15px rgba(0,0,0,0.1)
}

textarea {
    width: 100%;
    overflow: hidden;
    padding-left: 16px;
    margin: 0px auto 19px;
    color: #959595;
    display: block;
    height: 251px;
    line-height: 31px;
    border:1px solid #ddd !important;
    border: none;
}

.go {
    border:0px !important;
    margin:15px auto !important;
}

.go2 {
    border:0px !important;
    margin:15px 0!important;
}


.novalid {   
    border:1px solid #ff0000 !important;
}

.field_hide {
    display:none;
}

.toTop {
    position:fixed;
    right:0px;
    bottom:200px;
    display: none;
    width:40px;
    height:40px;
    border-radius: 4px 0 0 4px;
    background:#349A12;
    color:#fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 4;    
    font-weight: 100;
    font-size: 11px;
    text-align: center;    
}

.toTop a {
    display: block;
    color:#fff;
    text-decoration: none;
    width:40px;
    height:40px;
    line-height: 17px;
    text-transform: lowercase;
    font-size: 11px;
}

.toTop a i {
    display: block;
    color:rgba(255,255,255,0.4);
    font-size: 17px;
    height:15px;
    margin:4px 0 0 0;
    padding: 0;
    line-height: 17px;
}

.bread {   
    padding: 25px 5px 5px;
    font-size: 14px;    
    color:#9DA5AB;    
}

.bread a {    
    font-size: 14px; 
    color:#9DA5AB;
}

.breadcrumbs {
    padding-left: 25px;
}

.breadcrumbs i {
    margin-right:6px;
}

.breadcrumbs .sep {
    margin-right:6px;
    margin-left:6px;
}

.sc-menu li {
    list-style: none;
    padding: 7px 20px;
}

.sc-menu li a {
    color:#fff;
}


.whatsapp {
    display: block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 70px;
    height: 70px;
    background-color: #168D35;
    background-image: url(../img/whatsapp.svg);
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 35px;
    box-shadow: 0 0 0 rgba(37, 211, 102, 0.6);
    animation: pulse 1s infinite;
    font-size: 0;
    transition: all 0.3s;
    z-index: 10;
}


@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.6);
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.4);
  }

  70% {
    -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }

  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}