/*!
Theme Name: nazlidis
Author: kukarika
Author URI: http://www.kukarika.com
Description: kukarika custom theme
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kukarikaTheme
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 with others.

kukarikaTheme is based on Underscores https://underscores.me/, (C) 2012-2017 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:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */



/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    height: 100vh;
    scroll-behavior: smooth;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

:root {
    scrollbar-color: rgba(0, 0, 0, .2) !important;
    scrollbar-width: thin !important
}

::-webkit-scrollbar {
    width: 9px
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, .4)
}

::-webkit-scrollbar-thumb:window-inactive {
    border-radius: 5px;
    background: rgba(0, 0, 0, .2)
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    font-family: Gotham-Book !important;
    margin: 0;
    background-color: #F0F0F0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*-------------------------------------------------------------*/
/* 					   	  END SCREEN CORRECTIONS FONTS		   */
/*-------------------------------------------------------------*/

/*-------------------------------------------------------------*/
/* 					   	  START FONTS						   */
/*-------------------------------------------------------------*/

@font-face {
    font-family: Gotham-Black;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-Black.otf") format("opentype");
}

.Gotham-Black {
    font-family: Gotham-Black;
}

@font-face {
    font-family: Gotham-BlackItalic;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-BlackItalic.otf") format("opentype");
}

.Gotham-BlackItalic {
    font-family: Gotham-BlackItalic;
}

@font-face {
    font-family: Gotham-Bold;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-Bold.otf") format("opentype");
}

.Gotham-Bold {
    font-family: Gotham-Bold;
}

@font-face {
    font-family: Gotham-BoldItalic;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-BoldItalic.otf") format("opentype");
}

.Gotham-BoldItalic {
    font-family: Gotham-BoldItalic;
}

@font-face {
    font-family: Gotham-Book;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-Book.otf") format("opentype");
}

.Gotham-Book {
    font-family: Gotham-Book;
}

@font-face {
    font-family: Gotham-BookItalic;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-BookItalic.otf") format("opentype");
}

.Gotham-BookItalic {
    font-family: Gotham-BookItalic;
}

@font-face {
    font-family: Gotham-Light;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-Light.otf") format("opentype");
}

.Gotham-Light {
    font-family: Gotham-Light;
}

@font-face {
    font-family: Gotham-LightItalic;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-LightItalic.otf") format("opentype");
}

.Gotham-LightItalic {
    font-family: Gotham-LightItalic;
}

@font-face {
    font-family: Gotham-Medium;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-Medium.otf") format("opentype");
}

.Gotham-Medium {
    font-family: Gotham-Medium;
}

@font-face {
    font-family: Gotham-MediumItalic;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-MediumItalic.otf") format("opentype");
}

.Gotham-MediumItalic {
    font-family: Gotham-MediumItalic;
}

@font-face {
    font-family: Gotham-Thin;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-Thin.otf") format("opentype");
}

.Gotham-Thin {
    font-family: Gotham-Thin;
}

@font-face {
    font-family: Gotham-ThinItalic;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/Gotham/Gotham-ThinItalic.otf") format("opentype");
}

.Gotham-ThinItalic {
    font-family: Gotham-ThinItalic;
}

@font-face {
    font-family: DDNazlidisBespoke;
    font-style: normal;
    font-weight: normal;
    src: url("/wp-content/themes/nazlidis/fonts/DDNazlidisBespoke.otf") format("opentype");
}

.DDNazlidisBespoke {
    font-family: DDNazlidisBespoke;
}

/*-------------------------------------------------------------*/
/* 					   	    END	FONTS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   	    START COLORS 					   */
/*-------------------------------------------------------------*/

.whiteFontColor {
    color: #ffffff;
}

.whiteBackgroundColor {
    background-color: #ffffff;
}

.blackFontColor {
    color: #000000;
}

.blackBackgroundColor {
    background-color: #000000;
}

.purpleFontColor {
    color: #8245FF;
}

.purpleBackgroundColor {
    background-color: #8245FF;
}

.grayFontColor {
    color: #A3A3A3;
}

.grayBackgroundColor {
    background-color: #A3A3A3;
}

.beigeFontColor {
    color: #F0F0F0;
}

.beigeBackgroundColor {
    background-color: #F0F0F0;
}

/*-------------------------------------------------------------*/
/* 					   	    END	COLORS	 					   */
/*-------------------------------------------------------------*/


/*-------------------------------------------------------------*/
/* 					   START ALL SCREENS        			   */
/*-------------------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
    height: 100vh;
    scroll-behavior: smooth;
}

#contentArea {
    max-width: 1920px;
    margin: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    line-height: normal;
}

.displaynone {
    display: none !important;
}

.displayblock {
    display: block !important;
}

.displayflex {
    display: flex !important;
}

.mobile .display-desktop {
    display: none;
}

.desktop .display-mobile {
    display: none;
}

/*-------------------------------------------------------------*/
/* 				    START ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/


/* write your style here */
.cli-tab-footer .wt-cli-privacy-accept-btn {
    background-color: #333333;
}

.classic_href,
.classic_href:hover,
.classic_href:active,
.classic_href:focus,
#colophon a {
    color: inherit;
    text-decoration: none;
}

/*-------------------------------------------------------------*/
/* 				    END ALL SCREENS - GENERAL CSS		       */
/*-------------------------------------------------------------*/

.accordion-body {
    padding: 0;
}

.switch {
    position: relative;
    display: inline-block;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switcher {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    border: 2px solid #fff;
    transition: .4s;
}

.switcher:before {
    position: absolute;
    content: "";
    background-color: #fff;
    transition: .4s;
}

input:checked+.switcher {
    background-color: transparent;
}

input:checked+.switcher:before {
    transform: translateX(1.7vw);
}

.switcher.round {
    border-radius: 100px;
}

.switcher.round:before {
    border-radius: 50%;
}

.slider-container {
    position: relative;
    overflow: hidden;
    margin: auto;
    display: flex;
}

.slider-wrapper {
    display: flex;
    transition: transform 0.8s ease;
    cursor: grab;
}

.custom-slider {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: 0;
}

.slider {
    display: flex;
    overflow: hidden;
    transition: transform 0.3s ease;
    align-items: flex-end;
}

.slide {
    transition: all 0.8s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

body:not(.slide-expanded) .slide:hover {
    transition: all 0.8s ease;
}

.hidden_item {
    opacity: 0;
    transition: opacity 0.8s ease;
}

body:not(.slide-expanded) .slide:hover .hidden_item {
    opacity: 1;
}

.slide-color {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    transition: background-image 0.3s ease;
}

.slide-content {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all .3s ease;
}

.slide-inner-content {
    width: 100%;
    height: 100%;
}

.slide.expanded {
    margin-left: auto;
    margin-right: auto;
    transform: none !important;
}

.slide.expanded .slide-content {
    display: block;
    opacity: 1;
    transition: all .3s ease;
}

.slide.expanded .slide-inner-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
}

.slider-wrapper {
    cursor: grab;
}

.slides-container .slide {
    transition: opacity 0.8s ease;
}

.slides-container .slide.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.expanded .hidden_item {
    display: none;
}

.slide-expanded .slide:not(.expanded),
.slide-expanded .slide:not(.expanded):hover {
    pointer-events: none !important;
    cursor: default;
}

.slide-expanded .slider-wrapper,
.slide-expanded .slider-wrapper:hover {
    cursor: default !important;
}

.slide-expanded .nav-arrow {
    pointer-events: none !important;
}

.separator {
    margin-top: 5px;
    margin-bottom: 2px;
}

.hidden_title {
    max-width: 85%;
}

.space-end {
    margin-right: 10px;
}

.slide-inner-content {
    opacity: 0;
    transition: all 2.5s ease;
}

.slide-expanded .slide-inner-content {
    opacity: 1;
    transition: all 2.5s ease;
}

#papersAccordion .accordion-button:not(.mobile_accordion_btn),
#papersAccordion .accordion-button:not(.mobile_accordion_btn):not(.collapsed) {
    border: none;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #DDDDDD !important;
}

#papersAccordion .custom_nav_bar .accordion-button:not(.mobile_accordion_btn):not(.collapsed) {
    color: #8245FF !important;
    background: #DDDDDD !important;
    pointer-events: none !important;
}

#papersAccordion .accordion-button:not(.mobile_accordion_btn)::after {
    display: none;
}

#papersAccordion .accordion-button:not(.mobile_accordion_btn),
#papersAccordion .accordion-button:not(.mobile_accordion_btn):hover,
#papersAccordion .accordion-button:not(.mobile_accordion_btn):focus,
#papersAccordion .accordion-button:not(.mobile_accordion_btn):active {
    outline: 0;
    box-shadow: none;
}

#papersAccordion .accordion-item {
    background-color: transparent;
    border: none;
}

#papersAccordion .accordion_wrapper {
    background: #FFFFFF;
    border-radius: 100px !important;
    margin: auto;
    padding: 7px;
}

#papersAccordion .accordion-button:not(.mobile_accordion_btn) {
    border-radius: 100px !important;
    box-shadow: none !important;
}

.zindex1 {
    z-index: 1;
}

.zindex2 {
    z-index: 2;
}

.slider-wrapper:after {
    content: '';
    background-color: #F0F0F0;
    width: 103%;
    height: 7px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.slide {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

.accordion-collapse:not(.mobile_acc_collapse) {
    transition: opacity 0.35s ease;
    opacity: 1;
}

.bottom_footer {
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.croppedContent,
.swiper-pagination {
    max-width: 92.3%;
    margin: auto;
}

.whiteBox {
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    background: #ffffff;
    height: 295px;
}

.whiteBox.left {
    align-items: center;
    justify-content: center;
    transition: all .3s ease;
}

.whiteBox.right {
    align-items: flex-start;
    justify-content: space-between;
}

#tagline p {
    max-width: 78%;
    margin: auto;
}

.purpleBox {
    border-radius: 30px;
    background: #8245FF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.top_footer>* {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.whiteBox.left:hover {
    background: #8245FF;
    color: #fff;
    transition: all .3s ease;
}

.whiteBox.left a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.form_desc {
    max-width: 85%;
}

.mobile .form_desc {
    max-width: max-content;
}

#colophon .col-lg-6.purpleBox {
    max-width: 48%;
    flex: 0 0 48%;
    width: 48%;
}

.top_footer>.row {
    justify-content: space-between;
}

.tech_sheet_link,
.tech_sheet_link:hover {
    text-decoration: underline;
    color: #000000;
}

.accordion_wrapper {
    max-width: max-content;
}

.mobile .accordion_wrapper {
    max-width: 100%;
}

.swiper-header-slide {
    width: 100% !important;
    height: 100vh !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
    text-align: start;
    transition: all .4s ease;
}

.logo_wrapper:hover .logo {
    transition: all .4s ease;
}

.logo_wrapper {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    z-index: 9;
}

.hidden_element {
    opacity: 0;
    transition: all .4s ease;
}

.logo_wrapper:hover .hidden_element {
    opacity: 1;
    transition: all .4s ease;
}

.swiper-pagination {
    top: 0 !important;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: unset;
}

.swiper-pagination-bullet {
    height: 7px;
    width: 25%;
    border-radius: 0;
    margin: 0 !important;
    color: #fff;
    position: relative !important;
    text-align: left;
    opacity: 1;
}

.swiper-pagination-bullet:nth-child(even) {
    background: #A0A0A0;
}

.swiper-pagination-bullet:nth-child(odd) {
    background: #ffffff;
}

.inner_pagination_wrapper {
    margin-top: 18px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    border: none;
    color: #fff !important;
    opacity: 1;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    display: none !important;
}

.wpcf7-validation-errors svg {
    display: none !important;
}

.wpcf7-not-valid-tip {
    color: indianred !important;
    margin-top: 5px;
}

.cf7mls_progress_bar {
    margin: 0 !important;
}

.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    margin: 0;
    padding: 0;
    background: transparent;
    width: max-content;
    min-width: max-content;
}

.cf7mls-btns .cf7mls_back.action-button,
.cf7mls_next.action-button img {
    display: none !important;
}

.cf7mls-btns .cf7mls_next.action-button {
    font-size: 0;
}

.cf7mls-btns .cf7mls_next.action-button::after,
.submit_wpcf7_label::after {
    content: '';
    background-image: url(/wp-content/themes/nazlidis/images/arr.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    display: flex;
    width: 28px;
    height: 28px;
}

input.wpcf7-form-control {
    background: transparent;
    border: none;
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 0;
    padding-bottom: 8.5px;
}

input.wpcf7-form-control::placeholder {
    color: #ffffff;
}

input.wpcf7-form-control,
input.wpcf7-form-control:active,
input.wpcf7-form-control:hover,
input.wpcf7-form-control:focus {
    outline: 0;
    box-shadow: none;
}

.wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset {
    margin-bottom: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset p,
.wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset label,
.wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset .wpcf7-form-control-wrap,
.wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset input {
    max-width: 92%;
    margin-right: auto;
}

.cf7mls_progress_bar li .cf7_mls_count_step {
    color: #fff;
    background: transparent !important;
}

.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7_mls_steps_item_icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
    border-radius: 100px;
    margin-right: 0;
    background: transparent;
    border: 1px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no[data-id-form="8"] li.active .cf7_mls_steps_item_icon {
    background: #fff;
}

.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no li,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no li {
    width: 99px !important;
    max-width: 99px;
    margin-right: 11px;
}

.cf7_mls_steps_item_container {
    display: flex;
}

.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no[data-id-form="8"] li.active .cf7_mls_steps_item_icon {
    background-color: #ffffff !important;
}

.cf7_mls_steps_item.active .cf7_mls_count_step {
    color: #8245FF !important;
}

.cf7mls_bar_style_navigation_horizontal_squaren.cf7mls_bar_style_text_no .cf7mls_progress_bar_title:after,
.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no .cf7mls_progress_bar_title:after {
    content: "";
    top: -6px;
}

.cf7_mls_steps_item_icon {
    margin-right: 11px !important;
}

.cf7mls-steps-item-finish {
    background-color: transparent !important;
}

.cf7_mls_check path {
    fill: #8245FF !important;
}

.wpcf7-form span.cf7_mls_check svg {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.cf7mls_bar_style_navigation_horizontal_round.cf7mls_bar_style_text_no[data-id-form="8"] li.cf7mls-steps-item-finish .cf7mls_progress_bar_title:after {
    background: #ffffff !important;
}

.cf7mls-btns {
    float: right;
    display: flex;
    width: max-content;
    position: absolute;
    right: 0;
    margin-top: 8px;
    bottom: 0;
}

.wpcf7 {
    width: 100%;
    height: 100%;
}

.wpcf7-submit {
    width: 0 !important;
    border: none !important;
    font-size: 0 !important;
    margin: 0 !important;
    display: none;
}

span.wpcf7-spinner {
    display: none !important;
}

.submit_wpcf7_label,
.submit_wpcf7_label::after {
    cursor: pointer;
}

.submit_wpcf7_label {
    max-width: max-content !important;
    position: absolute;
    bottom: 0;
    right: 0;
}

.wpcf7-response-output {
    border: none !important;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;
}

.cf7mls_number_step_wrap {
    display: none !important;
}

.wpcf7-form {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cf7mls_progress_bar {
    margin-top: 10px !important;
}

fieldset br {
    display: none !important;
}

.mb_form {
    margin-bottom: 20px;
}

.wpcf7-list-item {
    margin: 0;
    color: #fff;
}

span.wpcf7-list-item-label {
    cursor: pointer;
}

.wpcf7-checkbox label {
    width: 100%;
    max-width: max-content !important;
    display: inline;
}

.acceptance_label_wrapper {
    max-width: max-content !important;
    width: 100% !important;
    margin-top: 20px;
}

.acceptance_label_wrapper .wpcf7-list-item-label::before {
    content: '';
    width: 16px;
    height: 16px;
    display: flex;
    border: 1px solid #fff;
    border-radius: 100px;
    position: absolute;
    top: 0;
}

.acceptance_label_wrapper input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
}

.acceptance_label_wrapper .wpcf7-list-item-label {
    margin-left: 24px;
}

.acceptance_label_wrapper input[type="checkbox"]:checked+.wpcf7-list-item-label::before {
    content: '';
    background-color: #fff;
}

.cf7_mls_count_step {
    font-family: Gotham-Book;
}

.mobile .purpleBox {
    max-width: 100% !important;
    flex: 0 0 100% !important;
    width: 100% !important;
}

.mobile .whiteBox,
.mobile .purpleBox {
    height: max-content;
}

.mobile .logo_wrapper_mbl {
    position: absolute;
    bottom: 61.2px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.mobile .swiper-pagination {
    max-width: 83%;
}

.mobile .swiper-header-slide {
    align-items: flex-start;
    justify-content: center;
    padding-top: 68px;
    padding-left: 0;
    padding-right: 0;
}

.mobile .swiper-pagination,
.mobile .croppedContent {
    max-width: 83%;
    margin-top: 16px;
}

.mobile .inner_pagination_wrapper {
    margin-top: 10px;
}

.mobile .cat_info_wrapper {
    text-align: center;
}

.mobile .order_flex_mbl {
    display: flex;
    flex-direction: column;
}

.mobile .order_1_mbl {
    order: 1;
}

.mobile .order_2_mbl {
    order: 2;
}

.outlay {
    background-image: url(/wp-content/themes/nazlidis/images/shadow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 1;
    left: 0;
    right: 0;
}

.desktop .header_desc {
    z-index: 2;
}

.mobile .order_1_mbl h3 {
    text-align: center;
    margin-top: 47px;
}

.mobile .order_2_mbl {
    text-align: center;
    margin-top: 17.7px;
}

.mobile .icons_wrapper {
    justify-content: center !important;
}

.mobile .whiteBox.left {
    height: 226px;
    margin-bottom: 40px;
}

.mobile .purpleBox {
    margin-bottom: 40px;
}

.mobile .whiteBox.right {
    margin-bottom: 45px;
}

.mobile #colophon h4,
.mobile #colophon h4 p,
.mobile #colophon h4 a {
    font-size: 13px;
}

.mobile .mbl_center {
    text-align: center;
    width: 100%;
}

.mobile .purpleBox h2 {
    font-size: 18px;
}

.mobile .wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset p,
.mobile .wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset label,
.mobile .wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset .wpcf7-form-control-wrap,
.mobile .wpcf7-form .cf7mls_progress_bar~.fieldset-cf7mls-wrapper fieldset input {
    max-width: 100%;
    min-width: 100%;
}

.mobile .cf7mls-btns {
    float: none;
    display: flex;
    width: max-content;
    position: relative;
    margin-top: 34.8px;
    margin-right: auto;
}

.mobile .cf7mls_progress_bar {
    display: flex;
    margin-top: 22px !important;
    margin-bottom: 100px !important;
    width: 100% !important;
    align-items: center;
    justify-content: center;
    max-width: 207px;
    margin-left: auto !important;
    margin-right: auto !important;
}

.mobile .cf7mls_progress_bar li:last-child .cf7_mls_steps_item_icon {
    margin-right: 0 !important;
}

.mobile .cf7mls_progress_bar li:last-child .cf7_mls_steps_item_content {
    display: none;
}

.mobile .cf7mls_progress_bar li:last-child {
    width: max-content !important;
    max-width: max-content !important;
}

.mobile .mbl_cropped_content {
    max-width: 90%;
}

.mobile fieldset[data-cf7mls-order="2"] .cf7mls-btns {
    display: none !important;
}

.mobile .submit_wpcf7_label {
    max-width: max-content !important;
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 34.8px;
}

.mobile .wpcf7-response-output {
    margin-top: 100px !important;
}

.mobile .accordion_wrapper {
    border-radius: 0 !important;
    overflow-x: overlay !important;
    overflow-y: hidden !important;
    margin-bottom: 60px !important;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

.mobile .accordion_wrapper::-webkit-scrollbar {
    display: none !important;
}

.mobile .accordion-header {
    font-size: 16px !important;
}

.mobile #papersAccordion {
    position: relative;
}

.mobile #papersAccordion::before {
    content: '';
    background-image: url(/wp-content/themes/nazlidis/images/shadow_l.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 38px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
}

.mobile #papersAccordion::after {
    content: '';
    background-image: url(/wp-content/themes/nazlidis/images/shadow_r.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: block;
    width: 38px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 5;
}

.mobile #vertical-slider-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.mobile .vertical_accordion_main {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s ease;
}

.mobile .vertical_accordion_main .accordion-button {
    height: 116px;
    min-height: 116px;
}

.mobile .vertical_accordion_main .accordion-header:not(.mbl_acc_header) {
    position: relative;
    width: 100%;
    background-color: #f8f9fa;
    display: flex;
    align-items: center;
    transition: height 0.3s ease;
}

.mobile .vertical_accordion_main .accordion-button {
    width: 100%;
    background-color: transparent;
    border: none;
    height: auto;
    border-radius: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.mobile .accordion-button:not(.mobile_accordion_btn) {
    width: max-content;
}

.mobile .slider-arrow {
    background-color: #ddd;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    margin: 10px;
}

.mobile .slider-arrow:disabled {
    background-color: #aaa;
    cursor: not-allowed;
}

.mobile .vertical_accordion_main .accordion-item.expanded .accordion-body {
    display: block;
}

.mobile .vertical_accordion_main .accordion-item.expanded .accordion-body {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%;
}

.mobile .vertical_accordion_main .accordion-item.expanded .accordion-button {
    height: 0 !important;
    min-height: 0;
    padding: 0;
}

.mobile .swiper-slide-content {
    height: 100%;
    padding-top: 36.5px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 40px;
}

.mobile .swiper-slide-inner-content {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mobile .folder_wrapper {
    margin-top: 43px;
}

.mobile .swiper-slide-content h2 {
    font-size: 18px;
}

.mobile input:checked+.switcher:before {
    transform: translateX(29px);
}

.mobile .switch {
    z-index: 10;
}

.mobile .swiper-slide-inner-content {
    opacity: 0;
    transition: all .3s ease;
}

.mobile .show .swiper-slide-inner-content {
    opacity: 1;
    transition: all .3s ease;
}

.mobile .vertical_accordion_main .show.accordion-body {
    display: flex;
}

.accordion-button::after {
    display: none;
}

.mobile_accordion_item {
    height: 116px !important;
    min-height: 116px;
}

.mobile .content_main_row {
    margin-top: 140px;
}

.mobile .vertical_accordion_main .accordion-item.expanded .accordion-button {
    height: 0 !important;
    min-height: 0;
    padding: 0;
}

.mobile .mbl_acc_header {
    position: absolute;
    width: 100%;
    height: auto;
}

.mobile_accordion_item.expanded {
    height: 100% !important;
}

.mobile .vertical_accordion_main .accordion-item .accordion-body {
    opacity: 0;
    transition: all .5s ease;
}

.mobile .vertical_accordion_main .accordion-item.expanded .accordion-body {
    opacity: 1;
    transition: all .5s ease;
}

.mobile .mobile_accordion_item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 0;
}

.mobile_accordion_item {
    transition: height .4s ease;
}

.mobile .vertical_accordion_main .accordion-button,
.mobile .vertical_accordion_main .accordion-button:hover,
.mobile .vertical_accordion_main .accordion-button:focus {
    outline: 0;
    box-shadow: none;
}

.desktop .availability__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.desktop .weights_column_wrapper {
    flex-wrap: wrap;
}
.mobile .weights_column_wrapper {
    flex-wrap: wrap;
}

/*-------------------------------------------------------------*/
/* 					   	  START MEDIA						   */
/*-------------------------------------------------------------*/

@media (min-width: 320px) {

    h1,
    h1 p {
        font-size: 23px;
    }

    h2,
    h2 p,
    input.wpcf7-form-control,
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 23px;
    }

    h3,
    h3 p,
    .accordion-button {
        font-size: 15px;
    }

    h4,
    h4 p,
    h4 a,
    .cf7mls_progress_bar li .cf7_mls_count_step,
    span.wpcf7-list-item-label {
        font-size: 15px;
    }

    .inner_pagination_wrapper {
        font-size: 13px;
    }

    p {
        font-size: 15px;
    }

    .switch {
        width: 63px;
        height: 34px;
    }

    .switcher:before {
        content: "";
        height: 23px;
        width: 24px;
        left: 3px;
        bottom: 3px;
    }

    .slide {
        height: 110px;
    }

    body:not(.slide-expanded) .slide:hover {
        height: 110px;
    }

    .slide.expanded {
        height: max-content;
    }

    .hidden_icon {
        margin-top: 40px;
        width: 52.3px;
    }

    .slide.expanded .slide-content {
        padding-top: 40px;
        padding-left: 45px;
        padding-right: 45px;
        padding-bottom: 40px;
    }

    .mt-65 {
        margin-top: 40px;
    }

    .title_max_width {
        max-width: max-content;
    }

    .accordion-button:not(.mobile_accordion_btn) {
        padding-left: 25px;
        padding-right: 25px;
        height: 40px;
    }

    .accordion_wrapper {
        margin-bottom: 55.7px;
    }

    #tagline {
        margin-top: 115px;
        margin-bottom: 168px;
    }

    .bottom_footer {
        height: 66px;
        padding-left: 20px;
        padding-right: 32px;
        margin-top: 0;
    }

    .whiteBox {
        padding-top: 40px;
        padding-bottom: 25px;
        padding-left: 36px;
        padding-right: 36px;
    }

    .purpleBox {
        padding: 35px;
    }

    .mtop50 {
        margin-top: 51px;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb100 {
        margin-bottom: 50px;
    }

    .outlay {
        height: 178px;
    }

    .icons_wrapper img {
        height: 45.26px;
        margin-left: 12px;
    }
}

@media (min-width: 992px) and (max-width: 1475px) {
    .purpleBox {
        height: max-content !important;
        min-height: 20.57vw;
    }
}

@media (min-width: 992px) {

    h1,
    h1 p {
        font-size: 2.5vw;
    }

    h2,
    h2 p,
    input.wpcf7-form-control,
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 1.56vw;
    }

    h3,
    h3 p,
    .accordion-button {
        font-size: 1.19vw;
    }

    h4,
    h4 p,
    h4 a,
    .inner_pagination_wrapper,
    .cf7mls_progress_bar li .cf7_mls_count_step,
    span.wpcf7-list-item-label {
        font-size: 0.93vw;
    }

    p {
        font-size: 0.78vw;
    }

    .switch {
        width: 4.16vw;
        height: 2.34vw;
    }

    .switcher:before {
        content: "";
        height: 1.56vw;
        width: 1.56vw;
        left: 0.26vw;
        bottom: 0.26vw;
    }

    .height_617 {
        height: 32.1vw;
    }

    .height_668 {
        height: 34.7vw;
    }

    .height_697 {
        height: 36.3vw;
    }

    .height_727 {
        height: 37.8vw;
    }

    .height_737 {
        height: 38.3vw;
    }

    body:not(.slide-expanded) .slide:hover {
        height: 43.95vw;
    }

    .slide.expanded {
        height: 43.95vw;
    }

    .slider-container {
        min-height: 43.95vw;
    }

    .left-arrow {
        left: 3.8vw;
    }

    .right-arrow {
        right: 3.8vw;
    }

    .slide:not(.expanded) .slide-color {
        padding-left: 1.56vw;
        padding-right: 1.56vw;
        padding-top: 1.56vw;
    }

    .hidden_icon {
        margin-top: 2.08vw;
        width: 3.12vw;
    }

    .slide.expanded .slide-content {
        padding-top: 2.60vw;
        padding-left: 7.81vw;
        padding-right: 7.81vw;
        padding-bottom: 2.60vw;
    }

    .mt-65 {
        margin-top: 3.38vw;
    }

    .title_max_width {
        max-width: 10.1vw;
    }

    .accordion-button:not(.mobile_accordion_btn) {
        padding-left: 2.6vw;
        padding-right: 2.6vw;
        height: 2.86vw;
    }

    .accordion_wrapper {
        margin-bottom: 3.54vw
    }

    .bottom_footer {
        height: 4.01vw;
        padding-left: 3.12vw;
        padding-right: 4.37vw;
        margin-top: 1.66vw
    }

    .whiteBox {
        height: 15.36vw;
        padding-top: 1.71vw;
        padding-bottom: 1.19vw;
        padding-left: 2.23vw;
        padding-right: 2.23vw;
    }

    #tagline {
        margin-top: 8.59vw;
        margin-bottom: 14.11vw;
    }

    .purpleBox {
        height: 20.57vw;
        padding: 2.23vw;
    }

    .mtop50 {
        margin-top: 2.6vw;
    }

    .mb30 {
        margin-bottom: 1.56vw;
    }

    .mb100 {
        margin-bottom: 5.2vw;
    }

    .swiper-header-slide {
        padding-left: 4.16vw;
        padding-bottom: 3.12vw;
    }

    .logo,
    .logo_wrapper {
        bottom: 3.12vw;
    }

    .logo_wrapper:hover .logo {
        bottom: 6.09vw;
    }

    .logo_wrapper {
        max-width: 10.41vw;
    }

    .outlay {
        height: 9.27vw;
    }

    .icons_wrapper img {
        height: 3.64vw;
        margin-left: 2.34vw;
    }

    .logo_wrapper {
        padding-top: 1.82vw;
    }

    .wpcf7-form {
        min-height: 11.61vw;
    }

    .cat_info_wrapper {
        margin-top: 3.54vw;
    }

    .desktop .dot_icon_specs {
        width: 1.25vw;
        padding-bottom: 0.36vw;
        padding-top: 0.20vw;
    }
}

@media (min-width: 1920px) {

    h1,
    h1 p {
        font-size: 48px;
    }

    h2,
    h2 p,
    input.wpcf7-form-control,
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 30px;
    }

    h3,
    h3 p,
    .accordion-button {
        font-size: 23px;
    }

    h4,
    h4 p,
    h4 a,
    .inner_pagination_wrapper,
    .cf7mls_progress_bar li .cf7_mls_count_step,
    span.wpcf7-list-item-label {
        font-size: 18px;
    }

    p {
        font-size: 15px;
    }

    .switch {
        width: 80px;
        height: 45px;
    }

    .switcher:before {
        content: "";
        height: 30px;
        width: 30px;
        left: 5px;
        bottom: 5px;
    }

    .height_617 {
        height: 617px;
    }

    .height_668 {
        height: 668px;
    }

    .height_697 {
        height: 697px;
    }

    .height_727 {
        height: 727px;
    }

    .height_737 {
        height: 737px;
    }

    body:not(.slide-expanded) .slide:hover {
        height: 844px;
    }

    .slide.expanded {
        height: 844px;
    }

    .slider-container {
        min-height: 844px;
    }

    .left-arrow {
        left: 73px;
    }

    .right-arrow {
        right: 73px;
    }

    .slide:not(.expanded) .slide-color {
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 30px;
    }

    .hidden_icon {
        margin-top: 40px;
        width: 60px;
    }

    .slide.expanded .slide-content {
        padding-top: 50px;
        padding-left: 150px;
        padding-right: 150px;
        padding-bottom: 50px;
    }

    .mt-65 {
        margin-top: 65px;
    }

    .title_max_width {
        max-width: 195px;
    }

    .accordion-button:not(.mobile_accordion_btn) {
        padding-left: 50px;
        padding-right: 50px;
        height: 55px;
    }

    .accordion_wrapper {
        margin-bottom: 68px;
    }

    .bottom_footer {
        height: 77px;
        padding-left: 60px;
        padding-right: 84px;
        margin-top: 32px;
    }

    .whiteBox {
        height: 295px;
        padding-top: 33px;
        padding-bottom: 23px;
        padding-left: 43px;
        padding-right: 43px;
    }

    #tagline {
        margin-top: 165px;
        margin-bottom: 271px;
    }

    .purpleBox {
        height: 395px;
        padding: 43px;
    }

    .mtop50 {
        margin-top: 50px;
    }

    .mb30 {
        margin-bottom: 30px;
    }

    .mb100 {
        margin-bottom: 100px;
    }

    .swiper-header-slide {
        padding-left: 80px;
        padding-bottom: 60px;
    }

    .logo,
    .logo_wrapper {
        bottom: 60px;
    }

    .logo_wrapper:hover .logo {
        bottom: 117.1px;
    }

    .logo_wrapper {
        max-width: 200px;
    }

    .outlay {
        height: 178px;
    }

    .icons_wrapper img {
        height: 70px;
        margin-left: 45px;
    }

    .logo_wrapper {
        padding-top: 35px;
    }

    input:checked+.switcher:before {
        transform: translateX(36px);
    }

    .wpcf7-form {
        min-height: 223px;
    }

    .cat_info_wrapper {
        margin-top: 68px;
    }

    .desktop .dot_icon_specs {
        width: 24px;
        padding-bottom: 7px;
        padding-top: 4px;
    }
}

@media screen and (min-width: 1921px) {
    .height_617 {
        height: 32.1vw;
    }

    .height_668 {
        height: 34.7vw;
    }

    .height_697 {
        height: 36.3vw;
    }

    .height_727 {
        height: 37.8vw;
    }

    .height_737 {
        height: 38.3vw;
    }

    body:not(.slide-expanded) .slide:hover {
        height: 43.95vw;
    }

    .slide.expanded {
        height: 43.95vw;
    }

    .slider-container {
        min-height: 43.95vw;
    }
}

/*-------------------------------------------------------------*/
/* 						   END MEDIA 						   */
/*-------------------------------------------------------------*/