/*!
Theme Name: unitalk
Theme URI: http://underscores.me/
Author: Mishchenko Vadym
Author URI: http://underscores.me/
Description: Description
Version: 1.0.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: unitalk
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

unitalk is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/* Alignments
--------------------------------------------- */
.pt-0 {
	padding-top: 0 !important;
}
.pt-1 {
	padding-top: 0.25rem !important;
}
.pt-2 {
	padding-top: 0.5rem !important;
}
.pt-3 {
	padding-top: 1rem !important;
}
.pt-4 {
	padding-top: 1.5rem !important;
}
.pt-5 {
	padding-top: 3rem !important;
}
.pr-0 {
	padding-right: 0 !important;
}
.pr-1 {
	padding-right: 0.25rem !important;
}
.pr-2 {
	padding-right: 0.5rem !important;
}
.pr-3 {
	padding-right: 1rem !important;
}
.pr-4 {
	padding-right: 1.5rem !important;
}
.pr-5 {
	padding-right: 3rem !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pl-1 {
	padding-left: 0.25rem !important;
}
.pl-2 {
	padding-left: 0.5rem !important;
}
.pl-3 {
	padding-left: 1rem !important;
}
.pl-4 {
	padding-left: 1.5rem !important;
}
.pl-5 {
	padding-left: 3rem !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 0.25rem !important;
}
.pb-2 {
	padding-bottom: 0.5rem !important;
}
.pb-3 {
	padding-bottom: 1rem !important;
}
.pb-4 {
	padding-bottom: 1.5rem !important;
}
.pb-5 {
	padding-bottom: 3rem !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mt-1 {
	margin-top: 0.25rem !important;
}
.mt-2 {
	margin-top: 0.5rem !important;
}
.mt-3 {
	margin-top: 1rem !important;
}
.mt-4 {
	margin-top: 1.5rem !important;
}
.mt-5 {
	margin-top: 3rem !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mr-1 {
	margin-right: 0.25rem !important;
}
.mr-2 {
	margin-right: 0.5rem !important;
}
.mr-3 {
	margin-right: 1rem !important;
}
.mr-4 {
	margin-right: 1.5rem !important;
}
.mr-5 {
	margin-right: 3rem !important;
}
.ml-0 {
	margin-left: 0 !important;
}
.ml-1 {
	margin-left: 0.25rem !important;
}
.ml-2 {
	margin-left: 0.5rem !important;
}
.ml-3 {
	margin-left: 1rem !important;
}
.ml-4 {
	margin-left: 1.5rem !important;
}
.ml-5 {
	margin-left: 3rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-1 {
	margin-bottom: 0.25rem !important;
}
.mb-2 {
	margin-bottom: 0.5rem !important;
}
.mb-3 {
	margin-bottom: 1rem !important;
}
.mb-4 {
	margin-bottom: 1.5rem !important;
}
.mb-5 {
	margin-bottom: 3rem !important;
}
.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}
.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important;
}
.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important;
}
.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important;
}
.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important;
}
.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important;
}
.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
}
.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important;
}
.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}
.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
}
.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important;
}
.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important;
}
.ml-auto,
.mx-auto {
	margin-left: auto !important;
}
.mr-auto,
.mx-auto {
	margin-right: auto !important;
}
.pl-0,
.px-0 {
	padding-left: 0 !important;
}
.pr-0,
.px-0 {
	padding-right: 0 !important;
}
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.head-page .container.landing-container {
	background: url(https://unitalk.cloud/wp-content/themes/unitalk/assets/dist/images/head-page-bg.png)
		no-repeat right/550px;
	background-position: 127% -200px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 152px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.head-page .container.landing-container h1 {
	font-size: 33px;
	font-family: "Manrope";   font-weight: 800;
}
.text-center {
	text-align: center !important;
}
.d-flex {
	display: -ms-flexbox !important;
	display: flex !important;
}
.flex-column {
	flex-direction: column !important;
}
.w-100 {
	width: 100% !important;
}
.justify-content-between {
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}
.justify-content-sm-start {
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
}
.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}
.benefits-box {
	margin: 75px 0 !important;
}
.benefit {
	width: 25%;
	padding: 1.8rem 0px 2rem;
}
.benefit p {
	color: #464040;
	font-size: 16px;
	line-height: 24px;
}
.subtitle-quizz {
	font-size: 36px;
	line-height: 46px;
	font-family: "Manrope";   font-weight: 800;
}
.under-benefits {
	width: 638px;
}
a.btn-small {
	display: inline-flex;
	-webkit-box-pack: center;
	justify-content: center;
	width: fit-content;
	text-align: center;
	font-style: normal;
	font-weight: 500;
	text-transform: uppercase;
	border: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 12px 21px;
	font-size: 13px;
}
.blockquote-descr {
	text-align: justify;
	font-size: 16px;
	line-height: 24px;
	color: #464040;
	margin-bottom: 20px;
}
.blockquote-descr span {
	color: #e8384e;
}
h2.title-big {
	margin: 0;
	font-size: 40px;
	line-height: 60px;
	font-family: "Manrope";   font-weight: 800;
	color: #464040;
	text-transform: uppercase;
}
.quizz-bonus > div {
	width: 270px;
}
.quizz-bonus .info-item {
	min-width: auto;
}
.info-item {
	position: relative;
	display: flex;
	align-items: start;
	flex-direction: column;
	height: 100%;
	min-width: 300px;
	padding: 60px 40px 30px;
	background-color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 10px 20px rgba(148, 181, 188, 0.2);
	-moz-box-shadow: 0 10px 20px rgba(148, 181, 188, 0.2);
	box-shadow: 0 10px 20px rgba(148, 181, 188, 0.2);
}
.quizz-bonus p {
	margin: 0;
	font-size: 16px;
	line-height: 24px;
	color: #7e838a;
}
.quizz-bonus h5 {
	font-size: 18px;
	line-height: 21px;
	font-family: "Manrope";   font-weight: 800;
	color: #464040;
	min-height: 42px;
}
.scrollQuizz {
	font-family: "Manrope";
}
.textfield_single_service-buttons > a {
	margin-right: 30px;
}
a.contacts-links {
	color: #e8384e;
}
.service-block_content .btn.offer-btn {
	margin: 30px auto 0;
}
.tarif-subtitle {
	font-size: 19px;
    font-family: "Manrope";   font-weight: 800;
	margin: 0px 0 35px;
}
.tarif-subtitle span {
	color: #ef3c54;
}
.app-box {
    display: grid;
    grid-template-columns: repeat(2, 200px);
    column-gap: 10px;
	row-gap: 10px;
}
.app-box a {
    margin-top: 0px;
}
.site-footer .container .site-footer_top .custom_tagline_block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.site-footer .container .site-footer_top .custom_tagline_block a {
    margin: 0px auto;
}
.reminder {
    background: #fd435aeb;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 12;
	opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}
.reminder.visible {
    opacity: 1;
    visibility: visible;
}
.reminder-btn {
    background: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    text-transform: uppercase;
    font-family: "Manrope";
    font-size: 15px;
    cursor: pointer;
	transition: .3s;
}
.reminder-btn:hover {
	box-shadow: 0px 1px 9px 3px rgba(255, 255, 255, 0.3);
}
.close_btn_reminder {
	position: absolute;
    right: 0;
    top: -40px;
    padding: 20px;
    color: #fff;
    background: #fd5267;
    border-radius: 10px;
    cursor: pointer;
	z-index: 60;
}

.module-info-1.remove-padding {
    padding-bottom: 25px;
}
.module-info-1.remove-padding + .feedback-block {
    margin-top: 0px;
}
.single .text-block a.btn_red {
	color: #fff;
	text-decoration: none;
}
.video-iframe {
	text-align:center;
	width: 560px;
	height: 315px;
	margin: 0 auto;
}

@media(max-width: 1250px) {
.site-footer_top {flex-direction: column;align-items: center;text-align: center;gap: 30px;}
body .site-footer .container .site-footer_top .custom_tagline_block {margin-right: 0;flex-direction: column;}
}

@media (min-width: 992px) {
	.flex-lg-row {
		-ms-flex-direction: row !important;
		flex-direction: row !important;
	}
}
@media (min-width: 576px) {
	.justify-content-sm-start {
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	.d-sm-block {
		display: block !important;
	}
}

@media (max-width: 1200px) {
	.head-page .container.landing-container {
		background-image: none;
		justify-content: center;
	}
	.head-page .container.landing-container h1 {
		text-align: center;
	}
	.quizz-bonus > div {
		width: 211px;
	}
	.info-item {
		padding: 30px 20px 25px;
	}
	.site-footer .container .site-footer_top .custom_tagline_block {
		margin-right: 15px;
	}
}
@media (max-width: 992px) {
	body .app-box img {
        max-width: max-content;
        height: auto;
        object-fit: contain;
    }
	.under-benefits {
		width: calc(100% - 40px);
		margin: 0 auto;
	}
	.quizz-bonus > div {
		width: 100%;
	}
	.quizz-bonus .info-item > div {
		margin: 0 auto;
	}
    .app-box img {
        max-width: 123px;
        height: 40px;
        object-fit: contain;
    }
}
@media (max-width: 768px) {
	.site-footer_middle .footer-first-col {
		width: 100%;
		margin-bottom: 20px;
	}
	.app-box img {
        max-width: inherit;
        height: auto;
    }
	.benefit-box {
		flex-direction: column;
		align-items: center;
	}
	.benefit {
		width: 75%;
	}
	.head-page .container.landing-container h1 {
		font-size: 30px;
	}
	.quizz-block_title br {
		display: none;
	}
	h2.title-big {
		font-size: 28px;
		line-height: 40px;
	}
	.under-benefits blockquote p span {
		font-size: 22px !important;
	}
}
@media (max-width: 576px) {
	.video-iframe {
		width: 100%;
		height: 275px;
	}
	.reminder-btn {
		font-size: 13px;
	}
	body .app-box {
    display: flex;
    flex-direction: column;
	}
}



