html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {border:0;font-family:inherit;font-size:100%;font-style:inherit;font-weight:inherit;margin:0;outline:0;padding:0;vertical-align:baseline;}*,*:before,*:after {-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;}html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}body{background:#ffffff;}article,aside,details,div,figcaption,figure,footer,header,main,nav,section {display:block;box-sizing:border-box;}ol,ul {list-style:none;}table {border-collapse:separate;border-spacing:0;}caption,th,td {font-weight:normal;text-align:left;}blockquote:before,blockquote:after,q:before,q:after {content:"";}blockquote,q {-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none;quotes:none;}a {color:#000000;}a img {border:0;}
html{height:100%}
body{
font:normal 16px/18px Verdana;
height:100%;
}
a,a:hover{text-decoration:none;}
p{margin-bottom:10px;}
img{max-width:100%;height:auto;}
iframe{max-width:100%;}
input,textarea{outline: none;}

.main_content{
    min-height:100%;
    border-top:1px solid #2D7AB0;
}
.wrap{
    width:1170px;
    max-width:100%;
    margin:0 auto;
}
.logo {
    margin:15px 0;
}
.logo img{
    width:40px;
    margin-right:7px;
    display:inline-block;
    vertical-align: middle;
}
.logo span{
    font-family: Impact;
    font-size:22px;
    display:inline-block;
    vertical-align: middle;
}
.menu{
    border-top:1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.menu ul{
    display:flex;
    height:40px;
    width:100%;
}
.menu li a{
    padding:0 15px;
    display:block;
    line-height:40px;
    font-size:16px;
    text-transform: uppercase;
    transition: all .35s ease-in-out;
    position: relative;
    overflow: hidden;
    transform: scaleX(.7);
    font-weight:bold;
}
.menu li a:hover{
    color:#2D7AB0
}
.contain{
    margin-top:20px;
}
.photo_block{
    display:flex;
    aling-items:center;
    margin-bottom: 20px;
}
.photo_block > div{
    width:50%;
}
.bottom_img{
    display:flex;
}
.big_img,
.small_img,
.top_img{
    box-sizing: content-box;
    border:1px solid #fff;
    position: relative;
}
.caption{
    position: absolute;
    width:100%;
    color:#fff;
    font-size:15px;
    background: linear-gradient(to top, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
    bottom:0;
    padding:15px;
    display:block;
    box-sizing: border-box;
}
.badge{
    position: absolute;
    display:inline-block;
    padding:3px 7px 2px;
    font-size:9px;
    text-transform: uppercase;
    color:#fff;
    background: #000;
    border-radius: 0 0 5px 0;
}
.badge.purple{
    background: linear-gradient(to top, rgba(222,71,172,1) 0%,rgba(222,71,172,.7) 100%);
}
.badge.lightblue{
    background: linear-gradient(to top, rgba(66,149,147,1) 0%,rgba(66,149,147,.7) 100%);
}

.content{
    display:flex;
    justify-content:space-between;
}
.entry{
    width:68%;
}
.sidebar{
    width:30%;
}
.short_block{
    padding-top:20px;
    margin-bottom:20px;
}
.short_block.green{
    border-top:2px solid #5CAD5C;
}
.tltle_cat{
    font-size:20px;
    font-family: Impact;
    margin-bottom:20px;
}
.tltle_cat span{
    text-align: right;
    color:#333;
}
.short_block.green .tltle_cat{
    color:#5CAD5C
}
.tltle_cat span{
    float: right;
    color:#e1e1e1;
    text-transform: none;
    cursor: pointer;
    transition: 0.3s;
    margin-left:10px;
}
.tltle_cat span:hover{
    color:#999
}
.two_block{
    display:flex;
    justify-content:space-between;
}
.two_block > div{
    width:49%;
}
.first_block{
    position: relative;
}
.badge.green{
    background: linear-gradient(to top, rgba(92, 173, 92,1) 0%,rgba(92, 173, 92,.7) 100%);
}
.first_block img{
    width:100%;
    margin-bottom:15px;
    display:block;
}
.first_block_excerpt{
    font-size:14px;
    color:#333;
}
.first_block_title{
    font-size:18px;
    font-weight: 600;
    line-height:20px;
    margin-bottom:15px;
    color:#333;
}
.second_block_entry{
    display:flex;
}
.second_block_entry{
    margin-bottom:15px;
}
.second_block_entry img{
    display:block;
    margin-right:7px;
    max-height: 56px;
}
.short_title span{
    font-weight: 600;
    font-size:14px;
    display:block;
    margin-bottom:5px;
    color:#666;
}
#eye {
  display: inline-block;
  position: relative;
  width: 12px; 
  height: 12px; 
  background: #ccc; 
  border-radius: 70% 0 / 70%;
  transform: rotate(45deg);
}
#eye ~ span{
    font-size:12px;
    color:#ccc;
    display:inline-block;
    margin-left:7px;
    margin-bottom:0;
}
#eye::before,
#eye::after {
  content: "";
  position: absolute;
  top: 20%;
  left: 20%;
  width: 60%;
  height: 60%;
  background: #fff;
  border-radius: 100%;
}
#eye::after {
  width: 30%;
  height: 30%;
  top: 35%;
  left: 35%;
  background: inherit; 
}
.cats{
    text-decoration: underline;
    cursor: pointer;
}
.cats:hover{
    text-decoration: none;
}
.short_block.gray{
    border-top:2px solid gray;
}
.short_block.gray .tltle_cat{
    color:gray
}

.sidebar_social{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
.sidebar_social a{
    width: 21%;
    height: 60px;
    background: url(img/btn.png) no-repeat;
    background-position: 5px -15px;
    margin-bottom:10px;
    transition: 0.1s;
    position: relative;
}
.sidebar_social a:hover{
    top:-1px;
}
.sidebar_social .b{
    background-position: -67px -15px;
}
.sidebar_social .c{
    background-position: -136px -15px;
}
.sidebar_social .d{
    background-position: -203px -15px;
}
.sidebar_social .f{
    background-position: 5px -80px;
}
.sidebar_social .e{
    background-position: -67px -80px;
}
.sidebar_social .g{
    background-position: -136px -80px;
}
.sidebar_social .q{
    background-position: -203px -80px;
}
.banner img{
    display:block;
    border-radius: 35px;
    box-shadow: 0 0 15px #ccc;
    margin-bottom:15px;
}
.short_block.purple{
    border-top:2px solid #DC48AB;
    background: transparent;
}
.short_block.purple .tltle_cat{
    color:#DC48AB;
}
.short_block.lightblue{
    border-top:2px solid #429390;
    background: transparent;
}
.short_block.lightblue .tltle_cat{
    color:#429390;
}
.faq_wrap{
    display:flex;
    background: url(img/bg-faq.png) no-repeat left top;
}
.questions{
    max-width:575px;
    margin-left:auto;
}
.quest{
    width:100%;
    padding:10px 30px 10px 15px;
    font-size:14px;
    line-height:16px;
    border-radius: 7px;
    border:1px solid #ccc;
    box-shadow: inset 0 0 25px #ccc;
    position: relative;
}
.quest span{
    position: absolute;
    right:15px;
    color:#429390;
    cursor: pointer;
    top:50%;
    margin-top:-8px;
    transition:0.3s;
    font-size: 12px;
}
.quest.active span{
    transform:rotate(180deg)
}
.answer{
    padding:5px;
    font-size:14px;
    color:#999;
    height:0;
    opacity: 0;
    transition:0.3s;
}
.answer.show{
    height:auto;
    opacity:1;
    background: rgba(255,255,255,.8);
}
.short_block.yellow{
    border-top:2px solid #FFD55D;
}
.short_block.yellow .tltle_cat{
    color:#FFD55D;
}
.footer{
    background: #252525;
    color:#000;
    padding:15px;
    margin-top: 80px;
    z-index: 10;
    position: relative;
}
.epilog ul{
    display:flex;
}
.epilog a{
    color:#fff;
    text-transform: uppercase;
    font-size:12px;
    display:block;
    margin:0 15px;
    cursor: pointer;
    transition: 0.3s;
}
.epilog a:hover{
    color:#FFD55D
}