<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-- About Us --*/

.nav_tab_wrapp {
	background: rgba(242, 201, 76, .1);
	padding: 10px 0;
}

.nav_tab {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	width: 100%;
	padding: 0;
}

.nav_tab li {
	display: flex;
	display: -webkit-flex;
	width: 50%;
	padding: 12px;
	list-style: none;
}

.nav_tab li a {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 14px 10px;
	font-weight: normal;
	font-size: 20px;
	line-height: 1;
	color: #000000;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-decoration: none;
	-webkit-transition-property: background;
    -webkit-transition-duration: .3s;
    -webkit-transition-timing-function: ease;

    -moz-transition-property: background;
    -moz-transition-duration: .3s;
    -moz-transition-timing-function: ease;

    -ms-transition-property: background;
    -ms-transition-duration: .3s;
    -ms-transition-timing-function: ease;

    -o-transition-property: background;
    -o-transition-duration: .3s;
    -o-transition-timing-function: ease;

    transition-property: background;
    transition-duration: .3s;
    transition-timing-function: ease;
}

.nav_tab li a:link,
.nav_tab li a:visited {
	background-color: #fff;
}

.nav_tab li a:active,
.nav_tab li a.active {
	background-color: #FAE690;
}

.nav_tab li a:hover {
	background-color: #FAE690;
}

.info_box {
	padding: 24px 0 26px 0;
}

.info_box .title_block {
	padding-bottom: 25px;
}

.info_box p {
	font-weight: normal;
	font-size: 16px;
	line-height: 150%;
	letter-spacing: .02em;
	color: #000000;
}

.info_box p b {
	color: #000;
	font-size: 19px;
	line-height: 137%;
}

.row_2 {
	margin-left: 0;
	margin-right: 0;
	padding: 0 40px;
}

.info_box_2 {
	background: rgba(242, 201, 76, .1);
	padding-bottom: 19px;
}

.info_box_2 .title_block {
	width: 100%;
	text-align: center;
}

.items_list {
	padding: 0;
}

.items_list li {
	list-style: none;
    padding: 0 0 21px 0;
}

.items_list li p {
	margin-bottom: 0;
}

.items_list li p b {
	color: #000;
	font-size: 19px;
	line-height: 137%;
}

.info_footer {
    padding: 26px 0;
    overflow: hidden;
}

.inlines_3 {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 -45px;
}

.inlines_3 &gt; div {
	padding: 0 45px;
}

.inlines_3 h3 {
	padding: 12px 0;
	font-weight: bold;
	font-size: 19px;
	line-height: 137%;
	letter-spacing: 0.02em;
	color: #000000;
}

.contacts_wrapp {
    padding: 28px 0 60px 0;
}

.contacts_wrapp p {
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	line-height: 100%;
	letter-spacing: .02em;
	color: #000000;
}

.news_item {
	padding-bottom: 20px;
}

.news_item h4 {
	margin-bottom: 6px;
	font-weight: bold;
	font-size: 19px;
	line-height: 137%;
	letter-spacing: .02em;
	color: #000000;
}

.news_item p {
	font-weight: 400;
	font-size: 19px;
	line-height: 137%;
	letter-spacing: .02em;
	color: #000000;
}

.news_item .date {
    font-weight: 500;
}

.news_link {
	white-space: nowrap;
	font-weight: 400;
	font-size: 19px;
	line-height: 137%;
	letter-spacing: .02em;
	color: #000000;
}

.documents_list_wrapp {
	width: 100%;
}

.documents_list {
	padding-left: 0;
}

.documents_list li {
	padding: 3px 0;
	list-style: none;
}

.documents_list li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #000000;
}

.documents_list li a:hover {
	font-weight: bold;
	color: #F2C94C;
	text-shadow: none;
}

.documents_list li a:after {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	content: "";
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/upload_icon.svg);
}

.yellow_link_wrapp {
    padding: 17px 0;
}

.yellow_link {
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-decoration: none;
	font-weight: normal;
	font-size: 16px;
	letter-spacing: .02em;
	color: #F2C94C;
}

.yellow_link:after {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	content: "";
	width: 24px;
	height: 24px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(img/upload_icon_yellow.svg);
}

.yellow_link:hover {
	color: #F2C94C;
}

/*-- /About Us --*/

/*-- About Us News Open --*/

.news_article {
    padding: 23px 0;
}

.news_article_title h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 137%;
	letter-spacing: .02em;
	color: #000;
}

.news_article_title p {
    font-weight: bold;
    color: #000;
}

.news_article_descript p {
    margin-bottom: 20px;
}

.more_link_wrapp {
	padding: 29px 0;
}

.more_link {
	font-weight: normal;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: .1em;
	color: #828282;
}


/*-- /About Us News Open --*/

@media only screen and (max-width: 900px) {

/*-- About Us --*/

.row_2 {
    padding: 0 10px;
}

/*-- /About Us --*/

}

@media only screen and (max-width: 767px) {

/*-- About Us --*/

.nav_tab li a {
    font-size: 16px;
}

/*-- /About Us --*/

}

@media only screen and (max-width: 600px) {

/*-- About Us --*/

.nav_tab {
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	margin: 0 12px;
	padding: 0 12px;
}

.nav_tab li {
	width: 50%;
}

/*-- /About Us --*/

}

@media only screen and (max-width: 480px) {

/*-- About Us --*/

.nav_tab li {
	width: 100%;
	padding: 5px 0;
}

.inlines_3 .btn-secondary {
	font-size: 15px;
}

.news_item p {
	font-size: 15px;
}

.news_link {
	font-size: 15px;
}

/*-- /About Us --*/

}




/*-- News --*/

.title_block_2 {
  padding-bottom: 11px;
}

.news_wrapp {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  min-width: 100%;
  margin: 0 -15px;
}

.news_thumb {
  background-color: #fffbe5;
  padding: 10px 18px 9px 18px;
}

.news_thumb.hidden {
  display: none;
}

.news_wrapp .news_thumb {
  width: calc(33.33% - 30px);
  margin: 10px 15px;
}

.news_thumb_title {
  padding: 1px 0 1px 0;
  text-align: center;
}

.news_thumb_title h3 {
  font-family: 'TacticSans-Bld';
  font-size: 16px;
  line-height: 18px;
  color: #000;
}

.news_thumb .img_box {
  height: 240px;
  overflow: hidden;
  position: relative;
}

.news_thumb .img_box img {
  display: block;
  width: auto;
  height: auto;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.news_thumb_footer {
  display: flex;
  display: -webkit-flex;
  padding: 11px 0 0 0;
}

.news_thumb_footer &gt; div:nth-child(1) {
  width: 40%;
  padding-right: 5px;
}

.news_thumb_footer &gt; div:nth-child(2) {
  width: 60%;
  padding-left: 5px;
  text-align: right;
}

.news_thumb_footer p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 14px;
  color: #231f20;
}

.more_link {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  color: #231f20;
}

.btn_wrapp {
  padding: 8px 0 34px 0;
  text-align: center;
}

.yellow_pill {
  display: inline-block;
  vertical-align: top;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  min-width: 150px;
  padding: 11px 10px 11px 10px;
  border: none;
  background-color: #fad200;
  /*font-family: 'TacticSans-Bld';*/
  font-size: 17px;
  line-height: 20px;
  color: #000;
  -webkit-transition-property: background, color;
  -webkit-transition-duration: .3s;
  -webkit-transition-timing-function: ease;

  -moz-transition-property: background, color;
  -moz-transition-duration: .3s;
  -moz-transition-timing-function: ease;

  -ms-transition-property: background, color;
  -ms-transition-duration: .3s;
  -ms-transition-timing-function: ease;

  -o-transition-property: background, color;
  -o-transition-duration: .3s;
  -o-transition-timing-function: ease;

  transition-property: background, color;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.yellow_pill:link,
.yellow_pill:visited {
  color: #000;
  background-color: #fad200;
}

.yellow_pill:active,
.yellow_pill.active {
  color: #fff;
  background-color: #545b62;
}

.yellow_pill:hover {
  color: #fff;
  background-color: #545b62;
}

/*-- /News --*/

/*-- Partners --*/

.partners_two_cols {
  display: flex;
  display: -webkit-flex;
}

.partners_two_cols &gt; .col_1 {
  width: 50%;
  padding-right: 30px;
}

.partners_two_cols &gt; .col_2 {
  width: 50%;
  padding-left: 30px;
}

.title_block_3 {
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  color: #5a5a5a;
}

.logos_wrapp {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  margin: 10px 0 30px 0;
}

.logo_thumb {
  height: 75px;
  margin: 10px 0;
  position: relative;
}

.logos_wrapp .logo_thumb {
  width: 20%;
}

.logo_thumb img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

/*-- /Partners --*/

@media (max-width: 1200px){
  .news_wrapp .news_thumb {
    width: calc(50% - 30px);
  }
  .partners_two_cols {
    display: block;
  }
  .partners_two_cols &gt; .col {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .partners_two_cols &gt; .col_1 {
    width: 100%;
    padding-right: 0;
  }
  .partners_two_cols &gt; .col_2 {
    width: 100%;
    padding-left: 0;
  }
}

@media (max-width: 600px){
  .news_wrapp {
      margin: 0;
  }
  .news_wrapp .news_thumb {
    width: 100%;
    margin: 10px 0;
  }
  .logos_wrapp .logo_thumb {
    width: 25%;
  }
}

@media (max-width: 450px){
  .logos_wrapp .logo_thumb {
    width: 33.33%;
  }
}

@media (max-width: 400px){
  .btn_wrapp .yellow_pill {
    min-width: 100%;
  }
}

/*-- /Partners --*/

/*-- Form --*/
  
.form_2_wrapp .form--row {
    margin-bottom: 26px;
}
.form--row .input:last-child {
    margin: 0;
}
.input__label {
    min-height: 20px;
    color: rgba(0,0,0,.5);
    font-weight: 600;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 8px;
    display: block;
}
.input__elem {
    border: 1px solid rgba(0,0,0,.1);
    background: #fff;
    min-height: 40px;
    outline: 0;
    border-radius: 8px;
    color: #000;
    font-size: 14px;
    line-height: 1.4;
    width: 100%;
    resize: none;
}
.form_2_wrapp .input {
    margin: 0 0 24px;
    position: relative;
    max-width: 630px;
}
.form-submit_wrapp {
    text-align: left;
}
.form-chat_2 .form--row {
	padding-bottom: 25px;
}
textarea.input__elem {
	padding: 10px 8px;
}

/*-- /Form --*/


/*-- Calculator --*/

.calculator_templ {
	display: flex;
	display: -webkit-flex;
	padding: 10px 0 32px 0;
}

.calculator_templ &gt; .left_col {
	width: calc(50% - 198px);
	padding-right: 10px;
}

.calculator_templ &gt; .center_col {
	width: 396px;
	padding-top: 15px;
}

.calculator_templ &gt; .right_col {
	width: calc(50% - 198px);
	padding-left: 10px;
}

.calculator_templ .title_block {
	padding: 10px 0;
	font-size: 34px;
}

.res_search_thumb .img_box {
	height: 350px;
	position: relative;
}

.res_search_thumb .img_box img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
}

.res_search_thumb .descript {
	padding-top: 15px;
	text-align: center;
}

.res_search_thumb .descript h3 {
	margin-bottom: 0;
	padding: 10px 0;
	font-size: 24px;
	line-height: 30px;
}

.res_search_thumb .descript p {
	padding: 5px 0;
	margin-bottom: 0;
	font-family: 'TacticSans-Med';
	font-size: 24px;
	line-height: 30px;
}

.calculatior_form {
	max-width: 356px;
	margin: 0 auto;
}

.input_wrapp_2 {
	margin: 19px 0;
	position: relative;
}

.input_wrapp_2 input {
	display: block;
	width: 100%;
	background: transparent;
	padding: 0 20px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	border: 1px solid #fad200;
	font-size: 17px;
	line-height: 31px;
	color: rgb(0, 0, 0);
	position: relative;
	z-index: 2;
}

.input_wrapp_2 input::-webkit-outer-spin-button,
.input_wrapp_2 input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input_wrapp_2 input[type=number] {
  -moz-appearance: textfield;
}

.placeholder_input {
	height: 31px;
	padding: 0 20px;
	font-size: 17px;
	line-height: 31px;
	color: rgba(0, 0, 0, .5);
	overflow: hidden;
}

.input_wrapp_2 {
	background: #fff;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.input_wrapp_2 .placeholder_input {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.input_wrapp_2 input:focus,
.input_wrapp_2 input.active {
	background: #fff;
}

.placeholder_input span {
	font-size: 12px;
}

.calculatior_form .btn_wrapp {
	padding: 15px 0;
}

/*-- /Calculator --*/

@media only screen and (max-width: 1140px) {

	/*-- Calculator --*/

	.res_search_thumb .descript h3 {
	    font-size: 19px;
	    line-height: 25px;
	}

	.res_search_thumb .descript p {
	    padding: 3px 0;
	    font-size: 19px;
	    line-height: 22px;
	}

	/*-- /Calculator --*/

}

@media only screen and (max-width: 990px) {

	/*-- Calculator --*/

	.calculator_templ .title_block {
	    font-size: 30px;
	}

	.calculator_templ {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.calculator_templ &gt; .left_col {
		order: 2;
	}

	.calculator_templ &gt; .center_col {
		order: 1;
		margin: 0 auto;
	}

	.calculator_templ &gt; .right_col {
		order: 3;
	}

	.calculator_templ &gt; .left_col,
	.calculator_templ &gt; .right_col {
	    width: 50%;
	}

	.res_search_thumb .img_box {
	    height: 210px;
	}

	.input_wrapp_2 {
	    margin: 10px 0;
	    position: relative;
	}

	/*-- /Calculator --*/

}

@media only screen and (max-width: 600px) {

	/*-- Calculator --*/

	.res_search_thumb .img_box {
	    height: 147px;
	}

	.res_search_thumb .descript h3 {
	    font-size: 16px;
	    line-height: 18px;
	}

	.res_search_thumb .descript p {
	    padding: 3px 0;
	    font-size: 14px;
	    line-height: 18px;
	}

	/*-- /Calculator --*/

}

@media only screen and (max-width: 370px) {

	/*-- Calculator --*/

	.res_search_thumb .descript h3 {
	    font-size: 13px;
	    line-height: 17px;
	}

	.res_search_thumb .descript p {
		font-family: 'TacticSans-Med';
	    font-size: 12px;
	    line-height: 16px;
	}

	/*-- /Calculator --*/

}


</pre></body></html>