/*!
Theme Name: Arcana
Theme URI: http://zamoy.pl/
Author: NTSR
Author URI: http://zamoy.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: arcana
Tags: featured-images

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* #### Generated By: http://www.cufonfonts.com #### */
@font-face {
    font-family: 'HK Grotesk';
    font-style: normal;
    font-weight: 300;
    src: local('HK Grotesk Light'), url('fonts/HKGrotesk-Light.woff') format('woff');
    }

@font-face {
    font-family: 'HK Grotesk Regular';
    font-style: normal;
    font-weight: 400;
    src: local('HK Grotesk Regular'), url('fonts/HKGrotesk-Regular.woff') format('woff');
    }


    @font-face {
    font-family: 'HK Grotesk';
    font-style: normal;
    font-weight: 500;
    src: local('HK Grotesk Medium'), url('fonts/HKGrotesk-Medium.woff') format('woff');
    }
    
    @font-face {
    font-family: 'HK Grotesk';
    font-style: normal;
    font-weight: 600;
    src: local('HK Grotesk SemiBold'), url('fonts/HKGrotesk-SemiBold.woff') format('woff');
    }
    
    @font-face {
    font-family: 'HK Grotesk';
    font-style: normal;
    font-weight: 700;
    src: local('HK Grotesk Bold'), url('fonts/HKGrotesk-Bold.woff') format('woff');
    }
    
/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #151515;
	font-family: 'HK Grotesk';
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: inherit;text-decoration:none;
}


*:hover,
*:focus,
*:active {
	outline: 0;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 1200px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/* MAIN
--------------------------------------------- */
.wrap {width:1200px;margin:auto;}
section {float:left;width:100%;}
.heading--large {font-size: 64px;line-height: 74px;margin-top:0;margin-bottom:32px;}
.heading--medium {font-size: 48px;line-height: 57px;margin-bottom:32px;margin-top:0;}
.heading--small {font-size: 32px;line-height: 39px;margin-bottom:32px;margin-top:0;}
.heading--tiny {font-size: 24px;line-height: 30px;margin-bottom:32px;margin-top:0;font-weight:900;}
.button {display:inline-block;background: #FD9900;font-size: 16px;padding:16px 24px;line-height: 22px;font-weight:700;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.button--border {border: 1px solid #151515;}
.button:hover, .button:focus {color: #FD9900;background: #151515;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.text {font-size: 16px;line-height: 24px;margin-bottom:16px;}
.text p {margin-top:0;margin-bottom:16px;}
/* HEADER
--------------------------------------------- */
.site-header {background:#fff;position:fixed;top:0;left:0;width:100%;z-index:99;}
.logged-in .site-header {top:32px;}
.header__grid {display:grid;grid-template-columns:1fr auto auto;justify-content: space-between;align-items: center;height:100px;}
.main-navigation ul {display:flex;column-gap:48px;}
.main-navigation ul li a {font-weight: bold;font-size: 16px;line-height: 22px;position:relative;}
.main-navigation ul li a:after {content:'';position:absolute;bottom:-6px;left:0;height:3px;background: #FD9900;width:0;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.main-navigation ul li a:hover:after {width:100%;-webkit-transition: 0.35s ease; -moz-transition: 0.35s ease; -o-transition: 0.35s ease; transition: 0.35s ease;}
.header-social {margin-left:52px;}
.header-social a {background: #EFEFEF;color:#151515;width:40px;height:40px;line-height:43px;text-align:center;border-radius:50%;display:inline-block;}
body {padding-top:100px;}
/* HOME
--------------------------------------------- */

.home__baner {position:relative;}
.baner__grid {display:grid;grid-template-columns:60% 40%;align-content: stretch;}
.baner__content {background: #FD9900;display: grid;align-content: center;padding:0 100px;}
.baner__buttons .button {margin-right:32px;margin-bottom:24px;}
.baner__img img {width: 100%;display: block;}
.hcgrid {display:grid;grid-template-columns: 50% 40%;justify-content: space-between;align-items: center;padding:80px 0;}
.hc__left {text-align:center;}
.hc__right .heading--large span {color:#FD9900;display:block;}
.home__boxes {background: #EEEEEE;padding:80px 0;}
.hbgrid {display:grid;justify-content: space-between;grid-template-columns:31% 31% 31%;}
.homebox img {margin-bottom:32px;display:block;height:122px;}
.home__clients {padding:80px 0;}
.homecenter {max-width:500px;margin:auto;text-align:center;}
.cinner {height:120px;background: #EEEEEE;margin:0 10px;display:flex;align-items:center;justify-content: center;}
.client img {max-width:90%;max-height:90%;}
.arrow {cursor:pointer;background: #FD9900;width:32px;height:32px;text-align:center;line-height:32px;position:absolute;top:50%;transform:translateY(-50%);}
.arrow--left {left:-42px;}
.arrow--right {right:-42px;}
.home__contact {padding:80px 0;}
.contact__grid {display:grid;grid-template-columns:52% 44%;justify-content: space-between;}
.nf-form-fields-required {display:none;}
nf-field input[type="text"], nf-field input[type="email"] {border:none;background: #EFEFEF;padding-left:23px;height:58px;font-weight:700;}
nf-field textarea {border:none;background: #EFEFEF;padding-left:23px;height:170px;resize:none;font-weight:700;padding-top:16px;}
nf-field:nth-of-type(4) {width:calc(100% - 132px);float:left;}
nf-field:nth-of-type(5) {float:right;}
nf-field input[type="button"] {background: #FD9900;border:none;color:#fff;padding:16px 24px;}
.nf-field-label label {font-weight: 600 !important;font-size: 12px;line-height: 17px;}
.c__right h5 {font-size: 32px;line-height: 32px;margin-top:0;margin-bottom:24px;}
.c__right .text p {margin-top:0;margin-bottom:16px;font-size:20px;line-height:32px;}
.contact__right {padding-top:132px;}
.contact__right .text {font-size: 20px; line-height: 32px;}

/* FAQ
--------------------------------------------- */
.page-template-page-faq {background: #F2F2F2;}
.faq__header {margin-bottom:80px;padding-top:50px;}
.faq__content {background: #FD9900;padding:48px 38px;max-width:535px;margin:auto;}
.faq__header form {max-width:660px;margin:auto;box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.07);}
#filterinput {height:64px;float:left;width:calc(100% - 64px);background:#fff;border:none;font-weight: 600;font-size: 16px;line-height: 24px;padding-left:24px;}
#searchsubmit {width:64px;height:64px;border:none;padding:0;background: #FD9900 url(img/search.png);background-position:center center;background-repeat:no-repeat;}
.faq__posts {padding-bottom:64px;}
.faq__grid {display:grid;grid-template-columns:49% 49%;grid-row-gap:24px;justify-content: space-between;}
.faq__item {background:#fff;padding:32px;}
.faq__item .text {height:4.5em;overflow:hidden;}
.faq__item .text.active {height:auto;}
.faq__item button.button {border:none;cursor:pointer;}
/* KONTAKT
--------------------------------------------- */
.contact {padding:64px 0;}
.cmap {float:left;width:100%;height:480px;margin-bottom:64px;}
.contact__grid {display:grid;grid-template-columns:52% 44%;justify-content: space-between;width:100%;}
.contact__left .text {margin-bottom:64px;}
.cmt {display:grid;grid-template-columns:auto auto;justify-content: space-between;margin-bottom:32px;}
.cmt span {font-weight: bold;font-size: 24px;line-height: 28px;margin-bottom:20px;display: block;}
.cmt a {font-weight: 900;font-size: 24px;line-height: 30px;color: #FD9900;}

/* O NAS
--------------------------------------------- */
.about__grid {display:grid;grid-template-columns:600px;justify-content: left;height: 500px;align-content: flex-end;}
.page__baner--content {background: #FD9900;padding:48px 32px;position:relative;}
.page__baner--content .text {margin-bottom:0;}
.page__baner {position:relative;}
.pb__bg {position:absolute;top:0;left:0;width:100%;height:100%;}
.about__content {padding:80px 0;}
.agrid--imgleft {display:grid;grid-template-columns:51% 41%;align-items: center;justify-content: space-between;}
.agrid--imgright {display:grid;grid-template-columns:41% 51%;align-items: center;justify-content: space-between;}
.aimg img {display:block;width:100%;}
.acontent .heading--large span {color:#FD9900;}
.acontent .text {margin-bottom:0;}
.team .heading--medium {text-align:center;margin-bottom:48px;}
.team .text {text-align:center;max-width:720px;margin-left:auto;margin-right:auto;}
.team__grid {display:grid;grid-template-columns:32% 32% 32%;justify-content: space-between;grid-row-gap:32px;}
.member__photo {width:100%;height:380px;}
.role {display:block;margin:16px 0;font-weight: 600;font-size: 16px;line-height: 24px;}
.member .heading--small {margin-bottom:16px;}
.team__grid .text {text-align:left;}
.about__clients {background: #F2F2F2;padding:48px 0;}
.about__clients .heading--medium {text-align:center;margin-bottom:48px;}

/* B2B
--------------------------------------------- */
.b2bb__grid {display:grid;grid-template-columns:600px;justify-content: right;height: 500px;align-content: flex-end;}
.b2b__section {float:left;width:100%;padding:80px 0;}
.b2b__grid {display:grid;align-items: center;justify-content: space-between;}
.b2b__section:nth-of-type(odd) .b2b__grid {grid-template-columns:48% 45%;}
.b2b__section:nth-of-type(even) .b2b__grid {grid-template-columns:45% 48%;}
.b2b__section:nth-of-type(even) .b2b__grid .b2b__img {order:2;}
.b2b__section:nth-of-type(even) {background: #F2F2F2;}
.b2b__img img {display:block;width:100%;}
/* OFERTA PODSTAWOWA
--------------------------------------------- */
.page-template-page-offer-basic .page__baner--content h1 {margin-bottom:0;}
.offer__boxes {padding-top:64px;padding-bottom:80px;background: #F2F2F2;}
.offer__boxes h2 {margin-bottom:80px;text-align:center;}
.ob__grid {display:grid;grid-template-columns:32% 32% 32%;justify-content: space-between;}
.offerbox img {height:100px;margin-bottom:24px;display:block;}
.offer__contact {text-align:center;background: #2F2F2F;padding:64px 0;}
.offer__contact .heading--small {color: #FD9900;}
.offer__contact .text {color: #FFFFFF;}
/* VENDOR
--------------------------------------------- */
.vendor__grid {display:grid;grid-template-columns:600px;justify-content: center;height: 500px;align-content: flex-end;}
.vendor__content {background:#fff;padding:48px 0;}
.vendor__content p {font-size: 16px;line-height: 24px;margin-top:0;margin-bottom:24px;}
.vendor__content img {display:block;width:100%;margin-bottom:48px;}
.vendor__content h2 {font-weight: 900;font-size: 48px;line-height: 57px;margin-bottom:48px;}
.wrap720 {width:720px;margin:auto;}
/* FOOTER
--------------------------------------------- */
.site-footer {background: #FD9900;padding-top:20px;padding-bottom:22px;float: left;width: 100%;}
.footer__grid {display:grid;grid-template-columns:22% 24% 28% auto;justify-content: space-between;}
.footer__logo {display: flex;align-items: center;}
.footer__info .text {margin-bottom:0;}
.footer__info p {font-size: 16px;line-height: 22px;margin-top:0;margin-bottom:9px;}
.footer__menu ul {list-style:none;margin:0;padding:0;columns:2;}
.footer__menu ul li {font-size: 16px;line-height: 22px;font-weight:600;margin-bottom:24px;}
.footer__social {font-size: 16px;line-height: 22px;display: grid;
	align-items: center;
	align-content: center;
	text-align: right;}
.footer__social strong {display:block;font-weight: 900;font-size: 16px;line-height: 22px;}
.footer__social a {font-weight:900;}
.social {margin-top:14px;margin-bottom:19px;}
.social a {background: #151515;color:#FD9900;width:40px;height:40px;line-height:43px;text-align:center;border-radius:50%;display:inline-block;}

/* RWD
--------------------------------------------- */

@media screen and (max-width: 1200px) {
	.wrap {width:100%;padding:0 10px;}
	.menu-toggle {border:none;background:none;font-size:22px;padding:0;}
	.main-navigation ul {position:absolute;text-align:center;left:-100vw;background:#fff;top:100px;display:grid}
	.main-navigation ul li {margin:5px 0;}
	.main-navigation.toggled ul {left:0;right:0;}
	.baner__grid {grid-template-columns: 100%;}
	.baner__img {order:1;}
	.baner__content {order:2;padding:24px 16px;}
	.heading--large {font-size: 32px;line-height: 39px;margin-bottom:24px;}
	.text {font-size: 14px;line-height: 24px;margin-bottom:8px;}
	.header-social {margin-left: 24px;}
	.clients__slider {padding:0 24px;}
	.arrow--left {left: -4px;}
	.arrow--right {right:-4px;}
	.home__boxes {padding:24px 0;}
	.home__clients {padding:24px 0;}
	.home__contact {padding: 24px 0;}
	.faq__item .text {height: 3.8em;}
	.contact {padding-top:0;}
}

@media screen and (max-width: 920px) {
	.hcgrid {grid-template-columns: 100%;padding-top:0;padding-bottom:48px;}
	.footer__grid {grid-template-columns: 100%;justify-content: center;text-align: center;grid-row-gap:24px;}
	.footer__logo {justify-content: center;}
}

@media screen and (max-width: 780px) {
	.hbgrid {grid-template-columns: 100%;grid-row-gap: 48px;}
	.offer__boxes {padding:24px 0;}
	.ob__grid {grid-template-columns:100%;grid-row-gap:24px;}
	.offer__boxes h2 {margin-bottom: 32px;}
	.offer__contact {padding: 48px 0;}
	.contact__grid {grid-template-columns: 100%;}
	.contact__right {padding-top:24px;}
	.page__baner .wrap {padding:0;}
	.b2b__grid {grid-row-gap:24px;}
	.b2bb__grid {grid-template-columns: 100%;justify-content: center;height: auto;margin-top: 220px;}
	.about__grid {grid-template-columns: 100%;justify-content: center;height: auto;margin-top: 220px;}
	.vendor__grid {grid-template-columns: 100%;justify-content: center;height: auto;margin-top: 220px;}
	.pb__bg {height:220px;}
	.page__baner--content {padding: 24px 16px;}
	.b2b__section {padding: 24px 0;}
	.b2b__section:nth-of-type(2n+1) .b2b__grid {grid-template-columns: 100%;}
	.b2b__section:nth-of-type(2n) .b2b__grid {grid-template-columns: 100%;}
	.b2b__section:nth-of-type(2n) .b2b__grid .b2b__img {order:1;}
	.b2b__section:nth-of-type(2n) .b2b__grid .b2b__content {order:2;}
	.agrid--imgleft, .agrid--imgright {grid-row-gap:24px;grid-template-columns: 100%;}
	.agrid--imgright .acontent {order:2;}
	.agrid--imgright .aimg {order:1;}
	.about__content {padding: 24px 0;}
	.team__grid {grid-template-columns: 100%;grid-row-gap:24px;}
	.member__photo {height: 320px;}
	.about__clients {padding: 24px 0;}
	.about__clients .heading--medium {margin-bottom: 24px;}
	.faq__header {margin-bottom: 24px;padding-top: 0px;}
	.faq__content {width:100%;padding:24px 16px;margin-bottom:24px;max-width:100%;}
	.faq__header form {width:100%;}
	.faq__grid {grid-template-columns:100%;}
	.faq__item {padding:24px 16px;}
	.cmap {height:220px;margin-bottom:24px;}
	.contact .contact__grid {grid-row-gap:64px;}
	.contact .contact__left {text-align:center;order:2;}
	.contact .contact__right {order:1;}
	.contact .contact__left .text {margin-bottom:24px;}
	.cmt {grid-template-columns: 100%;margin-bottom: 24px;grid-row-gap: 24px;}
	.wrap720 {width:100%;padding:0 16px;}
	.vendor__content {padding:24px 0;}
	.vendor__content h2 {font-size: 32px;line-height: 39px;margin-bottom: 24px;}
}

@media screen and (max-width: 480px) {
	.footer__menu ul {columns:1;}
}