.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-block-columns {
	display: block !important;
}

.gradient {
    background: linear-gradient(180deg, #ffffff 2%, #f1f8fc 79%) !important;
}

.info-block {
    background: #fff;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.08);
    margin: 30px 0
}

.title-1 {
    text-align: left;
    padding: 7px 10px 7px 40px;
    text-transform: uppercase;
    color: #2379A5;
    line-height: 40px;
}

.info-title {
    font-weight: bold;    
    text-transform: uppercase;
    color: #2379A5;
    padding: 7px 30px 7px 30px;
    background: #EDF3F7;
    border-bottom: 5px solid #c7d5df;
    line-height: 40px;
    text-align: left;
	margin: 0;
}

.info-title h1 {
    margin: 0;
    font-size: 18px;
}

.padding-40 {
    padding: 0 40px;
}

.padding-2040 {
    padding: 20px 30px;
}

.padding-20 {
    padding: 30px 0px;
}

.info-cont .author {
    color: #043858;
    font-size: 14px;
    padding-top: 10px;
}

.info-cont .date {
    color: #444;
    font-size: 14px;
}

.info-cont .text {
    padding-top: 15px;
}

.info-cont .text iframe {
	margin: 0 auto;
	display: block;
	width: 100%;
	min-height: 400px;
}

.pros-cons ul {
    padding: 0 20px 20px 0;
    margin: 0;
    display: inline-block;
    vertical-align: top;
	width: 48%;
}

.pros-cons ul li {
    list-style-type: none;
    background-repeat: no-repeat;
    background-position: left 10px;
    padding: 5px 0 5px 0;
}

.pros-cons .pros li {
    background-image: none;
}

.pros-cons .pros li:before {
    content: '✅';
	padding-right: 5px;
}

.pros-cons ul li:first-child:before {
	content: '';
}

.pros-cons .cons li {
    background-image: none;
}

.pros-cons .cons li:before {
    content: '❌';
	padding-right: 5px;
}

.pros-cons ul li:first-child {
	background-image: none;
	padding-left: 0;
}

.pros-cons h4 {
	margin: 0;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
}

.pros-cons table {
	margin: 0 0 20px 0
}

.pros-cons table p {
	padding: 5px 20px 0 25px;
}

.pros-cons table th {
	text-align: left;	    
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
	color: #2379a5;
}

.pros-cons table td {
	background-repeat: no-repeat;
    background-position: left 10px;
	vertical-align: top;
	padding: 5px 0 5px 0;
}

.pros-cons .pros td:before {
	content: '✅';
	padding-right: 5px;
}

.pros-cons .cons td:before {
	content: '❌';
	padding-right: 5px;
}


.pros-cons .pros td {
	/* background-image: url(/IMG/svg/plus.svg); */
}

.pros-cons .cons td {
	/* background-image: url(/IMG/svg/minus.svg); */
}

.pros-cons .pros, .pros-cons .cons {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}

.num-block {
	border-bottom: 1px solid #C7D5DF;
	margin-bottom: 20px;
}

.num-block:last-child {
	border-bottom: 0;
}

.num-block p {
	padding: 5px 0 10px 0;
	margin: 0;
}

.num-block .title {
	background: #fff;
	border: 0;
	padding: 0;
	color: #2379A5;
	font-weight: bold;
	font-size: 16px;
}

.num-block .title .number {
	background: #EDF3F7;
	border-radius: 50px;
	display: inline-block;
	padding: 0px 12px;
	color: #043B58;
	margin-right: 15px;
	line-height: 32px;
}

.num-block .long {
	text-transform: uppercase;
	font-style: normal;
	display: inline-block;
	max-width: 75%;
	line-height: 18px;
	padding: 5px 0 5px 0;
	margin: 0;
}

.blocks {
	display: flex !important;
    flex-wrap: wrap;	
	margin: 0;
	padding: 0 !important;
}

.blocks>* {
    flex: 1 1 26% !important;
}

.blocks li {
	border: 1px solid #c7d5df;
	padding: 20px;
	text-align: center; 
	display: inline-block; 
	vertical-align: top;	
	margin: 10px
}

.blocks li:nth-child(1), .blocks li:nth-child(2), .blocks li:nth-child(3) {
	margin-top: 0;
}

.blocks li:nth-child(3n+1),
.blocks li:nth-child(3n) {
	margin-left: 0;
	margin-right: 0;
}

.blocks li:nth-child(3n+2) { margin-left: 20px; margin-right: 20px;}

.blocks li b, .default-block h3, .info-block .blocks h3 {
	color: #2379A5;
	font-size: 18px;
	padding: 5px 0 5px 0;
    /* display: block; */
}

.slider-controls {
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    position: absolute;
    border: 1px solid #edf3f7;
    border-radius: 100px;
    top: 40%;
    background-position: center;
}

#m-screenshots .left {
    background-image: url(/IMG/svg/left-arrow.svg);
    left: 5px;
}

#m-screenshots .right {
    background-image: url(/IMG/svg/right-arrow.svg);
    right: 5px;
}

.block-table { width: 75%; margin: 0 auto; /* border: 1px solid #c7d5df; */ }

.block-table td {
    padding: 0px 20px 0px 0;
    /* white-space: nowrap; */
}

.block-table tbody tr:nth-child(odd){
  background-color: #f0f8fb;  
}


.block-editor__container .info-title,
.block-editor__container .num-block p { margin: 0; }
.block-editor__container .pros-cons p { margin-top: 0; }
.block-editor__container .pros-cons ul { padding-left: 0; }


@media screen and (max-width:640px) {
	.pros-cons .pros, .pros-cons .cons {
		display: table;
		width: 90%;
	}
	
	.blocks>* {
		flex: 1 1 100% !important;
	}
	
	.blocks li:nth-child(odd), .blocks li:nth-child(even), .blocks li { margin: 10px 0; }
	.blocks li:last-child { margin: 20px 0 10px 0; }
	.blocks li:first-child { margin: 0 0 10px 0; }
	
	#m-screenshots .review-slider, #m-screenshots .info-cont { padding: 0 !important; }
	
    .review-slider .left {
        left: 30%;
        bottom: 10px;
        top: auto;
    }
    .review-slider .right {
        right: 30%;
        bottom: 10px;
        top: auto;
    }
	.info-cont .text iframe {
		width: auto;
		height: 300px;		
	}
}

@media screen and (max-width:380px) {
	.info-cont .text iframe {
		width: auto;
		max-width: 220px;
		height: 200px
	}
}