@font-face {
	font-family: "Montserrat";
	src: url("/assets/fonts/Montserrat-Light.woff2") format("woff2"),
	url("/assets/fonts/Montserrat-Light.woff") format("woff"), url("/assets/fonts/Montserrat-Light.ttf") format("ttf") ;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: "Montserrat";
	src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2"),
	url("/assets/fonts/Montserrat-Regular.woff") format("woff"), url("/assets/fonts/Montserrat-Regular.ttf") format("ttf") ;
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}

    @font-face {
        font-family: "Montserrat";
        src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2"),
        url("/assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("/assets/fonts/Montserrat--SemiBoldttf") format("ttf") ;
        font-weight: 700;
        font-style: normal;
        font-display: swap;
        }

	  @font-face {
	font-family: "Montserrat";
	src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2"),
	url("/assets/fonts/Montserrat-Bold.woff") format("woff"), url("/assets/fonts/Montserrat-Bold.ttf") format("ttf") ;
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}

* {
    padding: 0;
    margin: 0;
    border: 0;
    font-family: "Montserrat", sans-serif;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

body.hidden {
    overflow-y: hidden;
}

nav,
footer,
header,
aside {
    display: block;
}
body {
}

html,
body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
html.hidden,
body.hidden {
    overflow: hidden;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    display: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    /* Firefox */
}

button {
    cursor: pointer;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faq__head {
    font-size: inherit;
    font-weight: inherit;
}

select {
    /* for Firefox */
    -moz-appearance: none;
    /* for Safari, Chrome, Opera */
    -webkit-appearance: none;
}

/* for IE10 */
select::-ms-expand {
    display: none;
}

.wrapper {
    padding: 0 0 16px 0;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    background-color: #052823;
}

.main {
    flex: 1 1 auto;
}

.container {
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}

/* header */
.header {
}

.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 7px 0;
}

.header__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header__item-link {
    padding: 11px 37px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 100px;
    background: linear-gradient(90deg, #FF8C00 0%, #995400 100%);
    transition: all 0.3s ease;
    border: 1px solid #995400;
    white-space: nowrap;
}
.header__item-link:hover {
    background: transparent;
}

.header__item-link:first-child {
    padding: 12px 30px;
    border: 1px solid #995400;
    background: transparent;
}
.header__item-link:first-child:hover {
    background: linear-gradient(90deg, #FF8C00 0%, #995400 100%);
}

/* main */
.block {
    background: #193200;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 40px;
}
.main {
    margin: 55px 0 0 0;
}

.main h1 {
    color:#00FF95;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}
.main h2 {
    color: #2D6035;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 5px 0;
}
.main h3, .faq__head {
    color: #2D6035;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main strong {
    display: block;
    color: var(--white, #fff);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.main p, .faq__content {
    margin: 16px 0;
    color: var(--grey, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}
.main ul,
.main ol {
    padding: 0 0 0 20px;
}
.main li {
    margin: 16px 0;
    color: var(--grey, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 2px 0;
}
.main a {
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 8px 35px;
    background: linear-gradient(90deg, #FF8C00 0%, #995400 100%);
    border-radius: 100px;
    color: #fff;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    transition: all 0.3s ease;
    border: 1px solid #995400;
}
.main a:hover {
    background: transparent;
    color: #fff;
}
.main a p {
    margin: 0;
}

.main ul a {
    margin: 16px 0;
    color: var(--grey, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0;
    background-color: transparent;
    border: none;
}
.main ul a:hover {
    color: #2f81ca;
}
.main .text {
    position: relative;
    padding: 0 0 0 40px;
}
.main .text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 8px;
    background-color: #f05325;
    border-radius: 10px;
}
.table {
    margin: 20px 0;
    width: 100%;
    max-width: 100%;
    overflow: auto;
    border-radius: 6px;
}

.table table {
    width: 100%;
    border-collapse: collapse;
}

.table td {
    width: 50%;
    color: var(--grey, #fff);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.table td:nth-child(2n) {
    font-weight: 700;
}

.table tr td div {
    white-space: nowrap;
    max-height: 37px;
    min-height: 37px;
    padding: 7px 16px;
}

.table tr td div {
    border-top: 2px solid #f05325;
    border-right: none;
    border-bottom: 2px solid #f05325;
    border-left: 2px solid #f05325;
    border-radius: 9px 0 0 9px;
}
.table tr td:nth-child(2n) div {
    border-top: 2px solid #f05325;
    border-right: 2px solid #f05325;
    border-bottom: 2px solid #f05325;
    border-left: none;
    border-radius: 0 9px 9px 0;
}

.table tr:nth-child(2n) td div {
    border: none;
}

.main p img {
    max-width: 100%;
}

/* media */
@media (max-width: 600px) {
    .main h1 {
        font-size: 20px;
    }
    .main h2 {
        font-size: 24px;
    }
    .main h3, .faq__head {
        font-size: 24px;
    }
    .main p, .faq__content {
        font-size: 14px;
        margin: 6px 0;
    }

    .main li {
        font-size: 12px;
    }
    .main a {
        font-size: 12px;
    }
    .table td {
        font-size: 12px;
    }
    .header__item-link {
        font-size: 12px;
        padding: 10px;
    }
    .header__logo img {
        width: 80%;
    }
}

    
.block__promo {
display:flex;
align-items: center;
max-width:143px;
width:100%;
height:56px;
border-radius: 21px;
justify-content: center;
border:1px solid #2f81ca;

}
.block__promo-text {
color:#FFFFFF;
font-weight:700;
margin-right:auto;
margin-left: 10px;
}
.but-prom {
width:100%;
height:100%;
background:#2f81ca;
color: #ffffff;
max-width:70px;
cursor:pointer;
border-radius:21px;
padding:10px;
}
@media (max-width: 600px) {

.block__promo-text {
    font-size:12px;
}
.block__promo {
    margin-left:0;
    max-width:126px;
    height:52px;
}
}
.img-cov {
    width:200px;
    height:200px;
}
.img-cov img {
    width:100%;
    height:100%;
    border-radius:25px;
}
.img-text {
    width:60%;
    margin:20px auto !important;
    display:flex;
}
.img-text img {
    width:100%;
}
@media screen and (max-width: 600px) {
    .img-cov {
 float:none !important;
 margin:20px auto !important;
}
.img-text {
    width:100%;
}
}

/* table */
.table {
    overflow: auto;
}
table {
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
}
table,table td, table th {
	border: 1px solid #2D6035;
}
table td,table th {
	padding: 10px;
	width: 30px;
	height: 35px;
}
table th {
	 background: #4e6982;
	color: #fff; 
	font-weight: normal;
}
/* banner */
.block__banner {
    max-width: 400px;
    width: 100%;
    padding: 20px 70px;
    margin: 20px auto;
    text-align: center;
    background: rgba(255, 255, 255, 0.01);
box-shadow: inset 0px 39px 56px -36px rgba(255, 255, 255, 0.5), inset 0px 7px 11px -4px #FFFFFF, inset 0px -82px 68px -64px rgba(96, 68, 144, 0.3), inset 0px 98px 100px -48px rgba(202, 172, 255, 0.3), inset 0px 4px 18px rgba(154, 146, 210, 0.3), inset 0px 1px 40px rgba(227, 222, 255, 0.2);
border-radius: 34px;
}

.banner__info{
color: #00FF95;
text-transform: uppercase;
font-size:13px;
font-weight: 700;
}

.banner__number {
color:#51E46D;
font-weight: 900;
font-size: 40px;
margin: 20px auto;
}

.banner_descr {
    color: #FFF;
    text-transform: uppercase;
    font-size:13px;
    font-weight: 700;
    line-height: 17px;
}

.banner__btn {
    font-weight: 700 !important;
    text-transform: uppercase;
}
@media (max-width: 600px) {
    .block__banner {
        padding: 20px 20px;
    }
}

/*add style*/
.img-big {
    width:60%;
    margin:20px auto !important;
    text-align:center;
}
.img-big img {
    width:100%;
}
@media screen and (max-width:600px){
    .img-big {
        width:100%;
    }
    table {
    font-size: 12px;
    line-height: 123.7%;
    width:100%;
    }
}
.anchor__menu a {
    color: #dadada;
    text-decoration:none;
    background: none;
    padding: 0;
    border: none;
}
.anchor__menu a:hover {
    color: #ffffff;
}

.yco {
    position: relative;
    top: 10px;
    margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: left;
    width: 200px;
    height: 200px;
}

 .yco-right {
    position: relative;
    top: 10px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: right;
    width: 200px;
    height: 200px;
}

.yco img, .yco-right img {
    width: 90%;
    height: 90%;
}

/* yauthor */
.yauthor {
    display: flex;
    justify-content: space-between;
    margin: 36px 0 0 0;
    padding: 23.8px 53.15px 23.8px 27.76px;
    width: 100%;
    border-radius: 9px;
    gap:15px;
    /* background: #131a2c; */
}
.yauthor .img-text {
    margin: 0 35px 0 0;
    width: 142.502px;
    height: 142.502px;
}
.yauthor .img-text img {
    position: relative;
    border: 5px;
    width: inherit;
    height: inherit;
    border-radius: 50%;
}
.yauthor-body h2 {
    margin: 0;
}
.yauthor-body h6,
.yauthor h6 {
    margin: 5px 0 15px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    color: #a9a9a9;
}
.yauthor-head-i {
    display: none;
}


@media screen and (max-width:600px) {
    .yauthor {
        padding: 14px 15px;
        flex-direction: column;
        margin-top: 0;
    }

    .yauthor .img-text {
        margin: 0 16px 0 0;
        /* width: 65.169px;
        height: 65.169px; */
    }

    .yauthor h2 {
        margin: 0;
    }

    .yauthor-head {
        align-items: center;
    }

    .yco,  .yco-right {
        width: 150px;
        height: 150px;
        float: none;
        justify-content: center;
    }
}

/* menu style */
.menu {
    display: flex;
    list-style: none;
    justify-content: space-around;
    flex-wrap: wrap;
    gap:15px;
}

.menu a {
    color:#ffffff;
    font-size: 14px;
}
.burger {
    position: relative;
    display: none;
    z-index:9;
}

@media screen and (max-width:1024px){
    .header__menu {
        order: 3;
    }
	.burger {
		display: flex;
		width: 30px;
		height: 30px;
		background: url('/assets/img/burger-open.webp') center / contain no-repeat;
		border: none;
		transition: var(--transition);
	}

	header.active .burger {
		background: url('/assets/img/burger-close.webp') center / contain no-repeat;
	}

	header .menu {
		position: absolute;
		top: -700%;
		left: 0;
		flex-direction: column;
		align-items: flex-start;
		padding: 50px 30px;
		width: 100%;
		background-color: #052823;
		transition: 0.8s all linear;
		z-index: 8;
	}

	header.active .menu {
		top: 65px;
        background: #052823;
	}

	header .menu li {
		margin: 0 0 24px 0;
	}
}