html {
    -ms-overflow-style: scrollbar;
}

*::-webkit-input-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

*:-moz-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

*::-moz-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

*:-ms-input-placeholder {
    color: #bcbcbc;
    opacity: 1;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
    
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html	{
	
}

body {
    font-family: sans-serif;
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1.5;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    margin: 0;
	background-image: url('../img/assets/body.jpg');
	background-color: #2ba800;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom:60px;
}

body.froze	{
	overflow:hidden;
}


a {
    text-decoration: underline;
    color: inherit;
	color:#1675c5;
	text-decoration-color:#1675c5;
}

a:hover {
	color:#feae00;
}

a.nb	{
	border:0px;
}

h1, h2	{
	margin-top:60px;
	margin-bottom:30px;
	font-size:36px;
	font-weight:bold;
}


h2.reds	{
	color:#ff6000;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

p	{
	font-size:16px;
	line-height:30px;
	margin-bottom:15px;
}

section	{
	background:#fff;
	max-width:1336px;
	margin:auto;
	padding-bottom:90px;
}

section.text	{
	padding-bottom:0px;
}

.container	{
	max-width:1170px;
}
header	{
	min-height: 150px;
    padding: 15px;
}

header .container	{
	height:100%;
}

header .row	{
	height:100%;
}

header .row > div	{
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}

header .row .name	{
	color:#fff;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	flex-wrap:wrap;
	display:flex;
}

header .row .name a	{
	color:#fff;
	text-decoration:none;
}


header .row .name .date	{
	color:#d2f1cb;
	font-size:14px;
	width:100%;
}

header .row .name .telegram	{
	font-size:16px;
	padding:15px 0 0 0;
}

header .row .name .telegram a	{
	display:flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 10px;
    border: #74df41 1px solid;
    border-radius: 5px;
	transition:all .5s;
}

header .row .name .telegram a:hover	{
	background: #45db02;
	-webkit-box-shadow: 0px 0px 19px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    0px 0px 19px 0px rgba(50, 50, 50, 0.1);
box-shadow:         0px 0px 19px 0px rgba(50, 50, 50, 0.1);
}


header .row .name .telegram span	{
	width: 35px;
    height: 35px;
    display: flex;
    background: #1e8be7;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
	margin:auto;
	transition:all .5s;
	border: #f0ffeb 2px solid;
}

header .row .name .telegram div	{
	width:100%;
	text-align:center;
}

header .row .name .telegram a:hover span	{
    background: #2d9fff;
	border: #fff 2px solid;
}

header .row .name .telegram span:before	{
	margin-left: -3px;
    margin-top: -1px;
}

.wrapper	{
	-webkit-box-shadow: 0px 0px 16px 0px rgba(50, 50, 50, 0.14);
-moz-box-shadow:    0px 0px 16px 0px rgba(50, 50, 50, 0.14);
box-shadow:         0px 0px 16px 0px rgba(50, 50, 50, 0.14);
	max-width: 1336px;
	margin:auto;
}

nav	{
	background:#eeffe9;
	min-height:121px;
	max-width: 1336px;
	margin:auto;
}

nav div	{
	min-height:121px;
}

nav div .item	{
	min-height:unset;
	display:flex;
	align-items:center;
	justify-content:center;
}

nav .items	{
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:15px;
}

nav .items .items-box	{
	display: flex;
    justify-content: center;
}

nav .items .items-box .item	{
	margin:5px;
}

@media(max-width:768px){
	nav .items .items-box	{
		flex-wrap:wrap;
	}
	nav .items .items-box .item	{
		margin:0;
		width:100%;
	}
}

nav .items .item a	{
	border:#b1e69e 1px solid;
	background:#f0ffeb;
	padding: 15px 15px;
	transition:all .5s;
	border-radius:5px;
	font-size:18px;
	font-weight:600;
	color:#2ba800;
	text-decoration:none;
	width:100%;
	text-align:left;
	margin:15px 0 0;
}

nav .items .item a:hover	{
	-webkit-box-shadow: 0px 6px 8px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 6px 8px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 6px 8px 0px rgba(50, 50, 50, 0.1);
	background:#fff;
}

@media(max-width:768px){
	nav .items .item a {
		padding: 8px 15px;
		font-size: 14px;
		margin: 8px 0 0;
	}
}

nav .items .item i	{
	margin-right: 10px;
    color: #c4ffa9;
    background: linear-gradient(135deg, #2ba800, #48d900);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition:all .5s;
}

nav .items .item:hover i	{
    color: #fff;
}

.news .item	{
	padding-bottom:15px;
	margin-bottom:30px;
	transition:all .5s;
	border-radius:10px;
}

.news .item:hover	{
	-webkit-box-shadow: 0px 6px 8px 0px rgba(50, 50, 50, 0.1);
-moz-box-shadow:    0px 6px 8px 0px rgba(50, 50, 50, 0.1);
box-shadow:         0px 6px 8px 0px rgba(50, 50, 50, 0.1);
}

.news .date-box	{
	display:flex;
	padding-bottom:5px;	
}

.news .date-box .date	{
	padding:5px 0;
	color:#4c6d40;
	font-size:16px;
}


.news .date-box .attention	{
	padding:5px 7px;
	margin-left:10px;
	color:#fff;
	background:#ff6000;
	font-size:16px;
}

.news .text-box div	{
	font-size:18px;
}

.news .text-box .name	{
	font-weight:bold;
}

.news .text-box .name	{
	font-weight:bold;
}

.news .text-box .download	{
	padding-top:15px;
	font-weight:bold;
	min-height: 50px;
    padding-left: 30px;
    background: url(../img/assets/doc.png) no-repeat top left;
    padding-top: 2px;
	margin-top:15px;
}

@media (max-width:740px){
	header .row .name	{
		font-size:18px;
	}
	
	.news .item	{
		border-bottom:#dedede 1px solid;
	}
	
	.news .item:last-child	{
		border-bottom:0px;
	}
	
	section {
		padding-bottom: 40px;
	}
	
}

section.green	{
	background:#eeffe9;
}

section.docs	{
	
}

section.docs .item	{
	min-height:50px;
	padding-left:40px;
	background:url('../img/assets/doc.png') no-repeat top left;
	padding-top:5px;
	padding-bottom: 15px;
}

section.docs .item a	{
	font-size:16px;
	color:#000;
	font-weight:bold;
	text-decoration:none;
	transition:all .5s;
}

section.docs .item .new	{
	display:inline-block;
	color:#fff;
	background:red;
	margin-left:5px;
	padding: 0 3px;
    border-radius: 3px;
}



section.docs .item a:hover	{
	text-decoration:underline;
}


ul	{
	padding:0px;
	padding-bottom:15px;
}

ul li	{
	padding-left:20px;
	position:relative;
	list-style:none;
	padding-bottom:15px;
}

ul li:before	{
	position:absolute;
	left:0;
	content:"—";
	color:#acc7a5;
}

.task	{
	padding:0px;
	padding-top:15px;
	counter-reset: task -0;
}

.task li	{
	font-size:18px;
	list-style:none;
	padding-left:50px;
	position:relative;
	padding-bottom:15px;
	min-height:50px;
}

.task li:before	{
	position:absolute;
	left:0;
	top:-4px;
	width:35px;
	height:35px;
	background:#2ba800;
	color:#fff;
	justify-content:center;
	align-items:center;
	font-size:24px;
	font-weight:800;
	border-radius:50%;
	text-align: center;
	counter-increment: task;
	content: counter(task);
}


.task li.strike	{
	text-decoration: line-through;
}


.task li.strike:before	{
	background:#c1ebb3;
}


.btn	{
	height:50px;
	display:flex;
	align-items:center;
	padding:0 15px;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	background:#feae00;
	width: fit-content;
	border-radius:25px;;
}

.btn:hover	{
	color:#fff;
	background:#ffb81e;
}

nav	{
	background: linear-gradient(180deg, #dfffd1, #ffffff);
    border-top: #b1e69e 3px solid;
}

h1	{
	font-size:36px;
	font-weight:500;
}

.faqs   {
    counter-reset: faq -0;
}

.faqs .item	{
	border-bottom:#f2f2f2 1px solid;
	padding-bottom:15px;
	margin-bottom:15px;
	position:relative;
	padding-left: 50px;
}

.faqs .item:before {
    position: absolute;
    left: 0;
    top: -3px;
    width: 35px;
    height: 35px;
    background: #2ba800;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 800;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-content: center;
    counter-increment: faq;
    content: counter(faq);
}

.faqs .item ul	{
	padding-bottom:0px;
	margin-bottom:0px;
}

.faqs .item ul li	{
	padding-bottom:15px;
}

.faqs .item ul li:last-child	{
	padding-bottom:0px;
}

.faqs .item .q	{
	cursor:pointer;
	border-bottom: 1px dashed #1675d0;
	display: inline;
	color:#1675d0;
	font-size: 18px;
	transition:all 0.5s;
}


.faqs .item .q:hover	{
	border-bottom: 1px dashed #aad5ff;
	color:#1675d0;
}

.faqs .item .q.active	{
	border-bottom: 1px dashed #2ba800;
	color:#2ba800;
}

.faqs .item .a	{
	padding-top:15px;
	display:none;
}

#toTop	{
	position: fixed;
    width: 40px;
    height: 40px;
    background: #ff6000;
    bottom: 10px;
    right: 10px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    cursor: pointer;
	display:none;
}

#toTop i	{
	margin-left: 8px;
    margin-top: 7px;
}


@media(max-width:768px){	
	header .row .name .telegram div {
		width: 100%;
		text-align: center;
		font-size: 14px;
	}
	
	header .row .name .telegram span {
		width: 30px;
		height: 30px;
	}
	
	h1, h2 {
		margin-top: 30px;
		font-size: 28px;
	}
	
	header .row .name a {
		color: #fff;
		text-decoration: none;
		font-size: 16px;
	}
	
	header .row .name .date {
		display:none;
	}
	
}

.mark   {
    display: inline-flex;
    width: 25px;
    height: 25px;
    background: #feae00;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    align-content: center;
    border-radius: 50%;
    margin-right:5px;
}

.popup_wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  padding: 15px;
  font-size: 0;
  line-height: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  display: none;
}

.popup_wrap .wrap {
  display: inline-block;
  vertical-align: middle;
  max-width: 670px;
  width: 100%;
  padding: 30px;
  background: #ffffff;
  border-radius: 40px;
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  -webkit-box-shadow: 0px 12px 51px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 12px 51px 0px rgba(0, 0, 0, 0.35);
}

.popup_wrap .wrap_order {
  max-width: 950px;
}

.popup_wrap .wrap_order .p_title {
  margin-bottom: 35px;
}

.popup_wrap .closebut {
  position: absolute;
  top: 40px;
  right: 30px;
  width: 21px;
  height: 21px;
  background: url(../img/assets/closebut.png) 0 0 no-repeat;
  cursor: pointer;
}

.popup_wrap .p_title {
  font-size: 36px;
  line-height: 36px;
}

.popup_wrap .form_group {
  width:100%;
}

.popup_wrap .form_group span {
  display: block;
  margin-bottom: 7px;
  padding-left: 0px;
  line-height: 1.6;
}

.popup_wrap .form_group span em {
  color: #f00;
}

.popup_wrap .form_group input,
.popup_wrap .form_group textarea,
.popup_wrap .form_group select {
  display: block;
  width: 100%;
  line-height: 48px;
  height: 50px;
  border: 1px solid #e4e4e4;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 10px;
}

.popup_wrap .form_group input {
  height: 60px;
  line-height: 58px;
}


.popup_wrap .form_group select::-ms-expand {
  display: none;
}

.popup_wrap .form_group textarea {
  resize: none;
  line-height: 1.2;
  padding: 20px;
  height: 150px;
}

.popup_wrap .row > div {
  margin-top: 25px;
}

.popup_wrap form + .success {
  display: none;
}

.popup_wrap .oferta {
  margin-top: -10px;
  display:flex;
  align-items: center;
}

.popup_wrap .oferta label{
    margin-bottom:0px;
    height: 20px;
}

.popup_wrap input{
    width: 20px;
    height: 20px;
    margin-right:15px;
}

.popup_wrap .success {
  text-align: center;
  font-size: 16px;
}

.popup_wrap .success .p_title {
  margin-bottom: 20px;
}

.popup_wrap .text18 {
  text-align: center;
  padding: 15px 0;
  font-size: 22px;
  line-height: 32px;
  color: #324394;
  margin: 20px 0;
  background: url(../images/popuptextbg.png) 50% 50% no-repeat;
}

.popup_wrap .butblock a {
  margin: 15px 15px 0;
}

.popup_wrap:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .popup_wrap .wrap {
    padding: 15px;
  }
  .popup_wrap .p_title {
    font-size: 29px;
    padding-right: 15px;
    line-height: 1;
  }
  .popup_wrap .text {
    margin: 10px 0 0;
  }
  .popup_wrap .text18 {
    background-size: contain;
  }
  .popup_wrap .closebut {
    top: -18px;
    right: calc(50% - 18px);
    background-color: #ffffff;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    background-position: center;
    }
    
   .popup_wrap .wrap {
    padding: 15px;
    margin-top: 30px;
   }
   .popup_wrap .p_title {
    font-size: 29px;
    padding-right: 15px;
    line-height: 1;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    padding: 0px;
    }
    .popup_wrap .form_group span, .popup_wrap .oferta div {
    display: block;
    margin-bottom: 7px;
    padding-left: 0px;
    line-height: 1.6;
    font-size: 12px;
    font-family: 'Open Sans';
    font-weight: 700;
    }
    .popup_wrap .oferta div {
    line-height: 1.2;
    margin-bottom:0px;
    }
    .popup_wrap button{
    margin: auto;
    }
    .popup_wrap .row > div {
    margin-top: 16px;
    }
}

.error_red {
    border:#feae00 1px solid !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(254 119 0);;
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(254 119 0);;
}

.text-box span    {
    background:#ffe8b5;
    padding:0 5px;
    font-style: normal;
}

@media (max-width:575px){
    .popup_wrap .form_group input,
    .popup_wrap .form_group textarea,
    .popup_wrap .form_group select {
      height: 40px;
    }
    .popup_wrap .form_group textarea {
      line-height: 1.2;
      height: 80px;
      padding-top:10px;
    }
}

.show_nav    {
  display:flex;
  align-items:center;
  justify-content:center;
  padding:10px;
  text-align:center;
  border: #74df41 1px solid;
  color:#fff;
  margin:15px 0;
  cursor:pointer;
  border-radius: 5px;
  background: #58d41d;
  font-weight:bold;
}

.claim {
    padding-bottom:30px;
}

.claim h2 {
    margin-top:0px;
    font-size:26px;
}

.claim .form_group {
    padding-bottom:15px;
    width:100%;
}

.claim .form_group span {
    font-weight:bold;
    display:block;
    width:100%;
    padding-bottom:5px;
}

.claim .form_group input, .claim .form_group select, .claim .form_group textarea {
    padding:10px 10px;
    width:100%;
    border: #b1e69e 1px solid;
    background: #fff;
}

.claim-box {
    background:#dfffd1;
    padding:30px;

}

.claim-box select .c1 {
    background:#ffd6d1;
}

.claim-box select .c2 {
    background:#b6ec9f;
}

.claim-box .success {
    color: #fff;
    background: #2ba900;
    padding: 15px;
    border-radius: 15px;
    display:none;
}

.claim-box .p_title {
    font-size: 24px;
    font-weight: bold;
}

.claim-box .nc-field-type-multifile > div:first-child {
    display:none;
}

.claim-box .policy-box {
    color: #5c8c4c;
    font-size: 12px;
    padding-top:10px;
}

@media(max-width:768px){
    .claim .hidden-xs {
        display:none;
    }
    
    .claim h2 {
        padding-top:15px;
    }
}

nav .items .item367 a {
    border: #e6ba9e 1px solid;
    background: #fff6eb;
    color: #e12600;
}

nav .items .item367 i {
    color: #fff6eb;
    background: linear-gradient(135deg, #f89a00, #d90000);
}


.files-box {
            display:flex;
            flex-wrap:wrap;
        }
        
        .files-box {
            display:flex;
            flex-wrap:wrap;
            margin-top:-10px;
            margin-bottom:15px;
        }
        
        .files-box .file-item {
            font-size:12px;
            position:relative;
            display:inline-flex;
            align-items:center;
            padding-right:12px;
            margin-right:10px;
            margin-bottom:10px;
            background: #ffe8d9;
            padding: 5px 20px 5px 5px;
            border: #efcbb4 1px solid;
        }
        
        .files-box .file-item:hover {
            background: #f4d5c1;
        }
        
        
        
        .files-box .file-item .del {
            position:absolute;
            width:9px;
            height:9px;
            background:url("/img/assets/del-file.png") no-repeat center top;
            cursor:pointer;
            opacity:.5;
            right:5px;
        }
        
        .files-box .file-item .del:hover {
            opacity:1;
        }
            .stats {
                display:flex;
                align-items: center;
                width:100%;
                padding:30px;
                border:#dedede 1px solid;
                border-radius:15px;
                justify-content:center;
                margin-top:30px;
                flex-wrap:wrap;
            }
            
            .stats .stats-box {
                display:flex;
                align-items: flex-end;
                justify-content:center;
                counter-reset: section;
            }
            
            
            
            .stats .item {
                width:40px;
                margin-right:15px;
                min-height:2px;
                height:200px;
                background:#f4f4f4;
                display:flex;
                align-items: flex-end;
                position:relative;
                
            }
            
            .stats .item:before {
                width:20px;
                height:20px;
                border-radius:50%;
                background:#fff;
                display:flex;
                align-items: center;
                justify-content:center;
                position:absolute;
                color:#000;
                content:"1";
                left:calc(50% - 10px);
                top:10px;
                font-size:11px;
                font-weight:bold;
                counter-increment: section;
                content: counter(section);
            }
            
            .stats .item div {
                width:100%;
                min-height:0px;
                height:0px;
                display:flex;
                align-items: center;
                justify-content:center;
                color:#fff;
                transition:all .5s;
                overflow:hidden;
            }
            
            .stats .g1 div {
                background:#e12600;   
            }
            
            .stats .g2 div {
                background:#30b400;
            }
            
            .stats .g3 div {
                background:#afdaff;
            }
            
            .stats .g1:before {
                border:#e12600 1px solid;
            }
            
            .stats .g2:before {
                border:#30b400 1px solid;
            }
            
            .stats .g3:before {
                border:#afdaff 1px solid;
            }
            
            .annotation {
                counter-reset: section_a;
                padding-top:15px;
            }
            
            .annotation div {
                padding-left:30px;
                position:relative;
                margin-bottom:15px;
            }
            
            .annotation div:before {
                width:20px;
                height:20px;
                border-radius:50%;
                background:#fff;
                display:flex;
                align-items: center;
                justify-content:center;
                position:absolute;
                color:#000;
                content:"1";
                left:0;
                top:1px;
                font-size:11px;
                font-weight:bold;
                counter-increment: section_a;
                content: counter(section_a);
            }
            
            .annotation .ga1:before {
                border:#e12600 1px solid;
            }
            
            .annotation .ga2:before {
                border:#30b400 1px solid;
            }
            
            .annotation .ga3:before {
                border:#afdaff 1px solid;
            }
            
            .claim-wait {
                opacity:0.5;
            }
            
            
.blocks .item {
    padding-left:0px;
    padding-right:15px;
    padding-bottom:15px;
}

.blocks .item input {
    width:100%;
    padding:5px 7px;
    font-size:17px;
}

.blocks .link a {
    display:flex;
    width:auto;
    padding:10px;
    min-height:40px;
    justify-content:center;
    align-items:center;
    background:#34b800;
    color:#fff;
    border-radius:5px;
    max-width: 150px;
    text-decoration:none;
    border:0px;
    margin:15px 0 0;
}



.item_rel {
    position:relative;
}

.item_rel .sugg {
    position: absolute;
    z-index:1;

    padding: 0 15px;
    background: #fff;
    border: #1a87c2 1px solid;
}


.item_rel .sugg .item {
    padding:7px 0;
    border-bottom: #dedede 1px solid;
    cursor:pointer;
}

.item_rel .sugg .item:last-child {
    border-bottom: #dedede 0px solid;
}

.services {

}

.services .items .item {
    padding-bottom:15px;
    margin-bottom:15px;
}

.services .items .item.res {
    border: #b1e69e 1px solid;
    background: #f0ffeb;
    padding: 15px 15px;
    transition: all .5s;
    border-radius: 5px;
    font-size: 18px;
    text-decoration: none;
    width: 100%;
    text-align: left;
    margin-bottom:30px;
}

.services .items .name {
    font-size:18px;
}

.services .items .status {
    padding-top:15px;
}

.err {
    color: #e12600;
}