
body {
	font-family: 'Open Sans', sans-serif; 
	background-color: #ededed;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

:focus {
outline: 0;
}
.nopad {
	padding: 0
} 
.header {
 height: 92px;
 color:#fff;
}
.header__top {
	height: 58px;
	padding-top: 13px;
	background-color: #0075be;
}
.header__greenm {
	height: 34px;
	background-color: #009140;	
}
.logo {
color:#fff;
font-family: "Open Sans";
font-size: 17px;
font-weight: 700;
padding: 3px 12px;
border:1px solid #fff;
margin-right: 20px;
text-decoration: none;
display: inline-block; 
}
.logo:hover {
	text-decoration: none;
	color:#fff;  
	 
}
.header__navtop {
display: inline-block
}
.header__navlink {
color: #fff;
font-family: "Open Sans";
font-size: 17px;
font-weight: 700;
display: inline-block;
margin-right: 10px;

}
.header__navlink:last-of-type {
	margin-right: 0;
}
.header__navlink_act, .header__navlink:hover {
 text-decoration: underline;
 color:#ffe100
}
.header__navlink:focus {
 color:#ffe100	
}
.header__gr-nav {
padding-top: 6px;
    display: inline-block;
    width: 74%;
    float: left;
}

.header__finder {
width: 228px;
height: 34px;
float: right;
font-size: 0; 
} 
.header__input {
 background-color: #00894a;
 color:#fff;
 outline: 0 none;
 font-size: 13px;
 font-family: "Open Sans"; 
 padding: 0 15px 0 15px;
 width: 194px;
 height: 34px;
 border:0 none;
}

  .header__input::-webkit-input-placeholder {
    color: #fff; }
  .header__input:focus::-webkit-input-placeholder {
    color: transparent; }  
  .header__input::-moz-placeholder {
    color: #fff; }
    .header__input:focus::-moz-placeholder {
    color: transparent; }
  .header__input:-ms-input-placeholder {
    color: #fff; }
  .header__input::placeholder {
    color: #fff; }
      .header__input:focus::placeholder {
    color: transparent;}


.header__btnfind {
        width: 34px;
    border: 0 none;
    display: inline-block;
    height: 34px;
    background-color: #00823d;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    top: -5px;
}
.header__gr-navlink {
color: #fff;
font-family: "Open Sans";
font-size: 13px;
font-weight: 500;
margin-right: 15px;
}
.header__gr-navlink:hover, .header__gr-navlink_act {
	text-decoration: underline;
	color: #fff;
}
.header__gr-navlink:last-of-type {
	margin-right: 0;
}
.header__icon-f {
	width: 14px;
	height: 14px;  
}


.choose {
 width: 100%;
 height: 300px;
 background-position: 0 0;
 background-repeat: no-repeat;
 background-size: cover;
 margin-bottom: 15px; 	
}
.choose__bord-obzo {
    margin: 63px auto 21px auto;
    display: block;
    width: 87px;
    height: 35px;
    color: #fff;
    font-family: "Open Sans";
    font-size: 17px;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 5px 13px;
    text-transform: uppercase;
}
.choose__title {
text-align: center;
color: #fff;
font-size: 42px;
line-height: 45px;
font-weight: 700;
}
.choose__date {
width: 120px;
background: url("../img/clock.svg") no-repeat 0px 5px;
color: #fff;
font-family: "Open Sans";
font-size: 15px;
font-weight: 300;
background-size: 15px;
padding: 0 0 0 23px;
margin: 0 auto;
}

.faq {
	width: 100%;
	border-top:3px solid #009140;
	border-radius: 3px 3px 0 0
} 
.faq__item {
text-decoration: none; 
color: #5b5551;
font-family: "Open Sans";
font-weight: 700;
text-decoration: none;
font-size: 14px;
line-height: 16px;
display: block;
padding: 9px 17px 9px 17px;
background-color: #fff;
border-bottom: 1px solid #bcb9b6;
border-left: 1px solid #d5d3d1;
border-right: 1px solid #d5d3d1;

}
.faq__item:first-of-type {
	border-top:1px solid #bcb9b6;
}
 .faq__item:focus {
	text-decoration: none;
	color:#5b5551;
}
.faq__item:hover
 {
 color:#fff;
 text-decoration: none;
 background-color: #0075be;
 border-bottom: 1px solid #0075be;
border-left: 1px solid #0075be;
border-right: 1px solid #0075be;
}
/*.faq__item:active, .faq__item:focus, .faq__item.act * /{
   color:#fff;
 text-decoration: none;
 background-color: #0075be;
 border-bottom: 1px solid #0075be;
border-left: 1px solid #0075be;
border-right: 1px solid #0075be; 
}
*/

.faq__nom {
font-size: 16px;
color:#9e9995;

}
.faq__item:hover .faq__nom/*,
 .faq__item.act .faq__nom*/ {
	color:#fff
}
.sideleft {
	position: relative;
}

.answer {
	margin-bottom: 20px;
}
.answer__top {
  background-color: #fff;
  position: relative;
  padding: 20px 9% 22px 9%;
  border-right:1px solid #d5d3d1;
  border-left:1px solid #d5d3d1;
  border-top:1px solid #d5d3d1;
}
.answer__nom {
    position: absolute;
    left: 30px;
    top: 0px;
    background: url("../img/flag.png") no-repeat 0px 0px;
    height: 93px;
    width: 40px;
    padding-top: 21px;
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 22px;
}
.answer__title {
text-align: center;
color: black;
font-family: "Open Sans";
font-size: 21px;
font-weight: 700;
max-width: 580px;
}
.answer__text {
  background-color: #fff;
  padding: 20px 28px 1px 28px;
  border:1px solid #d5d3d1;

  margin-bottom: 20px;  
}
.answer__parag, p{
color: #5c5652;
font-size: 15px;
font-weight: 400;
margin-bottom: 15px;
line-height: 18px;
}
.answer__img-wrap {
 margin-bottom: 20px;
}
.socbutins {
	display: inline-block;
}
.answer__img {
 width: 100%;
}
.trifot { 
 overflow: hidden;
 padding-bottom: 20px;
}
.trifot__item {
 width: 252px;
 height: 154px;
 margin-right: 2px;
 float: left;
 display: inline-block;
}
.trifot__item img {
 /*width: 252px;*/
 height: 154px;
 
}

.trifot__item_galera {
 width: 152px;
 background-color: #403c3a;
 height: 154px;
    padding-top: 40px;
 text-align: center;
 color: #fff;
 font-family: "Open Sans";
 font-size: 21px;
 font-weight: 700;
 text-decoration: underline;
}
ol li, ul li {
	/*font-weight: 600; */
} 
.trifot__item_galera a {
	color:#fff
}
.spis , ul{
	padding-left: 25px;
}
.spis li , ul li{ 
	list-style: none;
background: url("../img/circl.png") no-repeat 0px 8px;
padding: 0 0 0 17px;
}
.answer__quote, blockquote {
color: #6a645f;
font-size: 16px;
font-weight: 600;
font-style: italic;
border-left:2px solid #afa9a6;
}
.hey .faq {
	
}
.footer {

}
.footer__top {
	background-color: #fff;
	height: 56px;
	padding-top: 11px;
	border-top:1px solid #d3d1cf;
	border-bottom:1px solid #d3d1cf;
}
.footer__bottom {
	background-color: #2d2b2a;
color: #fff;
font-family: "Open Sans";
font-size: 13px; 
font-weight: 400;
padding-top: 15px;
padding-bottom: 15px;
}
.footer__btext {
color: black;
font-family: "Open Sans";
font-size: 17px;
font-weight: 700;
margin-bottom: 15px;
padding-top: 5px;
display: block;
float: left;
}
.footer__par {
	margin-bottom: 0px;
	color: #fff;
}
@media screen and (max-width: 992px) {
	.footer__conta {
		padding-top: 15px;
	}
.footer__btext {
	display: none;
}	
.header__burger {
	width: 28px;
	outline: 0 none; 
	cursor: pointer;
    height: 26px;
    margin: -18px 0 0 0px;
    line-height: 45px;
    position: absolute;
    left: 14px;
    top: 26px;
}
.choose__title {
    font-size: 17px;
    line-height: 19px;
    font-weight: 700;
}
.choose__date-obz {
	font-weight: 600;
	color:#ececec;
	text-transform: uppercase;
	padding-left: 1em;
}
.header {
    height: 45px;
}
.choose {
    height: 103px
  }

 .choose__date {
    padding: 0;
    background: none;
    color:#ececec;
}  
.header__btnfind {
	position: absolute;
right: 14px;
top: -41px;
height: 40px;
width: 44px;
outline: 0 none;
background-color: #487ab8;
}
.header__navlink {
	margin-bottom: 16px;
}
.header__navtop {
	position: absolute;
    width: 185px; 
    background-color: #52a361;
    z-index: 10;
    padding: 12px 0 20px 20px;
    left: -185px;
    top: 0px;
    height: 100%;
    -webkit-transition: all 0.3s ;
 transition: all 0.3s ;
}
.header__navtop_activ {
 -webkit-transform: translateX(185px);
 -moz-transform: translateX(185px);
  transform: translateX(185px);
 
}
.header__top {
	background-color: #4d81c2;
	height: 41px;
	padding-top: 9px;
}
.header__clos {
 height: 16px;
 width: 16px;
 cursor: pointer;
 -webkit-transition: all 0.3s ;
 transition: all 0.3s ;
 margin-bottom: 18px;
 background: url("../img/clos.png") no-repeat 0px 0px; 	
}
.header__clos:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
} 
.header__icon-f {
    width: 19px;
    height: 18px;
}
.logo {
	font-size: 13px;
    padding: 2px 6px;
    margin: 0 auto;
    display: block;
    width: 129px;
}
.header__greenm {
    height: 3px;
    background-color: #99a7a6;

    position: relative;
    -webkit-transition: all 0.3s ;
 transition: all 0.3s ;
    border-bottom:1px solid #c9d0d0;
}
.header__greenm_activ {
	height: 40px;
}
.header__finder {
    width: 100%;
    float: none;
}
.header__input {
      background-color: #fff;
    color: #878787;
    font-size: 14px;
    padding: 0 10px 0 10px;
    width: 79%;
    height: 0px;
    margin-top: 5px;
    -webkit-transition: all 0.3s ;
   transition: all 0.3s   
}
.header__input_act {
	height: 28px;
}
.header__input::-webkit-input-placeholder {
    color: #878787; }  
  .header__input::-moz-placeholder {
    color: #878787; }
  .header__input:-ms-input-placeholder {
    color: #878787; }
  .header__input::placeholder {
    color: #878787; }
 
.header__btnfind2 {
    color: white;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    background: none;
    border: 0 none;
    outline: 0 none;
    display: inline-block;
    width: 47px;
    height: 0px;
    float: right;
    padding: 0;
    -webkit-transition: all 0.3s ;
   transition: all 0.3s;   
    margin: 8px -1px 0 0;
}
.header__btnfind2_act {
height: 20px;	
}

.answer__nom {
    position: absolute;
    left: auto;
    top: 0px;
    background: #52a361;
    height: 22px;
    width: 31px;
    padding-top: 0px;
    text-align: center;
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    right: 0px;
}
.answer__top {

    padding: 14px 7% 12px 7%;
}
.answer__title {
    font-size: 14px;
    text-align: left;
    margin: 4px 0 0 0;
}
.answer__text {
    background-color: #fff;
    padding: 12px 20px 1px 20px;
  }

.trifot__item {
	width: 45%;
	margin-right: 0;
}
.trifot__item:first-of-type {
 margin-right: 10%;
}
.trifot__item img {
	/*width: 100%;*/
}
.trifot__item_galera {
	    width: 100%;
    background-color: #4d81c2;
    height: 29px;
    border: 1px solid #a3adba;
    line-height: 20px;
    font-size: 13px;
    display: block;
    padding-top: 2px;
    margin-top: 15px;
    margin-bottom: 15px;
    text-decoration: none;
}
.answer__quote {
    color: #6a645f;
    font-size: 14px;
    font-weight: 600;
    font-style: italic;
    border-left: 0px solid #afa9a6;
    padding: 5px 0px;
    line-height: 18px;
}
.socbutins {
	display: block;
	margin: 0 auto;
	width: 218px;
}

}  /* 992 */






@media screen and (min-width: 999px) {
.container {
    width: 1000px; 
}
}


 td{padding: 5px;}

