/*
Theme Name: roulette-sites
Version: 2021.1
roulette-sites WordPress Theme © 2021
*/

/* ----------------------------------- MAIN */

* { 
    margin: 0; 
    padding: 0; 
}

html { 
    font-family: Poppins-Regular, sans-serif; 
    font-size: 14px; 
    line-height: 20px; 
    color: #fff; 
    font-style: normal; 
    font-weight: normal; 
    text-shadow: 0px 0px 38px rgba(0, 0, 0, 0.5);
}

body { 
    background-color: #fff; 
}

@font-face {
	font-family: Poppins-Bold;
	src: url(fonts/Poppins-Bold.ttf);
}

@font-face {
	font-family: Poppins-SemiBold;
	src: url(fonts/Poppins-SemiBold.ttf);
}

@font-face {
	font-family: Poppins-Regular;
	src: url(fonts/Poppins-Regular.ttf);
}

@font-face {
	font-family: Antonio-Bold;
	src: url(fonts/Antonio-Bold.ttf);
}

@font-face {
	font-family: Antonio-Regular;
	src: url(fonts/Antonio-Regular.ttf);
}

.flex { 
    display: flex; 
    justify-content: space-between; 
}

a { 
    text-decoration: none;
    outline: none; 
    transition: all .3s; 
    color: #C90101;
}

ul, ol { 
    margin: 0; 
    padding: 0; 
}

.page-1 { 
    width: 1485px; 
    margin: 0 auto; 
    position: relative; 
}

.page-2 { 
    width: 780px; 
    margin: 0 auto; 
    position: relative; 
}

.page-3 { 
    width: 1260px; 
    margin: 0 auto; 
    position: relative; 
}

.page-4 { 
    width: 980px; 
    margin: 0 auto; 
    position: relative; 
}

main {
    background-image: url(images/bg.jpg);
    background-position: top;
    background-repeat: repeat-y;
    background-size: 100%;
    overflow-x: hidden;
	overflow-y: clip;
    padding-top: 64px;
    position: relative;
	min-height: 500px;
}

h1 {
    font-family: Poppins-Bold;
    text-align: center;
    font-size: 36px;
    line-height: 52px;
    text-transform: capitalize;
    color: #fff;
    margin: 40px 0;
}

.top-container {
    background-image: url(images/top-bg.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
    box-shadow: 0px 36px 53px 21px rgba(0, 0, 0, 0.92);
    position: relative;
    padding-bottom: 80px;
}

.black-btn {
    background: #000;
    border-radius: 6px;
    display: block;
    font-family: Poppins-Bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

.black-btn:hover {
    background: #111;
}

.pink-btn {
    background: #E32937;
    border-radius: 6px;
    display: block;
    font-family: Poppins-Bold;
    font-size: 14px;
    line-height: 21px;
    text-transform: capitalize;
    text-align: center;
    color: #fff;
}

.pink-btn:hover {
    background: rgb(235, 24, 42);
}

.single {
    align-items: stretch;
    flex-direction: row;
    position: relative;
}

.hidden {
	visibility:hidden;
	width:0px!important;
	height:0px!important;
	margin:0px!important;
	padding:0px!important;
}

#load-more {
	border: none;
	cursor: pointer;
	padding: 0 20px;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	margin: 0 0 50px;
}

/* ----------------------------------- HEADER */

header { 
    background: #000; 
    height: 64px;
    position: fixed;
    width: 100%;
    z-index: 9999999;
}

header > .flex {
    flex-direction: row;
    align-items: center;
}

header .logo {
    display: block;
    height: 100%;
    margin-right: 20px;
}

header .logo img {
    display: block;
    height: 100%;
}

header .main-menu ul {
    flex-direction: row;
    align-items: center;
}

header .main-menu ul li {
    list-style: none;
    margin: 0 15px;
}

header .main-menu ul li a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

header .main-menu ul li a:hover {
    color: #D60000;
}

/* ----------------------------------- BLOCK-1 */

.block-1 {
    margin-bottom: 10px;
}

.block-1 ul {
	justify-content: center;
}

.block-1 ul li {
    list-style: none;
    width: calc((100% / 5) - 40px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 24px 61px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 24px;
    margin: 0 10px 20px;
    padding: 25px 20px;
}

.block-1 ul li .head {
    flex-direction: row;
    align-items: center;
}

.block-1 ul li .head .logo-r {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 12px;
    object-fit: contain;
    object-position: center;
}

.block-1 ul li .head .title {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #000;
    font-family: Poppins-Bold;
    margin-bottom: 5px;
	width: calc(100% - 100px);
}

.block-1 ul li .head .stars {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.block-1 ul li .head .stars img {
    width: 20px;
}

.block-1 ul li .info {
    font-size: 11px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000000;
    min-height: 50px;
    margin-bottom: 10px;
}

.block-1 ul li .buttons {
    flex-direction: row;
    align-items: center;
}

.block-1 ul li .buttons a {
    width: calc(50% - 5px);
    line-height: 36px;
    
}

/* ----------------------------------- BLOCK-2 */

.block-2 {
    margin: 30px 0;
}

.block-2 h2 {
    font-size: 36px;
    line-height: 52px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: Poppins-Bold;
    text-align: center;
}

.block-2 ul {
    padding-top: 60px;
}

.block-2 ul li {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 15px;
}

.block-2 ul li .logo-r {
    display: block;
    width: 8%;
    height: 65px;
    object-fit: contain;
    object-position: center;
    border-radius: 18px 0px 0px 18px;
    margin-right: 2%;
}

.block-2 ul li .title {
    width: 20%;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.block-2 ul li .title span {
    font-family: Poppins-Bold;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #111;
    margin-bottom: 5px;
}

.block-2 ul li .title .stars {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.block-2 ul li .title .stars img {
    display: block;
    width: 20px;
}

.block-2 ul li .info {
    width: 30%;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.block-2 ul li .info span:first-child {
    font-family: Poppins-Bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
}

.block-2 ul li .info span:last-child {
    font-size: 11px;
    line-height: 13px;
    text-transform: capitalize;
    color: #000000;
}

.block-2 ul li .buttons {
    width: 32%;
    flex-direction: row;
    align-items: center;
}

.block-2 ul li .buttons a {
    height: 40px;
    line-height: 40px;
    width: calc(50% - 5px);
}

/* ----------------------------------- CONTENT */

.content {
    padding: 10px 0 40px;
}

.content h2 {
    font-family: Poppins-Bold;
    margin: 40px 0;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}

.content h3, .content h4, .content h5 {
    font-family: Poppins-Bold;
    margin: 20px 0;
}

.content h3 {
    font-size: 28px;
    line-height: 34px;
}

.content h4 {
    font-size: 26px;
    line-height: 32px;
}

.content h5 {
    font-size: 24px;
    line-height: 30px;
}

.content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.content ul, .content ol {
    margin: 0 0 15px 15px;
}

.content li {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

/* ----------------------------------- FAQ */

.faq {
    padding-bottom: 50px;
}

.faq h2 { 
    font-family: Poppins-Bold;
    margin: 40px 0;
    font-size: 36px;
    line-height: 42px;
    text-align: center;
}

.faq .panel { 
    margin: 0 0 10px; 
}

.faq .panel .panel-heading a { 
    position: relative; 
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 6px;
    padding: 10px 35px;
    display: block; 
    color: #000; 
    font-size: 16px;
    line-height: 23px;
    font-family: Poppins-SemiBold;
}

.faq .panel .panel-heading a:before { 
    content: ""; 
    display: block; 
    position: absolute; 
    left: 11px; 
    top: 14px; 
    width: 15px; 
    height: 15px; 
    background: url("images/drop-close.png") no-repeat top center; 
}

.faq .panel .panel-heading.in-1 + .panel-collapse { 
    display: block; 
}

.faq .panel .panel-heading.in a:before {  
    background: url("images/drop-open.png") no-repeat top center; 
}

.faq .panel .panel-heading.in a { 
    background: #FFFFFF;
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 6px 6px 0px 0px;
}

.faq .panel .panel-collapse { 
    display: none; 
    padding: 30px 30px 10px; 
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 0 0 6px 6px;
    font-size: 14px;
    line-height: 20px;
    color: #111;
}

.faq .panel .panel-collapse p { 
    margin-bottom: 20px; 
}

/* ----------------------------------- BLOCK-3 */

.block-3 {
    margin: 30px 0 115px;
    padding-bottom: 60px;
}

.block-3 h2 {
    font-size: 36px;
    line-height: 52px;
    text-transform: capitalize;
    color: #FFFFFF;
    font-family: Poppins-Bold;
    text-align: center;
}

.block-3 ul {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 70px;
}

.block-3 ul li {
    width: calc((100% / 6) - 50px);
    margin: 10px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 24px 61px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 24px;
    padding: 25px 15px;
    list-style: none;
    flex-direction: column;
    align-items: center;
}

.block-3 ul li .logo-r {
    width: 80px;
    height: 80px;
    display: block;
    object-fit: contain;
    object-position: center;
    margin-bottom: 15px;
    border-radius: 12px;
}

.block-3 ul li h3 {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    color: #111;
    margin: 0 0 15px;
}

.block-3 ul li .stars {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}

.block-3 ul li .stars img {
    width: 20px;
}

.block-3 ul li .info {
    font-size: 11px;
    line-height: 16px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
	min-height: 50px;
}

.block-3 ul li .black-btn {
    line-height: 36px;
    width: 115px;
    margin-bottom: 15px;
}

.block-3 ul li .pink-btn {
    line-height: 36px;
    width: 115px;
}

/* ----------------------------------- BLOCK-BK */

.block-bk {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 24px;
    margin: 40px 0 20px;
    padding: 15px;
}

.block-bk .logo-r {
    display: block;
    width: 8%;
    height: 65px;
    object-fit: contain;
    object-position: center;
    border-radius: 18px 0px 0px 18px;
    margin-right: 2%;
}

.block-bk .title {
    width: 20%;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.block-bk .title .h1 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #111;
    font-family: Poppins-Bold;
    text-align: left;
    margin: 0;
}

.block-bk .title span {
    font-family: Poppins-Bold;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #111;
    margin-bottom: 5px;
}

.block-bk .title .stars {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.block-bk .title .stars img {
    display: block;
    width: 20px;
}

.block-bk .info {
    width: 30%;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.block-bk .info span:first-child {
    font-family: Poppins-Bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
}

.block-bk .info span:last-child {
    font-size: 11px;
    line-height: 13px;
    text-transform: capitalize;
    color: #000000;
}

.block-bk .buttons {
    width: 32%;
    flex-direction: row;
    align-items: center;
}

.block-bk .buttons a {
    height: 40px;
    line-height: 40px;
    width: calc(50% - 5px);
}

/* ----------------------------------- CONTENT-BK BONUS */

.bonus {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 10px;
    margin: 40px 0 20px;
    padding: 15px;
}

.bonus .logo-r {
    display: block;
    width: 8%;
    height: 65px;
    object-fit: contain;
    object-position: center;
    border-radius: 18px 0px 0px 18px;
    margin-right: 2%;
}

.bonus .title {
    width: 25%;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.bonus .title h2 {
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    color: #111;
    font-family: Poppins-Bold;
    text-align: left;
    margin: 0;
}

.bonus .title span {
    font-family: Poppins-Bold;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #111;
    margin-bottom: 5px;
}

.bonus .title .stars {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.bonus .title .stars img {
    display: block;
    width: 20px;
}

.bonus .info {
    width: 40%;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.bonus .info span:first-child {
    font-family: Poppins-Bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
}

.bonus .info span:last-child {
    font-size: 11px;
    line-height: 13px;
    text-transform: capitalize;
    color: #000000;
}

.bonus .buttons {
    width: 17%;
    flex-direction: row;
    align-items: center;
}

.bonus .buttons a {
    height: 40px;
    line-height: 40px;
    width: 100%;
}

/* ----------------------------------- CONTENT-BK PROS-CONS*/

.pros-cons {
    flex-direction: row;
    margin-bottom: 50px;
}

.pros-cons .col {
    width: 49%;
}

.pros-cons .col .title {
    font-family: Poppins-SemiBold;
    font-size: 20px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.pros-cons .col ul {
    list-style: none;
}

.pros-cons .col ul li {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 25px;
    position: relative;
    padding-left: 27px;
}

.pros-cons .col ul li:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 5px;
    width: 16px;
    height: 16px;
    text-align: center;
}

.pros-cons .pros ul li:after {
    content: '+';
    background: #000;
}

.pros-cons .cons ul li:after {
    content: '-';
    background: #E32937;
}

/* ----------------------------------- FOOTER */

footer {
    background: #111;
    padding: 35px 0 15px;
}

footer .logo {
    display: block;
}

footer .logo img {
    width: 130px;
    display: block;
}

footer .bottom-menu {
    width: 50%;
}

footer .bottom-menu h2 {
    font-size: 16px;
    line-height: 23px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 20px;
}

footer .bottom-menu ul {
    list-style: none;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
}

footer .bottom-menu ul .col {
    width: calc(100% / 3);
}

footer .bottom-menu ul .col a {
    font-size: 13px;
    line-height: 19px;
    text-transform: capitalize;
    color: #fff;
    margin-bottom: 10px;
    display: block;
    width: auto;
}

footer .bottom-menu ul .col a:hover {
    text-decoration: underline;
}

footer .soc {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-end;
}

footer .soc a {
    display: block;
    margin-left: 15px;
}

footer .soc a img {
    width: 18px;
    display: block;
}

footer .copyright {
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    padding-top: 50px;
}

/* ----------------------------------- TOP-LIST */

.top-list {
    margin: 30px 0 50px;
}

.top-list h2 {
    font-family: Poppins-Bold;
    margin: 0 0 40px;
    font-size: 32px;
    line-height: 42px;
    margin: 20px 0;
    text-align: center;
}

.top-list .row {
    background: rgba(255, 255, 255, 0.8);
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 15px 5px 5px 15px;
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
	width: 100%;
}

.top-list .row .logo {
    display: block;
    width: 8%;
    height: 75px;
    margin-right: 1.5%;
    object-position: center;
    object-fit: contain;
    border-radius: 13px 0px 0px 13px;
}

.top-list .row .title {
    flex-direction: column;
    align-items: flex-start;
    width: 13%;
    margin-right: 2.5%;
}

.top-list .row .title h2 {
    font-family: Poppins-Bold;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #111;
    margin: 0 0 5px;
	text-align: left;
}

.top-list .row .title .stars {
    justify-content: flex-start;
}

.top-list .row .title .stars img {
    width: 15px;
}

.top-list .row .info {
    flex-direction: column;
    align-items: flex-start;
    width: 28%;
    margin-right: 2.5%;
}

.top-list .row .info h3 {
    font-family: Poppins-Bold;
    margin: 0 0 5px;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #111;
}

.top-list .row .info span {
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 15px;
    text-transform: capitalize;
    color: #000;
}

.top-list .row .s-offer {
    flex-direction: column;
    align-items: flex-start;
    width: 10%;
    margin-right: 2.5%;
}

.top-list .row .s-offer h3 {
	font-family: Poppins-Bold;
	font-weight: 400;
	margin: 0 0 5px;
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize;
	color: #000;
}

.top-list .row .s-offer span {
	font-family: Poppins-Bold;
	margin: 0;
	font-size: 11px;
	line-height: 15px;
	text-transform: capitalize;
	color: #000;
}

.top-list .row .pays {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 13%;
    margin-right: 2.5%;
}

.top-list .row .pays img {
    max-height: 15px;
    margin: 5px;
}

.top-list .row .pink-btn {
    width: 15%;
    margin-right: 1.5%;
    line-height: 40px;
    height: 40px;
}

/* ----------------------------------- TOP-LIST-BONUS */

.top-list-bonus {
    margin: 30px 0 80px;
    flex-direction: column;
    align-items: flex-end;
}

.top-list-bonus h2 {
    font-family: Poppins-Bold;
    margin: 0 0 40px;
    font-size: 36px;
    line-height: 42px;
    margin: 20px 0;
    width: 100%;
    text-align: center;
}

.top-list-bonus .element-item {
	width: 100%;
}

.top-list-bonus .row {
	background: #fff;
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 24px;
    margin-top: 40px;
    padding: 15px;
    flex-direction: row;
    align-items: center;
    width: calc(100% - 30px);
    z-index: 1;
}

.top-list-bonus .row:last-child {
	margin-bottom: 0;
}

.top-list-bonus .row .logo-r {
    display: block;
    width: 8%;
    height: 65px;
    object-fit: contain;
    object-position: center;
    border-radius: 18px 0px 0px 18px;
    margin-right: 2%;
}

.top-list-bonus .row .title {
    width: 20%;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.top-list-bonus .row .title h3 {
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: #111;
    font-family: Poppins-Bold;
    text-align: left;
    margin: 0;
}

.top-list-bonus .row .title span {
    font-family: Poppins-Bold;
    font-size: 20px;
    line-height: 22px;
    text-transform: capitalize;
    color: #111;
    margin-bottom: 5px;
}

.top-list-bonus .row .title .stars {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.top-list-bonus .row .title .stars img {
    display: block;
    width: 20px;
}

.top-list-bonus .row .info {
    width: 30%;
    margin-right: 2%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.top-list-bonus .row .info span:first-child {
    font-family: Poppins-Bold;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;
    color: #000;
}

.top-list-bonus .row .info span:last-child {
    font-size: 11px;
    line-height: 13px;
    text-transform: capitalize;
    color: #000000;
}

.top-list-bonus .row .buttons {
    width: 32%;
    flex-direction: row;
    align-items: center;
}

.top-list-bonus .row .buttons a {
    height: 40px;
    line-height: 40px;
    width: calc(50% - 5px);
}

.top-list-bonus .bottom {
	flex-wrap: wrap;
    width: calc(90% - 75px);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
    backdrop-filter: blur(30px);
    border-radius: 0 0 24px 24px;
    margin-top: -30px;
    padding: 60px 30px 45px;
}

.top-list-bonus .bottom h2 {
    font-size: 20px;
    line-height: 30px;
    color: #111;
    margin: 0 0 15px;
    text-align: left;
    font-family: Poppins-SemiBold;
}

.top-list-bonus .bottom ul {
	flex-direction: column;
    justify-content: flex-start;
    width: calc(50% - 10px);
}

.top-list-bonus .bottom ul li {
	list-style: none;
	font-size: 14px;
    line-height: 20px;
    color: #2E3246;
	margin-bottom: 15px;
    position: relative;
    padding-left: 20px;
}

.top-list-bonus .bottom ul li:last-child {
	margin-bottom: 0;
}

.top-list-bonus .bottom ul li:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    border-radius: 5px;
    width: 16px;
    height: 16px;
}

.top-list-bonus .bottom ul.pros li:after {
    content: '+';
    background: #000;
}

.top-list-bonus .bottom ul.cons li:after {
    content: '-';
    background: #C90101;
}


/* ----------------------------------- TEAM */

.team {
    padding-bottom: 50px;
}

.team h2 {
    font-size: 36px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-family: Poppins-Bold;
    margin-bottom: 40px;
}

.team ul {
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
}

.team ul li {
    margin-bottom: 70px;
    flex-direction: row;
    align-items: flex-start;
}

.team ul li .photo {
    width: 30%;
    border: none;
    border-radius: 0;
    margin-right: 2%;
}

.team ul li .info {
    width: 68%;
}

.team ul li .info h3 {
    font-family: Poppins-Bold;
    font-size: 28px;
    line-height: 42px;
    color: #fff;
}

.team ul li .info h4 {
	font-style: italic;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
}

.team ul li .info p {
    font-size: 14px;
    line-height: 21px;
    color: #fff;
    margin-top: 25px;
}

/* ----------------------------------- CONTACT */

main#contact {
	background-image: url(images/bg-contact.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.contact {
	margin: 80px 0 300px;
}

.contact h1 {
	font-family: Poppins-Bold;
	font-size: 32px;
	line-height: 48px;
	text-align: center;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 40px;
}

.contact .content {
	width: auto;
	max-width: 380px;
	padding: 0 20px;
	margin: 0 auto 25px;
	text-align: center;
}

.contact .email {
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	padding: 30px 0;
}

.contact .email h2 {
	font-style: italic;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #E32937;
}

.contact .email a {
	font-family: Poppins-Bold;
	font-size: 46px;
	line-height: 56px;
	text-align: center;
	color: #E32937;
}

/* ----------------------------------- COMMENT-FORM */

.comment-form {
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 0px 24px 61px rgba(102, 102, 102, 0.2);
	backdrop-filter: blur(30px);
	border-radius: 6px;
	padding: 25px;
	margin-bottom: 100px;
}

.comment-form h2 {
	font-family: Poppins-SemiBold;
	margin: 0 0 5px;
	padding: 0;
	font-size: 20px;
	line-height: 30px;
	color: #111;
}

.comment-form .info {
	font-size: 14px;
	line-height: 21px;
	color: #666;
}

.comment-form form {
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin-top: 20px;
}

.comment-form form textarea {
	width: calc(100% - 30px);
	background: #fff;
	box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
	backdrop-filter: blur(30px);
	border-radius: 6px;
	border: 0;
	padding: 15px;
	margin-bottom: 20px;
	color: #777;
}

.comment-form form input[type="text"],
.comment-form form input[type="email"] {
	width: calc(50% - 30px);
	background: #fff;
	box-shadow: 0px 6px 25px rgba(102, 102, 102, 0.2);
	backdrop-filter: blur(30px);
	border-radius: 6px;
	border: 0;
	padding: 10px 15px;
	margin-bottom: 20px;
	color: #777;
}

.comment-form form input[type="submit"] {
	border: 0;
	cursor: pointer;
	width: auto;
	font-size: 14px;
	line-height: 36px;
	height: 36px;
	padding: 0 20px;
}

.comment-form form p {
	font-size: 14px;
	line-height: 16px;
	color: #666;
	margin-left: 10px;
}

.comment-form form input[type="checkbox"] {
	margin-bottom: 30px;
	opacity: 0;
	z-index: -1;
	margin-left: -12px;
}

.comment-form form input[type="checkbox"]#check:checked+label::before {
	opacity: 1;
	z-index: 1;
}

.comment-form form input[type="checkbox"]#check+label {
	border: 1px solid #666;
	background: #fff;
	border-radius: 4px;
}

.comment-form form input[type="checkbox"]+label {
	width: 15px;
	height: 15px;
	display: block;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
}

.comment-form form input[type="checkbox"]#check+label:before {
	content: '';
	width: 9px;
	height: 9px;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	position: absolute;
	opacity: 0;
	z-index: -1;
	margin: auto;
	background: #30333B;
	background-size: 20px;
	transition: 0.4s ease all;
	-moz-transition: 0.4s ease all;
	-webkit-transition: 0.4s ease all;
	border-radius: 2px;
}

.comment-form form input[type="checkbox"]+label {
	text-indent: -999px;
	cursor: pointer;
}

/* ----------------------------------- INFO-AUTHOR */

.info-author {
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 15px;
	display: block;
	padding: 5px 10px;
	margin-bottom: 30px;
	width: max-content;
	max-width: 100%;
	font-family: Antonio-Regular;
}

.info-author > .flex {
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
}

.info-author .photo {
	display: block;
	border: 1px solid #fff;
	border-radius: 50%;
	margin-right: 20px;
	width: 55px;
	height: 55px;
	object-fit: cover;
	object-position: center;
}

.info-author .right {
	flex-direction: column;
}

.info-author .right .name {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.info-author .right .name span {
	font-family: Antonio-Bold;
}

.info-author .right .bottom {
	flex-direction: row;
	align-items: center;
}

.info-author .right .bottom .point {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-right: 25px;
}

.info-author .right .bottom .point img {
	display: block;
	max-width: 19px;
	margin-right: 3px;
}

.info-author .right .bottom .point .num {
	font-size: 18px;
	line-height: 26px;
	color: #fff;
}

/* ----------------------------------- CSSMENU */

@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
}
#cssmenu > ul > li {
  float: left;
  margin: 0 10px;
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu > ul > li > a {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  text-transform: capitalize;
  color: #FFFFFF;
  padding: 0 15px;
}
#cssmenu > ul > li:hover > a {
  color: #C90101;
}
#cssmenu > ul > li.has-sub > a {
  position: relative;
	padding-right: 15px;
}
#cssmenu > ul > li.has-sub > a:after {
  position: absolute;
  bottom: 10px;
  left: calc(50% - 5px);
  right: 0;
  top: auto !important;
  display: inline-block;
  transform: rotate(0deg) !important;
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
	display: none;
  }
#cssmenu > ul > li > a:before {
  content: "";
  width: 100%;
  height: 2px;
  background: #C90101;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
}
#cssmenu > ul > li:hover > a:before {
  opacity: 1;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
  background: #C90101;
  border-radius: 5px;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.15);
  z-index: 99999;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu ul ul li {
  height: 0;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  left: auto;
  right: 0;
}
#cssmenu li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li a {
  font-size: 16px;
  padding: 11px 15px;
  width: 100%;
	min-width: 160px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
  border-bottom: 0;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #ff8100;
}

#cssmenu.align-right ul ul li.has-sub > a:after {
  right: auto;
  left: 11px;
}
#cssmenu ul ul li.has-sub > a:after {
  transform: rotate(-90deg);
  position: absolute;
  top: 16px;
  right: 11px;
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}
#cssmenu.align-right ul ul li.has-sub > a:before {
  right: auto;
  left: 14px;
}
#cssmenu ul ul > li.has-sub:hover > a:before {
  top: 17px;
  height: 0;
}
@media all and (max-width: 1024px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), 
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and 
(max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and 
(max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 320px;
    display: none;
    background: #000;
    position: fixed;
    top: 46px;
    left: 0;
    right: auto;
    height: 100%;
    padding: 60px 40px 40px;
  }
  #cssmenu.align-center > ul {
    text-align: left;
  }
  #cssmenu ul li {
    width: 100%;
    margin: 0;
  }
  #cssmenu > ul > li > a {
    line-height: 30px;
    padding: 0;
    text-align: left;
  }
  #cssmenu ul ul li,
  #cssmenu li:hover > ul > li {
    height: auto;
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
    border-bottom: 0;
  }
  #cssmenu > ul > li {
    float: none;
  }
  #cssmenu ul ul li a {
    padding-left: 25px;
  }
  #cssmenu ul ul ul li a {
    padding-left: 55px;
  }
  #cssmenu ul ul li a {
    color: #dddddd;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li.active > a {
    color: #ffffff;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul,
  #cssmenu.align-right ul ul {
    position: relative;
    left: 0;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  #cssmenu > ul > li.has-sub > a:after,
  #cssmenu > ul > li.has-sub > a:before,
  #cssmenu ul ul > li.has-sub > a:after,
  #cssmenu ul ul > li.has-sub > a:before {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    color: #dddddd;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
	  width: 20px;
z-index: 999999;
  }
  #cssmenu #menu-button:after {
    display: block;
    width: 20px;
    content: url("images/menu.png");
  }
  
  #cssmenu #menu-button.menu-opened:after {
    content: url("images/close-menu.png");
  }
  #cssmenu #menu-button.menu-opened:before {
    top: 23px;
    background: #ffffff;
    width: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 99;
    right: 0;
    top: 0;
    display: block;
    height: 30px;
    width: 30px;
    cursor: pointer;
  }
  #cssmenu .submenu-button.submenu-opened {
  }
  #cssmenu ul ul .submenu-button {
    height: 30px;
    width: 30px;
  }
  #cssmenu .submenu-button:after {
    position: absolute;
    top: calc(50% - 1px);
    right: calc(50% - 4px);
    width: 8px;
    height: 2px;
    display: block;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:after {
    top: calc(50% - 1px);
    right: calc(50% - 4px);
  }
  #cssmenu > ul > li > a:before {
    display: none;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    background: #ffffff;
  }
  #cssmenu .submenu-button:before {
    position: absolute;
    top: calc(50% - 4px);
    right: calc(50% - 1px);
    display: block;
    width: 2px;
    height: 8px;
    background: #dddddd;
    content: '';
  }
  #cssmenu ul ul .submenu-button:before {
    top: calc(50% - 4px);
    right: calc(50% - 1px);
  }
  #cssmenu .submenu-button.submenu-opened:before {
    display: none;
  }
  #cssmenu ul ul {
    padding: 0;
    background: none;
    box-shadow: none;
    top: auto;
    left: auto;
  }

  #cssmenu ul ul.open a {
    color: #AFAFAF;
  }
}

.flickity-page-dots .dot {
	padding: 0;
}


@media only screen and (max-width: 1500px) {
    .page-1 {
    	width: 1350px;
    }
}

@media only screen and (max-width: 1400px) {
    .page-1 {
    	width: 1250px;
    }
	.block-1 ul li {
		width: calc((100% / 5) - 20px); 
		padding: 25px 10px;
	}
	.block-1 ul li .head .title {
    	font-size: 20px;
		line-height: 22px; 
		margin-bottom: 5px;
	}
}

@media only screen and (max-width: 1300px) {
    .page-1, .page-3 {
    	width: 1150px;
    }
	.block-1 ul li .buttons a {
		font-size: 12px;
	}
	.block-3 ul li h3 {
    	font-size: 18px;
		line-height: 22px; 
	}
}
@media only screen and (max-width: 1200px) {
    .page-1, .page-3 {
    	width: 960px;
	}
	.block-1 ul li {
		width: calc((100% / 5) - 40px); 
	}
	.block-1 ul li .head .logo-r {
    	width: 60px;
		height: 60px; 
	}
	.block-1 ul li .head .title {
		width: calc(100% - 70px);
		font-size: 16px;
		line-height: 18px;
	}
	.block-1 ul li .head .stars img {
		width: 15px;
	}
	.block-1 ul li .buttons {
		flex-direction: column;
	}
	.block-1 ul li .buttons a {
		width: 100%; 
	}
	.block-1 ul li .buttons .black-btn {
		margin-bottom: 10px;
	}
	.block-3 ul li {
		width: calc((100% / 5) - 50px); 
	}
    .top-list .row .title h2 {
        font-size: 18px;
        line-height: 20px;
    }
    .top-list .row .info h3 {
        font-size: 20px;
        line-height: 22px;
    }
    .top-list .row .green-btn {
        line-height: 35px;
        height: 35px;
    }
}
@media only screen and (max-width: 1024px) {
	header .logo {
		order: 2;
		margin: 0;
	}
	header .main-menu {
		order: 1;
	}
	header .search {
		order: 3;
    }
}
@media only screen and (max-width: 992px) {
    .page-1, .page-2, .page-3, .page-4 {
    	width: 740px;
	}
	header {
		height: 50px;
	}
	header .logo {
		height: 50px;
	}
	main {
		padding-top: 50px;
	}
	.block-1 ul {
		flex-wrap: wrap;
	}
	.block-1 ul li {
		width: calc((100% / 4) - 40px);
	}
	.block-3 ul li {
		width: calc((100% / 4) - 50px);
	}
	.block-3 ul li h3 {
		font-size: 16px;
		line-height: 20px;
	}
	.team ul {
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
    .page-1, .page-2, .page-3, .page-4 {
    	width: 620px;
	}
	h1 {
		font-size: 32px;
		line-height: 40px; 
	}
	.block-1 ul li {
		width: calc((100% / 3) - 40px);
	}
	.block-2 h2, .faq h2, .block-3 h2 {
    	font-size: 30px;
		line-height: 36px; 
	}
	.block-2 ul li, .block-bk, .top-list-bonus .row {
		flex-wrap: wrap;
	}
	.block-2 ul li .logo-r, .block-bk .logo-r, .top-list-bonus .row .logo-r {
		width: 20%;
		margin-right: 0;
	}
	.block-2 ul li .title, .block-bk .title, .top-list-bonus .row .title {
		width: 30%;
		margin: 0 2.5%;
	}
	.block-2 ul li .title span, .block-bk .title span, .top-list-bonus .row .title span {
		font-size: 20px;
		line-height: 24px;
	}
	.block-2 ul li .info, .block-bk .info, .top-list-bonus .row .info {
		width: 45%;
		margin: 0;
	}
	.block-2 ul li .buttons, .block-bk .buttons, .top-list-bonus .row .buttons {
		width: 100%;
		padding: 20px 0 0;
	}
	.top-list-bonus .bottom {
		width: calc(100% - 40px);
		padding: 50px 20px 30px;
	}
	.content h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.content h3 {
		font-size: 24px;
		line-height: 30px;
	}
	.content h4 {
		font-size: 22px;
		line-height: 28px;
	}
	.content h5 {
		font-size: 20px;
		line-height: 26px;
	}
	.faq .panel .panel-heading a {
		font-size: 14px;
	}
	.block-3 ul li {
		width: calc((100% / 3) - 50px);
	}
	.bonus .title h2 {
    	font-size: 18px;
		line-height: 22px; 
	}
	.bonus .info span:first-child {
		font-size: 16px; 
	}
	footer .row {
		flex-wrap: wrap;
	}
	footer .logo {
		order: 1;
	}
	footer .bottom-menu {
		order: 3;
		width: 100%;
		margin-top: 40px;
	}
	footer .soc {
		order: 2;
	}
	.single {
		flex-direction: column;
		align-items: center;
	}
    .top-list h2 {
		font-size: 32px;
		line-height: 40px; 
	}
    .top-list .row .title h2 {
        font-size: 16px;
        line-height: 18px;
    }
    .top-list .row .logo {
        height: 60px;
    }
    .top-list .row .info h3 {
        font-size: 16px;
        line-height: 18px;
    }
    .top-list .row .info span {
        font-size: 12px;
        line-height: 14px;
    }
	.contact {
		margin: 80px 0;
	}
}
@media only screen and (max-width: 640px) {
    .page-1, .page-2, .page-3, .page-4 {
    	width: 500px;
	}
	.block-1 ul li {
		width: calc((100% / 2) - 40px);
	}
	.block-3 ul li {
		margin: 10px 5px;
		padding: 15px 10px;
		width: calc((100% / 3) - 30px);
	}
	.block-3 ul li .black-btn {
		margin-bottom: 10px;
	}
	.bonus {
		flex-wrap: wrap;
	}
	.bonus .logo-r {
		width: 20%;
		margin-right: 0;
	}
	.bonus .title {
		width: 30%;
		margin: 0 2.5%;
	}
	.bonus .title span {
		font-size: 20px;
		line-height: 24px;
	}
	.bonus .info {
		width: 45%;
		margin: 0;
	}
	.bonus .buttons {
		width: 100%;
		padding: 20px 0 0;
	}
	.pros-cons {
		flex-direction: column;
	}
	.pros-cons .col {
		width: 100%;
	}
	.top-list .row {
		flex-wrap: wrap;
		padding: 10px;
	}
	.top-list .row .logo {
		width: 20%;
		margin-right: 5%;
	}
	.top-list .row .title {
		width: 75%;
		margin: 0;
	}
	.top-list .row .info {
		width: 100%;
		margin: 20px 0;
		align-items: center;
	}
	.top-list .row .s-offer {
		width: 45%;
		margin-right: 10%;
		align-items: center;
	}
	.top-list .row .pays {
		width: 45%;
		margin: 0;
	}
	.top-list .row .pink-btn {
		width: 100%;
		margin: 20px 0 0;
	}
	.team ul li .photo {
		width: 28%; 
	}
	.team ul li .info {
		width: 70%;
	}
	.team ul li .info h3 {
    	font-size: 30px;
		line-height: 45px; 
	}
	.team ul li .info h4 {
    	font-size: 16px;
		line-height: 22px; 
	}
	.comment-form form input[type="text"],
	.comment-form form input[type="email"] { 
		width: calc(70% - 30px); 
	}
}
@media only screen and (max-width: 525px) {
    .page-1, .page-2, .page-3, .page-4 {
    	width: 420px;
	}
	.block-2 ul li .logo-r, .block-bk .logo-r, .bonus .logo-r, .top-list-bonus .row .logo-r {
		width: 30%;
	}
	.block-2 ul li .title, .block-bk .title, .bonus .title, .top-list-bonus .row .title {
		width: 60%;
		margin: 0 0 0 10%;
		text-align: left;
		align-items: flex-start;
	}
	.block-2 ul li .info, .block-bk .info, .bonus .info, .top-list-bonus .row .info {
		width: 100%;
		align-items: center;
		margin: 10px 0;
	}
	.block-3 ul li {
		padding: 10px;
		width: calc((100% / 2) - 30px);
	}
	.block-3 ul li .logo-r, .block-3 ul li .stars, .block-3 ul li .info {
		margin-bottom: 10px;
	}
	.block-3 ul li h3 {
		margin: 0 0 5px;
	}
	.block-3 ul li a {
		line-height: 30px; 
		font-size: 12px;
	}
	.team ul li {
		flex-direction: column;
		align-items: center;
	}
	.team ul li .photo {
		width: 120px;
		margin-right: 0;
	}
	.team ul li .info {
		width: 100%;
	}
	.team ul li .info h3, .team ul li .info h4 {
		text-align: center;
	}
	.contact .email a {
    	font-size: 40px;
		line-height: 50px; 
	}
	.comment-form form p { 
		width: calc(100% - 25px); 
		margin-bottom: 10px; 
	}
}
@media only screen and (max-width: 440px) {
    .page-1, .page-2, .page-3, .page-4 {
    	width: 340px;
	}
	header {
		height: 40px;
		padding: 3px 0;
	}
	header .logo {
		height: 40px;
	}
	main {
		padding-top: 40px;
	}
	.block-1 ul li {
		width: calc((100% / 2) - 30px);
		margin: 0 5px 10px;
	}
	.block-1 ul li .head .logo-r {
		width: 50px;
		height: 60px;
	}
	.block-1 ul li .head .title {
		width: calc(100% - 60px); 
	}
	.pros-cons .col ul li {
		margin-bottom: 15px;
	}
	.top-list-bonus .bottom ul {
		width: 100%;
	}
	.top-list-bonus .bottom ul.pros {
		margin-bottom: 20px;
	}
	.contact .email a {
		font-size: 34px; 
	}
	footer .bottom-menu ul {
		flex-direction: column;
	}
	.comment-form form input[type="text"], 
	.comment-form form input[type="email"] { 
		width: calc(100% - 30px); 
	}
	.info-author .photo {
		margin-right: 10px;
		width: 40px;
		height: 40px; 
	}
	.info-author .right .name {
    	font-size: 16px;
		line-height: 18px; 
	}
	.info-author .right .bottom .point {
		margin-right: 20px;
	}
	.info-author .right .bottom .point img {
		max-width: 15px;
	}
	.info-author .right .bottom .point .num {
    	font-size: 16px;
		line-height: 20px; 
	}
}
@media only screen and (max-width: 360px) {
    .page-1, .page-2, .page-3, .page-4 {
    	width: 300px;
	}
	.block-1 ul li {
		width: calc((100% / 1) - 30px);
	}
}