/* 
Theme Name: 101courier.ru provider (https://101courier.ru/)
Author:  @stasyatrofimova, @VictoriaBugaeva
Description: Тема для  ООО «Онлайн Сервисы» проект Отдельный провайдер
Tags: accessibility-ready, one-column, custom-menu, featured-images, 
Version: 2023
Tested up to: 6.4
Requires PHP: 7.0
*/

/* Общее */
@import url('css/fonts.css');

/*Стили основных блоков страницы*/
@import url('css/style-blocks/header.css');
/* @import url('css/style-blocks/faq.css'); */
/* @import url('css/style-blocks/advantages.css'); */
/* @import url('css/style-blocks/services.css'); */
/* @import url('css/style-blocks/banner.css'); */
@import url('css/style-blocks/footer.css');
/* @import url('css/style-blocks/tariffs.css');
@import url('css/style-blocks/checkadress.css'); */

/* Стили страниц */
/* @import url('css/style-page/page-separate.css'); */

/* Стили попапов */
/* @import url('css/style-popup/popup-new.css'); */


/* ОБЩИЕ СТИЛИ(START) */

* {
	margin: 0;
	padding: 0;
	font-family: 'GTWalsheimPro' ;
	font-weight: 400;
	box-sizing: border-box;
}

.body {
    background: var(--white);
    color: var(--main-color);
}

a, p, h1, h2, h3 {
    margin: 0;
    padding: 0;
    text-decoration: none;
	text-wrap: balance;
}

:root {
    --white: #FFFFFF;
	--white10: #FFFFFF1A;
	--white20: #FFFFFF33;
	--white60: #FFFFFF99;
	--white70: #FFFFFFB2;
	--white80: #FFFFFFCC;
	--white90: #FFFFFFE5;
	--green-light: #e8f9e9;
	--green-light80: #e8f9e9cc;
	--green-dark: #099803;
	--green-main: #065903;
	--green-gradient: linear-gradient(140deg,rgba(232, 249, 233, 1) 0%, rgba(69, 163, 119, 1) 100%);
	--main-color: #2d2d2d;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 0 0;
}

.section-title {
    margin: 0;
    font-size: 48px;
	font-weight: 700;
    line-height: 55px;
    margin-bottom: 40px;
	    color: var(--green-main);
}

a.privacy-policy {
    color: var(--green-main);
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    cursor: pointer;
}

.btn-application {
    display: inline-block;
    border-radius: 20rem;
    border: 2px solid #e0d4ff;
    background: linear-gradient(180deg, rgba(141, 35, 121, 1) 0%, rgba(140, 34, 236, 1) 100%);
    color: #FFF;
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.btn-application:hover {
    background: linear-gradient(270deg, rgba(141, 35, 121, 1) 0%, rgba(140, 34, 236, 1) 100%);
}

.btn-green {
	display: inline-block;
    border-radius: 20rem;
    border: 2px solid var(--green-dark);
	background: var(--white);
	color: var(--green-dark);
	padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.btn-green:hover {
	background: var(--green-dark);
	color: var(--white);
}

.btn-green-rev {
	display: inline-block;
    border-radius: 20rem;
    border: 2px solid var(--green-dark);
	background: var(--green-dark);
	color: var(--white);
	padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.btn-green-rev:hover {
	background: var(--white);
	color: var(--green-dark);
}

@media screen and (max-width: 1216px) {
    .container {
        padding: 0 16px;
    } 
}

@media screen and (max-width: 768px) {
    .section-title {
        font-size: 32px;
        line-height: 100%;
        margin-bottom: 30px;
    }

    .section-wrapper {
        padding: 40px 0 0;
    }
}

@supports (-webkit-overflow-scrolling: touch) {
    body {
        height: auto;
        min-height: 100vh;
    }
}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}

.air-datepicker {
    background: #4C4C4C !important;
    border: none !important;
    box-shadow: 8px 3px 22px 10px #00000021 !important;
    border-radius: 24px !important;
    box-sizing: border-box !important;
    font-size: 14px !important;
    color: #FFF !important;
    width: 296px !important;
	padding: 20px !important;
}

.air-datepicker--nav-title {
    border-radius: 4px ;
    padding: 0 8px;
}

.air-datepicker-nav--title:hover,
.air-datepicker-nav--action:hover {
    background-color: transparent !important;
}

.air-datepicker-nav--title i,
.air-datepicker-nav--title {
    color: #EBEBEB !important;
    font-size: 14px !important;
}

.air-datepicker--nav {
    width: 88% !important;
    justify-self: center !important;
    border-bottom: 1px solid #A6A6A6 !important;
    padding: 4px ;
}

.air-datepicker-cell {
	border-radius: 40px !important;
}

.air-datepicker-cell.-selected- {
    background: #202020 !important;
	color: #FFFFFF !important;
}

.air-datepicker-cell:hover {
	background-color: #202020 !important;
}

.air-datepicker-body--day-names {
    justify-self: center !important;
    width: 95% !important;
    margin: 8px 0 12px !important;
}

.air-datepicker-body--day-name {
	color: #FFFFFF !important;
}

.air-datepicker-cell.-current- {
    color: #D8FD61 !important;
}

.-bottom-center- .datepicker--pointer, .-top-center- .datepicker--pointer {
    display: none !important;
	left: calc(50% - 100px / 2) !important;
}

.phone-seo {
	display: inline-block;
	font-weight: 700;
	font-size: 16px;
	color: var(--white);
	transition: 0.3s ease;
}

.phone-seo:hover {
	color: var(--white80);
}

.phone-seo:active {
	color: var(--white90);
}