h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

a {
    color: #1e53a1;
    text-decoration: none;
	transition: all .2s;
}

a small {
	font-size: 100%;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
}

.body {
    color: #1e53a1;
    font-family: LT Superior, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
	overflow-x: hidden;
}

.single-page,
.not-found {
	padding-top: 60px;
	padding-bottom: 60px;
}

.header {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar {
    background-color: #fff;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 100px;
    padding-right: 100px;
}

.btn {
    color: #fff;
    text-align: center;
    background-color: #0066c8;
    border: 2px solid #0066c8;
    border-radius: 100px;
    padding: 13px 30px;
    font-size: 16px;
    line-height: 100%;
}

.btn:hover {
    background-color: #030f3c;
    border-color: #030f3c;
}

.btn.white-btn {
    color: #030f3c;
    background-color: #fff;
    border-color: #fff;
}

.btn.white-btn:hover {
	color: #fff;
    background-color: #030f3c;
	border-color: #030f3c;
}

.btn.trans-btn {
    border-color: #fff;
}

.btn.trans-btn:hover {
	color: #030f3c;
    background-color: #fff;
}

.btn-icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/wp-content/themes/o5tender/img/arrow.svg') no-repeat;
	background-size: contain;
	background-position: center;
	transition: transform .2s;
}

.btn.btn-arrow {
	display: flex;
    align-items: center;
    gap: 10px;
}

.btn.btn-arrow:hover .btn-icon {
	transform: translatex(5px);
}

.navbar-socials-list {
    display: none;
}

.navbar-logo {
    flex: none;
    padding-left: 0;
}

.navbar-logo-icon {
    width: 149px;
    height: 47px;
}

.navbar-menu-list {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.navbar-menu-link {
	position: relative;
	font-size: 16px;
    color: #030f3c;
    padding: 0;
}

.navbar-menu-link:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #030f3c;
	transform: scaleX(0);
	transition: transform 0.3s ease;
}

.navbar-menu-link:hover:after {
  transform: scaleX(1);
}

.navbar-links-block {
    display: none;
}

.navbar-content {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.navbar-mobile-btn {
    display: none;
}

.hero {
	position: relative;
	background-color: #0066c8;
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: auto;
    border-top-left-radius: 100px;
}

.hero-detail-1 {
	position: absolute;
	top: 0;
	left: -100%;
	width: 305px;
    height: 677px;
	background: rgba(255, 255, 255, .35);
	border-radius: 10% 30% 50% 20%;
	filter: blur(100px);
	animation: out-top 3s linear ;
}

.hero-info {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
    width: 55%;
    padding-top: 100px;
    padding-bottom: 225px;
    display: flex;
}

.h1 {
    color: #fff;
    font-size: 54px;
    font-weight: 400;
    line-height: 110%;
}

.hero-list {
    display: flex;
	flex-direction: column;
	gap: 10px;
}

.hero-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
	align-items: center;
}

.hero-item:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url('/wp-content/themes/o5tender/img/check.svg') no-repeat;
	background-size: contain;
	background-position: center;
	flex-shrink: 0;
}

.hero-span {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
}

.hero-btn {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.advantages {
	position: relative;
	z-index: 1;
}

.advantages-list {
    grid-column-gap: 65px;
    grid-row-gap: 65px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: -152px;
    display: grid;
}

.advantages-item {
	display: flex;
	flex-direction: column;
}

.advantages-img {
    object-fit: cover;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    width: 100%;
    height: 152px;
}

.advantages-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    color: #030f3c;
    background-color: #fff;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    flex-flow: column;
    padding: 20px;
    display: flex;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
	flex: 1;
}

.advantages-title {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
}

.advantages-text {
    color: #1e53a1;
    text-align: center;
}

.form {
    padding-top: 60px;
    padding-bottom: 60px;
}

.form-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #0066c8;
    border-radius: 30px;
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
    grid-auto-columns: 1fr;
    padding: 40px;
    display: grid;
}

.form-title {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
}

.form-info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
}

.form-span {
	font-size: 13px;
	line-height: 120%;
	color: #fff;
}

.form-span a {
	color: #fff;
	text-decoration: underline;
}

.form-span a:hover {
	text-decoration: none;
}

.form-span.black,
.form-span.black a {
	color: #030F3C;
}

.quiz {
	padding-top: 60px;
	padding-bottom: 60px;
}

.quiz-content {
	margin-top: 40px;
}

.marquiz__container {
	border-radius: 30px; 
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
	overflow: hidden;
}

.offer {
    padding-top: 60px;
    padding-bottom: 60px;
}

.offer-content {
    grid-column-gap: 100px;
    grid-row-gap: 100px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    display: grid;
}

.offer-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: right;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
}

.offer-img-block {
	position: relative;
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
    width: 100%;
	height: 520px;
    justify-content: flex-start;
}

.offer-img-absolute {
	position: absolute;
	height: 520px;
}

.offer-img {
	position: relative;
    height: 520px;
	left: 116px;
	object-fit: none;
    overflow: visible;
}

.offer-animate {
	position: absolute;
	top: 200px;
	left: 0;
}

.offer-animate svg {
	width: 495px;
	height: 190px;
}

#mask0_8259_11963 {
	width: 477px;
	height: 170px;
}

.h2 {
    color: #030f3c;
    font-size: 42px;
    font-weight: 400;
    line-height: 120%;
}

.h2.white {
    color: #fff;
}

.h2.center {
	text-align: center;
}

.blue {
    color: #0066c8;
    font-weight: 700;
}

.offer-text {
    font-size: 16px;
    line-height: 140%;
}

.types {
    background-color: #f1f4ff;
    border-radius: 300px 30px 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.types-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.types-head-text {
    font-size: 16px;
    line-height: 140%;
}

.types-list {
    grid-column-gap: 90px;
    grid-row-gap: 90px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 50px;
    margin-bottom: 50px;
    display: grid;
}

.types-item {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    display: flex;
}

.types-img {
    object-fit: cover;
    border-radius: 30px;
    width: 100%;
    height: 250px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
}

.types-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
	flex: 1;
}

.types-info .btn {
	margin-top: auto;
}

.types-title {
    color: #030f3c;
    font-size: 24px;
    font-weight: 400;
}

.steps {
    padding-top: 60px;
    padding-bottom: 60px;
}

.steps-list {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: ". . ."
        ". Area Area"
        / 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 20px;
    display: grid;
}

.steps-item {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
    padding: 50px 40px;
    display: flex;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
}

.steps-item.steps-item-blue {
    color: #fff;
    background-color: #0066c8;
}

.steps-item-big {
    color: #030f3c;
    font-size: 150px;
    font-weight: 700;
    line-height: 80%;
}

.steps-item-title {
    color: #030f3c;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

.steps-item-text {
    font-size: 16px;
    line-height: 140%;
}

.steps-item-blue {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    color: #fff;
    background-color: #0066c8;
    background-image: url("/wp-content/uploads/2024/06/66614e9a6ada726de433d2a4_alenasaga-7357_resized-1.webp");
    background-position: 70% 100%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 30px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 50px 40px;
    display: flex;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
}

.steps-item-blue .steps-item-big,
.steps-item-blue .steps-item-title {
	color: #fff;
}

.about {
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1.25fr;
    grid-auto-columns: 1fr;
    margin-bottom: 30px;
    display: grid;
}

.about-text {
    font-size: 16px;
    line-height: 140%;
}

.about-info {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.about-img {
    object-fit: contain;
    object-position: 50% 100%;
    width: 100%;
    height: auto;
}

.stories {
    background-color: #f1f4ff;
    border-radius: 30px 300px 30px 30px;
    padding-top: 60px;
    padding-bottom: 60px;
}

.stories-content {
	margin-bottom: 40px;
}

.stories-slide {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    background-color: #fff;
    border-radius: 30px;
    flex-flow: column;
	align-items: flex-start;
    padding: 40px;
    display: flex;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
}

.stories-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.stories-title {
    color: #030f3c;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

.stories-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
}

.stories-item-title {
    color: #030f3c;
    font-size: 32px;
    font-weight: 400;
    line-height: 120%;
}

.stories-item-text {
    font-size: 16px;
    line-height: 140%;
}

.partners {
    padding-top: 60px;
    padding-bottom: 60px;
}

.partners-content {
    margin-top: 50px;
}

.partners-list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.partners-item {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	align-items: center;
	gap: 30px;
	padding: 30px;
	border-radius: 30px;
	background: #f1f4ff;
	box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
}

.partners-item-info {
	display: flex;
	flex-direction: column;
	justify-self: center;
	gap: 10px;
}

.partners-item-btn {
	justify-self: flex-end;
}

.partners-item-img {
	width: 186px;
	height: 56px;
	object-fit: contain;
	object-position: center;
}

.partners-item-imgage {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.partners-item-specs {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}

.partners-item-spec {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.partners-item-title {
	font-size: 16px;
	font-weight: 400;
}

.partners-item-text {
	font-size: 16px;
	font-weight: 500;
	color: #030f3c;
}

.partners-item-info .partners-item-span {
	text-align: center;
}

.contacts {
    padding-top: 60px;
    padding-bottom: 60px;
}

.contacts-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.contacts-info {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    display: flex;
}

.contacts-map {
    border-radius: 50px;
    width: 100%;
    height: 100%;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, .15);
	overflow: hidden;
}

.contacts-phones,
.contacts-mail,
.contacts-address,
.contacts-socials {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.contacts-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}

.contacts-link {
    color: #030f3c;
    font-size: 24px;
    font-weight: 400;
    line-height: 130%;
}

a.contacts-link:hover {
	color: #0066C8;
}

.contacts-socials-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    display: flex;
}

.contacts-socials-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
    height: 50px;
	background-color: #0066C8;
	border-radius: 100px;
}

.contacts-socials-link:hover {
	background-color: #030F3C;
}

.contacts-socials-icon {
    border-radius: 100px;
    width: 25px;
    height: 25px;
}

.footer {
    color: #fff;
    background-color: #0066c8;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    border-bottom: 1px solid #fff;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 25px;
    display: grid;
}

.footer-bottom {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
    display: flex;
}

.footer-top-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer-nav-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: start;
    justify-items: start;
    width: 100%;
    display: flex;
}

.footer-nav-item {
    width: 31%;
}

.footer-nav-link {
    color: #fff;
}

.footer-nav-link:hover {
	color: #030F3C;
}

.footer-text {
    color: rgba(255, 255, 255, .8);
    line-height: 140%;
}

.footer-link {
    color: rgba(255, 255, 255, .8);
    text-decoration: underline;
}

.footer-link:hover {
	color: rgba(255, 255, 255, 1);
}

.footer-logo-icon {
    width: 107px;
    height: 34px;
}

.footer-socials-list {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.footer-socials-link {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #0066C8;
    border-radius: 100px;
}

.footer-socials-link:hover {
	background-color: #030F3C;
}

.footer-socials-icon {
    width: 24px;
    height: 24px;
}

.navbar-mobile-logo {
    flex: none;
}

.popup {
	position: fixed;
	z-index: 9999;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: none;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.popup-bg {
	position: fixed;
	z-index: 9998;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .3);
}

.popup-block {
	position: relative;
	z-index: 9999;
	max-width: 600px;
	width: 100%;
	padding: 50px 40px;
	background-color: #fff;
	border-radius: 30px;
}

.popup-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}

.popup-close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	background: url('/wp-content/themes/o5tender/img/close.svg') no-repeat;
	background-size: 25px;
	background-position: center;
}

.popup-text {
	font-size: 16px;
	line-height: 140%;
	text-align: center;
}

@media screen and (max-width: 1400px) {
	.container {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media screen and (max-width: 1200px) {
	.offer-content {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        grid-template-columns: 1fr;
    }
	
	.offer-img-block {
		justify-content: center;
	}
	
	.types-list {
		grid-column-gap: 60px;
   		grid-row-gap: 60px;
	}
	
	.advantages-list {
		grid-column-gap: 35px;
    	grid-row-gap: 35px;
	}
}

@media screen and (max-width: 991px) {
    .container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .navbar-socials-list {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        justify-content: center;
        align-items: center;
        display: flex;
    }

    .navbar-btn-block {
        display: none;
    }

    .navbar-menu-btn {
        width: 50px;
        height: 50px;
        padding: 0;
        display: flex;
    }
	
	.navbar-menu-btn .navbar-menu-btn-icon:before {
		content: '';
		display: inline-block;
		width: 50px;
		height: 50px;
		background: url('/wp-content/themes/o5tender/img/menu.svg') no-repeat;
		background-size: contain;
		background-position: center;
	}
	
	.navbar-menu-btn.w--open .navbar-menu-btn-icon:before {
		background-image: url('/wp-content/themes/o5tender/img/close.svg');
	}

    .navbar-menu-btn.w--open {
        color: #1e53a1;
        background-color: #fff;
    }

    .navbar-menu {
        text-align: left;
        background-color: #fff;
        width: 100%;
        height: 100vh;
        position: absolute;
        top: 60px;
        bottom: 0%;
        left: auto;
        right: 0%;
    }

    .navbar-menu-content {
        grid-column-gap: 40px;
        grid-row-gap: 40px;
        flex-flow: column;
        padding: 40px;
        display: flex;
    }

    .navbar-menu-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .navbar-menu-link {
        margin-left: 0;
        margin-right: 0;
        font-size: 32px;
        font-weight: 700;
        line-height: 110%;
    }

    .navbar-links-block {
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .navbar-mobile-btn {
        justify-content: center;
        align-items: flex-start;
        display: flex;
    }

    .hero {
        background-size: contain;
        border-top-left-radius: 150px;
    }

    .hero-info {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding-top: 70px;
    }

    .h1 {
        text-align: center;
    }

    .hero-list {
        width: 100%;
    }

    .hero-item {
        justify-content: flex-start;
        align-items: center;
    }

    .hero-title {
        text-align: center;
    }

    .hero-btn {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: column;
        align-items: stretch;
        margin-top: 30px;
    }

    .advantages-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .form {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .form-content {
        grid-template-columns: 1fr;
    }

    .form-title {
        text-align: center;
    }

    .offer {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .offer-info {
        text-align: center;
        justify-content: flex-start;
        align-items: center;
    }

    .h2.white {
        text-align: left;
        font-size: 26px;
    }

    .offer-text {
        text-align: center;
    }

    .types {
        border-top-left-radius: 150px;
    }

    .types-list {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr 1fr;
    }

    .steps {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .steps-list {
        grid-template: ". ."
            ". ."
            "Area Area"
            / 1fr 1fr;
    }

    .steps-item-blue {
        background-position: 100% 100%;
    }

    .about {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about-content {
        grid-column-gap: 30px;
        grid-row-gap: 30px;
        grid-template-columns: 1fr;
    }

    .about-img-block {
        justify-content: center;
        align-items: flex-end;
        display: flex;
    }

    .about-img {
        width: auto;
    }

    .stories {
        border-top-right-radius: 150px;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .partners,
    .contacts {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .contacts-content {
        grid-template-columns: 1fr;
    }

    .footer-top {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        grid-template-columns: 1fr;
    }

    .footer-top-block {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .footer-nav-list {
        flex-flow: column;
    }

    .navbar-links-text,
    .navbar-links-link {
        color: #030f3c;
        font-size: 24px;
        line-height: 120%;
    }

    .navbar-socials-link {
        background-color: #0066c8;
        border-radius: 100px;
        justify-content: center;
        align-items: center;
        width: 50px;
        height: 50px;
        display: flex;
    }

    .navbar-socials-icon {
        width: 24px;
        height: 24px;
    }

    .navbar-menu-btn-icon {
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        display: flex;
    }	
	
	.contacts-map {
		height: 500px;
	}
	
	.partners-item {
		display: flex;
		flex-direction: column;
	}
}

@media screen and (max-width: 600px) {
	.partners-item-specs {
		grid-template-columns: repeat(2, 1fr);
    	justify-items: center;
		gap: 10px;
	}
	
	.partners-item-imgage {
		align-items: center;
	}
	
	.partners-item-title,
	.partners-item-text {
		font-size: 14px;
	}
}

@media screen and (max-width: 767px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }

/*     .navbar-menu-btn {
        width: 25px;
        height: 25px;
    }

    .navbar-logo-icon {
        width: 78px;
        height: 25px;
    } */

    .navbar-menu-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    .navbar-menu-list {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .navbar-menu-link {
        font-size: 24px;
    }

    .hero {
        border-top-left-radius: 75px;
    }

    .hero-info {
        padding-top: 40px;
        padding-bottom: 180px;
    }

    .h1 {
        font-size: 30px;
    }

    .hero-span {
        font-size: 14px;
    }

    .hero-btn {
        margin-top: 0;
    }

    .advantages-list {
        grid-template-columns: 1fr;
    }

    .form {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .form-content {
        padding: 20px;
    }

    .form-title {
        font-size: 24px;
    }

    .offer {
        padding-top: 40px;
        padding-bottom: 40px;
		overflow-x: hidden;
    }
    
    .offer-img {
        height: 343px;
		left: 0;
		object-fit: contain;
    }
	
	.offer-animate {
		left: -78px;
	}

    .h2 {
        font-size: 20px;
    }

    .offer-text {
        font-size: 14px;
    }

    .types {
        border-radius: 75px 20px 20px;
    }

    .types-head {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
    }

    .types-head-text {
        font-size: 14px;
    }

    .types-list {
        grid-template-columns: 1fr;
        margin-top: 30px;
    }

    .types-item {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
    }

    .types-info {
        justify-content: flex-start;
        align-items: flex-start;
    }

    .types-title {
        font-size: 18px;
    }

    .steps {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .steps-list {
        grid-template: "."
            / 1fr;
    }

    .steps-item {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        padding: 20px;
    }

    .steps-item-big {
        font-size: 100px;
    }

    .steps-item-title {
        font-size: 24px;
    }

    .steps-item-text {
        font-size: 14px;
    }

    .steps-item-blue {
        grid-column-gap: 15px;
        grid-row-gap: 15px;
        background-size: auto 250px;
        padding: 20px;
    }

    .about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-content {
        grid-column-gap: 20px;
        grid-row-gap: 20px;
        flex-flow: wrap-reverse;
        display: flex;
    }

    .about-text {
        font-size: 14px;
    }

    .stories {
        border-radius: 20px 75px 20px 20px;
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stories-content {
        margin-bottom: 40px;
		margin-left: -10px;
    	margin-right: -10px;
    }

    .stories-slide {
        justify-content: flex-start;
        align-items: flex-start;
        padding: 20px;
    }

    .stories-title,
    .stories-item-title {
        font-size: 20px;
    }

    .stories-item-text {
        font-size: 14px;
    }

    .partners {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .partners-content {
        margin-top: 40px;
    }

    .contacts {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .contacts-link {
        font-size: 16px;
    }

    .contacts-socials-icon {
        width: 30px;
        height: 30px;
    }

    .navbar-links-text,
    .navbar-links-link {
        font-size: 20px;
    }
	
	.partners-swiper-1, 
	.partners-swiper-2, 
	.partners-swiper-3 {
		margin-bottom: 40px;
	}
	
	.partners-slide-icon {
		height: 40px;
	}
	
	.popup-block {
		max-height: 99vh;
		height: 100%;
		overflow-y: scroll;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.popup-info {
		height: 100%;
    	justify-content: center;
	}
	
	.offer-img-absolute {
		display: flex;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
	}
	
	.offer-img-block,
	.offer-img-absolute {
		height: 343px;
	}
	
	.offer-animate {
		top: 130px;
	}
	
	.offer-animate svg {
		width: 329px;
		height: 125px;
	}
	
	.hero-info {
		padding-bottom: 275px;
	}
	
	.advantages-list {
		margin-top: -255px;
	}
	
	.advantages-img {
		height: 255px;
		object-position: top;
	}
}

@media screen and (max-width: 479px) {
    .steps-item-blue {
        background-position: 140% 100%;
        background-size: auto 230px;
    }
}

#w-node-_0be76aa9-8db3-d112-6ca6-131005bc05d8-6aa1f01e {
    justify-self: end;
}

#w-node-_0bc407f5-1d8c-a5d7-0031-94931b9a8a82-6aa1f01e {
    grid-area: Area;
}

@media screen and (max-width: 991px) {
    #w-node-_0be76aa9-8db3-d112-6ca6-131005bc05d8-6aa1f01e {
        justify-self: center;
    }
}

@media screen and (max-width: 767px) {
    #w-node-_0bc407f5-1d8c-a5d7-0031-94931b9a8a82-6aa1f01e {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }
}

@font-face {
    font-family: 'LT Superior';
    src: url('/wp-content/themes/o5tender/fonts/LTSuperior-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LT Superior';
    src: url('/wp-content/themes/o5tender/fonts/LTSuperior-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LT Superior';
    src: url('/wp-content/themes/o5tender/fonts/LTSuperior-Semi-bold.otf') format('opentype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'LT Superior';
    src: url('/wp-content/themes/o5tender/fonts/LTSuperior-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/*  */

.partners-content .swiper-wrapper {
  -webkit-transition-timing-function:linear!important; 
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; 
}

.stories-swiper {
	padding-left: 85px;
	padding-right: 85px;
}

.stories-swiper .swiper-wrapper {
	padding-top: 50px;	
	padding-bottom: 50px;
}

.stories-swiper .swiper-slide {
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	transition: opacity .2s;
}

.stories-swiper .swiper-slide.swiper-slide-visible {
	opacity: 1;
}

.stories-button-prev,
.stories-button-next {
	width: 60px;
	height: 60px;
	background: #030F3C;
	border-radius: 100px;
	font-size: 40px;
	transition: background .2s;
}

.stories-button-prev:hover,
.stories-button-next:hover {
	background: #0066C8;
}

.stories-button-prev:after,
.stories-button-next:after {
	content: '';
	display: inline-block;
	height: 14px;
	width: 24px;
	background: url('/wp-content/themes/o5tender/img/arrow.svg') no-repeat;
	background-size: contain;
	background-position: center;
}

.stories-button-prev:after {
	transform: rotatez(-180deg);
}

.stories-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: #fff;
	opacity: 1;
}

.stories-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #030F3C;
}

.stories-swiper .swiper-slide:nth-child(2n) .stories-slide {
	background-color: #0066C8;
}

.stories-swiper .swiper-slide:nth-child(2n) .stories-title,
.stories-swiper .swiper-slide:nth-child(2n) .stories-item-text,
.stories-swiper .swiper-slide:nth-child(2n) .stories-item-title {
	color: #fff;
}

.stories-swiper .swiper-slide:nth-child(2n) .btn {
	color: #030F3C;
    background-color: #fff;
    border-color: #fff;
}

.stories-swiper .swiper-slide:nth-child(2n) .btn-icon {
	background-image: url('/wp-content/themes/o5tender/img/arrow-b.svg');
}

.stories-swiper .swiper-slide:nth-child(2n) .btn:hover {
	color: #fff;
    background-color: #030F3C;
    border-color: #030F3C;
}

.stories-swiper .swiper-slide:nth-child(2n) .btn:hover .btn-icon {
	background-image: url('/wp-content/themes/o5tender/img/arrow.svg');
}

@media screen and (max-width: 767px) {
	.stories-swiper {
		padding-left: 0;
    	padding-right: 0;
	}
	
	.stories-button-prev, 
	.stories-button-next {
		display: none;
	}
	
	.stories-swiper .swiper-slide {
		padding-left: 10px;
    	padding-right: 10px;
	}
}

/*  */

#wpforms-113,
#wpforms-119 {
	margin: 0;	
}

#wpforms-119 {
	width: 100%;
}

#wpforms-form-113 {
	display: grid;
	grid-template-columns: 3fr 1fr;
	gap: 10px;
}

#wpforms-form-113 .wpforms-field-container {
	display: flex;
	gap: 10px;
}

#wpforms-form-119 .wpforms-field-container,
#wpforms-form-119 {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

#wpforms-113-field_1-container,
#wpforms-113-field_2-container {
	padding: 0;
	width: 100%;
}

#wpforms-119-field_1-container,
#wpforms-119-field_2-container {
	padding: 0;
}

#wpforms-113 .wpforms-submit-container {
	margin-top: 0;
}

#wpforms-119 .wpforms-submit-container {
	margin-top: 0;
}

#wpforms-submit-113,
#wpforms-submit-119 {
	height: 46px;
	width: 100%;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 50px;
	font-size: 16px;
	color: #030F3C;
}

#wpforms-submit-119 {
	background: #0066C8;
	border-color: #0066C8;
	color: #fff;
}

#wpforms-submit-113:hover,
#wpforms-submit-119:hover {
	color: #fff;
	background: #030F3C;
	border-color: #030F3C;
}

#wpforms-113-field_1,
#wpforms-113-field_2,
#wpforms-119-field_1,
#wpforms-119-field_2 {
	height: 46px;
	background: rgba(255, 255, 255, .2);
	border-radius: 50px;
	border-color: transparent;
	color: #fff;
}

#wpforms-119-field_1,
#wpforms-119-field_2 {
	border-color: #030F3C;
	color: #030F3C;
}

#wpforms-113-field_1::placeholder,
#wpforms-113-field_2::placeholder {
	color: rgba(255, 255, 255, .6);
}

#wpforms-119-field_1::placeholder,
#wpforms-119-field_2::placeholder {
	color: rgba(3, 15, 60, .6);
}

@media screen and (max-width: 767px) {
	#wpforms-form-113 {
		display: flex;
		flex-direction: column;
	}
	
	#wpforms-form-113 .wpforms-field-container {
		flex-direction: column;
	}
}

/*  */

.entry-content {
	margin-top: 30px;
	font-size: 16px;
	line-height: 140%;
}

.not-found-content,
.not-found-info {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
}

.not-found-text {
	font-size: 16px;
	line-height: 140%;
}

.not-found-big {
	font-size: 130px;
	line-height: 80%;
	font-weight: 700;
	color: #0066c8;
}