/*!
Theme Name: freshbox
Theme URI: http://underscores.me/
Author: seo.ua
Author URI: http://seo.ua
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: freshbox
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.

freshbox 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/
*/

@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

@media screen and (max-width:1024px) {
    .callback__section__02 .desktop{
        display: none;
    }
    .callback__section__02 .mobile{
        display: flex!important;
    }
}

@media screen and (min-width:1025px) {
    .callback__section__02 .mobile{
        display: none!important;
    }
    .callback__section__02 .desktop{
        display: flex!important;
    }
	.mobile-only{
		display: none!important;
	}
}

.hero__main .thanks{
    padding-bottom: 25px;;
}

.hero__main .thanks h2{
    font-size: 32px;
    color: #036383;
    font-family: 'Montserrat';
    font-weight: 700;
}

.hero__main .thanks p{
    color: #036383;
    font-size: 16px;
    margin-top: 10px;
}

.form__section h2{
    font-size: 36px;
    font-family: 'Montserrat';
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 40px;
}

.services__section .mobile .form-row .input {
    position: relative;
}

.services__section .mobile .form-row .input .wpcf7-not-valid-tip{
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 55;
    font-size: 12px;
}

.wpcf7 form.invalid .wpcf7-response-output{
    display: none!important;
}

.form__section .form-row .input {
    position: relative;
}

.form__section .form-row .input .wpcf7-not-valid-tip{
    font-size: 12px;
    margin-top: 10px;
    color: #fff;
}

.wpcf7-response-output{
    display: none!important;
}

.show-langs{
	display: none
}

.open-lang{
	color: #036383;
	font-size: 18px;
	text-transform: uppercase;
	text-align: right;
}

.open-lang i{
	font-size: 14px;
	margin-left: 6px;
}

.lang{
	text-align: right;
}

.hero__section .hero__main .row .lang ul{
	margin-top: 20px;
}

.logo p{
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat';
    color: #036383;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 16px;
}

.hero__main .thanks{
    text-align: center;
}