/*!
Theme Name: theme techimportservis
Theme URI: http://underscores.me/
Author: constantin.in
Author URI: https://constant.in.ua
Description: Theme for company Tech Import Service - national distributor of european brands.
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: theme-techimportservis
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.

theme techimportservis is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/
*, :after, :before {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
body {
	margin: 0;
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
}
ul, ol {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
a {
	text-decoration: none;
}
.wrapper {
    padding-left: 2em;
    padding-right: 2em;
}

.site-header {
    position: absolute;
    top: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 120px 1fr;
    grid-template-columns: 120px 1fr;
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0 1px 3px rgb(0 0 0 / 0%);
            box-shadow: 0 1px 3px rgb(0 0 0 / 0%);
    -webkit-transition: background-color .3s linear;
    -o-transition: background-color .3s linear;
    transition: background-color .3s linear;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
    z-index: 9;
}
.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	z-index: 3;
}
.custom-logo-link {
    display: block;
}
.main-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.burger {
    position: absolute;
    width: 28px;
    height: 20px;
    border: none;
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    background-color: transparent;
    z-index: 3;
}
.burger__line {
    display: block;
    position: absolute;
    width: 100%;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    height: 3px;
	background-color: #fff;
}
.burger__line:nth-child(1) {
    top: 0;
}
.burger__line:nth-child(2),
.burger__line:nth-child(3) {
    top: 8px;
}
.burger__line:nth-child(4) {
    top: 16px;
}
.open .burger__line:nth-child(1) {
    top: 8px;
    width: 0%;
    left: 50%;
	background-color: #000;
}
.open .burger__line:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
	background-color: #000;
}
.open .burger__line:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
	background-color: #000;
}
.open .burger__line:nth-child(4) {
    top: 8px;
    width: 0%;
    left: 50%;
	background-color: #000;
}
.menu-menu-1-container {
    display: none;
}
.open .menu-menu-1-container {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    background-color: #EBEBEB;
	z-index: 1;
}
.menu-item a {
	display: block;
	margin-bottom: 10px;
    font-size: 2em;
    line-height: 1.17;
    font-weight: 300;
	color: #000000;
}

.site-main {
	position: relative;
    min-height: 550px;
    height: 100vh;
    background-image: url(/wp-content/uploads/2024/11/hero.webp);
	background-position: center center;
    background-attachment: scroll;
    background-size: cover;
    background-repeat: no-repeat;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
	        clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
}
.site-main__container {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,0.7)));
    background-image: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.7));
    background-image: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.7));
}
.title {
    position: absolute;
    top: 35%;
    left: 30px;
}
.title h1 {
	font-size: 2em;
    font-weight: 400;
    color: #fff;
}

.about-company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-top: 1em;
    padding-bottom: 1em;
}
.about-company__text {
	text-align: justify;
}
.about-company h3 {
    padding-bottom: 1em;
    text-align: right;
}

.about-us {
    position: relative;
	margin-top: 3em;
    margin-bottom: 3em;
}
.about-us__title h3 {
    padding-bottom: 0.3em;
    font-size: 2.5em;
	color: #1E3A8A;
}
.about-us__text {
    margin-left: 0;
}
.about-us__text h4,
.about-us__text p {
	padding-bottom: 0.5em;
}
.about-us__text ul {
	margin-left: 1em;
}
.about-us__text ul li {
	padding-bottom: 0.5em;
    list-style-type: disc;
}

.advantage__title {
	position: relative;
    background-color: #fefefe;
}
.advantage__title:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
            clip-path: polygon(100% 40%, 0% 100%, 100% 100%);
    background: #1E3A8A;
}
.advantage__title h3 {
	font-size: 2.5em;
    line-height: 1;
    font-weight: 700;
	color: #1E3A8A;
}
.advantage__title p {
	padding-bottom: 2em;
    font-size: 1.5em;
    line-height: 1.23;
    font-weight: 700;
	color: #3F3B40;
}
.advantage__text {
	display: -ms-grid;
	display: grid;
	gap: 2em;
}
.advantage__text {
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #1E3A8A;
    color: #fff;
}
.advantage__item h4 {
	margin-bottom: 1em;
}
.advantage__item ul {
	margin-left: 1em;
}
.advantage__item ul li {
    padding-bottom: 0.5em;
    list-style-type: disc;
}

.service {
	position: relative;
}
.service::after {
    content: '';
    position: absolute;
    top: -1px;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-clip-path: polygon(0 0, 0 20%, 100% 0);
            clip-path: polygon(0 0, 0 20%, 100% 0);
    background: #1E3A8A;
    z-index: -1;
}
.service__sphere h4 {
	margin-bottom: 1em;	
}
.service__sphere ul {
	margin-left: 1em;
}
.service__sphere ul li {
    padding-bottom: 0.5em;
    list-style-type: disc;	
}
.service__sphere {
	padding-top: 9em;
    z-index: 1;
}
.service__offer {
	padding-top: 3em;
    z-index: 1;
}
.service__offer h4 {
	margin-bottom: 1em;
    font-size: 2.5em;
    line-height: 1;
    font-weight: 700;
    text-align: center;
	color: #1E3A8A;
}
.service__offer p {
	text-align: justify;
}

.catalog {
    padding-top: 4em;
	padding-bottom: 4em;
}
.catalog h3 {
	font-size: 2.5em;
    line-height: 1.55;
    font-weight: 700;
    text-align: center;
	color: #1E3A8A;
}
.catalog .catalog__title-block {
    margin-bottom: 20px;
    font-size: 1.5em;
    text-align: center;
}
.catalog .catalog__list {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.catalog .catalog__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: space-between;
        -ms-flex-pack: space-between;
            justify-content: space-between;
    min-width: 250px;
    min-height: 175px;
    margin-bottom: 20px;
}
.catalog .catalog__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 1em;
    height: 100%;
}
.catalog .catalog__image img {
    display: block;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
}
.catalog .catalog__link {
    display: block;
    padding: 0.5em 1em;
    font-size: 12px;
    font-weight: 700;
    border: 0;
    background-color: #1E3A8A;
	color: #ffffff;
}
.shop {
	display: grid;
	gap: 20px;
}
.shop__img {
    display: block;
    width: 100%;
    height: auto;
}
.shop__title {
	margin-bottom: 20px;
    font-size: 1.5em;
}
.shop__text {
    margin-bottom: 10px;
}
.shop__link {
	display: inline-block;
	padding: 1em 2em;
	font-size: 12px;
	font-weight: 700;
	border: 0;
	text-transform: uppercase;
	background-color: #000000;
	color: #ffffff;
}
.feedback {
    padding-top: 6em;
    padding-bottom: 2em;
}
.feedback h3 {
	margin-bottom: 1.5em;
	font-size: 1.5em;
    line-height: 1.23;
    text-align: center;
	color: #3F3B40;
}
.feedback form.wpcf7-form {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 10px;
    background: #1E3A8A;
}
.feedback .wpcf7 {
    max-width: 760px;
    padding: 0 2em;
    margin: 0 auto;
}
.feedback .wpcf7-form.invalid {
    display: -ms-grid;
    display: grid;
}
.feedback .wpcf7-form-control-wrap {
    position: relative;
}
.feedback input,
.feedback textarea {
    width: 100%;
    margin-bottom: 1.5em;
    padding: 1em;
	border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.feedback .wpcf7-not-valid-tip {
    position: absolute;
    top: 45px;
    left: 0;
    font-size: 0.8em;
}
.feedback .wpcf7-not-valid {
    border-style: solid;
    border-color: red!important;
}
.feedback .wpcf7-response-output {
    margin:  1.5em 0!important;
    padding: 1em!important;
    border: 0!important;
    text-align: center;
	background: #F95D51;
    color: #fff;
}
.feedback .input-submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-row: 6;
    grid-row: 6;
}
.feedback .wpcf7-submit {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 60px;
    padding-right: 60px;
    text-align: center;
    border: 0 none;
    font-size: 16px;
    font-weight: 700;
    background-color: #fff;
    color: #3F3B40;
    cursor: pointer;
}
.feedback .wpcf7-spinner {
    display: none!important;
}

.footer {
    margin-bottom: -1.5em;
    padding-top: 2em;
    padding-bottom: 2em;
    background-color: #1E3A8A;
    color: #fff;
}
.footer__mail {
	margin-top: 1em;
}
.footer__mail-link {
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
    color: #fff;
}
.footer__mail-link:hover {
    color: #ccc;
}
@media only screen and (min-width: 576px) {
	.wrapper {
		padding-left: 4em;
		padding-right: 4em;
	}
	.menu-item a {
		font-size: 4em;
	}
	.title {
		position: absolute;
		top: 35%;
		left: 80px;
	}
	.title h1 {
		font-size: 2.5em;
	}
	.feedback .wpcf7 {
		padding: 0 4em;
	}
	.feedback h3 {
		font-size: 2em;
	}
	.feedback .wpcf7-submit {
		width: auto;
	}
}
@media only screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}
	.menu-menu-1-container {
		display: block;
	}
	.menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
	.menu-item a {
		display: block;
		margin-bottom: 0;
		padding: 0 1em;
		font-size: 16px;
		font-weight: 700;
		text-transform: uppercase;
		color: #fff;
	}
	.title h1 {
		font-size: 3em;
	}
	.site-main {
		-webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
		        clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
	}
	.about-company__text {
		max-width: 500px;
	}
	.about-us {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.about-us__title {
		position: absolute;
		top: 190px;
		left: -135px;
		display: inline-block;
		line-height: 1;
		-webkit-transform: rotate(-90deg);
		    -ms-transform: rotate(-90deg);
		        transform: rotate(-90deg);
	}
	.about-us__title h3 {
		padding-bottom: 0;
		font-size: 6em;
	}
	.about-us__text {
		margin-left: 6em;
	}
	.advantage__title h3 {
		font-size: 7em;
	}
	.advantage__title p {
		padding-bottom: 1em;
		font-size: 2.5em;
	}
	.advantage__text {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.service {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
	.service::after {
		-webkit-clip-path: polygon(0 0, 0 60%, 100% 0);
		        clip-path: polygon(0 0, 0 60%, 100% 0);
	}
	.service__sphere {
		padding-top: 0;
		color: #fff;
	}
	.service__offer h4 {
		text-align: right;
	}
	.service__offer {
		padding-top: 9em;
		z-index: 1;
	}
	.feedback {
		padding-bottom: 4em;
	}
	.feedback h3 {
		font-size: 2.5em;
	}
	.footer {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 2fr 1em 1fr;
		grid-template-columns: 2fr 1fr;
		gap: 1em;
	}
	.footer__mail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		margin-top: 0;
	}
}
/* @media only screen and (min-width: 900px) {
    .catalog .catalog__content {
        display: grid;
        grid-template-columns: 3fr 1fr;
    }
} */
@media only screen and (min-width: 992px) {
	.shop {
		display: grid;
		grid-template-columns: 400px 1fr;
		gap: 60px;
	}
	.shop__desc {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: center;
	}
}
@media only screen and (min-width: 1100px) {
	.title {
		position: absolute;
		top: 50%;
		left: 30%;
		margin-right: -50%;
		-webkit-transform: translate(-50%, -50%);
		    -ms-transform: translate(-50%, -50%);
		        transform: translate(-50%, -50%);
	}
	.service__offer h4 {
		margin-bottom: 0;
		font-size: 7em;
	}
	.catalog h3 {
		font-size: 7em;
	}
}