/* 
Theme Name:		 Kobi
Description:	 Kobi is a child theme of WP Bootstrap Starter, created by Kobi
Template:		 wp-bootstrap-starter
Version:		 1.0.0
Text Domain:	 kobi
*/

html {
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body {
	font-family: 'Rubik', sans-serif;
	font-size: 18px;
	color: #616161;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
}


h2 {
	line-height: 1.1;
	margin-bottom: 15px;
	padding: 0;
}
a {
	color: #2F3A49;
}
a:hover {
	color: #E40033;
	text-decoration: none;
}
a:focus {
	color: #BE002A;
}


ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}




/* Bootstrap */
@media (min-width: 1200px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl {
	    max-width: 1170px;
	}
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
/* Bootstrap */



/* Btn */
.btn {
    padding: 12px 30px;
    line-height: 1.3;
    border-radius: 6px;
    font-size: 18px;
    font-weight: 500;
    border: 2px solid transparent;
}
.btn-primary {
    color: #fff;
    background-color: #E40033;
    border-color: #E40033;
    text-transform: uppercase;
}
.btn-primary:hover {
    color: #fff;
    background-color: #E40033;
    border-color: #BE002A;
}
.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #BE002A;
    border-color: #BE002A;
    box-shadow: none;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #BE002A;
    border-color: #BE002A;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
input.wpcf7-form-control.wpcf7-submit.btn.btn-primary {
    margin: 0 auto;
    display: block;
}
/* Btn */




/* Header */
header.header {
    z-index: 10;
    position: relative;
}
nav.navbar {
    height: 132px;
}
.navigations {
    display: flex;
}
/* Header */




/* Hamburger */
.navbar-toggler {
    color: #fff;
    border-color: transparent;
    padding: 0;
    position: absolute;
    margin-top: 6px;
}
.navbar-toggler[aria-expanded="true"] {
	z-index: 999999;
	position: absolute;
	display: block;
	margin-top: -2px;
}
.navbar-toggler[aria-expanded="true"] svg rect {
	fill: #fff;
}
button.navbar-toggler[aria-expanded="false"] svg rect {
	fill: #fff;
  	transition: 300ms;
}

button.navbar-toggler[aria-expanded="false"] svg rect:nth-child(1){
  top: 0px;
  transform-origin: left center;
}
button.navbar-toggler[aria-expanded="false"] svg rect:nth-child(3){
  width: 0%;
  opacity: 0;
  transform-origin: left center;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(1){
  transform: rotate(45deg) translateX(15px);
  transition: 300ms;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(2){
  width: 0%;
  opacity: 0;
  transition: 300ms;
}
button.navbar-toggler[aria-expanded="true"] svg rect:nth-child(3){
  transform: rotate(-45deg) translateX(-52px);
  transition: 300ms;
}
.navbar-light .navbar-toggler {
    border-color: transparent;
}
/* Hamburger */





/* Sections */
.start__section {
	background: #2F3A49;
	color: #fff;
	position: relative;
}
.start__section:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 455px;
	background: url('img/wave.svg')no-repeat top left;
	background-size: cover;
}
.start__section h1 {
	color: #fff;
}
span.dahua {
	width: 202px;
	height: 60px;
	background: url('img/DahuaLogo.svg')no-repeat;
	position: relative;
}
span.dahua_dark {
	display: inline-block;
	width: 160px;
	height: 48px;
	background: url('img/dahua_dark.svg')no-repeat;
	position: relative;
    top: 10px;
}
span.kobi_software {
	display: inline-block;
	width: 113px;
	height: 47px;
	background: url('img/KobiSoftware.svg')no-repeat;
	position: relative;
    /*top: 10px;*/
}
.start__block {
	position: relative;
}
.start__block__text {
	max-width: 450px;
	font-size: 18px;
	line-height: 1.3;
	margin: 15px 0 34px;
}
.tg__block {
	font-size: 16px;
	line-height: 1.25;
}
.tg__block span {
	display: block;
	font-size: 21px;
	font-weight: 700;
	color: #E40033;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.scroll__wrap {
	width: 130px;
	margin: 0 auto;
}
.scroll__link {
	position: relative;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	border-top: 1px solid #E40033;
	width: 100%;
	height: 82px;
	font-size: 13px;
	text-transform: uppercase;
	color: #E40033;
	font-weight: 700;
	transition: 300ms;
	scroll-behavior: smooth;
}
.scroll__link:hover {
	color: #BE002A;
	border-top: 1px solid #BE002A;
	text-decoration: none;
	transition: 300ms;
}
.scroll__link:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 12px;
	width: 14px;
	height: 13px;
	margin: 0 auto;
	background: #E40033;
	-webkit-mask: url('img/icons/triangle.svg')no-repeat;
	mask: url('img/icons/triangle.svg')no-repeat;
	transition: 300ms;
}
.scroll__link:hover:after {
	background: #BE002A;
	top: 14px;
	transition: 300ms;
}

.breadcrumb__text {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #E40033;
	position: relative;
	padding-left: 15px;
	margin-bottom: 25px;
}
.breadcrumb__text:before {
	position: absolute;
	content: "/";
	left: 0;
	color: #E40033;
}

.characteristic__section {
	background: url('img/tire.svg')no-repeat top right, #E1EBF8;
}
.characteristic__section h2 {
	max-width: 550px;
}
.text__block {
	margin: 20px 0 90px;
	font-size: 18px;
	line-height: 1.4;
	max-width: 600px;
}

ul.characteristic__list {
    display: flex;
    flex-wrap: nowrap;
}

.list__icon {
	display: block;
	width: 100%;
	padding-top: 100%;
	border-radius: 6px;
	position: relative;
}
.characteristic__list .list__title {
	font-weight: 500;
	text-transform: uppercase;
	color: #2F3A49;
	text-align: center;
	display: block;
	margin: 15px 0;
}

.advantages__section {
	background: #fafafa;
}
.advantages__items {
	margin-top: 80px;
}
.advantage__item {
	margin-bottom: 80px;
}
.advantage__item img {
	display: block;
	margin-bottom: 40px;
}
.advantage__item .advan__img {
	height: 100px;
}
.advantage__item .advan__title {
	font-size: 18px;
	font-weight: 500;
	line-height: 1.1;
	color: #2F3A49;
	min-height: 90px;
	position: relative;
	margin-bottom: 25px;
}
.advantage__item .advan__title:after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 100px;
	height: 2px;
	background: #E40033;
}
.advantage__item .advan__text {
	font-size: 14px;
	line-height: 1.1;
	color: #616161;
}

.instructions__section {
	background: #f5f5f5;
	position: relative;
}
.instructions__section:before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: url('img/instructions_bg.svg')no-repeat;
	background-size: cover;
}

.tab-content {
    margin-top: -35px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #E1EBF8;
    background-color: #2F3A49;
    position: relative;
}
.nav-pills .nav-link.active:hover, .nav-pills .show>.nav-link:hover,
.nav-pills .nav-link.active:focus, .nav-pills .show>.nav-link:focus {
	background-color: #2F3A49;
}
.nav-pills .nav-link.active:after, .nav-pills .show>.nav-link:after {
	position: absolute;
    content: "";
    right: -6px;
    top: 20px;
    background: #2F3A49;
    width: 20px;
    height: 20px;
    border-radius: 6px;
    transform: rotate(45deg);
}
.nav-pills .nav-link {
	background: #E1EBF8;
	color: #2F3A49;
    border-radius: 6px;
    padding: 2px 27px;
    display: flex;
    align-items: center;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 28px;
}
.nav-pills .nav-link:hover,
.nav-pills .nav-link:focus {
	background: #CDD8E6;
}
.gadget__wrapper {
	background: url('img/video.svg')no-repeat;
	background-size: contain;
}
.gadget__screen {
	background: url('img/gadget_ip_cam_bg.png')no-repeat;
	background-size: cover;
	border-radius: 16px;
	overflow: hidden;
}
.gadget__screen:before {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #2F3A49;
	opacity: 0.7;
}
.embed-container { 
    position: relative; 
    padding-bottom: 56.25%;
    overflow: hidden;
    max-width: 100%;
    height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.files__list li {
	margin-bottom: 15px;
}
.files__list a {
	font-weight: 500;
	font-size: 16px;
	display: inline-block;
	padding-left: 44px;
	position: relative;
}
.files__list a:before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 20px;
	height: 20px;
	background: url('img/icons/printer.svg')no-repeat;
	background-size: contain;
}
.video__instructions__tabs {
	position: relative;
}
/*.gadget__video__wrapper .modal {
	position: absolute;
}*/

.btn-play {
	display: block;
	width: 62px;
	height: 62px;
	padding: 0;
	border: none;
	background: url('img/icons/video-play.svg')no-repeat;
	border-radius: 50px;
	transition: 300ms;
}
.btn-play:hover {
	transform: rotate(5deg);
	box-shadow: 0 2px 10px rgba(0,0,0,.3);
	transition: 300ms;
}
button:focus {
    outline: none;
}
.gadget__video__wrapper button.close {
    position: absolute;
    content: "";
    left: -50px;
    background: transparent;
}
.gadget__video__wrapper button.close span {
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}

.countries__section {
	padding: 90px 0 30px;
	background: #fff;
}
ul.countries__list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
ul.countries__list li {
	position: relative;
}
ul.countries__list span.country__flag {
	display: inline-block;
	width: 42px;
	height: 30px;
}
ul.countries__list span.country__name {
	display: inline-block;
	margin-left: 30px;
	font-size: 21px;
	color: #2F3A49;
	font-weight: 500;
}
span.kobi_lpr {
	display: inline-block;
	width: 127px;
	height: 60px;
	background: url('img/KobiLPR.svg')no-repeat;
	background-size: contain;
	position: relative;
    top: 14px;
}

.partners__section {
	padding: 90px 0 60px;
	background: url('img/partners_bg.svg')no-repeat right top, #fff;
	background-size: contain;
}
.partner__certificate {
	text-align: center;
	max-width: 400px;
	margin: 40px auto;
	padding: 6px;
	border-radius: 12px;
	background: #2F3A49;
}
.partner__certificate img {
	border-radius: 6px;
}
a.partner__link {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #E40033;
	-webkit-mask: url('img/partner-link-ico.svg')no-repeat;
	mask: url('img/partner-link-ico.svg')no-repeat;
	margin-left: 25px;
}
a.partner__link:hover,
a.partner__link:focus {
	background: #BE002A;
}

.order__section {
	padding: 90px 0 0;
	background: url('img/order_bg_sm.png')no-repeat top right, #2F3A49;
	background-size: contain;
	color: #E1EBF8;
}
.order__section h2 {
	color: #E1EBF8;
}
.order__text {
	font-size: 18px;
    font-weight: 400;
    line-height: 1.3;
    margin: 30px auto 70px;
    max-width: 770px;
    text-align: center;
}
.form__notice {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    margin: 25px 0 0;
	text-align: center;
}
.order__form__wrapper .form-control {
    background: transparent;
    border: 1px solid #E1EBF8;
    height: 50px;
    font-size: 18px;
    color: #E1EBF8;
    padding: 5px 18px;
}
.order__form__wrapper .form-control::placeholder {
	color: #E1EBF8;
}
.order__form__wrapper .form-control:focus {
    border-color: #E40033 !important;
    outline: 0;
    box-shadow: none;
}
.order__form__wrapper .form-group {
	margin-bottom: 35px;
}

.footer__section {
	border-top: 1px solid #E40033;
	min-height: 75px;
}
.footer__item {
	padding-left: 50px;
	position: relative;
	height: 75px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
}
.footer__item span.footer__icon {
	display: inline-block;
	position: absolute;
	left: 0;
}
.footer__item .footer__address {
	width: 25px;
	height: 30px;
	background: url('img/icons/location_icon.svg')no-repeat;
}
.footer__item .footer__mail {
	width: 27px;
	height: 20px;
	background: url('img/icons/mail_icon.svg')no-repeat;
}
.footer__item .footer__phone {
	width: 27px;
	height: 27px;
	background: url('img/icons/phone_icon.svg')no-repeat;
}
.footer__item__phone {
	font-weight: 700;
}
.footer__item a {
	color: #E1EBF8;
}
.footer__item a:hover {
	color: #fff;
}
.footer__create {
    height: 75px;
/*     display: flex; */
	display: none;
    align-items: center;
}
a.wedes {
	display: block;
	width: 105px;
	height: 27px;
	background: url('img/icons/wedes.svg')no-repeat;
}
a.wedes:hover, a.wedes:focus {
	background: url('img/icons/wedes_hov.svg')no-repeat;
}
/* Sections */



/* Lang */
#menu-lang-menu a {
	font-size: 16px;
	color: #fff;
	font-weight: 700;
}
#menu-lang-menu .dropdown-menu.show a {
	color: #E40033;
}
.dropdown.nav-item .dropdown-toggle::after {
    display: inline-block;
    margin-left: 7px;
    content: "+";
    font-size: 9px;
    color: #fff;
    border: none !important;
}
.dropdown.nav-item.show .dropdown-toggle::after {
    display: inline-block;
    margin-left: 7px;
    content: "-";
    font-size: 9px;
    color: #fff;
    border: none !important;
}
#menu-lang-menu .dropdown-menu {
	background: transparent;
	border: none;
    padding: 0;
}
#menu-lang-menu .dropdown-item {
    padding: 3px 16px;
    border: 0;
}
/* Lang */





@media	(max-width: 330px) {
	h2 {
		font-size: 28px !important;
	}
}


.gadget__wrapper {
	width: 100%;
    padding-top: 71%;
    position: relative;
}
.gadget__video__wrapper {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gadget__video__wrapper .modal-content {
	background: #212121;
    border: 0;
    position: relative;
}
.gadget__video__wrapper .modal-content:after {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	background: url('img/gadget_btn.svg')no-repeat;
	background-size: contain;
}


/* === max 575px === */
@media	(max-width: 575px) {
	ul.characteristic__list {
		flex-direction: column;
		width: 170px;
    	margin: 0 auto;
	}
	.characteristic__list li:not(:last-child) .list__icon:after {
		position: absolute;
	    content: "";
	    width: 44px;
	    height: 11px;
	    right: 60px;
	    bottom: -70px;
	    background: url(img/icons/arrow-right.svg)no-repeat;
	    transform: rotate(90deg);
	    z-index: 1;
	}
	.advantage__item {
	    max-width: 260px;
	    margin: 0 auto 80px;
	}
	.video__instructions__tabs .nav-pills {
		flex-direction: column !important;
		margin-bottom: 30px;
		justify-content: space-between;
	}
	.video__instructions__tabs .nav-pills .nav-link {
	    flex: auto !important;
	    max-width: 90%;
	    padding: 2px 10px 2px 27px;
	    margin-bottom: 15px;
	}
	ul.countries__list li {
		flex: 0 0 100%;
		margin-bottom: 20px;
	}
	ul.countries__list:before {
		display: none;
	}
	.order__form__wrapper .btn {
		width: 100%;
	}
	.gadget__screen {
		padding-top: 55%;
	    background-size: cover;
	    border-radius: 3%;
	    position: absolute;
	    overflow: hidden;
	    top: 3%;
	    left: 3%;
	    right: 3%;
	    bottom: 3%;
	}
	.gadget__screen:before {
		border-radius: 3%;
	}
	.gadget__video__wrapper .modal-content {
	    border-radius: 20px;
	    padding: 15px;
	}
	.gadget__video__wrapper .modal-content .embed-container {
	    border-radius: 10px;
	}
}
/* === max 575px === */



/* === min 576px === */
@media	(min-width: 576px) {
	.characteristic__list li:not(:last-child) .list__icon:after {
		position: absolute;
		content: "";
		width: 44px;
		height: 11px;
		right: -44px;
		bottom: 15px;
		background: url('img/icons/arrow-right.svg')no-repeat;
		z-index: 1;
	}
	ul.countries__list li {
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
	.order__form__wrapper .btn {
		width: 350px;
	}
	.gadget__screen {
		padding-top: 55%;
	    background-size: cover;
	    border-radius: 13px;
	    position: absolute;
	    overflow: hidden;
	    top: 15px;
	    left: 15px;
	    right: 15px;
	    bottom: 15px;
	}
	.gadget__screen:before {
		border-radius: 13px;
	}
	.gadget__video__wrapper .modal-content {
	    border-radius: 22px;
	    padding: 15px;
	}
	.gadget__video__wrapper .modal-content .embed-container {
	    border-radius: 10px;
	}
}
/* === min 576px === */






/* === max 767px === */
@media	(max-width: 767px) {
	h1 { 
		font-size: 34px;
		line-height: 1.2;
	}
	h2 {
		font-size: 30px;
	}
	.start__section {
		padding: 140px 0 20px;
		margin-top: -132px;
	}
	.tg__block {
		width: 225px;
		background: url('img/tg_bg.svg')no-repeat bottom left;
		background-size: 60px 60px;
		min-height: 195px;
		margin-top: 30px;
	}
	.car__img {
		background: url('img/car_cam_bg_sm.png')no-repeat left center;
		background-size: contain;
		padding-top: 65%;
    	margin-top: 30px;
	}
	span.dahua {
		display: block;
		margin-top: 15px;
	}
	.menu-lang-menu-container {
	    margin-right: 50px;
	}
	ul.characteristic__list {
	    justify-content: space-between;
	}
	.characteristic__list li {
		flex: 0 0 30%;
		margin: 0 0 20px 0;
	}
	.characteristic__section {
		padding: 90px 0;
	}
	.video__instructions__tabs .nav-pills .nav-link {
	    font-size: 13px;
	}
	.order__form__wrapper {
		width: 100%;
		background: #354458;
		border-radius: 6px;
		padding: 30px 20px;
		margin: 0 0 60px;
	}
	.gadget__video__wrapper .modal-dialog {
		max-width: 95%;
    	margin: 0 auto;
	}
	.gadget__video__wrapper .modal-content:after {
		left: 4px;
		width: 8px;
		height: 50px;
	}
}
/* === max 767px === */







/* === min 768px === */ 
@media	(min-width: 768px) { 
	h1 { 
		font-size: 50px; 
		line-height: 1;
	}
	h2 {
		font-size: 40px;
	}
	span.dahua {
		display: inline-block;
	    top: 14px;
	}
	.start__block {
		min-height: 620px;
		background: url('img/car_cam_bg_sm.png')no-repeat right bottom;
		background-size: contain;
	}
	.tg__block {
		position: absolute;
		content: "";
		right: 0;
		bottom: 25px;
		width: 225px;
		background: url('img/tg_bg.svg')no-repeat bottom left;
		background-size: 60px 60px;
		min-height: 195px;
	}
	.start__section {
		padding: 140px 0 20px;
		margin-top: -132px;
	}
	.menu-lang-menu-container {
	    margin-right: 60px;
	}
	.characteristic__list li {
		flex: 0 0 170px;
		margin: 0 30px 30px 0;
	}
	.characteristic__section {
		padding: 90px 0 250px;
	}
	ul.countries__list li {
		flex: 0 0 50%;
		margin-bottom: 30px;
	}
	.order__form__wrapper {
		max-width: 760px;
		background: #354458;
		border-radius: 6px;
		padding: 50px 100px;
		margin: 0 auto 120px;
	}
	.gadget__video__wrapper .modal-dialog {
		max-width: 75%;
	}
	.gadget__screen {
		padding-top: 55%;
	    background-size: cover;
	    border-radius: 16px;
	    position: absolute;
	    overflow: hidden;
	    top: 20px;
	    left: 20px;
	    right: 20px;
	    bottom: 20px;
	}
	.gadget__screen:before {
		border-radius: 16px;
	}
	.gadget__video__wrapper .modal-content {
	    border-radius: 30px;
    	padding: 20px;
	}
	.gadget__video__wrapper .modal-content .embed-container {
	    border-radius: 16px;
	}
	.gadget__video__wrapper .modal-content:after {
		left: 6px;
		width: 10px;
		height: 53px;
	}
}
/* === min 768px === */



/* === max 991px === */
@media	(max-width: 991px) {
	.video__instructions__tabs .nav-pills {
		flex-direction: row;
		margin-bottom: 30px;
		justify-content: space-between;
	}
	.video__instructions__tabs .nav-pills .nav-link {
	    flex: 0 0 31%;
	}
	.instructions_files {
		margin: 30px 0 0;
	}
	.instructions__section {
		padding: 90px 0;
	}
	.advantages__section {
		padding: 90px 0;
	}
	ul.countries__list {
	    padding-top: 50px;
	}
	ul.countries__list:before {
		position: absolute;
		content: "";
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: url('img/map.png')no-repeat center center;
		background-size: contain;
	}
}
/* === max 991px === */




/* === min 992px === */
@media	(min-width: 992px) {
	h1 {
		font-size: 67px;
		line-height: 1;
	    margin: 3px 0 20px;
	}
	h2 {
		font-size: 50px;
	}
	span.dahua {
	    top: 12px;
    	margin-left: 6px;
	}
	.start__block {
		min-height: 750px;
	}
	.start__section {
		padding: 160px 0 0;
		margin-top: -132px;
	}
	.video__instructions__tabs .nav-pills {
		flex-direction: column;
	}
	.video__instructions__tabs .nav-pills .nav-link {
	    max-width: 300px;
	}
	.gadget__wrapper {
		width: 770px;
	    height: 548px;
	    padding: 22px;
	}
	.gadget__screen {
		width: 100%;
		height: 100%;
		background-size: cover;
		border-radius: 16px;
		position: relative;
		overflow: hidden;
		top: 0;
	    left: 0;
	    right: 0;
	    bottom: 0;
	}
	.instructions_files {
		position: absolute;
		content: "";
		left: 25px;
		bottom: 25px;
	}
	.instructions__section {
		padding: 90px 0 150px;
	}
	.advantages__section {
		padding: 90px 0 150px;
	}
	/*.countries__section h2 {
		line-height: 0.7;
	}*/
	ul.countries__list {
	    padding-top: 125px;
	}
	ul.countries__list li {
		flex: 0 0 25%;
		margin-bottom: 80px;
	}
	ul.countries__list:before {
		position: absolute;
		content: "";
		left: -55px;
		top: -50px;
		right: -55px;
		bottom: 0;
		width: 100%;
		height: 100%;
		background: url('img/map.png')no-repeat center bottom;
		background-size: contain;
	}
	
}
/* === min 992px === */





/* === min 1200px === */
@media	(min-width: 1200px) {
	.tg__block {
		bottom: 50px;
		width: 430px;
		background: url('img/tg_bg.svg')no-repeat top right;
		min-height: 100px;
	}
	.tg__block p {
		max-width: 300px;
	}
}
/* === min 1200px === */


.collapsing {
    transition: none;
}

div#main-nav.navbar-collapse.collapse.show {
    position: absolute;
    background: #2f3a49;
    content: "";
    left: 0;
    right: 0;
    top: 130px;
    box-shadow: 0 10px 15px rgb(0 0 0 / 20%);
    padding: 30px 15px;
    border-radius: 6px;
}
.navbar-collapse ul.navbar-nav {
	text-align: center;
}
.navbar-collapse ul.navbar-nav .nav-link {
	color: #fff;
	text-transform: uppercase;
    font-size: 16px;
    font-weight: 400;
}
.navbar-collapse ul.navbar-nav .nav-link:hover,
.navbar-collapse ul.navbar-nav .nav-link:focus {
	color: #e30033;
}


/* Cookies  */
.cli-bar-message {
    text-align: left !important;
    font-size: 11px !important;
    line-height: 1.3 !important;
    font-weight: 400 !important;
}
.cli-bar-message a {
	color: rgba(255,255,255,.7) !important;
	text-decoration: underline !important;
}
.cli-bar-message a:hover {
	color: rgba(255,255,255,1) !important;
	text-decoration: underline !important;
}
.wt-cli-accept-all-btn {
    background: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 0 !important;
    text-transform: uppercase !important;
    padding: 12px 26px !important;
    font-weight: 700 !important;
    color: #2f3a49 !important;
}
.page-template-default .header {
	background: #2f3a49;
    margin-bottom: 50px;
}
/* Cookies  */