@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap);
@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box
}

body {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #3f4046;
    background-color: #ecf1f7;
    font-style: normal;
    line-height: 22px;
	overflow-x: hidden;
}

element.style {
}

a:link,
a:visited,
a:active {
    color: #4374b7;
    text-decoration: underline
}

a:hover {
    color: #4374b7;
    text-decoration: none
}

input,
textarea {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #3f4046
}

.clear {
    clear: both
}

.pluso-more {
    display: none!important
}

.header {
    display: block;
    height: 107px;
    line-height: 27px;
    background-color: #4374b7
}

.header .body {
    display: block;
    margin: 0 auto;
    max-width: 1170px
}

.header .body ul {
    display: inline;
    list-style-type: none
}
.post a p{
	display: flex;
}
.header .body ul li {
    display: inline;
    font-size: 18px;
    font-weight: 700
}

.header .body ul li a {
    display: inline-block;
    color: white;
    margin-right: 46px;
    padding: 37px 0 40px 0;
    text-decoration: none
}
.over {
    overflow-x: scroll;
}
.header .body ul li:last-child a {
    margin-right: 0
}

.header .body ul li a:hover,
.header .body ul li.active a {
    color: #adb9d2;
}

.header .body form {
    float: right;
    position: relative;
    margin-top: 31px
}

.header .body form input {
    display: block;
    width: 226px;
    height: 40px;
    border: 0;
    padding: 0 40px 0 20px;
    background-color: #f0f3f8;
    border-radius: 3px;
    color: black;
    font-size: 13px
}

.groups i {
    font-size: 27px;
    margin-right: 7%;
}

.header .body form input[type=submit] {
    width: 36px;
    height: 35px;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 2px;
    top: 3px;
    padding: 0;
    background: #f0f3f8 url(images/search.icon.png) left center no-repeat
}
.posts img, iframe {
    outline: 1px solid gray;
}
.share-click{
    display: flex;
    margin: 0 2%;
}
.share-click a {
    margin: 0 5%;
    cursor: pointer;
    text-decoration: none;
}
.share-click a i {
    border: 1px solid;
    border-radius: 10px;
    padding: 10%;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 19px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .body a.menu {
    display: none
}

.page {
    display: block
}

.page .body {
    display: block;
    margin: 0 auto;
    max-width: 1170px
}

.page .body ul.breadcrumbs {
    list-style-type: none;
    font-size: 13px;
    margin: 30px 0 32px 0
}

.page .body ul.breadcrumbs li {
    display: inline;
    color: #262525
}

.page .body ul.breadcrumbs li a {
    display: inline-block;
    color: #7b7b7d;
    text-decoration: none
}

.page .body ul.breadcrumbs li a:after {
    content: ">";
    color: #262525;
    margin: 0 7px 0 9px
}

.page .body .sidebar {
    width: 270px;
    float: right;
    padding-bottom: 30px
}
.posts .postcontent h3 {
    font-size: 24px;
    font-weight: 800;
}
.page .body .sidebar .list {
    padding: 13px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.page .body .sidebar .list .show {
    display: none
}

.page .body .sidebar .list .title {
    font-size: 18px;
    font-weight: 700;
    color: #4374b7;
    padding: 5px 0 19px 7px
}

.page .body .sidebar .list a {
    display: block;
    height: 67px;
    padding: 0 0 0 13px;
    background: #f0f3f8 url(images/arrow.svg) 202px center no-repeat;
    border: 1px solid #edf1f5;
    border-radius: 5px;
    line-height: 67px;
    margin-bottom: 11px;
    font-size: 16px;
    color: #262626;
    text-decoration: none;
    text-shadow: white 1px 1px 0, white -1px -1px 0, white -1px 1px 0, white 1px -1px 0
}

.page .body .sidebar .list a img {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid white;
    border-radius: 41px;
    width: 41px;
    height: 41px;
    margin-right: 16px
}

.page .body .sidebar .groups a {
    display: block;
    height: 80px;
    background: white url(images/arrow2.svg) 239px center no-repeat;
    font-size: 15px;
    font-weight: 500;
    padding-left: 26px;
    margin-top: 30px;
    line-height: 80px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.page .body .sidebar .groups a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px
}

.page .body .posts {
    width: 870px;
    float: left;
    position: relative;
    padding: 0 40px 40px 40px;
    margin-bottom: 67px;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1)
}

.page .body .posts .comments {
    margin-top: 53px
}

.page .body .posts .comments:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d7e2ec;
    margin-top: -29px
}

.page .body .posts .comments ul {
    display: block;
    list-style-type: none
}

.page .body .posts .comments ul li ul {
    margin-top: 22px
}

.page .body .posts .comments ul li {
    display: block;
    border-top: 1px solid #ecf1f7;
    padding-top: 17px;
    margin: 2px 0 22px 0
}

.page .body .posts .comments ul li ul li {
    margin-left: 35px
}

.page .body .posts .comments ul li img {
    float: left;
    margin: 0 20px 0 0;
    border: 0
}

.page .body .posts .comments ul li .date {
    display: inline-block;
    font-size: 13px;
    color: #a8bbda
}

.page .body .posts .comments ul li .replay {
    color: #4374b7;
    font-size: 13px
}

.page .body .posts .comments ul li .comment {
    margin-top: 13px
}

.page .body .posts .comments form {
    display: block;
    border-top: 1px solid #ecf1f7;
    margin-top: 3px;
    padding: 28px 0 0 0
}

.page .body .posts .comments li form {
    border: 0
}

.page .body .posts .comments form h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 28px
}

.page .body .posts .comments form input {
    display: inline-block;
    width: 227px;
    height: 38px;
    padding: 0 10px 0 24px;
    background-color: #f0f3f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 14px 14px 0
}

.page .body .posts .comments form textarea {
    display: inline-block;
    width: 100%;
    height: 140px;
    padding: 19px 10px 0 24px;
    background-color: #f0f3f8;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin: 0 14px 14px 0;
    resize: none
}

.page .body .posts .comments form input[type=submit] {
    cursor: pointer;
    width: 229px;
    height: 40px;
    border: 0;
    text-align: center;
    padding: 0;
    color: white;
    background-color: #4374b7
}

.page .body .posts .post {
    float: left;
    width: 100%;
    padding: 40px 0 40px 0;
    border-bottom: 2px solid #d7e2ec
}

.page .body .posts .post img {
    float: left;
    margin-right: 30px;
    border: 0
}

.page .body .posts .post .h2 {
    font-size: 24px;
    color: #252c33;
    font-weight: 500;
}

.page .body .posts .post a {
    color: #252c33;
    text-decoration: none
}
.page .body .posts .post .meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.page .body .posts .post .meta {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    margin: 32px 0 11px 0
}

.page .body .posts .post .meta div {
    /*display: inline-block;*/
    background: url(images/icon2.png) left center no-repeat;
    padding-left: 30px;
    width: 145px
}

.page .body .posts .post .meta div:first-child {
    background: url(images/icon1.png) left center no-repeat;
    width: 145px;
}

.page .body .posts .post .meta div:last-child {
    background: url(images/icon3.png) left center no-repeat;
    width: 153px
}

.page .body .posts .post .meta div span {
    color: #a8bbda
}

.page .body .pagination {
    float: left;
    width: 100%;
    padding-top: 33px;
    text-align: center
}

.page .body .pagination a,
.page .body .pagination span {
    display: inline-block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    background-color: #4374b7;
    color: white;
    text-decoration: none;
    font-weight: 700;
    margin: 0 5px 0 5px
}

.page .body .pagination span,
.page .body .pagination a:hover {
    background-color: #d7e2ec
}

.description {
    display: block;
    padding: 35px 0 36px 0;
    background-color: white;
    border-bottom: 1px solid #ecf1f7
}

.description .body {
    display: block;
    margin: 0 auto;
    max-width: 1170px
}

.posts .postcontent {
    padding: 32px 0 0 0;
    font-size: 16px;
    line-height: 27px
}
#menu__toggle {
opacity: 0;
}
#menu__toggle:checked~.menu__btn>span {
transform: rotate(45deg);
}
#menu__toggle:checked~.menu__btn>span::before {
top: 0;
transform: rotate(0);
}
#menu__toggle:checked~.menu__btn>span::after {
top: 0;
transform: rotate(90deg);
}
.menu {
display: none;
position: relative;
align-items: center;
justify-content: center;
border-radius: 20px;
}
.menu__btn {
display: flex;
align-items: center;
position: absolute;
top: 16%;
left: 16%;
width: 26px;
height: 26px;
cursor: pointer;
z-index: 1;
}
.menu__btn>span, .menu__btn>span::before, .menu__btn>span::after {
display: block;
position: absolute;
width: 100%;
height: 2px;
background-color: #fff;
transition-duration: .25s;
}
.menu__btn>span::before {
content: '';
top: -8px;
}
.menu__btn>span::after {
content: '';
top: 8px;
}
.posts .postcontent .share {
    display: flex;
}

.posts .postcontent .share .pluso {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.description {
    font-size: 16px;
    line-height: 27px
}

.description .body p,
.posts .postcontent p {
    padding: 1.5% 0;
}

.description .body ul,
.description .body ol,
.posts .postcontent ul,
.posts .postcontent ol {
    padding: 1.5% 0;
    list-style-type: none
}

.description .body ul li,
.posts .postcontent ul li {
    margin: 0 0 8px 25px
}

.description .body ol,
.posts .postcontent ol {
    counter-reset: myCounter
}

.description .body ol li,
.posts .postcontent ol li {
    margin: 0 0 8px 25px
}

.description .body ol li:before,
.posts .postcontent ol li:before {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: white;
    background-color: #4374b7;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    line-height: 24px;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    font-size: 15px
}

.description .body ul li:before,
.posts .postcontent ul li:before {
    content: "";
    display: inline-block;
    background-color: #4374b7;
    width: 7px;
    height: 7px;
    border-radius: 7px;
    margin-right: 15px;
    vertical-align: middle
}

.description .body h1,
.posts .postcontent h1 {
    font-size: 36px;
    line-height: 36px;
    font-weight: 700;
    padding: 11px 0 24px 0
}

.description .body h2,
.posts .postcontent h2,
.posts .comments .title {
    font-size: 24px;
    font-weight: 700;
    padding: 2% 0 1% 0;
}

.description .body h3,
.posts .postcontent h3,
.posts .comments form .title {
    font-size: 20px;
    font-weight: 500;
    padding: 2% 0 1% 0;
}

.description .body h4,
.posts .postcontent h4 {
    font-size: 16px;
    font-weight: 500;
    padding: 2% 0 1% 0;
}

.description .body h5,
.posts .postcontent h5 {
    font-size: 14px;
    font-weight: 400;
    padding: 2% 0 1% 0;
}

.description .body h6,
.posts .postcontent h6 {
    font-size: 12px;
    font-weight: 400;
    padding: 2% 0 1% 0;
}

.posts .postcontent img {
    max-width: 100%;
    height: auto;
    border: 0
}

.posts .postcontent iframe {
    width: 100%!important;
    height: 444px!important
}

.page .body .posts .postcontent .post {
    margin: 0;
    padding: 0;
    border: 0
}

.page .body .posts .postcontent .post .meta {
    margin: 0 0 24px 0
}

.posts .postcontent img.aligncenter {
    display: block;
    margin: 0 auto;
}

.posts .postcontent img.alignleft {
    float: left
}

.posts .postcontent img.alignright {
    float: right
}

.footer {
    display: block;
    height: 85px;
    background-color: #373e46
}

.footer .body {
    display: block;
    margin: 0 auto;
    max-width: 1170px;
    color: #9aa3ac;
    font-weight: 500
}

.footer .body div {
    display: block;
    margin: 0 auto;
    width: 220px;
    padding-top: 29px;
    margin-bottom: -34px;
    text-align: center
}

.footer .body div a {
    color: #b1bbd6;
    fill: #b1bbd6;
    margin: 0 10px 0 10px
}

.footer .body div a:hover {
    color: white;
    fill: white
}

.footer .body div a svg {
    height: 29px
}
.sidebar-img img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 22px;
}

.subscribe span{
	font-size: 20px;
	top: 5px!important;
}
.subscribe span:hover{
	transition: ease .5s;
	transform: rotate(315deg);
	font-size: 30px;
}
.subscribe span:not(:hover){
	transition: ease .3s;
	transform: rotate(45deg);
}
.subscribe input, .subscribe button{
	border: 2px solid #77a8f2;
}

.header .body form input:hover{
	outline: 2px solid #7090ec;
}

.header .body form input[type="submit"]{
	height: 35px;
	top: 3px;
	right: 2px;
}

		.subscribe{
			display: none;
			position: fixed;
		    left: 35%;
		    right: auto;
		    top: 37%;
		    box-shadow: 0 0 20px rgba(0,0,0,0.6);
		    border-radius: 10px;
		    width: 396px;
		    text-align: center;
		    padding: 20px;
		    background: linear-gradient(to right, #9dd9e3, #4374b7);
		    color: white;
		}
		.subscribe p{
			margin: 5%;
		}
		.subscribe h2{
			margin-top: 0;
			margin-bottom: 2%;
			}
		.subscribe button {
		    width: 74%;
		    padding: 2%;
		    background: #bce6ff;
		    border-radius: 5px;
		    background-color: white;
		}
		.subscribe span{
    position: absolute;
    top: 0;
    right: 12px;
    transform: rotate(45deg);
    cursor: pointer;
}
		.subscribe input {
   			width: 74%;
    			padding: 2%;
    			border-radius: 5px;
    			margin-bottom: 2%;
		}
		.subscribe input:hover, .subscribe button:hover{
			box-shadow: 0 0 5px rgba(0,0,0,.6);
		}
		.subscribe form{
			display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		}
@media screen and (max-width:1169px) {
    .header .body,
    .page .body,
    .footer .body,
    .page .body .posts,
    .description .body {
        max-width: 768px
    }
    .header {
        height: 77px
    }
    .header .body form {
        margin-top: 18px;
        margin-right: 15px
    }
    .header .body ul {
        display: none;
        position: absolute;
        top: 77px;
        left: 50%;
	}
    .header .body ul li {
        display: block;
        position: relative;
        z-index: 2;
        padding: 8px 0 8px 0;
        background-color: #373e46
    }
    .header .body ul li:first-child {
        padding-top: 26px
    }
    .header .body ul li a {
        height: 55px;
        margin: 0;
        padding: 0 0 0 48px;
        line-height: 55px
    }
    .header .body ul li.active a,
    .header .body ul li a:hover {
        border-bottom: 0;
        border-left: 4px solid #adb9d2;
        padding: 0 0 0 44px
    }
    .header .body a.menu {
        display: block;
        width: 73px;
        height: 77px;
        float: left;
        position: relative
    }
    .header .body a.menu span {
        display: block;
        position: absolute;
        left: 15px;
        top: 36px;
        width: 43px;
        height: 5px;
        border-radius: 2px;
        background-color: white
    }
    .header .body a.menu span:first-child {
        top: 22px
    }
    .header .body a.menu span:last-child {
        top: 50px
    }
    .header .body a.menu.active {
        background-color: #373e46
    }
    .header .body a.menu.active span {
        background-color: #adb9d2
    }
    .page .body ul.breadcrumbs {
        margin: 22px 0 24px 15px
    }
    .page .body .posts {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 16px
    }
    .page .body .posts .post h3 {
        font-size: 22px
    }
    .page .body .posts .post .meta {
        margin: 21px 0 21px 0
    }
    .page .body .posts .post .meta div,
    .page .body .posts .post .meta div:last-child {
        width: 60px
    }
    .page .body .posts .post .meta div:last-child span,
    .page .body .posts .post .meta div span {
        display: none
    }
    .page .body .posts .post .meta div:first-child span {
        display: inline
    }
    .page .body .posts .post .meta div:first-child {
        background: url(images/icon1.png) left center no-repeat;
        width: 125px;
        display: flex;
        gap: 5px;
    }
    .page .body .sidebar {
        width: 768px;
        padding-bottom: 0
    }
    .page .body .sidebar .list a {
        width: 238px;
        display: inline-block;
        margin-right: 7px
    }
    .page .body .sidebar .groups a {
        width: 236px;
        display: inline-block;
        margin: 15px -3px 15px 15px;
        background-position: 213px center
    }
    .description {
        padding: 25px 0 26px 0
    }
    .description .body {
        padding: 0 15px 0 15px
    }
    .posts .postcontent iframe {
        width: 100%!important;
        height: 415px!important
    }
    .footer {
        line-height: 85px;
        overflow: hidden
    }
    .footer .body {
        padding: 0 15px 0 15px
    }
    .footer .body div {
        float: right;
        padding-top: 9px;
        width: auto
    }
    .description .body h1,
    .posts .postcontent h1 {
        font-size: 30px;
        line-height: 32px;
        font-weight: 700;
        padding: 11px 0 24px 0
    }
    .description .body h2,
    .posts .postcontent h2,
	.posts .comments .title {
        font-size: 22px;
        font-weight: 700;
        padding: 11px 0 24px 0
    }
    .description .body h3,
    .posts .postcontent h3,
	.posts .comments form .title {
        font-size: 18px;
        font-weight: 500;
        padding: 11px 0 24px 0
    }
	.sidebar-img {
    width: 236px;
    display: inline-block;
    margin: 15px -3px 15px 15px;
    background-position: 213px center;
}
}
@media(max-width: 1080px){
	.header .body, .page .body, .footer .body, .page .body .posts, .description .body{
		width: 100%!important;
		max-width: 100%!important;
	}
	.page .body .post, .page .body .sidebar{
		width: 100%!important;
	}
	.header .body ul{
		background: none;
		left: 0;
		margin: 0;
	}
	.page .body .posts .post:hover img{
	transform: none;
	transition: none;
}
}
@media(min-width: 1080px){
	.page .body .posts .post:hover{
	border-bottom: 2px solid #4374b7;
	transition: .7s ease all;
}
.page .body .posts .post{
	cursor: pointer;
}

.page .body .posts .post:hover img{
	transform: scale(1.12);
	transition: 1s ease all;
}
.page .body .posts .post:not(:hover) img{
	transition: .3s ease all;
}
}
@media screen and (max-width:767px) {
	.page .body .posts .post img{
		width: 100%;
	}
	.menu{
		display: block;
	}
	.header .body form input{
		width: 0;
		transition: ease all 1s;
	}
	.body.items-1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 2%;
}
    .header {
        height: 57px
    }
    .header .body form {
        margin-top: 9px
    }
	.header .body ul {
	   background: radial-gradient(248px at center center, rgb(62 213 220) 0%, rgb(194 194 194) 47%, rgb(67 116 183) 100%);
    z-index: 99999;
    padding: 16% 5%;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    }
	.header .body ul li {
    background: rgba(255, 255, 255, 0.6)
}
	
	.header .body ul li:first-child{
		border-top-left-radius: 30px;
		border-top-right-radius: 30px;
	}
	.header .body ul li:last-child{
		border-bottom-left-radius: 30px;
		border-bottom-right-radius: 30px;
	}
	.header .body ul li a {
    color: #000;
}
    .header .body a.menu {
        display: block;
        width: 73px;
        height: 77px;
        float: left;
        position: relative
    }
    .header .body a.menu span {
        display: block;
        position: absolute;
        left: 15px;
        top: 26px;
        width: 31px;
        height: 4px;
        border-radius: 2px;
        background-color: white
    }
    .header .body a.menu span:first-child {
        top: 16px
    }
    .header .body a.menu span:last-child {
        top: 36px
    }
    .header .body a.menu {
        height: 57px;
        width: 61px
    }
	.page .body .posts .post .h2 {
    font-size: 18px;
}
    .header .body ul {
        top: 57px;
		width: 100%;
    }
    .header .body ul li a {
        padding-left: 37px;
        line-height: 48px;
        height: 48px
    }
    .header .body ul li.active a,
    .header .body ul li a:hover {
        padding-left: 33px
    }
    .page .body .posts .post {
        padding: 20px 0 0 0
    }
    .page .body .posts .post img {
        max-width: 100%;
        margin: 0 0 27px 0
    }
    .page .body .posts .post p,
    .page .body .sidebar .list a.mobile {
        display: none
    }
    .page .body .sidebar {
        width: 320px
    }
    .page .body .sidebar .list a {
        width: 100%;
        background-position: 252px center
    }
    .page .body .sidebar .list .show {
        display: block;
        margin: 0 auto;
        width: 178px;
        height: 38px;
        background-color: #f0f3f8;
        border: 1px solid #edf1f5;
        border-radius: 3px;
        text-align: center;
        line-height: 38px;
        font-size: 13px;
        cursor: pointer
    }
    .page .body .sidebar .groups a {
        width: 100%;
        margin: 15px 0 0 0;
        background-position: 256px
    }
    .page .body .sidebar .groups {
        margin-bottom: 15px
    }
    .description .body ul li,
    .posts .postcontent ul li {
        margin-left: 15px
    }
    .description .body ol li,
    .posts .postcontent ol li {
        margin-left: 0
    }
    .posts .postcontent iframe {
        width: 100%!important;
        height: 215px!important
    }
    .posts .postcontent .share .pluso {
        margin-left: 0
    }
    .footer {
        height: auto;
        line-height: 36px;
        text-align: center;
        padding: 15px 0 10px 0
    }
    .footer .body div {
        float: none;
        display: block;
        margin: 0 auto
    }
    .description .body h1,
    .posts .postcontent h1 {
        font-size: 26px;
        line-height: 26px;
        font-weight: 700;
        padding: 11px 0 24px 0
    }
    .description .body h2,
    .posts .postcontent h2,
	.posts .comments form .title {
        font-size: 24px;
        font-weight: 700;
        padding: 11px 0 24px 0
    }
    .description .body h3,
    .posts .postcontent h3,
	.posts .comments form .title {
        font-size: 20px;
        font-weight: 600;
        padding: 11px 0 24px 0
    }
    .posts .postcontent .share {
        font-size: 14px
    }
	
}

		.subscribe{
			display: none;
			position: fixed;
		    left: 35%;
		    right: auto;
		    top: 37%;
		    box-shadow: 0 0 20px rgba(0,0,0,0.6);
		    border-radius: 10px;
		    width: 396px;
		    text-align: center;
		    padding: 20px;
		    background: linear-gradient(to right, #9dd9e3, #4374b7);
		    color: white;
		}
		.subscribe p{
			margin: 5%;
		}
		.subscribe h2{
			margin-top: 0;
			margin-bottom: 2%;
			}
		.subscribe button {
		    width: 74%;
		    padding: 2%;
		    background: #bce6ff;
		    border-radius: 5px;
		    background-color: white;
		}
		.subscribe span{
    position: absolute;
    top: 0;
    right: 12px;
    transform: rotate(45deg);
    cursor: pointer;
}
		.subscribe input {
   			width: 74%;
    			padding: 2%;
    			border-radius: 5px;
    			margin-bottom: 2%;
		}
		.subscribe input:hover, .subscribe button:hover{
			box-shadow: 0 0 5px rgba(0,0,0,.6);
		}
		.subscribe form{
			display: flex;
		    flex-direction: column;
		    justify-content: center;
		    align-items: center;
		}

@media(max-width: 768px){
	.subscribe {
    left: 25%;
	}
}
@media(max-width: 600px){
	.subscribe {
    left: 0;
		right: 0;
		width: 100%;
	}
}

.over {
    overflow-x: scroll;
	width: 100%;
}