/*   
	Theme Name:        ICDS-RESOURCES
	Theme URI:         https://digwp.com/clubhouse/
	Description:       A simple basic theme template for WordPress.
	Author:            Chris Coyier and Jeff Starr
	Author URI:        https://digwp.com/
	Donate link:       http://m0n.co/donate
	Version:           2.1
	Stable tag:        2.0
	Requires at least: 4.5
	Tested up to:      4.7
	License:           GNU General Public License v3 or later
	License URI:       http://www.gnu.org/licenses/gpl-3.0.html
	Tags:              one-column, two-columns, right-sidebar
	Text Domain:       blank-theme
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400&display=swap');

body {
    width: 100%;
    max-width: 1920px;
    min-width: 360px;
    font-family: 'Roboto', sans-serif;
    background: #f3f3f3;
    font-size: 16px;
    line-height: 24px;
    color: #012046;
    font-weight: 400;
    margin: 0 auto;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

b, strong {
    font-weight: 500;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.wrapper {
    position: relative;
    width: 100%;
    overflow-x: hidden;
    background: url(../images/bg.png) no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

.wrapper.services {
    background: #f3f3f3;
}

.wrapper.services .bg-icon-1, .wrapper.services .bg-icon-2 {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

.wrapper.services .bg-icon-1 {
    width: 258px;
    height: 314px;
    background-image: url(images/bg-icon-1.png);
    top: 142px;
    left: -263px;
}

.wrapper.services .bg-icon-2 {
    width: 290px;
    height: 271px;
    background-image: url(images/bg-icon-2.png);
    bottom: 110px;
    right: -306px;
}

.hide {
    display: none;
}

.yellow-text {
    color: #f0c32e;
}

.sk-three-bounce {
    width: 4em;
    margin: auto;
    text-align: center;
}

.sk-three-bounce .sk-child {
    width: 1em;
    height: 1em;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
}

.sk-three-bounce .sk-bounce-1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.sk-three-bounce .sk-bounce-2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-three-bounce {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.btn {
    position: relative;
}

.btn.loading span {
    display: none;
}

.btn {
    display: inline-block;
    height: 58px;
    line-height: 58px;
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    width: 330px;
    color: #001843;
    text-transform: uppercase;
    border: 0;
    cursor: pointer;
}

.btn.btn-warning {
    background: #ffc400;
}

.btn.btn-blue {
    background: #001843;
    color: #fff;
}

.btn.btn-blue:hover {
    background: #0a285e;
}

.btn.btn-warning:hover {
    background: #f9cd3c;
}

.form-inner.loading {
    opacity: 0.8;
    pointer-events: none;
}

.notice {
    display: none;
    position: relative;
    top: -24px;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: .25rem;
    margin: 0 0 -54px;
}

.notice.notice-danger {
    color: #fff;
    background-color: #dc3545;
}

.notice.show {
    display: inline-block;
}

.form-group {
    position: relative;
    margin-bottom: 17px;
}

.form-group.form-button {
    text-align: center;
    margin: 50px 0 0; 
}

.form-group.form-button .button-lg {
    position: relative;
    left: 24px;
    top: 5px;
}

.form-group br {
    display: none;
}

.form-group .form-control {
    padding: 0 20px 0 56px;
    width: 100%;
    height: 52px;
    color: #757575;
    font-size: 16px;
    border: 1px solid #cccccc;
    outline: none;
}

.form-group textarea.form-control {
    font-family: 'Roboto', sans-serif;
    padding: 16px 20px 0 56px;
    resize: none;
}

.services .form-group textarea.form-control {
    height: 190px;
}

.form-group i {
    position: absolute;
    font-size: 14px;
    left: 20px;
    top: 19px;
    color: #757575;
    z-index: 2;
}

.section {
    background: #fff;
    border-radius: 20px;
    box-shadow: 3px 0 24px rgba(0, 0, 0, 0.07);
}

.services .section:not(.resources-header) {
    padding: 60px 80px;
    margin-bottom: 30px;
}

.section-header {
    margin-bottom: 60px;
    text-align: center;
}

.section-header .title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}

.section-header .description {
    font-size: 18px;
    line-height: 18px;
    color: #666;
    margin-top: 8px;
}

.resources-wrapper {
    padding-top: 60px;
}

.resources-wrapper .resources-header {
    position: relative;
    width: 100%;
    height: 105px;
    margin-bottom: 30px;
}

.buttons-wrapper {
    text-align: center;
    margin-top: 55px;
}

.buttons-wrapper .button-lg {
    width: 100%;
    max-width: 330px;
    padding: 0 10px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
}

.buttons-wrapper .button-lg:last-child {
    margin-left: 26px;
}

.new-year .resources-wrapper .resources-header .logo-wrapper {
    padding: 15px 0 15px 30px;
}

.new-year .resources-wrapper .resources-header .logo-wrapper .logo {
    width: 206px;
    height: 75px;
    background: url(/wp-content/themes/icds/images/logo-new-year-dark.svg) no-repeat;
}

.resources-wrapper .resources-header .logo-wrapper {
    padding: 18.5px 0 18.5px 30px;
}

.resources-wrapper .resources-header .logo-wrapper .logo {
    display: block;
    width: 253px;
    height: 68px;
    background: url(images/logo.svg) no-repeat;
    background-size: cover;
}

.resources-wrapper .resources-header .resources-title {
    position: absolute;
    top: 0;
    right: 15px;
    padding: 26.5px 46px 26.5px 0;
    text-align: center;
}

.resources-wrapper .resources-header .resources-title h1 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 500;
}

.resources-wrapper .resources-header .resources-title span {
    display: block;
    color: #666;
    font-size: 22px;
    font-weight: 300;
}

.resources-wrapper .contact-buttons {
    text-align: center;
    margin-bottom: 30px;
}

.resources-wrapper .contact-buttons .contact-btn {
    margin: 0 10px;
}

.contact-btn {
    display: inline-block;
    width: 240px;
    height: 46px;
    line-height: 46px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}

.contact-btn i {
    margin-right: 6px;
}

.contact-btn.youtube i {
    margin: 0 0 0 6px;
}

.contact-btn.whatsapp {
    background: #02c464;
}

.contact-btn.telegram {
    background: #2e87ca;
}

.contact-btn.call {
    background: #ffc400;
}

.contact-btn.vk {
    background: #597da3;
}

.contact-btn.whatsapp:hover {
    background: #02ae59;
}

.contact-btn.telegram:hover {
    background: #2877b3;
}

.contact-btn.call:hover {
    background: #e7b202;
}

.contact-btn.vk:hover {
    background: #6086af;
}

.contact-btn.youtube {
    background: #f70500;
}

.contact-btn.youtube:hover {
    background: #cc0000;
}

.ad-wrapper {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 30px;
}

.ad-wrapper .ad-section {
    padding: 25px 40px;
}

.ad-wrapper .ad-section b {
    font-size: 24px;
    font-weight: 500;
}

.ad-wrapper .ad-section.books-es {
    line-height: 30px;
}

.ad-wrapper .ad-section span {
    font-weight: 500;
}

.calendar-wrapper {
    margin-bottom: 30px;
}

.ui-widget {
    margin: 0 auto;
    border: 0;
    font-family: 'Roboto', sans-serif;
}

.ui-widget.ui-widget-content {
    border: 0;
}

.ui-widget-header {
    color: #012046;
    font-weight: 400;
    border: 0;
    background: #fff;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    font-size: 14px;
    font-weight: 300;
}

.ui-datepicker-header .ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    border: 0;
    background: #fff;
}

.ui-datepicker-header .ui-datepicker-prev span,
.ui-datepicker-header .ui-datepicker-next span {
    display: none;
}

.ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker-header .ui-datepicker-next {
    top: 17.5px;
    width: inherit;
    height: inherit;
    cursor: pointer;
}

.ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker-header .ui-datepicker-next:before {
    font-size: 30px;
    color: #f0c32e;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

.ui-datepicker-header .ui-datepicker-prev:before {
    content: '\f053';
}

.ui-datepicker-header .ui-datepicker-next:before {
    content: '\f054';
}

.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next {
    right: -40px;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-prev {
    left: -40px;
}

.ui-datepicker th {
    color: #cdcdcd;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em 17px;
}

.ui-datepicker td {
    padding: 4px 3.57px;
}

.ui-datepicker td a,
.ui-datepicker td span {
    padding: 4px 0;
    text-align: center;
    border-radius: 8px;
    font-size: 16px;
}

.ui-datepicker td.ui-state-disabled span {
    color: #cdcdcd;
    background: #f0f0f0;
    border: 1px solid #ccc;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: 1px solid #ccc;
    background: #fff;
    color: #001d44;
    transition: all 0.3s;
}

.ui-datepicker .selected a {
    color: #fff;
    border-color: #f0c32e;
    background: #f0c32e;
}

.ui-datepicker .past a {
    color: #fff;
    border-color: #848383;
    background: #999;
}

.ui-datepicker .ui-datepicker-today a {
    color: #fff;
    background: #02c464 !important;
    border-color: #02c464 !important;
}

.ui-state-active,
.ui-widget-content .ui-state-active {
    color: #fff;
    border-color: #001d44 !important;
    background: #001d44 !important;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 1;
    -ms-filter: none;
    background-image: none;
}

.ui-datepicker {
    width: 288px;
    padding: 0;
}

.ui-widget-content .ui-state-hover {
    border-color: #001d44;
}

.popular-cources-section {
    padding: 52px 0 58px;
    margin-bottom: 30px;
}

.popular-cources-section .title {
    margin-bottom: 48px;
}

.popular-cources-slider {
    padding: 0 70px;
}

.title {
    text-align: center;
}

.title h2 {
    font-size: 24px;
    font-weight: 500;
}

.title p {
    margin-top: 42px;
}

.owl-nav>button {
    width: 56px;
    height: 56px;
    position: absolute;
    top: 50%;
    margin-top: -28px;
    background-color: transparent;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 10;
    transition: .3s;
    cursor: pointer;
    outline: none;
}

.owl-nav>button:hover {
    transform: scale(1.1);
}

.owl-nav>button:after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 21.5px;
    border-bottom: 2.5px solid #fff;
    border-left: 2.5px solid #fff;
}

.owl-nav .owl-prev {
    left: 0px;
}

.owl-nav .owl-prev:after {
    transform: rotate(45deg);
    left: 22px;
}

.owl-nav .owl-next {
    right: 0px;
}

.owl-nav .owl-next:after {
    transform: rotate(-135deg);
    left: 17px;
}

.owl-nav .owl-prev.disabled,
.owl-nav .owl-next.disabled {
    cursor: default !important;
    opacity: 0.5;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-loaded {
    display: block;
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}

.owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel.owl-rtl {
    direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

.no-js .owl-carousel {
    display: block;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

.icons-list .icons-list-item {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
    color: #001843;
}

.services .icons-list {
    margin-bottom: -58px;
}

.services .icons-list .icons-list-item {
    font-size: 18px;
    margin-bottom: 58px;
}

.icons-list .icons-list-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.icons-list .icons-list-item i {
    color: #f0c32e;
    font-size: 48px;
    margin-bottom: 26px;
}

.icons-list .icons-list-item h3 {
    color: #001843;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 18px;
}

.icons-list .icons-list-item p {
    color: #001843;
}

.button-lg {
    display: inline-block;
    padding: 0 15px;
    width: 384px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    color: #111e44;
    font-size: 21px;
    background: #f0c32e;
    text-transform: uppercase;
    transition: all 0.3s;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.button-lg.btn-rounded {
    border-radius: 8px;
}

.button-lg:hover {
    background: #f9cd3c;
}

.button-lg.button-blue {
    background: #001843;
    color: #fff;
}

.button-lg.button-blue:hover {
    background: #01318b;
}

.mobile-slider.owl-carousel {
    display: flex;
}

.tooltip {
    position: relative;
}

.tooltip .text {
    position: absolute;
    top: 24px;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
    background: #f0c32e;
    border-radius: 12px;
    font-size: 12px;
    line-height: 16px;
    padding: 16px 20px;
    width: 260px;
    box-shadow: 3px 0 7px rgba(0, 0, 0, 0.35);
    font-style: italic;
}

.tooltip:hover .text {
    visibility: visible;
    opacity: 1;
}


.slider .owl-nav > button::after, .owl-nav > button::before {
    display: none;
}

.slider .owl-nav > button {
    width: auto;
    height: auto;
    border: 0;
    border-radius: none;
    font-size: 30px;
    color: #f0c32e;
    margin-top: -15px;
}

.clubs-section .slider .owl-nav > button {
    top: 0;
    margin-top: 0;
}

.slider .owl-nav .owl-next {
    right: 20px;
}

.slider .owl-nav .owl-prev {
    left: 20px;
}

.clubs-section .slider .owl-nav .owl-next {
    right: 27px;
}

.clubs-section .slider .owl-nav .owl-prev {
    left: 27px;
}

/* Modal */
.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
    pointer-events: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: auto;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .4
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 22px 32px;
    border-bottom: 1px solid #e9e9e9;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 22px;
    margin: -17px -22px -22px auto
}

.modal-title {
    font-size: 22px;
    color: #666666;
    font-weight: normal;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.modal-dialog {
    position: relative;
    top: 10vh;
    margin: 30px auto 0;
}

.modal-plan .modal-dialog {
    width: 960px;
}

.modal-plan .modal-plan-body {
    position: relative;
    padding: 50px 75px;
    background: #fff;
    border: 22px solid #e1a801;
    box-shadow: 3px 0 16px rgba(0, 0, 0, 0.35);
}

.modal-plan .modal-plan-body .modal-close {
    position: absolute;
    top: 22px;
    right: 28px;
    border: 0;
    background: none;
    color: #666666;
    font-size: 30px;
    cursor: pointer;
    z-index: 5;
}

.modal-plan .modal-plan-body h2 {
    text-align: center;
    font-size: 24px;
    color: #002046;
    margin: 0 0 54px;
}

.modal-plan .modal-plan-body .service-title {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 26px;
}

.modal-plan .modal-plan-body h3 {
    color: #999999;
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 22px;
}

.modal-plan.coach-modal .modal-plan-body h3 {
    color: #002046;
    font-size: 24px;
    text-align: center;
}

.modal-plan.coach-modal .modal-plan-body span {
    font-size: 16px;
    font-weight: normal;
}

.modal-plan .modal-plan-body ul {
    list-style: none;
    margin-bottom: 50px;
}

.modal-plan .modal-plan-body ul li {
    position: relative;
    font-size: 16px;
    padding-left: 16px;
    margin-bottom: 4px;
}

.modal-plan .modal-plan-body ul li:before {
    content: "\f054";
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0px;
    margin: 0;
    font-size: 12px;
    color: #e1a801;
}

.modal-plan .modal-plan-body ul li ul li:before {
    content: "-";
}

.modal-plan .modal-plan-body ul li ul {
    margin: 20px 0;
}

.modal-plan .modal-plan-body .author-name {
    color: #002046;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 28px;
    text-align: center;
}

.modal-plan .modal-plan-body .author-name a {
    text-decoration: none;
    color: #002046;
    font-size: 18px;
    font-weight: 500;
}

.modal-plan .modal-plan-body .author-name a i {
    margin-right: 4px;
}

.modal-plan .modal-plan-body .description {
    color: #999;
    line-height: 18px;
    max-width: 70%;
    margin: 0 auto 74px;
    text-align: center;
}

.modal-plan .modal-plan-body .button {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.modal-plan .modal-plan-body .consultation-price {
    text-align: center;
    padding-top: 14px;
}

.modal-plan .modal-plan-body .consultation-price .price {
    font-size: 14px;
    margin: 20px 0 72px;
}

.modal-plan.coach-modal .modal-plan-body .consultation-price .price {
    margin: 20px 0;
}

.modal-plan .modal-plan-body .consultation-price .price b {
    font-size: 24px;
}

.modal-plan .modal-plan-body .consultation-price .bottom-text {
    font-size: 14px;
    line-height: 18px;
}

.modal-spoiler {
    color: #999;
    margin-top: 28px;
}

.modal-spoiler.active .spoiler-header i {
    transform: rotate(180deg);
}

.modal-spoiler .spoiler-header {
    font-size: 14px;
    cursor: pointer;
    text-align: center;
    padding-bottom: 10px;
}

.modal-spoiler .spoiler-header i {
    font-size: 12px;
    margin-left: 4px;
    transition: transform 0.3s;
}

.modal-spoiler .spoiler-body {
    display: none;
    font-size: 12px;
    line-height: 16px;
    padding: 0 14px;
    border-top: 1px solid #ccc;
    padding-top: 12px;
}

.wpcf7-spinner {
    position: relative;
    left: 24px;
    display: block;
    margin: 15px auto;
}

.section.nav-section {
    padding-left: 20px;
    padding-right: 20px;
}

.nav-buttons-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.nav-buttons-wrapper .button-lg {
    width: 162px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    font-weight: 500;
    text-transform: none;
}

/* End modal*/

@media screen and (min-width:992px) and (max-width:1199px) {
    .ui-datepicker .ui-datepicker-next-hover,
    .ui-datepicker .ui-datepicker-next {
        right: 0;
    }

    .ui-datepicker .ui-datepicker-prev-hover,
    .ui-datepicker .ui-datepicker-prev {
        left: 0;
    }

    .services .section:not(.resources-header) {
        padding: 60px;
    }
}

@media screen and (max-width:991px) {
    .resources-wrapper .contact-buttons {
        margin-bottom: 15px;
    }

    .resources-wrapper .contact-buttons .contact-btn {
        margin: 0 7.5px 15px;
    }

    .wrapper {
        padding-bottom: 120px;
    }

    .buttons-wrapper .button-lg:last-child {
        margin: 30px 0 0;
    }

    /* Modal */
    .modal-plan .modal-dialog {
        width:720px;
    }
    /* End Modal */
}

@media screen and (max-width:767px) {
    .resources-wrapper {
        padding: 26px 0 0;
    }

    .resources-wrapper .resources-header {
        padding: 22px 20px;
        margin-bottom: 22px;
    }

    .resources-wrapper .resources-header .logo-wrapper {
        padding: 0;
    }

    .new-year .resources-wrapper .resources-header .logo-wrapper .logo {
        width: 195px;
        height: 71px;
        margin: 0 auto 10px;
    }

    .resources-wrapper .resources-header .logo-wrapper .logo {
        width: 193px;
        height: 52px;
        margin: 0 auto 20px;
    }

    .resources-wrapper .resources-header {
        height: inherit;
    }

    .resources-wrapper .resources-header .resources-title {
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
        text-align: center;
    }

    .resources-wrapper .resources-header .resources-title h1 {
        font-size: 20px;
        line-height: 26px;
    }

    .resources-wrapper .resources-header .resources-title h1 span {
        font-size: 18px;
    }

    .resources-wrapper .contact-buttons {
        margin-bottom: 12px;
    }

    .resources-wrapper .contact-buttons .contact-btn {
        width: 40px;
        height: 40px;
        line-height: 46px;
        line-height: 40px;
        font-size: 16px;
        margin: 0 3px 10px;
    }

    .resources-wrapper .contact-buttons .contact-btn span {
        display: none;
    }

    .contact-btn i {
        position: relative;
        font-size: 18px;
        top: 1px;
        margin-right: 0;
    }

    .contact-btn.youtube i {
        margin-left: 0;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 0;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 0;
    }

    #icds-calendar {
        padding: 19px 0 20px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em 1px;
    }

    .title h2 {
        font-size: 20px;
    }

    .title p {
        margin-top: 22px;
        font-size: 14px;
        line-height: 18px;
    }

    .button-lg {
        width: 330px;
    }

    .mobile-slider {
        margin: 0;
    }

    .mobile-slider.owl-carousel.owl-loaded {
        display: flex;
    }

    .mobile-slider .owl-nav>button {
        width: inherit;
        height: inherit;
        margin-top: -15px;
        border: 0;
        border-radius: 0;
        color: #f0c32e;
        font-size: 30px;
    }

    .mobile-slider .owl-nav .owl-prev {
        left: 0;
    }

    .mobile-slider .owl-nav .owl-next {
        right: 0;
    }

    .mobile-slider .owl-nav .owl-prev:after,
    .mobile-slider .owl-nav .owl-next:after {
        display: none;
    }

    .wrapper {
        padding-bottom: 90px;
    }   

    .services .section:not(.resources-header) {
        padding: 30px;
    }

    .section-header {
        margin-bottom: 30px;
    }

    .section-header .title {
        font-size: 20px;
        line-height: 24px;
    }

    .section-header .description {
        font-size: 16px;
        margin-top: 6px;
    }

    .services .icons-list {
        margin: 0;
    }

    .services .icons-list .icons-list-item {
        font-size: 16px;
        margin: 0;
    }

    .buttons-wrapper {
        margin-top: 30px;
    }

    .buttons-wrapper .button-lg {
        padding: 0 10px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }

    .buttons-wrapper .button-lg:last-child {
        margin-top: 15px;
    }

    /* Modal */
    .modal-plan .modal-plan-body {
        padding: 25px 30px;
        border: 5px solid #e1a801;
    }

    .modal-plan .modal-dialog {
        width: 100%;
    }

    .modal-plan .modal-plan-body h2 {
        font-size:20px;
    }

    .modal-plan .modal-plan-body ul {
        margin-bottom:25px;
    }

    .modal-plan .modal-plan-body .description {
        margin:0 auto 30px;
    }

    .modal-plan .modal-plan-body h2 {
        font-size: 18px;
        max-width: 250px;
        margin: 0 auto 30px;
    }

    .modal-plan .modal-plan-body .modal-close {
        top: 10px;
        right: 10px;
        font-size: 26px;
    }

    .modal-plan .btn.btn-lg {
        width: 100%;
    }
    /* End modal */

    .form-group.form-button {
        text-align: center;
        margin: 20px 0 0;
    }

    .modal-plan .modal-plan-body .description {
        line-height: 16px;
        max-width: 100%;
    }

    .modal-plan .modal-plan-body .service-title {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .modal-plan .modal-plan-body .button-lg {
        width: 320px;
    }

    .nav-buttons-wrapper .button-lg {
        width: 140px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
        padding: 0 5px;
    }

    .services .section.nav-section {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width:540px) {}

@media screen and (max-width:380px) {}