@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.2;
    color: #465466;
}
#simplemodal-container {
	max-height: 80%;
    overflow: auto;
}
.pricing__section--small {
    max-width: 1355px;
    margin: 0 auto;
    padding: 0 30px;
    box-sizing: content-box;
}
.pricing__title {
    margin: 30px 0 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    color: #465466;
}
.pricing__shortTitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 24px;
    color: #84898f;
    margin-top: 0;
}
.pricing__subscription_canceled{
	color:#cd300a;
}
.pricing__section--plans {
    margin-bottom: 30px;
}
.btn__primary {
    width: 210px;
    display: block;
    margin: 0 auto;
    background: #37B3FF;
    border-radius: 10px 0px;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
}
.btn__primary:hover {
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.1) 0, rgba(0,0,0,0.1) 100%);
}
.btn__link {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #37B3FF;
    margin-bottom: 40px;
    margin: 20px 0 0;
}
.btn__link span {
    cursor: pointer;
}
.btn__link--trial span {
	margin-left: -24px;
}
.btn__start-free-trial {
    border-radius: 60px!important;
}
.btn__custom-enterprise {
    display: flex;
    justify-content: center;
    width: 210px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #465466;
    border-radius: 10px 0px;
    padding: 0;
    text-decoration: none;
    font-size: 12px!important;
    margin-top: 6px!important;
    background: #FD7A19FF!important;
    border-radius: 60px!important;
}
.btn__link:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/_cms/pricing/assets/arrow-right-blue.svg);
    position: absolute;
    margin-left: 6px;
}
@keyframes btn-link {
    0%   {margin-left: 6px;}
    25%  {margin-left: 8px;}
    50%  {margin-left: 10px;}
    75%  {margin-left: 8px;}
    100% {margin-left: 6px;}
}
.btn__link:hover:after {
    animation: btn-link .6s infinite;
}
.btn__link--orange {
    color: #FD7A19;
	text-decoration: none;
}
.btn__link--orange:after {
    background: url(/_cms/pricing/assets/arrow-right-orange.svg);
}
.btn__link--trial {
    text-align: center;
}
.btn__link--trial a {
    color: #37B3FF;
    text-decoration: none;
}
.btn__link--more {
    padding-right: 30px;
    margin-top: 0;
}
.not__available {
    display: none;
    position: absolute;
    bottom: 10px;
    right: 20px;
    left: 20px;
    margin: 0;
    color: #c11111;
    font-weight: 600;
    font-size: 12px;
}
.limit__free {
    text-align: center;
}
.limit_title {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
}
.limit__time {
    background: #FF3131;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 20px;
}
.limit__time.limit__time--disabled {
    background: #CFCFCF;
}
.billed {
    max-width: 1090px;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
}
.billed__check {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}
.billed__checkedName-checked {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: 4px;
    top: 4px;
}
.billed__checkedName-checked::after {
    content: "";
    display: block;
    background: rgb(20, 26, 32);
    opacity: 1;
    transition: all 250ms ease-in-out 0s;
    width: 100px;
    height: 1.875rem;
    border-radius: 1.25rem;
    z-index: 9;
}
#billed__input:checked ~ .billed__checkedName-checked::after { 
    transform: translateX(calc(100% -  -7px));
}
.billed__title {
    display: none;
}
.billed.billed--discount {
    justify-content: flex-end;
}
.billed.billed--discount .billed__title {
    display: inline-block;
}
.billed__check label {
    display: flex;
    position: relative;
    align-items: center;
    border: 1px solid #000;
    border-radius: 20px;
    padding: 5px 10px;
    gap: 20px;
}
.billed__sale {
	position: relative;
    background: #000;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    padding: 2px 15px 4px;
    display: flex;
}
.billed__sale.billed__sale--disabled {
    background: #CFCFCF;
}
.billed__sale.salePromo_active:before {
   content: '';
    position: absolute;
    top: 9px;
    right: -1px;
    width: 30px;
    height: 2px;
    background: #37b3ff;
    border-radius: 50px;
    z-index: 998;
    transform: rotate(-14deg);
}
.billed__salePromo {
    color: #37B3FF;
    font-size: 14px;
    margin-left: 5px;
    font-weight: 600;
}
.billed__promoText {
    display: block;
    font-weight: 700;
    font-size: 12px;
    margin-top: 5px;
    line-height: 100%;
    color: #37b3ff;
}
.billed__checkbox {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}
.billed__track {
    position: relative;
    background: #37B3FF;
    border-radius: 15px;
    cursor: pointer;
    display: flex;
    width: 65px;
    height: 30px;
    margin: 0 16px;
    display: none;
}
.billed__indicator {
    align-items: center;
    background: #fff;
    border-radius: 50px;
    bottom: 3px;
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    left: 2px;
    outline: solid 2px transparent;
    position: absolute;
    transition: 0.25s;
}
.billed__checkMark {
    fill: #fff;
    height: 24px;
    width: 24px;
    opacity: 0;
    transition: opacity 0.25s ease-in-out;
}
.billed__checkbox:checked + .billed__track .billed__indicator {
    background: #fff;
    transform: translateX(37px);
}
.billed__checkbox:checked + .billed__track .billed__indicator .billed__checkMark {
    opacity: 1;
    transition: opacity 0.25s ease-in-out;
}
.billed__checkedName {
    cursor: pointer;
    border-radius: 20px;
    padding: 2px 10px 4px;
    display: flex;
    align-items: center;
    z-index: 99;
}
.billed__checkedName.billed--active {
    color: #fff;
    transition: 1s;
}
.package {
    display: flex;
    margin:  0 -13px 0;
    justify-content: center;
}
.package__item {
    width: 25%;
    margin: 0 13px;
}
.package__item--ourplans {
    background: #fff;    
    border: 2px solid #FD7A19;
    box-sizing: border-box;
}
.package__item--ourplans .btn__buy--orange {
    width: 100%;
    margin-top: 16px;
}
.package__itemHead {
    position: relative;
    height: 246px;
    background: #6b7c93;
    padding: 20px;
    border-radius: 10px 0px 0px 0px;
    text-align: center;
    display: grid;
}
.package__itemHead--white {
    background: #fff;
}
.package__itemHead--orange {
    background: #fbba8f;
}
.package__itemHead--purple {
    background: #A383FF;
}
.package__itemHead--blue {
    background: #2CDBF3;
}
.package__itemHead--green {
    background: #03E7B0;
}
.package__itemHead h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 130%;
    color: #fff;
    margin: 10px 0 0;
    height: 40px;
}
.package__itemHead h3 span {
    font-size: 14px;
    line-height: 130%;
    color: #465466;
    display: block;
    font-weight: normal;
}
.package__item--ourplans .package__itemHead h3 {
    color: #FD7A19;
}
.package__itemContent {
    display: flex;
    flex-direction: column;
    /*justify-content: space-between;*/
    padding: 16px;
    min-height: 320px;
    background: #F6F7FB;
    border-radius: 10px 0px;
}
.package__item--ourplans .package__itemContent {
    border-radius: 0;
    background: #fff;
}
.package__itemContent--white {
    border-top: 1px solid #A2C3D5;
    padding: 20px 0;
    margin: 0 20px;
}
.package__itemContent h4 {
    line-height: 130%;
    margin: 0 0 12px;
    color: #465466;
    font-weight: 700;
    text-transform: none;
}
.package__itemContent p {
    margin: 0 0 12px;
}
.package__short {
    display: block;
	text-align: justify;
    margin: 10px 0;
    padding: 15px;
    font-weight: 600;
    font-size: 14px;
    line-height: 130%;
    background: #fff;
}
.package__item--free .package__short {
    color: #fff;
    background: #ffeddf;
}
.package__item--plus .package__short {
    color: #3C199E;
    background: rgba(163, 131, 255, 0.15);
}
.package__item--corporate .package__short {
    color: #115F98;
    background: rgba(44, 219, 243, 0.15);
}
.package__item--enterprise .package__short {
    color: #05725E;
    background: rgba(3, 230, 176, 0.15);
}
.package__contentList {
    padding: 0;
    margin: 0;
    list-style-type: none;
	min-height: 220px;
}
.package__contentList li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 10px;
    line-height: 130%;
    font-weight: 400;
}
.package__contentList li:before {
    content: '';
    background: url(/_cms/pricing/assets/check-blue.svg) center no-repeat;
    width: 11px;
    height: 8px;
    position: absolute;
    left: 0;
    top: 6px;
}
.package__item--plus .package__contentList li:before {
    background: url(/_cms/pricing/assets/check-purple.svg) center no-repeat;
}
.btn__buy {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #465466;
    border-radius: 10px 0px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
}
.btn__start-free-trial {
    display: block;
    width: 180px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: #465466;
    border-radius: 10px 0px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
}
.free-forever-link {
    text-decoration: none;
}
.btn__buy:hover,
.btn__start-free-trial:hover {
    background-image: linear-gradient(-180deg, rgba(255,255,255,0.1) 0, rgba(0,0,0,0.1) 100%);
}
.btn__buy--orange {
    background: #FD7A19;
}
.btn_currentPlan {
	width: 210px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    background: none;
    border-radius: 10px 0px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
}
.btn_currentPlan:hover {
    background-image: none;
}
.package__item--free .package__itemPrice {
    color: #fff!important;   
}
.package__priceMonth {
    color: #000;
    margin-bottom: 10px;
}
.package__itemPrice {
    color: #3C199E;
    font-size: 14px;
    font-weight: 500;
}
.package_price {
    display: flex;
    align-items: center;
    justify-content: center;
}
.package_price .package_priceMonth {
    color: #000;
}
.package__priceMonth span {
    color: #3C199E;
    font-size: 32px;
    line-height: 130%;
    font-weight: bold;
    display: block;
}
.package__itemPrice--blue {
    color: #115F98;
}
.package__itemPrice--green {
    color: #05725E;
}
.package__itemPrice--oldPrice {
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 20px;
    text-decoration: line-through;
    color: #6C52AD;
}
.package__itemPrice--oldPrice i {
    font-size: 14px;
}
.package__itemHead--blue .package__itemPrice--oldPrice {
    color: #01AAC2;
}
.package__itemHead--green .package__itemPrice--oldPrice {
    color: #03AB81;
}
.package__itemPrice--newPrice {
    font-size: 32px;
    font-weight: bold;
	margin: 0 10px;
    margin-right: 5px;
}
.package__best {
    position: absolute;
    width: 98px;
    height: 26px;
    top: -12px;
    left: calc(50% - 49px);
    background: #465466;
    border-radius: 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
}
.package__itemText {
    margin: 0 auto;
    font-weight: 700;
    line-height: 130%;
}
.pricing__section--award {
    padding-top: 100px;
    padding-bottom: 100px;
    background: rgba(55, 179, 255, 0.1);
}
.section__subtitle--award {
    margin: 0 0 30px;
    text-align: center;
}
.award {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.award__item {
    width: 33.33333333%;
}
.image__responsive {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.pricing__section--faq {
    padding-top: 50px;
    padding-bottom: 100px;
}
.pageContentWrap h1 {
    text-align: center;
    margin: 0 0 50px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    font-size: 32px;
    line-height: 130%;
    color: #465466;
}
.pageContentWrap.faqArea {
    max-width: 100%;
    margin: 0;
    background: transparent;
    border: none;
    padding: 0;
}
.faqArea .collapsibleItem.plus {
    background: transparent;
    border: none;
    border-bottom: 1px solid #C7DBE6;
    padding: 20px 30px 0;
    margin: 0;
}
.faqArea .collapsibleItem.plus > .title {
    color: #465466;
    font-weight: 600;
    padding: 0;
    padding-right: 30px;
    margin: 0;
}
.faqArea .collapsibleItem.plus > .title:before {
    right: 10px;
    left: auto;
    top: calc(50% - 12px);
    font-weight: bold;
    color: #465466;
}
.faqArea .collapsibleItem.plus:hover {
    box-shadow: none;
}
.faqArea .collapsibleItem.plus:hover>.title,
.faqArea .collapsibleItem.plus.active>.title {
    color: #077FC1;
}
.faqArea .collapsibleItem > .content {
    margin-bottom: 20px;
    padding: 0;
    font-size: 16px;
}
.btn__more {
    color: #077FC1;
    font-weight: 500;
    font-size: 16px;
}

.pricing__section--schedule {
    background: #F5F5F5;
    padding-top: 100px;
    padding-bottom: 120px;
    text-align: center;
}
.pricing__subtitle--small {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
}
.pricing__h4 {
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: 800;
    font-size: 42px;
    line-height: 120%;
    text-transform: uppercase;
    color: #077FC1;
    margin: 30px 0 40px;
}

/**************************************/
.pageContentWrap {
    max-width: 100%;
    min-width: 1280px;
}
.user-features {
    max-height: 700px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    overflow: hidden;
}
.collapsibleItem.big {
    border: none;
    background: #fff;
    padding: 0;
    margin: 0;
    color: #465466;
    box-shadow: 0px 0px 15px rgb(0, 0, 0, .15);
    margin-bottom: 20px;
    border-radius: 10px;
}
.collapsibleItem.big.active {
    background: #fff;
}
.collapsibleItem.big>.title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
    color: #fff;
    margin: 0;
    background: #FD7A18;
    border-radius: 10px 10px 0px 0px;
    padding: 13px 20px;
}
.collapsibleItem.big.active>.title:before {
        display: none;
}
.collapsibleItem>.content {
    color: #465466;
    font-size: 16px;
    line-height: 24px;  
    padding: 0;
}

.stickyHeader {
    display: block;
    position: fixed!important;
    top: 58px;
    z-index: 300;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    min-width: 1300px;
    border-bottom: 1px solid #C7DBE6;
    padding-top: 14px;
}
.features-small-title {
    font-size: 14px;
    line-height: 130%;
    color: #465466;
    display: block;
    font-weight: normal;
    margin: 0!important;
}
.features {
    border-spacing: 2px;
    position: relative;
    table-layout: fixed;
}
.features-inner {
    display: flex;
    width: 1385px;
    margin: 0 auto;
}
.features .features-inner>div {
    padding: 12px;
    text-align: center;
}
.stickyHeader .features-inner>div {
    position: relative;
    width: 25%;
    padding: 12px;
    text-align: center;
    margin: 0 13px;
    color: #fff;
    height: 186px;
    border-radius: 10px 0px 0px 0px;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    flex-wrap: wrap;
}
.stickyHeader .features-inner>div.td-free {
	font-size: 24px;
}
.stickyHeader .features-inner>div span {
    margin-top: 20px;
    width: 100%;
    height: 63px;
}
/* .td-free {
    color: #fbba8f;
}
.td-plus {
    color: #A383FF;
}
.td-corporate {
    color: #2CDBF3;
}
.td-enterprise {
    color: #03E7B0;
} */
/* .btn__buy {
	width: 100%;
} */
.featuresHeader {
    width: 100%;
    margin-bottom: 10px;
}
.table-features {
    text-align: left!important;
    font-size: 20px!important;
    font-weight: 800;
}
.featuresHeader thead {
    width: 100%;
}
.featuresHeader td {
    text-transform: capitalize;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
td .btn_currentPlan {
    color: #000000;
}
.pricing__section--custom-enterprise .package__contentList li:before {
	background: url(/_cms/pricing/assets/check-purple.svg) center no-repeat;
}
.pricing__section--custom-enterprise .package__contentList h4 {
	text-transform: capitalize;
}
.pricing__section--custom-enterprise {
    padding: 20px;
    max-width: 1090px;
    margin: 0 auto 30px;
    background-color: #F6F7FB;
    padding: 20px;
    border-radius: 10px 0px;
}
.pricing__section--custom-enterprise h1 {
    color: #FD7A19FF;
}
.pricing__section--custom-enterprise .pricing__section--small-cnt {
    display: flex;
    justify-content: space-between;
}
.pricing__section--custom-enterprise .pricing__section--small-cnt .btn_demo {
    display: flex;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    max-width: 180px!important;
    max-height: 50px;
    border-radius: 14px!important;
    background: #465466;
    color: #fff;
    font-weight: bold!important;
    text-transform: none;
    margin: 0;
}
.pricing__customContact h4 {
    max-width: 120px;
    color: #512bbf;
    margin-bottom: 20px;
    text-transform: capitalize;
    font-size: 18px;
}
.pricing__customContact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
.package__customHead h3 {
    font-weight: 900;
    font-size: 24px;
    line-height: 100%;
    color: #fd7a18;
    margin: 10px 0 20px;
}
.package__customHead p {
    max-width: 200px;
}
.trialOrLoggedOut .pricing__section .billed {
    align-items: end;
    flex-flow: column-reverse;
}
.trialOrLoggedOut .pricing__section .billed .billed__sale.month-free {
    background-color: #000;
}
.trialOrLoggedOut .pricing__section .billed .billed__sale {
    position: relative;
    background-color: #CFCFCF;
}
.trialOrLoggedOut .pricing__section .billed .billed__sale.month-free::after {
    border-top: 8px solid #000000;
}
.trialOrLoggedOut .pricing__section .billed .billed__sale::after {
    position: absolute;
    right: 20px;
    top: 30px;
    content: "";
    display: block;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 8px solid #CFCFCF;
}
/**************************************/

@media screen and (max-width: 1360px) {
    .packages-boxes-content .pricing__section {
        width: 1360px;
    }
	.landerSection.cp-scrollblock {
		width: 1360px;
		max-width: none;
	}
    .package {
        flex-wrap: wrap;
    }
    .pageContentWrap {
        min-width: auto;
    }
    .features-inner {
        padding: 0 15px;
    }
    .features-inner {
        width: 1360px;
    }
    .stickyHeader .features-inner>div {
        width: 306px;
    }
    .packages-boxes-content::-webkit-scrollbar {
        width: 0px;
        background: transparent;
        display: none; 
    }
    .packages-boxes-content {
        overflow-x: auto;
        padding-top: 20px;
    }
    .pricing__section--small {
        max-width: 100%;
    }
    .package__item {
        width: 305px;
    }
    .dots {
        text-align: center;
        margin: 0;
        width: 100%;
    }
    .dots span {
        width: 10px;
        height: 10px;
        display: inline-block;
        margin: 0 6px;
        border-radius: 50%;
        background: rgba(55, 179, 255, 0.15);
    }
    .dots span.active {
        background: #37B3FF;
    }
	.pricing__section--custom-enterprise {
        max-width: 1360px;
    }
}

@media screen and (max-width: 991px) {
    .pricing__h4 {
        font-size: 34px;
    }
}

@media screen and (max-width: 767px) {
    h2 {
        font-size: 22px;
    }
}

@media screen and (max-width: 480px) {
    .pricing__section h1.pricing__subtitle {
        margin-top: 58px;
    }
    .btn__link--trial {
        font-size: 14px;
    }
    .pricing__section--small {
        padding: 0 15px;
    }
    .pricing__section--award {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .packages-boxes-content .pricing__section {
        width: 828px;
    } 
	.landerSection.cp-scrollblock {
		width: 828px;
		margin: 20px
	}
    .package {
        margin: 0 -8px;
    }
    h2 {
        font-size: 18px!important;
    }
    .package__item {
        margin: 0 8px;
        width: 186px;
    }
    .btn__custom-enterprise {
        width: 100%!important;
        font-size: 10px!important;
    }
	.package__item--ourplans {
		width: 156px;
	}
	.package__item--ourplans .package__itemHead h3 {
		font-size: 16px;
	}
	.package__item .package__itemText {
    	font-size: 10px;
	}
    .package__item .btn__buy {
        width: 100%;
        margin-top: 5px;
    }
	.package__item.package__item--ourplans .btn__buy--orange {
		padding: 0 10px;
        font-size: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
	}
    .package__itemPrice--newPrice {
        font-size: 24px;
    }
    .package__itemHead {
        height: 214px;
        padding: 16px;
    }
    .package__itemHead h3 {
        font-size: 18px;
        height: 42px;
        margin-top: 0;
    }
    .package__itemHead h3 span {
        font-size: 12px;
    }
    .package__itemPrice {
        font-size: 12px;
    }
    .package__priceMonth {
        font-size: 14px;
    }
    .package__item--ourplans .package__itemHead {
        padding: 16px 5px;
        height: auto;
    }
    .package__itemText {
        font-size: 12px;
    }
    .package__itemContent {
        font-size: 12px;
        padding: 10px 10px 15px;
    }
    .package__itemContent--white {
        margin: 0 9px;
        padding: 10px 0;
    }
    .pricing__section--faq {
        padding-bottom: 50px;
    }
    .package__item .btn__link {
        font-size: 12px;
        margin-top: 10px;
    }
    .package__item .btn__link:after {
        width: 16px;
        height: 16px;
        top: 4px;
        background-size: contain!important;
    }
    .features-inner {
        width: 828px;
        margin: 0;
        padding: 0;
    }
	.collapsibleItem.big>.title {
		font-size: 18px;
		line-height: 100%;
	}
	
    .stickyHeader .features-inner>div {
        margin: 0 10px;
        width: 196px;
        height: 156px;
        font-size: 18px;
    }
    .features-small-title {
        font-size: 12px;
    }
    .stickyHeader .btn__buy {
        width: 157px;
		font-size: 12px;
    }
    .stickyHeader .features-inner>div span {
        margin-top: 0;
        height: 52px;
    }
	.stickyHeader .features-inner .td-ourplans {
		width: 156px;
		line-height: 100%;
	}
	.package__item.package__item--ourplans .btn__link {
		line-height: 100%;
		color: #FD7A19;
	}
	.package__item.package__item--ourplans .btn__link:after {
		right: 0;
	}
    .collapsibleItem>.content {
        font-size: 14px;
        line-height: 130%;
    }    
    .pageContentWrap h1 {
        font-size: 22px;
        text-align: left;
        margin-bottom: 16px;
    }
    .pageContentWrap.faqArea h1 {
        text-align: left!important;
    }
    .faqArea .collapsibleItem.plus {
        padding: 15px 0 0;
    }
    .faqArea .collapsibleItem.plus:first-child {
        border-top: 1px solid #C7DBE6;
    }
    .faqArea .collapsibleItem.plus > .title {
        font-size: 14px;
        line-height: 130%;
    }
    .faqArea .collapsibleItem > .content {
        margin-bottom: 15px;
        font-size: 14px;
    }
    .btn__more {
        font-size: 14px;
    }
    .pricing__section--schedule {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .pricing__subtitle {
        font-size: 22px;
        line-height: 130%;
    }
    .pricing__h4 {
        font-size: 22px;
        line-height: 120%;
        margin: 20px 0 30px;
    }
    .submit__btnClone {
        width: 120px;
        font-size: 10px;
    }
    .collapsible-accordion--plans-section { 
        min-width: 840px!important;
    }
    .collapsible-accordion-package  {
        margin-right: 10px!important;
    }
}