/*
Theme name: abutrade.uz
Author: Derenko Victor
*/

html,body{
    min-width:320px;
    width: auto;
    font-size: 24px;
    color: #202020;
    background: #fff;
    margin:0;
    padding:0;
    font-family: 'Myriad Pro', sans-serif;
    font-weight:normal;
}
* {
    box-sizing: border-box;
    position: relative;
    outline: none;
}
div, header, article, aside, footer, nav, section {
    margin: 0;
    padding: 0;
    display: block;
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
}
.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);
}
.container {
	width: 100%;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    margin-right: auto;
    margin-left: auto;
}
	.col-xs-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-xs-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}
	.col-xs-9 {
		flex: 0 0 auto;
		width: 75%;
	}
	.col-xs-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xs-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xs-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xs-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	.col-xs-3 {
		flex: 0 0 auto;
		width: 25%;
	}
	.col-xs-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}
header, section, footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
header {
	height: 110px;
}
header .logo {
	display: block;
    width: 100px;
    height: 100px;
    float: left;
    background: url('img/Logo_3_otpravka.png');
    background-size: contain;
    margin-top: 5px;
}
header .header-text {
	float: left;
    margin-left: 30px;
    line-height: 110px;
}
header .whatsapp {
	float: right;
    height: 50px;
    background: url('img/whatsapp.png') no-repeat;
    margin-top: 30px;
    padding-left: 55px;
    color: #202020;
    font-weight: 600;
    font-size: 17px;
    padding-top: 7px;
}
header .whatsapp span {
	display: block;
    font-size: 14px;
    font-weight: 400;
}
header .whatsapp:hover {
	text-decoration: none;
}
header .lang {
	margin-top: 42px;
    width: 185px;
    float: right;
    margin-right: 50px;
	width: 73px;
}
header .lang .rus {
	/* background: url('img/RussianFederation.png') no-repeat; */
	color: #202020;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding-top: 5px;
    float: left;
    margin-right: 7px;
	/* padding-left: 28px; */
}
header .lang a:hover {
	text-decoration: underline;
}
header .lang .eng {
	/*background: url('img/UnitedKingdom.png') no-repeat; */
	color: #202020;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding-top: 5px;
    float: right;
	/* padding-left: 28px; */
}
section {
	height: 535px;
	background: url('img/bg.jpg') no-repeat center center;
	background-size: cover;
	max-width: 100%;
}
section h1 {
	font-size: 48px;
    color: #fff;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 70%);
	margin-top: 140px;
	width: 620px;
}
section h1.rus {
	margin-top: 82px;
}
section .form {
	margin: 60px auto 0;
    width: 385px;
    background: #fff;
	height: 390px;
    overflow: hidden;
}
section .form .wpcf7-response-output {
	display: none;
}
section .form .form-wrapper {
	padding: 0 70px;
    overflow: hidden;
}
section .form .form-wrapper .form-title {
	text-align: center;
    float: left;
    width: 100%;
    margin-top: 25px;
    margin-bottom: 20px;
}
section .form .form-wrapper .form-body {
	float: left;
    width: 100%;
}
section .form .form-wrapper .form-body .one-item {
	margin-bottom: 15px;
}
section .form .form-wrapper .form-body .one-item.submit {
	margin-bottom: 0;
}
section .form .form-wrapper .form-body .one-item label {
	font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
}
section .form .form-wrapper .form-body .one-item input {
	width: 100%;
	border: 1px solid #e2e2e2;
    line-height: 35px;
    border-radius: 5px;
    padding: 0 10px;
	font-family: 'Myriad Pro', sans-serif;
	font-size: 14px;
	transition: .2s;
}
section .form .form-wrapper .form-body .one-item.submit {
	text-align: center;
}
section .form .form-wrapper .form-body .one-item.submit .wpcf7-spinner {
	margin: 10px 0 0;
}
section .form .form-wrapper .form-body .one-item.submit input {
	background: #3b3bdb;
    color: #fff;
	border: 1px solid #3b3bdb;
	transition: .2s;
	cursor: pointer;
}
section .form .form-wrapper .form-body .one-item.submit input:hover {
	background: none;
    color: #3b3bdb;
}
section .form .form-wrapper .form-body .one-item input.wpcf7-not-valid {
	border: 1px solid #dc3232;
}
section .form .form-wrapper .form-body .one-item .wpcf7-not-valid-tip {
	display: none;
}
section .form form.sent .wpcf7-response-output {
	display: block;
	margin: -36px 15px 0;
    font-size: 14px;
    text-align: center;
}
footer .copyright {
	margin-top: 40px;
    text-align: center;
}
footer .contacts {
	display: block;
    margin: 25px auto 0;
    float: none;
    width: 130px;
    text-align: center;
    color: #1e6bd4;
	margin-bottom: 15px;
	font-size: 22px;
}
footer .contacts:hover {
	text-decoration: none;
}

@media (max-width: 1439px) {
	
}

@media (min-width: 576px) {
	section .container, header, footer {
		max-width: 540px;
	}
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}
@media (min-width: 768px) {
	section .container, header, footer {
		max-width: 720px;
	}
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}
	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}
@media (min-width: 992px) {
	section .container, header, footer {
		max-width: 960px;
	}
	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
}
@media (min-width: 1200px) {
	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}
	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}
	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}
	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}
	section .container, header, footer {
		max-width: 1140px;
	}
}
@media (min-width: 1440px) {
	section .container, header, footer {
		max-width: 1440px;
	}
}
@media (max-width: 1439px){
	section h1 {
		margin-top: 120px;
    	font-size: 47px;
		width: auto;
	}
	header .header-text {
		width: 403px;
		line-height: 34px;
		margin-top: 24px;
	}
}
@media (max-width: 1199px){
	section h1 {
    	font-size: 38px;
	}
	section h1.rus {
		margin-top: 120px;
	}
	header {
		height: 100px;
	}
	header .logo {
		width: 90px;
    	height: 90px;
	}
	header .header-text {
		margin-left: 20px;
		width: 333px;
		line-height: 34px;
		margin-top: 20px;
		font-size: 21px;
	}
	header .whatsapp {
		margin-top: 25px;
	}
	header .lang {
		margin-right: 30px;
		margin-top: 37px;
	}
	footer .copyright {
		font-size: 21px;
    	margin-top: 30px;
	}
	footer .contacts {
		font-size: 21px;
    	margin-top: 20px;
		width: 110px;;
	}
}
@media (max-width: 991px) {
	section .form {
		width: 100%;
	}
	section h1.rus {
		font-size: 29px;
	}
	section .form .form-wrapper .form-title {
		font-size: 21px;
    	margin-bottom: 25px;
	}
	header .whatsapp {
		margin: 5px auto 0;
		float: none;
		display: block;
	}
	header .lang {
		margin: 10px auto 0;
    	float: none;
	}
}
@media (max-width: 767px) {
	section {
		height: 710px;
	}
	section h1 {
		margin-top: 50px;
    	text-align: center;
	}
	section h1.rus {
		margin-top: 50px;
	}
	section .form {
		margin-top: 0;
	}
	header {
		height: 80px;
	}
	header .logo {
		width: 70px;
    	height: 70px;
	}
	header .header-text {
		width: 154px;
		margin-left: 10px;
		line-height: 25px;
		font-size: 18px;
		margin-top: 5px;
	}
	header .whatsapp {
		height: 40px;
		background-size: contain;
		padding-left: 45px;
		font-size: 16px;
		padding-top: 4px;
		margin: 3px 0 0;
		float: right;
	}
	header .whatsapp span {
		font-size: 12px;
	}
	header .lang {
		margin: 10px 0 0;
		float: right;
		vertical-align: middle;
		font-size: 20px;
	}
	header .lang .rus, header .lang .eng {
		padding-top: 2px;
	}
	footer .copyright {
		font-size: 18px;
    	margin-top: 20px;
	}
	footer .contacts {
		font-size: 18px;
    	margin-top: 15px;
		width: 95px;
	}
}

@media (max-width: 575px) {
	header .header-text {
		display: none;
	}
	header .whatsapp {
		margin-top: 20px;
	}
	header .lang {
		margin-top: 28px;
    	margin-right: 20px;
	}
}

@media (max-width: 510px) {
	section h1 {
		font-size: 36px;
	}
}
@media (max-width: 483px) {
	section h1 {
		font-size: 30px;
	}
}
@media (max-width: 477px) {
	header .whatsapp {
		margin-top: 3px;
    	margin-right: 20px;
	}
	header .lang {
		margin-top: 10px;
    	margin-right: 20px;
	}
}
@media (max-width: 411px) {
	section {
		height: 640px;
	}
	section h1 {
		font-size: 26px;
	}
	section h1.rus {
		font-size: 26px;
    	margin-top: 23px;
	}
	section .form .form-wrapper {
		padding: 0 30px;
	}
}
@media (max-width: 363px) {
	section {
		height: 605px;
	}
	section h1 {
		font-size: 23px;
	}
	section h1.rus {
		font-size: 23px;
    	margin-top: 20px;
	}
	section .form .form-wrapper .form-title {
		font-size: 20px;
	}
}

.zagl {
	height: 100vh;
}

.zagl .container {
	height: 100%;
}

.zagl .container .row {
	justify-content: center;
	align-items: center;
	height: 100%;
}

.zagl .container .row .col-xl-12 {
	display: flex;
	flex-direction: column;
	text-align: center;
	color: #fff;
	align-items: center;
}

.zagl .container .row .col-xl-12 .logo {
	width: 207px;
	height: 207px;
	background: url('/wp-content/themes/zaglushka/img/Logo_3_otpravka.png');
	background-size: contain;
	margin-top: 5px;
}

.zagl .container .row .col-xl-12 span, .zagl .container .row .col-xl-12 .mail {
	margin-top: 30px;
}

.zagl .container .row .col-xl-12 a {
	color: #fff;
	text-decoration: none;
}

.zagl .container .row .col-xl-12 a:hover {
	text-decoration: underline;
}