/*
Theme name: TDT
Description: Truck Dispatcher Training
Author: Truck Dispatcher Training
*/


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;700;800&display=swap');


*, *::before, *::after {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	background: #F2F2F2;
	font: 14px/1.5 'Open Sans', Arial, sans-serif;
}
.scroll-fixed {
	overflow: hidden;
}
.box {
	width: 100%;
	min-width: 320px;
	position: relative;
}
.container {
	width: 100%;
	min-width: 320px;
	max-width: 1140px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	position: relative;
	border-top: 0 solid transparent;
}
.container::after {
	content: '';
	display: block;
	clear: both;
	width: 100%;
	height: 0;
}
.flx {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}

.customize-support img{
	width: 100%;
	height: auto;
}

a {
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

input, textarea {
	font-family: 'Open Sans', Arial, sans-serif;
}
input.error {
	color: #f00 !important;
	border: 1px solid #f00 !important;
}
input.valid {
	border: 1px solid #339e36 !important;
}
input:focus {
	color: #000;
}
input::-webkit-input-placeholder {
	color: #000;
}
input::-moz-placeholder {
	color: #000;
}
input:-moz-placeholder {
	color: #000;
}
input:-ms-input-placeholder {
	color: #000;
}

#breadcrumbs{
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#breadcrumbs a{
	text-decoration: none;
}

#breadcrumbs *{
	font-size: 12px;
	text-decoration: none;
	transition: all .3s ease;
}

.text {
	overflow: hidden;
}
.text p {
	margin-bottom: 21px;
}
.text h2, .text h3, .text h4, .text h5 {
	margin-bottom: 20px;
	color: #000;
	font-size: 25px;
	line-height: 29px;
}
.text h3 {
	font-size: 22px;
}
.text h4, .text h5 {
	font-size: 20px;
}
.text table {
	width: 100%;
	border-collapse: collapse;
}
.text table tr td {
	border: 1px solid #373737;
	padding: 10px;
}
.text ul, .text ol {
	margin: 0 0 25px 20px;
}
.text li {
	margin-bottom: 7px;
}




.alignleft {display: inline;float: left;margin: 5px 15px 5px 0;}
.alignright {display: inline;float: right;margin: 5px 0 5px 15px;}
.aligncenter {clear: both;display: block;margin: 5px auto;}



/* Header ----------------------------------------------------------------------------- */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 30px;
	z-index: 990;
	transition: all .3s ease;
}
.header--fixed {
	background: #fff;
	padding-top: 4px;
	padding-bottom: 8px;
}

.header__logo {
	display: block;
	width: 212px;
	height: 113px;
	background: url('i/tdt-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	transition: all .3s ease;
}
.header--fixed .header__logo {
	width: 106px;
	height: 56px;
}
.header__info {
	width: calc(100% - 240px);
}
.header__box {
	justify-content: flex-end;
	align-items: center;
	width: 100%;
}

.header--fixed .header__box{
	max-height: 0;
}

.header__phone {
	display: block;
	margin-right: 10px;
	font-size: 18px;
	line-height: 1.1;
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
}
.header--fixed .header__phone {
	max-height: 0;
	overflow: hidden;
}
.header--fixed .header__menu {
	/*max-height: 0;*/
	overflow: hidden;
}
.header__menu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	list-style: none;
}
.header__menu li {
	margin: 0 9px;
}
.header__menu a {
	display: block;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	padding: 7px 12px 6px 12px;
	font-size: 12px;
	line-height: 1.45;
	color: #000;
	text-decoration: none;
	transition: all .5s ease;
}
.header__menu a:hover {
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.header__menu .noLink{
	display: block;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	padding: 7px 12px 6px 12px;
	font-size: 12px;
	line-height: 1.45;
	color: #000;
	text-decoration: none;
	transition: all .5s ease;
	cursor: pointer;
	border: none;
}

.header__menu .noLink:hover {
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.header-lang {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	margin-left: 9px;
	overflow: hidden;
}
.header--fixed .header-lang {
	max-height: 0;
	overflow: hidden;
}
.header-lang__item {
	display: block;
	padding: 7px 12px 6px 12px;
	font-size: 12px;
	line-height: 1.45;
	color: #000;
	text-decoration: none;
	transition: all .3s ease;
	cursor: pointer;
}
.header-lang__item:nth-child(2) {
	border-right: 1px solid #C9C9C9;
	border-left: 1px solid #C9C9C9;
}
.header-lang__item.current,
.header-lang__item:hover {
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
}

.header__nav {
	width: 100%;
	padding-top: 10px;
}
.header__nav ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #FFF;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
	padding: 4px 20px 0;
	list-style: none;
}
.header--fixed .header__nav ul {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.header__nav li {
	margin: 0 8px;
}
.header__nav ul li a {
	display: block;
	padding: 14px;
	position: relative;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	line-height: 1.55;
	align-items: center;
	text-transform: capitalize;
	text-decoration: none;
	transition: all .3s ease;
}
.header__nav a::before {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #002442;
	transition: all .3s ease;
}
.header__nav a:hover::before {
	bottom: 4px;
}



.header__nav-btn {
	display: none;
	width: 24px;
	height: 24px;
	border: none;
	outline: none;
	cursor: pointer;
}
.header__nav-btn span {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #717171;
	margin: 6px 0 0;
	position: relative;
}
.header__nav-btn span::before, .header__nav-btn span::after {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #717171;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.header__nav-btn span::before {
	top: -8px;
}
.header__nav-btn span::after {
	bottom: -8px;
}
.nav-active .header__nav-btn span {
	background: transparent;
}
.nav-active .header__nav-btn span::before {
	top: 0;
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.nav-active .header__nav-btn span::after {
	bottom: 0;
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}








/* Hero ----------------------------------------------------------------------------- */
.hero {
	padding-top: 75px;
	padding-bottom: 75px;
	background: url('i/bg-hero.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-top: 160px;
	color: #fff;
	background-color: #07253F;
}
.hero__head {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 64px;
	line-height: 1.1;
	text-align: center;
}
.hero__desc {
	min-height: 80px;
	margin-bottom: 12px;
	font-size: 18px;
	line-height: 1.2;
	color: #EFEFEF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	text-align: center;
}
.hero-count {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: 70px;
}
.hero-count__item {
	width: calc(33.3% - 80px);
	max-width: 170px;
	margin: 0 40px 40px;
	padding: 16px 8px 8px;
	border: 2px solid rgba(255, 255, 255, 0.33);
	filter: drop-shadow( 0 4px 4px rgba(0, 0, 0, 0.1) );
	border-radius: 3px;
}
.hero-count__number {
	margin-bottom: 4px;
	font-weight: 800;
	font-size: 96px;
	line-height: 1;
	align-items: center;
	color: #EFEFEF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
	text-align: center;
}
.hero-count__title {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	max-width: 120px;
	margin: 0 auto;
	min-height: 44px;
	font-size: 18px;
	line-height: 1.1;
	text-align: center;
	color: #FFF;
}

.hero__sub-desc {
	max-width: 640px;
	margin: 0 auto 72px;
	font-size: 18px;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
	text-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.hero__button {
	display: block;
	width: 100%;
	max-width: 330px;
	padding: 8px 90px 12px 32px;
	position: relative;
	background-color: transparent;
	border: 2px solid rgba(255, 255, 255, 0.33);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
	outline: none;
	border-radius: 3px;
	margin: 0 auto;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 64px;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: all .3s ease;
}
.hero__button i {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 8px;
	right: 30px;
	width: 64px;
	height: 64px;
	background: rgba(255, 255, 255, 0.24);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	z-index: 10;
	transition: all .3s ease;
}
.hero__button i svg {
	width: 22px;
	height: 32px;
	margin-left: 4px;
}
.hero__button i svg path {
	fill: #fff;
	-webkit-filter: drop-shadow( 0px 4px 4px rgba(0, 0, 0, 0.25) );
	filter: drop-shadow( 0px 4px 4px rgba(0, 0, 0, 0.25) );
	transition: all .3s ease;
}
.hero__button:hover {
	background: #C9C9C9;
	color: #002442;
}
.hero__button:hover i {
	background: #002442;
}
.hero__button:hover svg path {
	-webkit-filter: drop-shadow( 0 0 0 );
	filter: drop-shadow( 0 0 0 );
}













/* About ----------------------------------------------------------------------------- */
.about {
	padding-top: 30px;
	padding-bottom: 40px;
	overflow: hidden;
}
.about__info {
	width: 48%;
	position: relative;
	z-index: 20;
}
.about__head {
	width: calc(100% + 75px);
	margin-right: -75px;
	background: #fff;
	position: relative;
	padding: 60px;
	color: #002442;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.33;
	text-align: center;
	z-index: 10;
}
.about__head span {
	display: block;
}
.about__desc {
	margin-top: -30px;
	padding: 112px 80px 80px 56px;
	background: #002442;
	position: relative;
	overflow: visible;
	font-size: 18px;
	line-height: 1.6;
	color: #FFF;
}
.about__desc::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 400%;
	height: 100%;
	background: #002442;
	z-index: -1;
}

.about__thumb-wrapper {
	width: 52%;
	padding-top: 72px;
}
.about__thumb {
	width: 1024px;
	height: 620px;
}
.about__thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}













/* Lack ----------------------------------------------------------------------------- */
.lack {
	padding-top: 50px;
	padding-bottom: 56px;
	overflow: hidden;
}
.lack__head {
	margin-bottom: 45px;
	position: relative;
	color: #002442;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
}
.lack__head span {
	display: block;
}
.lack__head::before,
.lack__head::after {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	width: 306px;
	height: 12px;
	background: url('i/bg-icon-lack.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.lack__head::before {
	left: -72px;
}
.lack__head::after {
	right: -72px;
	transform: scale(-1, 1);
}
.lack__wrapper {
	align-items: center;
	padding: 0 40px 20px;
}
.lack__desc {
	width: calc(48% - 40px);
	font-size: 18px;
	line-height: 1.5;
	color: #000;
}
.lack-number {
	width: calc(50% - 40px);
}
.lack-number__item {
	margin-top: 6px;
	border: 1px solid #C9C9C9;
	border-radius: 3px;
	padding: 8px 16px 4px;
	text-align: center;
}
.lack-number__item:first-child {
	margin-top: 0;
}
.lack-number__count {
	margin-bottom: 8px;
	font-weight: 800;
	font-size: 36px;
	line-height: 1;
	color: #002442;
}
.lack-number__title {
	font-size: 18px;
	line-height: 1.2;
	color: #000;
}
.lack__list {
	justify-content: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.lack-item {
	width: calc(50% - 32px);
	min-height: 300px;
	margin: 0 16px 32px;
	background: #FFF;
	border: 1px solid #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.11);
	border-radius: 3px;
}
.lack-item__inside {
	padding: 24px 56px 24px 32px;
}
.lack-item__inside img {
	display: block;
	width: 100%;
	height: auto;
}
.lack__bottom {
	margin-top: -16px;
	text-align: right;
}
.lack__more {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	color: #000;
	text-decoration: underline;
}
.lack__more:hover {
	text-decoration: none;
}







/* Process ----------------------------------------------------------------------------- */
.progress {
	margin-top: 56px;
	margin-bottom: 40px;
	padding-top: 48px;
	padding-bottom: 32px;
	background: #002442;
	border-radius: 3px;
}
.progress__info {
	width: 410px;
	margin-top: -136px;
	padding: 24px 32px;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.progress__head {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;
	color: #002442;
}
.progress__list {
	overflow: hidden;
	counter-reset: progress;
}
.progress-point {
	padding: 20px 0 20px 48px;
	border-top: 1px solid #C9C9C9;
	position: relative;
	counter-increment: progress;
	outline: none;
	font-size: 18px;
	line-height: 1.6;
	color: #C9C9C9;
	transition: all .3s ease;
	cursor: pointer;
}
.progress-point__count {
	content: counter(progress);
	position: absolute;
	top: 16px;
	left: 0;
	font-weight: 800;
	font-size: 72px;
	line-height: 1.1;
	color: #C9C9C9;
}
.progress-point:first-child {
	border-top: none;
}
.progress-point__title {
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	color: #C9C9C9;
}
.progress-point.slick-current {
	color: #000000;
	cursor: default;
}
.progress-point.slick-current .progress-point__count {
	color: #002442;
}
.progress-point.slick-current .progress-point__title {
	color: #002442;
}

.progress__slider {
	width: calc(100% - 440px);
	overflow: hidden;
	position: relative;
	z-index: 20;
}
.progress__slider-item {
	float: left;
	width: 100%;
	height: auto;
}
.progress__slider-item img {
	display: block;
	width: 100%;
	height: auto;
}






/* Trainer ----------------------------------------------------------------------------- */
.trainer {
	padding-top: 46px;
	padding-bottom: 50px;
}
.trainer__info {
	width: 44%;
}
.trainer__head {
	padding: 36px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
	color: #002442;
	text-align: center;
}
.trainer__head span {
	display: block;
}
.trainer__box {
	padding: 36px 96px;
	background: #002442;
	border-radius: 3px 0 0 3px;
	color: #fff;
}
.trainer__name {
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
	color: #FFF;
}
.trainer__desc {
	font-size: 18px;
	line-height: 1.6;
}

.trainer__photo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-end;
	width: 56%;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
}
.trainer__photo img {
	display: block;
	max-width: 100%;
	height: calc(100% + 64px);
	margin-top: -64px;
}









/* Team ----------------------------------------------------------------------------- */
.team {
	padding-top: 32px;
	padding-bottom: 8px;
}
.team__slider {
	overflow: hidden;
	padding-left: 32px;
	padding-right: 32px;
	position: relative;
}
.team-item {
	float: left;
	width: calc(25% - 32px);
	margin: 0 16px 24px;
}
.team-item--hide {
	display: none;
}
.team-item__thumb {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	height: 280px;
	position: relative;
}
.team-item__thumb img {
	display: block;
	max-width: 100%;
	max-height: 100%;
	position: relative;
	z-index: 10;
}
.team-item__thumb::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 8px;
	width: calc(100% - 16px);
	height: calc(100% - 8px);
	border: 1px solid #C9C9C9;
	border-radius: 3px 3px 0 0;
}
.team-item__name {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 52px;
	margin-bottom: 12px;
	padding: 8px;
	background: #002442;
	border-radius: 3px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
	color: #FFF;
}
.team-item__desc {
	padding: 0 8px;
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}

.team__slider .slick-list,
.team__slider .slick-track {
	overflow: hidden;
}
.team__slider .slick-arrow {
	position: absolute;
	top: calc(50% - 16px);
	width: 22px;
	height: 32px;
	border: none;
	background-color: #002442;
	-webkit-mask: url('i/bg-icon-play.svg') center no-repeat;
	mask: url('i/bg-icon-play.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	outline: none;
	font-size: 0;
	cursor: pointer;
	z-index: 40;
	transition: all .3s ease;
}
.team__slider .slick-prev {
	left: 0;
	transform: rotate(180deg);
}
.team__slider .slick-next {
	right: 0;
}
.team__slider .slick-arrow:hover {
	background: #000;
}






/* Includes ----------------------------------------------------------------------------- */
.includes {
	padding-top: 24px;
	padding-bottom: 50px;
}
.includes__head {
	margin-bottom: 12px;
	color: #002442;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.5;
	text-align: center;
}
.includes__wrapper {
	justify-content: space-between;
}
.includes__list {
	width: calc(50% - 48px);
}
.includes-item {
	margin-bottom: 14px;
	position: relative;
	background: #FFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
	border-radius: 3px;
	transition: all .3s ease;
}
.includes-item.active {
	background: #002442;
}
.includes-item__head {
	padding: 8px 24px 8px 10px;
	position: relative;
	font-size: 18px;
	line-height: 1.5;
	color: #000;
	cursor: pointer;
	z-index: 20;
}
.includes-item__head:hover {
	text-decoration: underline;
}
.includes-item.active .includes-item__head {
	color: #fff;
	text-decoration: none;
}
.includes-item__head::before {
	content: '';
	position: absolute;
	top: 12px;
	right: 8px;
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 10px solid #C9C9C9;
	transition: all .3s ease;
}
.includes-item.active .includes-item__head::before {
	right: 12px;
	border-left-color: #fff;
	transform: rotate(90deg);
}
.includes-item__body {
	max-height: 0;
	position: relative;
	overflow: hidden;
	transition: all .3s ease;
}
.includes-item.active .includes-item__body {
	max-height: 4000px;
}
.includes-item__text {
	padding: 12px 24px 20px;
	font-size: 14px;
	line-height: 2;
	color: #FFF;
}
.includes-item__iframe-wrap {
	display: block;
	width: 100%;
	padding-top: 45%;
}
.includes-item__text iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}






.expertise {
	padding-top: 28px;
	padding-bottom: 60px;
	overflow: hidden;
	background: #002442;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	color: #fff;
}
.expertise__head {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.25;
}
.expertise__subhead {
	margin-bottom: 8px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.6;
	color: #C9C9C9;
}
.expertise__wrapper {

}
.expertise__list {
	width: 51%;
}
.expertise-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #C9C9C9;
}
.expertise-item:first-child {
	border: none;
}
.expertise-item__icon {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 92px;
	border: 1px solid #C9C9C9;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
	border-radius: 3px;
}
.expertise-item__icon img {
	display: block;
	max-width: 96%;
	max-height: 96%;
}
.expertise-item__info {
	width: calc(100% - 134px);
	font-size: 14px;
	line-height: 1.7;
	color: #FFF;
}
.expertise-item__title {
	font-weight: bold;
}

.expertise-box {
	width: 44%;
	background: #FFF;
	box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	padding: 22px 48px 40px;
}
.expertise-box__head {
	font-weight: bold;
	font-size: 36px;
	line-height: 1.6;
	color: #002442;
}
.expertise-box__desc {
	margin-bottom: 32px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}
.expertise-number {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	width: calc(100% + 8px);
	margin-left: -4px;
	padding-bottom: 32px;
}
.expertise-number__item {
	width: calc(33.3% - 8px);
	margin: 0 4px 8px;
	padding: 8px;
	border: 1px solid #C9C9C9;
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.11));
	border-radius: 3px;
}
.expertise-number__value {
	margin-bottom: 4px;
	font-weight: 800;
	font-size: 55px;
	line-height: 0.8;
	color: #002442;
	text-align: center;
}
.expertise-number__label {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	min-height: 34px;
	font-size: 14px;
	line-height: 1.4;
	color: #000;
	text-align: center;
}
.expertise__text {
	padding-bottom: 32px;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}

.expertise__bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
	border-top: 1px solid #002442;
	padding-top: 14px;
}
.expertise__price {
	width: calc(100% - 210px);
}
.expertise__price-subhead {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	color: #000;
}
.expertise__price-count {
	font-weight: bold;
	font-size: 48px;
	line-height: 1.2;
	color: #002442;
}
.expertise__signup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 190px;
	height: 60px;
	background: #002442;
	border: 2px solid #002442;
	border-radius: 3px;
	padding: 8px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	cursor: pointer;
	transition: all .3s ease;
}
.expertise__signup:hover {
	background: #fff;
	color: #002442;
}















/* Feedback ----------------------------------------------------------------------------- */
.feedback {
	padding-top: 52px;
	padding-bottom: 32px;
	overflow: hidden;
}
.feedback__head {
	margin-bottom: 28px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.1;
	color: #002442;
	text-align: center;
}
.feedback__list {
	justify-content: flex-start;
	width: calc(100% + 64px);
	margin-left: -32px;
}
.feedback-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	width: calc(50% - 64px);
	margin: 0 32px 40px;
}
.feedback-item__thumb-wrapper {
	display: block;
	position: relative;
	width: 200px;
}
.feedback-item__thumb {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 64%;
	overflow: hidden;
	border-radius: 12px;
}
.feedback-item__thumb::before {
	content: '';
	position: absolute;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
	width: 40px;
	height: 40px;
	background: url('i/bg-icon-play.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	z-index: 5;
	transition: all .3s ease;
}
.feedback-item__thumb:hover::before {
	transform: scale(1.1);
}
.feedback-item__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.feedback-item__info {
	width: calc(100% - 232px);
}
.feedback-item__title {
	display: block;
	min-height: 80px;
	margin-bottom: 8px;
	font-size: 18px;
	line-height: 1.6;
	color: #002442;
	text-decoration: none;
}
.feedback-item__title:hover {
	color: #000;
}
.feedback-item__data {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}
.feedback-item__data-name {
	display: inline-block;
	font-weight: bold;
}
.feedback-item__date {
	font-size: 14px;
	line-height: 1.2;
	color: #000;
}

.feedback__bottom {
	margin-top: -32px;
	text-align: right;
}





















/* Resume ----------------------------------------------------------------------------- */
.resume {
	padding-top: 40px;
	padding-bottom: 32px;
	overflow: hidden;
}
.resume__head {
	width: 100%;
	margin-bottom: 12px;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
	color: #002442;
	text-align: center;
}
.resume__info {
	width: calc(100% - 460px);
}
.resume__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background: #002442;
	border-radius: 3px;
	padding: 12px 0 8px 20px;
	position: relative;
	margin-bottom: 12px;
	z-index: 10;
}
.resume__top::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: calc(100% + 450px);
	height: 100%;
	background: #002442;
	border-radius: 3px;
	z-index: -1;
}
.resume__top-head {
	font-weight: bold;
	font-size: 30px;
	line-height: 1.2;
	color: #FFF;
}
.resume__salary-head {
	font-size: 18px;
	line-height: 1.1;
	text-align: right;
	color: #FFF;
}
.resume__how-salary {
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	text-align: right;
	color: #FFF;
}
.resume__text {
	padding-left: 20px;
	font-size: 18px;
	line-height: 1.6;
}

.resume__box {
	width: 415px;
	padding-top: 32px;
	margin-right: 20px;
	position: relative;
	z-index: 30;
}
.resume__certificate {
	margin-bottom: 16px;
}
.resume__certificate img {
	display: block;
	width: 100%;
	height: auto;
}
.resume__signup {
	display: block;
	width: 100%;
	max-width: 380px;
	padding: 10px 16px;
	background: #002442;
	border: 2px solid #002442;
	border-radius: 3px;
	margin: 0 auto;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 2;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	transition: all .3s ease;
}
.resume__signup:hover {
	background: #fff;
	color: #002442;
}
.resume__signup-icon {
	display: none;
	width: 120px;
	height: 120px;
	background: url('i/bg-icon-finger.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	border: none;
	outline: none;
	margin: 0 auto 16px;
	cursor: pointer;
}

.resume-form {
	width: 100%;
	max-height: 0;
	opacity: 0;
	transition: all .3s ease;
}
.resume-form.active {
	max-height: 4000px;
	opacity: 1;
}
.resume-form__wrapper {
	padding: 20px 0;
}
.resume-form__line {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
.resume-form__label {
	width: calc(50% - 8px);
	margin-bottom: 12px;
	position: relative;
}
.resume-form__label input {
	display: block;
	width: 100%;
	height: 52px;
	border: 1px solid #ccc;
	background: #fff;
	padding-left: 12px;
	padding-right: 8px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 15px;
}
.resume-form__submit {
	max-width: 220px;
	margin: 0 auto;
	padding-top: 10px;
}
.resume-form__submit input {
	display: block;
	width: 100%;
	height: 64px;
	background: #002442;
	border: 2px solid #002442;
	outline: none;
	border-radius: 3px;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.3;
	text-transform: uppercase;
	color: #FFF;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease;
}
.resume-form__submit input:hover {
	background: #fff;
	color: #002442;
}






.faq {
	padding-top: 20px;
	padding-bottom: 32px;
}







/* Blog ------------------------------------------------------------------------------- */
.blog {
	padding-top: 20px;
	padding-bottom: 16px;
	overflow: hidden;
}
.blog__head {
	margin-bottom: 45px;
	position: relative;
	color: #002442;
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
	text-align: center;
}
.blog__head::before,
.blog__head::after {
	content: '';
	position: absolute;
	top: calc(50% - 6px);
	width: 306px;
	height: 12px;
	background: url('i/bg-icon-lack.svg') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.blog__head::before {
	left: calc(50% - 420px);
}
.blog__head::after {
	right: calc(50% - 420px);
	transform: scale(-1, 1);
}
.blog__list {
	justify-content: flex-start;
	width: calc(100% + 32px);
	margin-left: -16px;
}
.blog-item {
	width: calc(33.3% - 32px);
	margin: 0 16px 24px;
}
.blog-item__link {
	display: block;
	text-decoration: none;
}
.blog-item__thumb {
	display: block;
	width: 100%;
	padding-top: 75%;
	margin-bottom: 15px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.blog-item__thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-item__title {
	display: block;
	width: 100%;
	margin-bottom: 4px;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.1;
	color: #000;
}
.blog-item__link:hover .blog-item__title {
	color: #002442;
	text-decoration: underline;
}
.blog-item__desc {
	font-size: 18px;
	line-height: 1.4;
	color: #000;
}
.blog__view-more {
	text-align: right;
}
.blog__view-more a {
	display: inline-block;
	font-size: 14px;
	line-height: 1.3;
	text-decoration: underline;
}
.blog__view-more a:hover {
	text-decoration: none;
}








.installment-plan {
	overflow: hidden;
}
.installment-plan__box {
	width: 100%;
	max-width: 760px;
	margin: 0 auto;
}
.installment-plan__box table {
	width: 100%;
	border-collapse: collapse;
	border: 3px solid #C9C9C9;
	margin-bottom: 48px;
}
.installment-plan__box table td {
	padding: 16px;
	border: 1px solid #C9C9C9;
	font-size: 14px;
	line-height: 1.6;
}
.installment-plan__box table td:nth-child(1) {
	width: 8%;
}
.installment-plan__box table td:nth-child(2) {
	width: 30%;
}
.installment-plan__box table td:nth-child(3) {
	width: 12%;
}
.installment-plan__box table td:last-child {
	width: 50%;
	border-left: 3px solid #C9C9C9;
}
.installment-plan__box table td strong {
	font-size: 18px;
	font-weight: bold;
}
.installment-plan__box table thead tr td {
	background: #002442;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
	border-radius: 3px;
	color: #fff;
}
.installment-plan__box table td ul {
	padding-left: 12px;
}












.bottom {
	padding-top: 48px;
	padding-bottom: 52px;
	overflow: hidden;
	background: url('i/bg-bottom.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.bottom__head {
	width: 100%;
	max-width: 840px;
	margin: 0 auto 32px;
	font-weight: bold;
	font-size: 36px;
	line-height: 1.6;
	text-align: center;
	color: #FFF;
}
.bottom__signup {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 330px;
	min-height: 90px;
	margin: 0 auto;
	border: 2px solid rgba(255, 255, 255, 0.33);
	filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.1));
	border-radius: 3px;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.6;
	text-transform: uppercase;
	text-decoration: none;
	transition: all .3s ease;
}
.bottom__signup:hover {
	background: #C9C9C9;
	border: 2px solid #C9C9C9;
	color: #002442;
}
















/* Footer ----------------------------------------------------------------------------- */
.footer {
	padding-top: 24px;
	padding-bottom: 8px;
}
.footer__top {
	align-items: center;
	padding-bottom: 28px;
}
.footer__contact a {
	display: block;
	font-size: 14px;
	line-height: 1.1;
	color: #000;
	text-decoration: none;
}
.footer__contact a.hide-desktop {
	display: none;
}
.footer__contact a:first-child {
	margin-bottom: 12px;
}

.footer__contact a img{
	display: none;
}

.footer__logo {
	display: block;
	width: 112px;
	height: 62px;
	background: url('i/tdt-logo.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.footer__logo img{
	max-width: 100%;
}
.footer-social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}
.footer-social__item {
	display: block;
	width: 24px;
	height: 24px;
	margin: 0 4px;
	position: relative;
}
.footer-social__item::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #002442;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.footer-social__item--fb::before {
	-webkit-mask-image: url('i/bg-icon-fb.png');
	mask-image: url('i/bg-icon-fb.png');
}
.footer-social__item--ig::before {
	-webkit-mask-image: url('i/bg-icon-ig.png');
	mask-image: url('i/bg-icon-ig.png');
}
.footer-social__item--in::before {
	-webkit-mask-image: url('i/bg-icon-in.png');
	mask-image: url('i/bg-icon-in.png');
}
.footer-social__item--tw::before {
	-webkit-mask-image: url('i/bg-icon-tw.png');
	mask-image: url('i/bg-icon-tw.png');
}
.footer-social__item--tt::before {
	-webkit-mask-image: url('i/bg-icon-tt.png');
	mask-image: url('i/bg-icon-tt.png');
}
.footer-social__item--pi::before {
	-webkit-mask-image: url('i/bg-icon-pi.png');
	mask-image: url('i/bg-icon-pi.png');
}
.footer-social__item--yt::before {
	-webkit-mask-image: url('i/bg-icon-yt.png');
	mask-image: url('i/bg-icon-yt.png');
}
.footer-social__item--blog::before {
	-webkit-mask-image: url('i/blog-icon.png');
	mask-image: url('i/blog-icon.png');
}
.footer-social__item:hover::before {
	background: #000;
}


.footer__copy {
	font-size: 10px;
	line-height: 1.6;
	color: #000;
	text-align: center;
}
.footer__copy a {
	text-decoration: none;
}
.footer__copy a:hover {
	text-decoration: underline;
}






/* Всплывающие окна */
.overlay {
	display: none;
	background-color: #000;
	opacity: .7;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 999
}
.overlay.active {
	display: block;
}

.popup {
	display: none;
	position: relative;
	width: 75%;
	max-width: 400px;
	max-height: 75vh;
	overflow: hidden;
	overflow-y: visible;
	padding: 25px;
	background: #fff;
	text-align: center;
	z-index: 9999;
}
.popup__close {
	position: absolute;
	top: 8px;
	right: 8px;
	width: 24px;
	height: 24px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	background: #c1c1c1;
	-webkit-mask: url('i/bg-icon-close.svg') center no-repeat;
	mask: url('i/bg-icon-close.svg') center no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	border: none;
	outline: none;
	cursor: pointer;
	transition: all .3s ease;
	z-index: 10;
}
.popup__close:hover {
	background: #000;
}
.popup__title {
	margin-bottom: 5px;
	font-size: 30px;
	font-weight: 300;
	line-height: 34px;
	color: #000;
}
.popup__subtitle {
	margin-bottom: 20px;
	font-size: 13px;
	line-height: 21px;
	text-align: center;
	color: #000;
}
.popup__label {
	position: relative;
}
.popup__body input,
.popup__body textarea {
	width: 100%;
	height: 40px;
	margin-top: 12px;
	padding-left: 12px;
	border: 1px solid #eee;
	background-color: #FFF;
	outline: none;
}
.popup__body textarea {
	height: 120px;
	resize: none;
	padding-top: 5px;
}
.popup__body input[type="submit"] {
	height: 46px;
	padding-left: 0;
	background-color: #FC0;
	border: 1px solid #FC0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	line-height: 44px;
	cursor: pointer;
}



.popup-first-module {
	max-width: 789px;
	padding: 0;
	background: #164f80 url('i/bg-modal.jpg') center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	color: #fff;
	text-align: left;
}
.popup-first-module__wrapper {
	padding: 25px 35px;
	position: relative;
}
.popup-first-module__head {
	max-width: 880px;
	margin-bottom: 25px;
	font-size: 32px;
	line-height: 1.2;
}
.popup-first-module__head span {
	display: block;
	font-weight: bold;
}
.popup-first-module__head i {
	font-style: normal;
	color: #FEBF1C;
}
.popup-first-module__form {
	max-width: 700px;
}
.popup-first-module__form-text {
	margin-bottom: 20px;
	font-size: 30px;
	line-height: 1.1;
}
.popup-first-module__label {
	margin-bottom: 10px;
	position: relative;
}
.popup-first-module__label input {
	display: block;
	width: 97%;
	height: 52px;
	border: 1px solid transparent;
	background: linear-gradient(
			0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), rgba(255, 255, 255, 0.12);
	border-radius: 18px;
	outline: none;
	padding-left: 18px;
	padding-right: 12px;
	font-size: 18px;
}
.popup-first-module__label input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.33);
}
.popup-first-module__label input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.33);
}
.popup-first-module__label input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.33);
}
.popup-first-module__label input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.33);
}
.popup-first-module__submit {
	max-width: 600px;
	padding-top: 15px;
	margin-bottom: 24px;
	position: relative;
}
.popup-first-module__submit input {
	display: block;
	width: 70%;
	height: 60px;
	background: linear-gradient(0deg, #FEBF1C, #FEBF1C), linear-gradient(0deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.12)), rgba(255, 255, 255, 0.12);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 18px;
	border: none;
	outline: none;
	font-size: 24px;
	color: #002442;
	cursor: pointer;
	transition: all .3s ease;
}
.popup-first-module__submit input:hover {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.popup-first-module__submit .wpcf7-spinner {
	position: absolute;
	top: 16px;
	left: 0;
}
.popup-first-module__confirm {
	position: relative;
}
.popup-first-module__confirm input {
	display: none;
}
.popup-first-module__confirm .wpcf7-list-item-label {
	display: block;
	padding-left: 56px;
	position: relative;
	font-size: 18px;
	line-height: 1.9;
	text-align: left;
	cursor: pointer;
}
.popup-first-module__confirm .wpcf7-list-item-label a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}
.popup-first-module__confirm .wpcf7-list-item-label a:hover {
	text-decoration: underline;
}
.popup-first-module__confirm .wpcf7-list-item-label::before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 30px;
	height: 30px;
	border: 1px solid #FEBF1C;
	border-radius: 5px;
	z-index: 2;
}
.popup-first-module__confirm .wpcf7-list-item-label::after {
	content: '';
	position: absolute;
	top: -16px;
	left: 8px;
	width: 42px;
	height: 42px;
	background: url('i/bg-icon-modal-check.png') center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	opacity: 0;
	z-index: 5;
	transition: all .3s ease;
}
.popup-first-module__confirm input:checked + .wpcf7-list-item-label::after {
	opacity: 1;
}

.popup-first-module__girl {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 300px;
	height: 410px;
	z-index: 10;
}
.popup-first-module__girl img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: right bottom;
}






/* Форма */


input.hide_input {
	display: none;
}
span.wpcf7-not-valid-tip,
div.wpcf7-validation-errors {
	display: none !important;
}
input.wpcf7-not-valid {
	border-color: #c00;
}

.popup-thy {
	position: fixed;
	top: calc(50% - 160px);
	left: calc(50% - 200px);
}




/* ==============================================================
   ========================  MEDIA  =============================
   ============================================================== */
@media screen and (max-width:1340px) {

	.popup-first-module__girl {
		width: 540px;
		height: 720px;
	}

}

@media screen and (max-width:1140px) {

	.resume__info {
		width: calc(100% - 430px);
	}
	.resume__top::before {
		width: calc(100% + 430px);
	}
	.resume__box {
		width: 400px;
		margin-right: 10px;
	}


	.includes__list {
		width: calc(50% - 24px);
	}


	.popup-first-module__girl {
		width: 360px;
		height: 480px;
	}
	.popup-first-module__head {
		max-width: 700px;
		margin-bottom: 40px;
		font-size: 52px;
	}
	.popup-first-module__form {
		max-width: 600px;
	}
	.popup-first-module__form-text {
		margin-bottom: 24px;
		font-size: 24px;
	}
	.popup-first-module__label input {
		height: 64px;
		font-size: 24px;
	}
	.popup-first-module__submit {
		max-width: 480px;
		padding-top: 8px;
	}
	.popup-first-module__submit input {
		height: 72px;
		font-size: 32px;
	}
	.popup-first-module__confirm .wpcf7-list-item-label {
		font-size: 20px;
	}


}











@media screen and (max-width:1050px) {

	.header__logo {
		width: 200px;
		height: 104px;
	}
	.header__nav a {
		padding: 10px;
	}


	.hero {
		margin-top: 144px;
	}
	.hero__head {
		font-size: 56px;
	}


	.about__info {
		width: 45%;
	}
	.about__head {
		width: calc(100% + 56px);
		margin-right: -56px;
		padding: 40px;
		font-size: 28px;
	}
	.about__desc {
		margin-top: -24px;
		padding: 80px 56px 48px 40px;
	}
	.about__thumb-wrapper {
		width: 55%;
		padding-top: 56px;
	}
	.about__thumb {
		width: 820px;
		height: 500px;
	}


	.lack__wrapper {
		padding: 0 20px 16px;
	}
	.lack__desc {
		width: calc(50% - 24px);
	}


	.trainer__info {
		width: 50%;
	}
	.trainer__head {
		padding: 32px;
		font-size: 28px;
	}
	.trainer__box {
		padding: 32px 72px;
	}
	.trainer__photo {
		width: 50%;
	}
	.trainer__photo img {
		height: calc(100% + 40px);
		margin-top: -40px;
	}


	.expertise-box {
		width: 45%;
		padding: 20px 24px 24px;
	}


	.feedback-item__info {
		width: calc(100% - 216px);
	}


	.resume__info {
		width: calc(100% - 400px);
	}
	.resume__top::before {
		width: calc(100% + 400px);
	}
	.resume__top-head {
		font-size: 24px;
	}
	.resume__salary-head {
		font-size: 15px;
	}
	.resume__box {
		width: 380px;
		margin-right: 10px;
	}


	.bottom__head {
		font-size: 32px;
	}
	.bottom__signup {
		width: 290px;
		min-height: 72px;
	}



}












@media screen and (max-width:900px) {

	.header {
		padding-top: 12px;
		padding-bottom: 12px;
	}
	.header__logo {
		width: 160px;
		height: 80px;
	}
	.header__info {
		width: calc(100% - 184px);
	}
	.header__nav ul {
		padding: 0;
	}
	.header__nav li {
		margin: 0 4px;
	}


	.hero {
		margin-top: 104px;
	}
	.hero__head {
		font-size: 48px;
	}


	.hero-count {
		padding-bottom: 40px;
	}
	.hero-count__item {
		width: calc(33.3% - 40px);
		margin: 0 20px 32px;
		padding: 8px;
	}
	.hero-count__number {
		font-size: 88px;
	}
	.hero__sub-desc {
		margin-bottom: 48px;
	}
	.hero__button {
		max-width: 290px;
		padding: 8px 80px 8px 24px;
	}


	.about__desc {
		margin-top: -20px;
		padding: 64px 32px 32px 20px;
	}


	.lack__head::before,
	.lack__head::after {
		width: 240px;
		height: 10px;
	}
	.lack__desc {
		font-size: 17px;
		line-height: 1.4;
	}


	.progress__info {
		width: 360px;
		margin-top: -120px;
		padding: 20px 16px;
	}
	.progress-point {
		padding: 16px 0 16px 40px;
		font-size: 17px;
		line-height: 1.4;
	}
	.progress-point__count {
		font-size: 56px;
	}
	.progress__slider {
		width: calc(100% - 370px);
	}


	.trainer__box {
		padding: 24px 40px;
	}
	.trainer__desc {
		font-size: 17px;
		line-height: 1.4;
	}


	.expertise__head {
		font-size: 40px;
	}
	.expertise__subhead {
		font-size: 32px;
	}
	.expertise__list {
		width: 100%;
	}
	.expertise-box {
		width: 80%;
		margin: 40px auto 0;
	}


	.feedback__list {
		width: 100%;
		margin-left: 0;
	}
	.feedback-item {
		width: 100%;
		max-width: 600px;
		margin: 0 auto 32px;
	}


	.resume__info {
		width: 100%;
	}
	.resume__top {
		padding: 8px 16px;
	}
	.resume__top::before {
		width: 100%;
	}
	.resume__box {
		width: 100%;
		max-width: 420px;
		margin: 0 auto;
	}


	.includes__list {
		width: calc(50% - 12px);
	}
	.includes-item__text {
		padding: 12px 12px 4px;
	}


	.popup-first-module__wrapper {
		padding: 40px;
	}
	.popup-first-module__head {
		max-width: 680px;
		margin-bottom: 32px;
		font-size: 44px;
	}
	.popup-first-module__form {
		max-width: 480px;
	}
	.popup-first-module__form-text {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.popup-first-module__submit,
	.popup-first-module__confirm {
		max-width: 320px;
	}
	.popup-first-module__girl {
		width: 300px;
		height: 400px;
	}




}












@media screen and (max-width:750px) {

	body{
		-webkit-text-size-adjust: none;
	}


	.header__phone {
		margin-bottom: 16px;
	}
	.header__nav-btn {
		display: block;
		margin-bottom: 16px;
	}
	.header__nav {
		position: absolute;
		top: 0;
		right: 0;
		width: 240px;
		opacity: 0;
		pointer-events: none;
		transition: all .3s ease;
	}
	.nav-active .header__nav {
		top: 140px;
		opacity: 1;
		pointer-events: auto;
		background: #002442;
		width: 100%;
		padding-top: 0;
		height: calc(100vh - 52px);
	}
	.header__nav ul {
		display: block;
		padding: 0;
		background: #002442;
		width: 100%;
	}
	.header__nav li {
		width: 100%;
	}
	.header__nav ul li a {
		text-align: left;
		color: #fff;
		margin: 5px 15px;
		display: block;
		border-bottom: 2px solid rgba(162, 212, 239, 0.2);
		padding: 0;
		line-height: 4;
	}

	.header__menu{
		position: absolute;
		top: 17px;
		right: 60px;
	}

	.header--fixed .noLink
	{
		background: rgb(239, 239, 239);
	}

	.hide-mobile{
		display: none !important;
	}

	.hero {
		padding-top: 56px;
		padding-bottom: 56px;
	}
	.hero__head {
		font-size: 40px;
	}
	.hero-count__number {
		font-size: 80px;
	}


	.about__head {
		padding: 24px;
		font-size: 24px;
	}
	.about__desc {
		padding: 40px 24px 20px 0;
		line-height: 1.4;
	}


	.lack__head::before {
		left: -144px;
	}
	.lack__head::after {
		right: -144px;
	}
	.lack__wrapper {
		padding: 0 0 16px;
	}
	.lack__desc {
		width: 100%;
		margin-bottom: 24px;
	}
	.lack-number {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-start;
		width: 100%;
	}
	.lack-number__item {
		width: calc(50% - 8px);
		padding: 8px;
		margin: 0 0 8px;
	}
	.lack-number__title {
		font-size: 17px;
	}

	.lack__list {
		display: block;
		width: 100%;
		margin: 0;
	}
	.lack-item {
		width: 100%;
		margin: 0 0 20px;
	}


	.progress__info {
		width: 100%;
		max-width: 440px;
		margin: -120px auto 32px;
	}
	.progress__slider {
		width: 100%;
	}


	.team-item {
		width: calc(25% - 24px);
		margin: 0 12px 16px;
	}


	.includes__list {
		width: 100%;
	}


	.blog-item {
		width: calc(50% - 32px);
	}


	.bottom {
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.bottom__head {
		font-size: 28px;
		line-height: 1.4;
	}


	.popup-first-module__head {
		max-width: 480px;
		margin-bottom: 32px;
		font-size: 36px;
	}
	.popup-first-module__girl {
		right: -40px;
		width: 240px;
		height: 360px;
	}





}












@media screen and (max-width:600px) {

	.header__logo {
		margin: 0 auto 20px;
	}
	.header__info {
		width: 100%;
	}
	.header--fixed .header__info {
		width: auto;
	}
	.header__box {
		justify-content: center;
	}
	.header__phone {
		order: -10;
	}
	.header__nav-btn {
		order: -5;
		margin-left: 16px;
	}
	.header-lang {
		order: -8;
		margin-bottom: 16px;
	}

	.header__menu{
		position: static;
	}


	.hero {
		margin-top: 208px;
	}
	.hero__head {
		font-size: 32px;
	}
	.hero-count__item {
		width: calc(50% - 40px);
	}


	.about__info {
		width: 100%;
	}
	.about__head {
		width: 100%;
		margin: 0;
	}
	.about__desc::before {
		right: -50%;
	}
	.about__thumb-wrapper {
		width: 100%;
		padding-top: 20px;
	}
	.about__thumb {
		width: 100%;
		height: auto;
	}
	.about__thumb img {
		display: block;
		width: 100%;
		height: auto;
	}


	.lack__head {
		margin-bottom: 32px;
		font-size: 28px;
	}
	.lack__head::before,
	.lack__head::after {
		display: none;
	}
	.lack__head span {
		display: inline;
	}


	.lack-number {
		display: block;
		max-width: 320px;
		margin: 0 auto;
	}
	.lack-number__item {
		width: 100%;
	}


	.trainer__photo,
	.trainer__info {
		width: 100%;
	}
	.trainer__head {
		padding: 12px 24px;
		font-size: 24px;
	}
	.trainer__photo {
		order: -1;
	}


	.expertise-box {
		width: 100%;
	}


	.resume__top-head {
		width: 100%;
		margin-bottom: 24px;
		text-align: center;
	}
	.resume__salary {
		margin: 0 auto;
		text-align: center;
	}
	.resume__how-salary {
		text-align: center;
	}
	.resume__text {
		padding-left: 0;
	}


	.footer__logo {
		order: -5;
		margin: 0 auto 16px;
	}
	.footer__contact {
		order: -4;
		width: 100%;
		text-align: center;
	}
	.footer-social {
		justify-content: center;
		width: 100%;
		padding-top: 20px;
	}


	.popup-first-module__wrapper {
		padding: 24px;
	}
	.popup-first-module__head {
		max-width: 380px;
		font-size: 28px;
	}
	.popup-first-module__label {
		margin-bottom: 12px;
	}
	.popup-first-module__label input {
		height: 56px;
		font-size: 20px;
	}
	.popup-first-module__submit,
	.popup-first-module__confirm {
		max-width: 240px;
	}
	.popup-first-module__submit input {
		height: 64px;
		font-size: 28px;
	}
	.popup-first-module__confirm .wpcf7-list-item-label {
		padding-left: 48px;
		font-size: 16px;
	}
	.popup-first-module__girl {
		right: -40px;
		width: 220px;
		height: 320px;
	}



}












@media screen and (max-width:450px) {

	.header__logo,
	.header--fixed .header__logo {
		width: 64px;
		height: 40px;
		margin: 0 0 8px;
	}
	.header--fixed .header__logo {
		margin: 0;
	}
	.header__info {
		width: 100%;
	}
	.header__phone {
		position: absolute;
		top: 12px;
		right: 150px;
		font-size: 14px;
	}
	.header__nav-btn {
		position: absolute;
		top: 6px;
		right: 124px;
		margin-top: 0 !important;
	}
	.header-lang {
		position: absolute;
		top: 4px;
		right: 15px;
		margin-bottom: 0;
	}
	.header--fixed .header-lang {
		max-height: 32px;
	}
	.header-lang__item {
		padding: 7px 8px 6px 8px;
	}

	.header__menu{
		position: absolute;
		top: 3px;
		right: 60px;
	}

	.header__menu li {
		margin: 0 2px;
	}
	.header__menu a {
		padding: 7px 6px 6px 6px;
	}
	.header--fixed .header__phone {
		max-height: 32px;
	}

	.nav-active .header__nav
	{
		top: 52px;
	}

	.hero {
		margin-top: 70px;
	}
	.hero__head {
		font-size: 24px;
	}
	.hero__desc {
		min-height: 48px;
		font-size: 14px;
	}
	.hero-count {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		padding-bottom: 4px;
	}
	.hero-count__item {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		align-items: flex-end;
		width: 100%;
		max-width: 200px;
		padding: 20px 8px;
		margin-bottom: 16px;
		text-align: center;
	}
	.hero-count__number {
		width: 50%;
		padding-right: 16px;
		margin-bottom: 0;
		font-size: 48px;
		text-align: right;
	}
	.hero-count__title {
		display: block;
		width: 50%;
		min-height: 20px;
		margin-bottom: 4px;
		font-size: 14px;
		text-align: left;
	}
	.hero__sub-desc {
		max-width: 300px;
		font-size: 14px;
		line-height: 1.7;
		margin-bottom: 20px;
	}
	.hero__button {
		width: 175px;
		min-height: 45px;
		padding: 8px 48px 8px 8px;
		font-size: 14px;
		line-height: 1.2;
	}
	.hero__button i {
		top: 4px;
		right: 12px;
		width: 32px;
		height: 32px;
	}
	.hero__button i svg {
		width: 10px;
		height: 22px;
		margin-left: 4px;
	}


	.about {
		padding-bottom: 16px;
	}
	.about__head {
		font-size: 20px;
	}
	.about__thumb-wrapper {
		position: absolute;
		top: 72px;
		left: 0;
		width: 100%;
		height: 384px;
		padding-top: 0;
	}
	.about__thumb {
		height: 384px;
	}
	.about__thumb img {
		height: 100%;
		object-fit: cover;
	}
	.about__desc {
		margin-top: 320px;
		padding: 32px 0 8px 0;
		font-size: 14px;
	}

	.lack {
		padding-top: 8px;
	}
	.lack__head {
		margin-bottom: 20px;
		font-size: 20px;
	}
	.lack__desc {
		font-size: 14px;
		text-align: center;
	}
	.lack-number {
		max-width: 320px;
		margin: 0 auto;
	}
	.lack-number__count {
		font-size: 24px;
	}
	.lack-number__title {
		font-size: 14px;
	}
	.lack-item {
		min-height: 160px;
	}
	.lack-item__inside {
		padding: 12px;
	}


	.progress__list {
		max-width: 240px;
		margin: 0 auto;
		padding-bottom: 16px;
		position: relative;
	}
	.progress-point {
		float: left;
		width: 100%;
		border: none;
	}
	.progress__list .slick-dots {
		position: absolute;
		bottom: 4px;
		left: 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		list-style: none;
	}
	.progress__list .slick-dots li {
		margin: 0 4px;
	}
	.progress__list .slick-dots li button {
		display: block;
		width: 10px;
		height: 10px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		background: #C9C9C9;
		border: none;
		outline: none;
		font-size: 0;
		transition: all .3s ease;
	}
	.progress__list .slick-dots li.slick-active button {
		transform: scale(1.4);
	}
	.progress-point__count,
	.progress-point__title {
		color: #002442;
	}


	.trainer {
		display: none;
	}


	.team {
		overflow: hidden;
	}
	.team__slider {
		padding-left: 0;
		padding-right: 0;
	}
	.team__slider .slick-list {
		overflow: visible;
	}
	.team__slider .slick-list {
		padding-right: 35%;
	}
	.team-item--hide {
		display: block;
	}
	.team-item__thumb {
		height: 180px;
	}
	.team-item__name {
		font-size: 14px;
	}


	.includes__head {
		font-size: 20px;
	}
	.includes-item__head {
		font-size: 15px;
	}
	.includes-item__text {
		font-size: 14px;
	}




	.expertise__head {
		font-size: 24px;
		text-align: center;
	}
	.expertise__subhead {
		font-size: 16px;
		text-align: center;
	}
	.expertise-item__icon {
		width: 50px;
		height: 50px;
	}
	.expertise-item__info {
		width: calc(100% - 62px);
		font-size: 14px;
	}
	.expertise-item__desc {
		color: #C9C9C9;
	}

	.expertise-box {
		padding: 12px;
	}

	.expertise-number {
		justify-content: center;
	}
	.expertise-box__head {
		font-size: 24px;
	}
	.expertise-box__desc {
		font-size: 14px;
	}
	.expertise-number__item {
		padding: 10px 4px;
	}
	.expertise-number__value {
		font-size: 36px;
	}
	.expertise-number__label {
		font-size: 13px;
	}
	.expertise__text {
		font-size: 14px;
	}
	.expertise__price {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		padding-bottom: 8px;
	}
	.expertise__price-subhead {
		max-width: 50%;
		font-size: 14px;
	}
	.expertise__price-count {
		font-size: 36px;
		text-align: right;
	}
	.expertise__signup {
		margin: 0 auto;
	}


	.feedback__head {
		font-size: 20px;
	}
	.feedback-item__thumb-wrapper {
		width: 144px;
		margin-right: 8px;
	}
	.feedback-item__info {
		width: calc(100% - 160px);
	}
	.feedback-item__title {
		min-height: 64px;
		font-size: 14px;
	}


	.resume__head {
		font-size: 20px;
	}
	.resume__top-head {
		font-size: 20px;
	}
	.resume__text {
		font-size: 14px;
	}
	.resume__signup {
		padding: 20px 24px 20px 120px;
		position: relative;
		font-size: 18px;
		line-height: 1.3;
		text-align: left;
		background: #ffe221;
		border-color: #ffe221;
		color: #000;
	}
	.resume__signup::before {
		content: '';
		position: absolute;
		top: calc(50% - 44px);
		left: 24px;
		width: 72px;
		height: 88px;
		background: #000;
		-webkit-mask: url('i/bg-icon-fingerprint.png') center no-repeat;
		mask: url('i/bg-icon-fingerprint.png') center no-repeat;
		-webkit-mask-size: contain;
		mask-size: contain;
	}
	.resume-form__label {
		width: 100%;
		margin-bottom: 8px;
	}


	.blog-item {
		width: calc(100% - 32px);
	}


	.bottom__head {
		margin-bottom: 16px;
		font-size: 20px;
	}
	.bottom__signup {
		width: 250px;
	}


	.footer-social {
		order: -10;
		padding-top: 0;
		padding-bottom: 24px;
	}


	.popup-first-module__wrapper {
		padding: 16px;
	}
	.popup-first-module__head {
		max-width: 260px;
		font-size: 20px;
	}
	.popup-first-module__form-text {
		margin-bottom: 16px;
		font-size: 16px;
	}
	.popup-first-module__label input {
		height: 48px;
		font-size: 18px;
	}
	.popup-first-module__submit,
	.popup-first-module__confirm {
		max-width: 200px;
	}
	.popup-first-module__submit input {
		height: 60px;
		font-size: 24px;
	}
	.popup-first-module__confirm .wpcf7-list-item-label {
		padding-left: 40px;
		font-size: 13px;
	}
	.popup-first-module__girl {
		right: -52px;
		width: 160px;
		height: 240px;
	}
}

@media screen and (max-width: 390px)
{
	.header__menu
	{
		top: 4px;
		left: 55%;
		transform: translateX(-50%);
		width: max-content;
	}
	.header
	{
		padding-bottom: 12px;
	}

	.hero{
		margin-top: 120px;
	}
}

iframe.lazyloaded {
	min-height : calc(24vw);
}

.yt_height{
	min-height : calc(19vw);
}



.about-us-s1-title
{
	font-family: "Open Sans", sans-serif;
	font-size: 64px;
	line-height: 120%;
	color: #002442;
	font-weight: bold;
}

.about-us-s1-title span
{
	color: #F7AB01;
}

.about-us-s1-text
{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 160%;
	margin-top: 28px;
}

.about-us-s1-successes
{
	background: #002442;
	flex-basis: 580px;
	padding: 28px 58px;
}

.about-us-s1-successes ul
{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.about-us-s1-successes ul li
{
	list-style: none;
	font-size: 16px;
	line-height: 160%;
	color: #fff;
}

.about-us-s1-successes ul li span
{
	color: #F7AB01;
}

.about-us-template h3{
	font-size: 40px;
	color: #002442;
	line-height: 120%;
}

.about-us-section-1 .section-1-image
{
	position: relative;
	right: 220px;
	width: auto;
}

.about-us-section-2{
	position: relative;
	padding-bottom: 80px;
	margin-top: 45px;
	/*background: url(https://en.truckdispatchertraining.us/wp-content/themes/dispetcher%20training/images/about-us/section-1-2-bg.png);*/
}

.about-us-achievements-block
{
	display: flex;
	justify-content: space-between;
	height: 400px;
}

.about-us-section-1 .container, .about-us-section-2 .container
{
	z-index: 2;
}

.about-us-achievements-block .item img { width: auto; }
.about-us-achievements-block .item p { font-size: 18px; line-height: 160%; }

.about-us-achievements-block .item { flex-basis: 33%; }
.about-us-achievements-block .item:first-of-type { align-self: flex-end; }
.about-us-achievements-block .item:nth-of-type(2) { align-self: center; }
.about-us-achievements-block .item:nth-of-type(3) { align-self: flex-start; }

.section-1-2-bg{
	position: absolute;
	bottom: -150px;
	left: 0;
	pointer-events: none;
	z-index: 0;
}

.about-us-section-advantages
{
	background: #002442;
	padding: 80px 0;
	position: relative;
}

.section-title-ad
{
	text-align: center;
	display: inline-block;
	margin: 0 auto;
	position: relative;
	text-transform: capitalize;
}

.section-title-ad.white { color: #fff; }

.section-title-ad:before,.section-title-ad:after { pointer-events: none; }

.section-title-ad:before
{
	content: url("/wp-content/themes/dispetcher training/images/about-us/section-title-before-blue.svg");
	position: absolute;
	left: -300px;
	top: 0;
}

.section-title-ad:after
{
	content: url("/wp-content/themes/dispetcher training/images/about-us/section-title-after-blue.svg");
	position: absolute;
	right: -300px;
	top: 0;
}

.section-title-ad.white:after {content: url("/wp-content/themes/dispetcher training/images/about-us/section-title-after-white.svg");}
.section-title-ad.white:before {content: url("/wp-content/themes/dispetcher training/images/about-us/section-title-before-white.svg");}

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

.about-us-section-advantages .advantages-row
{
	display: flex;
	justify-content: space-around;
	margin-top: 60px;
}

.about-us-section-advantages .advantages-row .item { text-align: center; max-width: 310px; }
.about-us-section-advantages .advantages-row .item img { width: 175px; }

.about-us-section-advantages .advantages-row .item h4
{
	font-family: "Open Sans", sans-serif;
	font-size: 20px;
	line-height: 120%;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	margin: 46px 0 18px 0;
}

.about-us-section-advantages .advantages-row .item p
{
	font-family: "Open Sans", sans-serif;
	font-size: 18px;
	line-height: 160%;
	font-weight: normal;
	color: #fff;
}

.about-us-section-team
{
	padding-top: 109px;
}

.team-member-desc
{
	margin-top: 140px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 12%);
	background: #fff;
	padding: 54px 0;
	position: relative;
}

.team-member-desc img
{
	position: absolute;
	bottom: -54px;
	right: 0;
	width: auto;
}

.team-member-desc .team-member-name
{
	font-size: 30px;
	line-height: 120%;
	color: #002442;
}

.divider
{
	width: 433px;
	height: 2px;
	background: rgba(0, 36, 66, 20%);
	margin: 22px 0;
}

.about-us-template p{
	color: #6B7176;
	line-height: 160%;
	font-size: 18px;
}

.team-members-row{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 60px;
}

.team-members-row .item{
	flex-basis: 308px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 12%);
	background: #fff;
}

.team-members-row .item>div:first-of-type {
	height: 317px;
	overflow: hidden;
}

.team-members-row .item>div:first-of-type img{
	display: block;
	width: 100%;
	object-fit: cover;
	pointer-events: none;
	position: relative;
	top:0;
	z-index: 1;
}


.team-members-row .item .content{
	padding: 24px 26px 20px;
	text-align: center;
	background: #fff;
	position: relative;
	z-index: 2;
}

.team-members-row .item .content .name{
	font-size: 20px;
	font-weight: bold;
	color: #002442;
	line-height: 100%;
}

.team-members-row .item .content .position{
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	color: #F7AB01;
	margin-top: 12px;
}

.team-members-row .item .content .desc{
	font-size: 14px;
	font-weight: normal;
	line-height: 160%;
	color: #6B7176;
}


.about-us-partners
{
	margin-top: 117px;
	position: relative;
	z-index: 2;
}


.about-us-partners .s-title
{
	font-size: 60px;
	line-height: 120%;
	font-weight: bold;
	color: #002442;
	font-family: "Open Sans", sans-serif;
}

.partners-row
{
	display: flex;
	flex-direction: column;
	gap: 60px;
	max-width: 1090px;
	margin: 0 auto;
	margin-top: 60px;
}

.partners-row .item
{
	display: flex;
	justify-content: space-between;
	gap: 31px;
}

.partners-row .item img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 12%);
}
.partners-row .item h5
{
	font-size: 20px;
	line-height: 100%;
	color: #002442;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.partners-row .item p
{
	font-size: 14px;
	line-height: 160%;
	color: #6B7176;
}

.partners-row .item .goto-link
{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 308px;
	height: 68px;
	font-size: 20px;
	line-height: 120%;
	color: #002442;
	border: 2px solid #002442;
	background: none;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	transition: all 0.1s ease;
}

.partners-row .item .goto-link:hover { background: rgba(0, 36, 66, 20%); }
.partners-row .item .goto-link:active { background: rgba(0, 36, 66, 1); color: #fff; }


.partners-row .item:nth-of-type(odd) { flex-direction: row; }
.partners-row .item:nth-of-type(even) { flex-direction: row-reverse; text-align: right; }

.partners-row .item>div{ width: calc(50% - 15px); }
.partners-row .item>div:last-of-type{ display: flex; justify-content: space-between; flex-direction: column; }
.partners-row .item:nth-of-type(even)>div:last-of-type { align-items: flex-end; }

.about-us-reviews{
	margin-top: 80px;
	padding-bottom: 120px;
	position: relative;
}

.about-us-reviews-bg
{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.about-us-reviews .container{
	display: flex;
	gap: 30px;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}

.about-us-reviews .container:after{ content: none; }

.about-us-reviews .container>div{
	flex-basis: calc(50% - 15px);
	max-width: calc(50% - 15px);
	position: relative;
}

.about-us-reviews h4{
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	line-height: 120%;
	color: #002442;
	font-weight: bold;
}

.about-us-reviews-slider
{
	display: flex;
	flex-wrap: nowrap;
	gap: 30px;
	height: 100%;
	overflow: visible;
	position: absolute !important;
	left: 17px;
}

.about-us-reviews-slider .slick-track
{
	padding: 10px 0;
}

.about-us-reviews-slider .slick-next, .about-us-reviews-slider .slick-prev
{
	position: absolute;
	z-index: 100;
}

.about-us-reviews-slider .slick-prev
{
	left: -20px;
	bottom: -90px;
	top: unset;
}

.about-us-reviews-slider .slick-prev:before
{
	content: url("/wp-content/themes/dispetcher training/images/slider-prev.svg");
	opacity: 1;
}

.about-us-reviews-slider .slick-next:before
{
	content: url("/wp-content/themes/dispetcher training/images/slider-next.svg");
	opacity: 1;
}

.about-us-reviews-slider .slick-next
{
	left: 40px;
	bottom: -90px;
	top: unset;
}

.about-us-reviews-slider .slick-slide
{
	margin: 0 15px;
}

.about-us-reviews-slider .slick-list
{
	margin: 0 -15px;
	/*overflow: visible;*/
}

.about-us-reviews-slider .review
{
	height: 100%;
	min-width: 478px;
	max-width: 478px;
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 12%);
	padding: 28px;
}
.about-us-reviews-slider .review .divider
{
	width: 100%;
	max-width: unset;
	margin-top: 8px;
	margin-bottom: 14px;
}
.about-us-reviews-slider .review h5
{
	font-size: 20px;
	line-height: 120%;
	color: #002442;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.about-us-reviews-slider .review p
{
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 6%;
	color: #6B7176;
}
.about-us-reviews-slider .review .review-header
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-us-reviews-slider .review .review-header>div
{
	display: flex;
	right: 24px;
	position: relative;
}


.about-us-location
{
	margin-top: 0;
	padding: 80px 0;
	background: url(https://en.truckdispatchertraining.us/wp-content/themes/dispetcher%20training/images/about-us/location-bg.png);
	background-size: cover;
}

.locations-row
{
	display: flex;
	margin-top: 60px;
	justify-content: space-between;
}

.locations-row .item
{
	display: flex;
}

.locations-row .item .place-icon
{
	object-fit: cover;
	height: 100%;
	width: auto;
	margin-right: 18px;
	display: block;
}

.locations-row .item>div
{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.locations-row .item>div p:first-of-type
{
	font-size: 20px;
	line-height: 120%;
	color: #fff;
	font-weight: bold;
}

.locations-row .item>div p:nth-of-type(2)
{
	font-size: 20px;
	line-height: 120%;
	color: rgba(255, 255, 255, 0.5);
	font-weight: bold;
}

.locations-row .item>div .tel
{
	font-size: 20px;
	line-height: 120%;
	color: rgba(255, 255, 255, 1);
	font-weight: bold;
	text-decoration: none;
}

.about-form-block
{
	margin-top: 60px;
	padding-top: 60px;
	border-top: 2px solid rgba(255, 255, 255, 20%);
	text-align: center;
}

.about-form-block h3
{
	font-size: 64px;
	line-height: 120%;
	color: #fff;
	text-transform: uppercase;
	font-family: "Open Sans", sans-serif;
}


.about-form-block
{

}

.about-form-block form
{
	max-width: 870px;
	margin: 56px auto 0;
}

.about-form-block form br
{
	display: none;
}

.about-form-block .inputs-wrapper
{
	display: flex;
	gap: 30px;
}

.about-form-block .inputs-wrapper>div:first-of-type {
	flex-basis: 308px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	justify-content: space-between;
}

.about-form-block .inputs-wrapper>div:last-of-type { flex: 1; }

.inputs-wrapper input, .inputs-wrapper textarea {
	border: 2px solid #fff;
	border-radius: 2px;
	padding: 21px 24px;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
	background: rgba(255, 255, 255, 20%);
	width: 100%;
	height: 100%;
	outline: none;
}

.inputs-wrapper input{
	height: 63px;
}

.inputs-wrapper input::placeholder, .inputs-wrapper textarea::placeholder {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 120%;
	color: #fff;
}

.btn-connect
{
	border: 2px solid #fff;
	width: 337px;
	height: 87px;
	background: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	margin: 66px auto 0;
	transition: all 0.1s ease;
	cursor: pointer;
}

.btn-connect:hover { background: rgba(255, 255, 255, 20%); }
.btn-connect:active { background: rgba(255, 255, 255, 1); color: #002442; }

.about-us-section-1 .container:after
{
	content: none;
}
.about-us-section-1 .container>div:first-of-type
{
	max-width: 920px;
}

@media screen and (max-width: 1500px)
{
	.locations-row .item .place-icon
	{
		height: 77px;
		width: auto;
	}
}



/* REVIEWS PAGE */

.reviews-section-1
{
	padding: 150px 0;
	background: url("/wp-content/themes/dispetcher training/images/reviews/reviews-section-1-bg.png");
	background-size: cover;
	position: relative;
}

.reviews-section-1 .container
{
	position: relative;
	z-index: 2;
}

.section-bg-gradient {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: linear-gradient(178.19deg, rgba(0, 36, 66, 0) 46.7%, #002442 91.95%);;
}

.reviews-section-1.free-module-section-1 .container
{
	z-index: 2;
}

.page-title
{
	font-size: 96px;
	line-height: 120%;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}

.page-subtitle
{
	font-size: 18px;
	line-height: 160%;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	margin-top: 25px;
}

.reviews-template .page-heading
{
	max-width: 680px;
	text-align: center;
	margin: 0 auto;

}

.reviews-section-1 .social-row
{
	display: flex;
	justify-content: space-between;
	max-width: 880px;
	margin: 60px auto 0;
}

.reviews-section-1 .social-counter { margin: 50px auto 0;text-align: center; }

.reviews-section-1 .social-counter h2 {
	font-size: 86px;
	line-height: 120%;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}

.reviews-section-1 .social-counter p {
	font-size: 26px;
	line-height: 120%;
	font-weight: bold;
	font-family: "Open Sans", sans-serif;
	color: #fff;
}


#scroll-to-content
{
	position: absolute;
	bottom: -215px;
	left: 50%;
	transform: translateX(-50%);
}

#scroll-to-content img { width: 130px; height: 130px; object-fit: cover; }

.reviews-section-2
{
	padding-top: 215px;
	padding-bottom: 167px;
	background: #002442;
	background: url("/wp-content/themes/dispetcher training/images/reviews/reviews-section-2-bg.svg");
	background-size: 100% auto;
	background-position-y: bottom;
}

.reviews-section-2-subtitle
{
	font-size: 18px;
	line-height: 160%;
	font-weight: normal;
	font-family: "Open Sans", sans-serif;
	color: #fff;
	max-width: 680px;
	margin: 60px auto 0;
}

.youtube-reviews-row
{
	max-width: 1205px;
	display: flex;
	flex-wrap: wrap;
	column-gap: 120px;
	row-gap: 140px;
	/*justify-content: center;*/
	margin: 74px auto 0;
}

.youtube-reviews-row .item
{
	flex-basis: 492px;
}

.youtube-reviews-row .item video
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.youtube-reviews-row .item img
{
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.youtube-reviews-row .item a[data-fancybox=video]
{
	position: relative;
	display: block;
}

.youtube-reviews-row .item a
{
	border: 2px solid #fff;
	height: 300px;
}

.youtube-reviews-row .item a[data-fancybox=video]:after
{
	content: "";
	width: 96px;
	height: 96px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: url("https://en.truckdispatchertraining.us/wp-content/themes/dispetcher training/images/reviews/play-video-icon.png");
	background-size: cover;
}

.youtube-reviews-row .item .video-title, .youtube-reviews-row .item .video-date
{
	font-weight: bold;
	font-size: 20px;
	line-height: 160%;
	color: #fff;
}

.youtube-reviews-row .item p
{
	font-weight: normal;
	font-size: 20px;
	line-height: 160%;
	color: #fff;
}

.youtube-reviews-row .item .video-date { font-weight: normal; }

.youtube-reviews-row .item .video-info
{
	display: flex;
	justify-content: space-between;
	margin-top: 8px;
}

.btn-view-more
{
	border: 2px solid #fff;
	width: 308px;
	height: 68px;
	background: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	margin: 60px auto 0;
}

section.google-reviews
{
	margin-top: 80px;
	position: relative;
	z-index: 2;
}

.g-reviews-title
{
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	line-height: 120%;
	color: #002442;
	font-weight: bold;
}

.g-reviews-text{
	font-size: 18px;
	line-height: 160%;
	color: #6B7176;
	margin-top: 60px;
	max-width: 680px;
}

.g-reviews-row{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	row-gap: 32px;
	column-gap: 30px;
}

.g-reviews-row .item
{
	background: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 12%);
	padding: 28px;
	flex-basis: calc(33.333% - 20px);
}

.g-reviews-row .item .divider
{
	width: 100%;
	max-width: unset;
	margin-top: 8px;
	margin-bottom: 14px;
}

.g-reviews-row .item h5
{
	font-size: 20px;
	line-height: 120%;
	color: #002442;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}

.g-reviews-row .item p
{
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 6%;
	color: #6B7176;
}

.g-reviews-row .item .review-header
{
	display: flex;
	justify-content: space-between;
}

.g-reviews-row .item .review-header>div
{
	display: flex;
	right: 24px;
	position: relative;
}

.facebook-reviews
{
	margin-top: 120px;
	position: relative;
	z-index: 2;
}


.facebook-reviews-text-wrap p
{
	max-width: 506px;
	color: #6B7176;
	line-height: 160%;
	font-size: 18px;
}

.facebook-reviews-text-wrap p
{
	max-width: 506px;
	color: #6B7176;
	line-height: 160%;
	font-size: 18px;
}

.btn-reviews, .btn-about-us
{
	border: 2px solid #002442;
	width: 285px;
	height: 52px;
	background: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #002442;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 60px;
	transition: all 0.1s ease;
	text-align: center;
}

.btn-reviews:hover, .btn-about-us:hover { background: rgba(0, 36, 66, 20%); }
.btn-reviews:active, .btn-about-us:active { background: rgba(0, 36, 66, 1); color: #fff; }

main{
	margin-top: 150px;
	overflow: hidden;
}

.about-us-reviews-slider .slick-prev, .about-us-reviews-slider .slick-next
{
	bottom: 15px;
}

.reviews-facebook-reviews .about-us-reviews-slider .slick-prev, .reviews-facebook-reviews .about-us-reviews-slider .slick-next
{
	bottom: -55px;
}


.reviews-facebook-reviews
{
	position: relative;
	z-index: 2;
}

.reviews-team-row
{
	display: flex;
	align-items: center;
	gap: 30px;
	position: relative;
	z-index: 2;
}

.reviews-team-row img
{
	position: relative;
	left: 0;
	width: auto;
	bottom: -5px;
}

.reviews-team-section
{
	position: relative;
}

.reviews-team-row h2
{
	text-transform: capitalize;
	font-family: "Open Sans", sans-serif;
	font-size: 40px;
	line-height: 120%;
	color: #002442;
	font-weight: bold;
	margin-top: 50px;
}

.reviews-team-row>div:first-of-type p
{
	width: 507px;
	color: #6B7176;
	line-height: 160%;
	font-size: 18px;
	margin-top: 80px;
}

.reviews-team-row>div:last-of-type
{
	flex-grow: 1;
}

.reviews-team-bg
{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	z-index: 0;
	pointer-events: none;
}

.btn-about-us
{
	border: 2px solid #002442;
	width: 285px;
	height: 52px;
	background: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #002442;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 26px;
	text-align: center;
}

.btn-get-module
{
	border: 2px solid #fff;
	width: 337px;
	height: 87px;
	background: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 20px;
	line-height: 120%;
	text-transform: uppercase;
	text-decoration: none;
	margin-top: 95px;
}


.reviews-free-module
{
	background: #002442;
	padding: 75px 0 64px;
}

.free-module-row
{
	display: flex;
	gap: 61px;
	align-items: center;
}

.free-module-row h2
{
	font-size: 96px;
	line-height: 120%;
	font-weight: bold;
	color: #fff;
}

.free-module-row p
{
	color: #FFF;
	line-height: 160%;
	font-size: 18px;
	margin-top: 40px;
}

.free-module-row>div:first-of-type img
{
	width: 595px;
}

.free-module-row .row
{
	display: flex;
	justify-content: space-between;
	margin-top: 87px;
	gap: 60px;
}

.free-module-row .row img
{
	max-width: 200px;
}


.landing-contact-form-section .about-form-block
{
	margin-top: 0;
	border-top: 0;
}
.landing-contact-form-section
{
	background: url("https://en.truckdispatchertraining.us/wp-content/themes/dispetcher%20training/images/about-us/location-bg.png");
	background-size: cover;
	padding-bottom: 80px;
}
.landing-contact-form-section .about-form-block h3
{
	width: auto;
	margin: 0 auto;
	position: relative;
	max-width: 954px;
}

.landing-contact-form-section .about-form-block h3:after
{
	content: "";
	width: 100%;
	height: 2px;
	position: absolute;
	bottom: -14px;
	display: block;
	left: 0;
	background: rgba(255, 255, 255, 20%);
}

.landing-contact-form-section .about-form-block p
{
	font-size: 18px;
	line-height: 160%;
	color: #fff;
	letter-spacing: 6%;
	max-width: 787px;
	margin: 40px auto 0;
}

.free-module-template .reviews-section-1.free-module-section-1
{
	background: url("/wp-content/themes/dispetcher training/images/free-module/free-module-secction-1-bg.png");
	background-size: cover;
	background-position: center;
}

.free-module-section-1 .free-module-note
{
	font-size: 20px;
	line-height: 100%;
	font-weight: 500;
	color: #F7AB01;
	margin-top: 140px;

}

.reviews-free-module.free-module-section-2
{
	padding-top: 105px;
}

section.how-it-works .section-title-ad
{
	font-size: 40px;
	line-height: 120%;
}

section.how-it-works
{
	padding-top: 100px;
	padding-bottom: 50px;
	position: relative;
	z-index: 2;
}

.how-it-works-slider
{
	display: flex;
	margin-top: 60px;
	align-items: stretch;
	align-content: stretch;
}

.how-it-works-slider .slick-track
{
	display: flex !important;
	margin: 0 -40px;
}

.how-it-works-slider .slick-list
{
	overflow: visible;
}

.how-it-works-slider .slick-slide
{
	margin: 0 40px;
	height: inherit !important;
}

.how-it-works-slider .item
{
	width: 308px;
	display: flex !important;
	flex-direction: column;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 12%);
}

.how-it-works-slider .item>div:not(.content)
{
	height: 317px;
	overflow: hidden;
}

.how-it-works-slider .item>div:not(.content) img
{
	width: 100%;
	object-fit: cover;
	position: relative;
	top: 0;
	z-index: 2;
}

.how-it-works-slider .item .content
{
	position: relative;
	z-index: 3;
	padding: 24px 26px;
	background: #fff;
	text-align: center;
	flex-grow: 1;
}

.how-it-works-slider .item .content h5
{
	color: #002442;
	font-size: 18px;
	line-height: 160%;
	font-family: "Open Sans", sans-serif;
	text-transform: uppercase;
}

.how-it-works-slider .item .content
{
	color: #6B7176;
	font-size: 18px;
	line-height: 160%;
	font-family: "Open Sans", sans-serif;
}

.how-it-works-slider .slick-next, .how-it-works-slider .slick-prev
{
	position: absolute;
	z-index: 100;
	height: 50px;
	width: 40px;
}

.how-it-works-slider .slick-prev:before
{
	content: url("/wp-content/themes/dispetcher training/images/slider-prev.svg");
	opacity: 1;
}

.how-it-works-slider .slick-next:before
{
	content: url("/wp-content/themes/dispetcher training/images/slider-next.svg");
	opacity: 1;
}

.how-it-works-slider .slick-next
{
	left: 60px;
	bottom: -100px;
	top: unset;
}
.how-it-works-slider .slick-prev
{
	left: 0px;
	bottom: -100px;
	top: unset;
}

.reviews-team-row.free-module-team-row h4{
	font-size: 64px;
}

.reviews-team-section.free-module-team-section
{
	margin-top: 50px;
}

.about-us-reviews.reviews-facebook-reviews h4
{
	margin-bottom: 60px;
}

.free-module-team-row img
{
	z-index: 3;
}

.free-module-team-section{ position: relative; }
.free-module-team-section .free-module-team-section-bg
{

}

.free-book-section-1
{
	padding-top: 270px;
	padding-bottom: 120px;
	background: #002442;
}


.free-book-slider-row
{
	display: flex;
	gap: 39px;
	/*align-items: center;*/
}

.free-book-slider-row>div:first-of-type
{
	width: 478px;
	max-width: 478px;
	color: #fff;
}

.free-book-slider-row>div:first-of-type h2
{
	font-size: 96px;
	line-height: 120%;
	margin-bottom: 28px;
}

.free-book-slider-row>div:first-of-type p
{
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 58px;
}
.free-book-slider-row>div:first-of-type .price
{
	font-size: 30px;
	line-height: 120%;
	color: #F7AB01;
	margin-bottom: 0;
	font-weight: bold;
}
.free-book-slider-row>div:first-of-type .price-note
{
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 0;
	font-weight: 400;
	text-transform: uppercase;
}
.free-book-slider-row>div:first-of-type .price-note span
{
	color: #F7AB01;
	font-weight: bold;
}

.free-book-template #scroll-to-content
{
	display: block;
	transform: none;
	position: static;
	margin-top: 50px;
}

section.free-book-section-2
{
	background: #002442;
	padding-bottom: 80px;
	position: relative;
	z-index: 2;
}

section.free-book-section-2 .section-title-ad
{
	font-size: 40px;
	line-height: 120%;
}

.book-desc-row
{
	display: flex;
	align-items: center;
	gap: 88px;
	margin-top: 60px;
}

.book-desc-row>div:last-of-type
{
	flex-grow: 1;
}

.book-desc-row>div:last-of-type .item
{
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: relative;
}

.book-desc-row>div:last-of-type
{
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.book-desc-row>div:last-of-type .item:after
{
	content: "";
	position: absolute;
	bottom: -10px;
	width: 100%;
	height: 2px;
	left: 0;
	background: rgba(255, 255, 255, 40%);
}

.book-desc-row>div:last-of-type .item p
{
	color: #fff;
	line-height: 120%;
	font-size: 30px;
	font-weight: 400;
	text-transform: capitalize;
}

.book-desc-row>div:last-of-type .item p:first-of-type
{
	color: #F7AB01;
	font-weight: bold;
	text-transform: uppercase;
}

.read-the-passage
{
	padding-top: 80px;
	padding-bottom: 80px;
}

.read-the-passage h2
{
	font-size: 40px;
	line-height: 120%;
	font-weight: bold;
	text-transform: capitalize;
	color: #002442;
	margin-bottom: 28px;
	width: max-content;
}

.read-the-passage p
{
	font-size: 18px;
	line-height: 160%;
	color: #6B7176;
}

.read-the-passage-row>div:first-of-type
{
	max-width: 350px;
}

.read-the-passage-row
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}

.read-the-passage-row img.passage
{
	box-shadow: 0 10px 20px rgba(0, 0, 0, 12%);
	border-radius: 10px;
}

.free-book-advantages .section-title-ad
{
	font-size: 40px;
}

.free-book-author
{
	padding-top: 0;
}

.about-us-section-1 .container
{
	display: flex;
	justify-content: space-between;
}

.about-us-reviews-text-block
{
	margin-top: 60px;
}

.reviews-team-section .team-mobile{
	display: none;
}

.free-book-advantages
{
	padding-bottom: 288px;
	position: relative;
}

.free-book-advantages .container
{
	z-index: 2;
}

.team-member-desc
{
	margin-top: 0;
}

.free-book-advantages-bg
{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 1;
	pointer-events: none;
}

.read-the-passage .container
{
	z-index: 2;
}

.free-book-slider-row>div:last-of-type
{
	flex-grow: 1;
	max-width: 892px;
}

.free-book-slider.owl-carousel.owl-drag .owl-item
{
	transition: all 0.5s ease;
}


.about-us-title-img
{
	max-width: 100%;
}

.free-book-author p{
	font-size: 18px;
	line-height: 160%;
	color: #6B7176;
}

.about-us-reviews .btn-reviews.btn-reviews-mobile
{
	display: none;
}


.free-book-slider .owl-item
{
	transition: all 0.3s ease;
}

.free-book-slider .owl-item:not(.center)
{
	position: absolute;
	top: -50px;
}

.free-book-slider .owl-item:nth-child(2)
{
	position: absolute;
	top: -50px;
	right: 20px;
}

.free-book-slider .owl-item:not(.center):not(.active)
{
	position: absolute;
	top: -50px;
	left: 20px;
}

.free-book-slider .owl-item.active:first-child:not(.center)
{
	position: absolute;
	top: -50px;
	right: 20px;
}

.free-book-slider .owl-item.center
{
	position: absolute;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 10;
	top: unset;
}

.free-book-slider .owl-stage{
	width: 100% !important;
	transform: none !important;
	height: 100%;
}

.free-book-slider .owl-nav{
	display: block !important;
	margin-top: 130px;
	text-align: center;
	position: relative;
	z-index: 2;
}

.free-book-slider.owl-carousel .owl-stage-outer
{
	overflow: visible;
	height: 100%;
}

.free-book-slider.owl-carousel {
	height: 100%;
	position: relative;
	top: -100px;
}

.free-book-slider.owl-carousel:after {
	content: url("/wp-content/themes/dispetcher training/images/free-book/free-book-slider-stand.png");
	position: absolute;
	bottom: -160px;
	/*width: 100%;*/
	/*max-width: 100%;*/
	height: auto;
	object-fit: cover;
	pointer-events: none;
	left: 50%;
	transform: translateX(-50%);
}

.free-book-slider .owl-prev, .free-book-slider .owl-next
{
	position: relative;
	margin: 0 10px;
	filter: contrast(0.5);
}

.free-book-slider .owl-next span, .free-book-slider .owl-prev span
{
	display: none;
}

.free-book-slider .owl-prev:before
{
	content: url("/wp-content/themes/dispetcher training/images/slider-prev.svg");
	opacity: 1;
}

.free-book-slider .owl-next:before
{
	content: url("/wp-content/themes/dispetcher training/images/slider-next.svg");
	opacity: 1;
}

.free-book-slider .owl-next.disabled, .free-book-slider .owl-prev.disabled
{
	opacity: 0.25;
}

.footer-nav ul li{ list-style: none; }
.footer-nav { margin-bottom: 28px; }

.footer-nav ul li a
{
	position: relative;
	overflow: hidden;
	color: #000;
	font-size: 12px;
	line-height: 1.55;
	align-items: center;
	text-transform: capitalize;
	text-decoration: none;
	transition: all .3s ease;
	padding: 5px 0;
	display: block;
}

.footer-nav ul li a:hover
{
	color: rgba(30, 30, 30, 0.6);
}

.footer-nav ul{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.footer-nav ul li:nth-child(3n+3){
	text-align: right;
}

.footer-nav ul li:nth-child(3n+2){
	text-align: center;
}

.header__nav .lang-switch
{
	display: none;
}

.header__nav .footer-social
{
	display: none;
}

.header__nav .contacts
{
	display: none;
}

.header__nav .hide-desktop, .hide-desktop{
	display: none;
}

.header__nav .hide-mobile{
	display: flex;
}

@media screen and ( max-width: 450px )
{
	main{ margin-top: 85px; }
}

@media screen and (max-width: 768px)
{
	.about-us-s1-title
	{
		font-size: 22px;
		line-height: 120%;
		padding: 0 15px;
	}
	.about-us-section-1 .container>div:first-of-type
	{
		max-width: 100%;
	}
	.about-us-section-1 .container{
		flex-wrap: wrap;
		padding: 0;
	}
	.about-us-section-1 .section-1-image
	{
		right: 0;
		width: 100%;
	}
	.about-us-s1-text
	{
		font-size: 14px;
		padding: 0 15px;
		margin-top: 14px;
	}
	.about-us-template p
	{
		font-size: 14px;
	}
	.about-us-s1-successes
	{
		padding: 24px 16px;
	}
	.about-us-s1-successes ul li{
		font-size: 12px;
	}

	.about-us-achievements-block
	{
		flex-direction: column;
		height: auto;
	}
	.about-us-template h3
	{
		font-size: 22px;
	}
	.about-us-achievements-block .item p
	{
		font-size: 14px;
	}
	.about-us-achievements-block .item img
	{
		width: 40px;
	}
	.about-us-achievements-block
	{
		margin-top: 18px;
		gap: 20px;
	}

	.about-us-section-2
	{
		padding-bottom: 54px;
		padding-top: 32px;
		margin-top: 0;
		background: url(https://en.truckdispatchertraining.us/wp-content/themes/dispetcher%20training/images/about-us/section-1-2-bg.png);
		background-size: cover;
	}

	.about-us-section-advantages
	{
		padding: 32px 0;
	}

	.about-us-section-advantages .section-title-ad
	{
		font-size: 22px;
	}

	.section-title-ad.white:before
	{
		content: url("/wp-content/themes/dispetcher training/images/section-title-before-white-mobile.svg");
		left: -80px;
	}

	.section-title-ad.white:after
	{
		content: url("/wp-content/themes/dispetcher training/images/section-title-after-white-mobile.svg");
		right: -80px;
	}

	.section-title-ad:after
	{
		content: url("/wp-content/themes/dispetcher training/images/section-title-after-blue-mobile.svg");
		right: -80px;
	}

	.section-title-ad:before
	{
		content: url("/wp-content/themes/dispetcher training/images/section-title-before-blue-mobile.svg");
		left: -80px;
	}

	.about-us-section-advantages .advantages-row
	{
		flex-direction: column;
		margin-top: 32px;
		gap: 21px;
	}

	.about-us-section-advantages .advantages-row .item img{ width: 60px; }
	.about-us-section-advantages .advantages-row .item h4{ margin: 18px auto 10px; font-size: 16px; }
	.about-us-section-advantages .advantages-row .item p { font-size: 14px; max-width: 250px; margin: 0 auto; }

	.about-us-section-team
	{
		padding-top: 0;
	}

	.team-member-desc img
	{
		width: 267px;
		bottom: 115%;
		top: calc(0 - 100%);
		right: -40px;
	}

	.about-us-section-team>.container>.text-center
	{
		text-align: left;
	}

	.team-member-desc
	{
		/*margin-top: 178px;*/
		padding: 28px 10px;
	}

	.divider{ margin: 10px 0; }
	.team-member-desc .team-member-name{ font-size: 18px; }

	.team-members-row .item>div:first-of-type { height: 185px; }

	.team-members-row .item
	{
		width: 45%;
		flex-basis: unset;
	}

	.team-members-row .item .content
	{
		padding: 16px 5px;
	}

	.team-members-row{ gap: 0; justify-content: space-between; row-gap: 30px; }

	.partners-row{ gap: 32px; }
	.about-us-partners{ margin-top: 32px; }
	.about-us-partners .s-title{ font-size: 22px; text-align: center; }
	.partners-row{ margin-top: 20px; }
	.partners-row .item{ flex-direction: column; gap: 16px; }
	.partners-row .item:nth-of-type(odd){ flex-direction: column; }
	.partners-row .item:nth-of-type(even){ flex-direction: column; text-align: left; }
	.partners-row .item:nth-of-type(even)>div:last-of-type{ align-items: flex-start; }
	.partners-row .item>div{ width: auto; }
	.partners-row .item h5{ margin-bottom: 16px; font-size: 16px; line-height: 100%; }
	.partners-row .item .goto-link{ width: 174px; height: 51px; font-size: 16px; margin-top: 16px; }

	.about-us-reviews { margin-top: 32px; padding-bottom: 200px; }
	.about-us-reviews .container
	{
		gap: 20px;
		flex-direction: column;
	}
	.about-us-reviews .container>div{ flex-basis: 100%; max-width: 100%; }

	.about-us-reviews h4{
		font-size: 22px;
		text-align: center;
		margin-bottom: 16px;
	}

	.about-us-reviews-text-block
	{
		margin-top: 0;
	}
	.about-us-reviews-slider
	{
		position: relative !important;
	}
	.about-us-reviews-slider .review
	{
		max-width: 205px;
		min-width: 205px;
	}

	.about-us-reviews-slider .review .review-header
	{
		flex-direction: column;
	}

	.about-us-reviews-slider .review .review-header>div
	{
		right: 0;
		margin-top: 4px;
	}

	.about-us-reviews-slider .review .review-header>div img
	{
		width: 16px;
	}

	.about-us-reviews-slider .review .divider
	{
		margin-top: 14px;
	}

	.about-us-reviews-slider .review h5
	{
		font-size: 16px;
	}
	.about-us-reviews-slider .review p
	{
		font-size: 12px;
	}

	.about-us-location{
		padding: 32px 0 80px;
	}

	.locations-row
	{
		margin-top: 25px;
		flex-wrap: wrap;
		gap: 20px;
	}

	.locations-row .item { flex-direction: column; width: 45%; }
	.locations-row .item>div p:first-of-type{ font-size: 12px; }
	.locations-row .item>div p:nth-of-type(2){ font-size: 12px; }
	.locations-row .item .place-icon{ height: 41px; margin-right:0; object-fit: contain; width: 31px; margin-bottom: 10px; }
	.locations-row .item>div .tel{ font-size: 12px; }

	.about-form-block
	{
		margin-top: 20px;
		padding-top: 22px;
	}

	.about-us-template h3
	{
		font-size: 20px;
	}
	.about-form-block form
	{
		margin-top: 20px;
	}
	.about-form-block .inputs-wrapper
	{
		flex-direction: column;
	}
	.inputs-wrapper input
	{
		height: 42px;
		padding: 14px 24px;
		font-size: 12px;
	}
	.about-form-block .inputs-wrapper
	{
		gap: 20px;
	}

	.inputs-wrapper input::placeholder, .inputs-wrapper textarea::placeholder
	{
		font-size: 12px;
	}
	.inputs-wrapper textarea
	{
		height: 190px;
	}
	.about-form-block .inputs-wrapper>div:first-of-type
	{
		flex-basis: unset;
		gap: 20px;
	}
	.btn-connect
	{
		height: 51px;
		font-size: 16px;
		width: 100%;
		margin-top: 20px;
	}

	.reviews-section-1
	{
		padding: 80px 0;
	}

	.reviews-template .page-heading
	{
		max-width: 100%;
	}

	.page-title
	{
		font-size: 40px;
	}
	.page-subtitle
	{
		font-size: 14px;
		margin-top: 14px;
	}

	.reviews-section-1 .social-row
	{
		margin-top: 25px;
	}
	.reviews-section-1 .social-counter
	{
		margin: 28px auto 0;
	}
	.reviews-section-1 .social-counter img
	{
		width: 80px;
	}

	.social-row{
		justify-content: space-between;
	}

	.social-row a img{
		width: 80px;
	}

	.section-title-ad.white
	{
		font-size: 22px;
	}

	.reviews-section-2-subtitle
	{
		margin-top: 14px;
		font-size: 14px;
	}

	.reviews-section-2{
		padding-bottom: 40px;
	}

	.reviews-section-2 .section-title-ad.white:before, .reviews-section-2 .section-title-ad.white:after{
		content: none;
	}

	.youtube-reviews-row
	{
		margin-top: 28px;
		max-width: 100%;
		gap: 28px;
	}

	.youtube-reviews-row .item a
	{
		height: 162px;
	}
	.youtube-reviews-row .item .video-title, .youtube-reviews-row .item .video-date
	{
		font-size: 14px;
	}
	.youtube-reviews-row .item p{
		font-size: 14px;
	}

	.btn-view-more
	{
		display: none;
	}

	section.google-reviews{
		margin-top: 40px;
	}
	.g-reviews-title
	{
		font-size: 22px;
	}
	.g-reviews-text{
		font-size: 14px;
		margin-top: 16px;
	}
	.g-reviews-row{
		margin-top: 20px;
	}

	.reviews-section-2 {
		background: url("/wp-content/themes/dispetcher training/images/reviews/reviews-section-2-bg-mobile.svg") center bottom no-repeat;
		background-size: cover;
	}

	.g-reviews-row .item.slick-slide{
		max-width: 205px;
		margin: 0 10px;
	}
	.g-reviews-row .item .review-header{
		flex-wrap: wrap;
	}
	.g-reviews-row .item .review-header>div
	{
		right: 0;
	}
	.g-reviews-row .item h5{
		font-size: 16px;
	}
	.g-reviews-row .item p
	{
		font-size: 12px;
	}
	.g-reviews-row .item .review-header img{ width: 16px; }

	.facebook-reviews{
		margin-top: 80px;
	}

	.facebook-reviews .section-title-ad
	{
		font-size: 22px;
	}

	.facebook-reviews .text-center
	{
		text-align: left;
	}

	.reviews-facebook-reviews.about-us-reviews{
		margin-top: 16px;
	}
	.facebook-reviews-text-wrap p{
		font-size: 14px;
	}

	.reviews-team-row h2{
		font-size: 22px;
		margin-top: 0;
	}

	.landing-contact-form-section .about-form-block h3
	{
		font-size: 20px;
		max-width: 100%;
	}

	.reviews-team-row>div:last-of-type
	{
		display: none;
	}

	.reviews-team-section .team-mobile{
		display: block;
		width: 100%;
	}

	.reviews-team-row>div:first-of-type p{
		width: 100%;
		order: 3;
		margin-top: 22px;
	}

	.reviews-team-row>div:first-of-type{
		display: flex;
		flex-direction: column;
	}

	.reviews-team-row>div:first-of-type img{
		order: 2;
	}

	.reviews-team-row>div:first-of-type .btn-about-us{
		order: 4;
	}

	.reviews-team-section{
		padding-bottom: 80px;
	}

	.free-module-row>div:first-of-type img
	{
		width: 100%;
	}

	.free-module-row
	{
		flex-wrap: wrap;
		gap: 0;
	}

	.free-module-row h2
	{
		display: none;
	}

	.free-module-row .row img
	{
		max-width: 80px;
	}

	.free-module-row .row
	{
		order: 1;
		margin-top: 24px;
	}

	.free-module-row p
	{
		order: 2;
		font-size: 14px;
	}

	.free-module-row .btn-get-module
	{
		order: 3;
	}

	.free-module-row>div:last-of-type{
		display: flex;
		flex-direction: column;
	}

	.btn-get-module
	{
		height: 51px;
		width: 100%;
		font-size: 16px;
		margin-top: 40px;
	}

	section.how-it-works
	{
		padding-top: 60px;
	}

	.how-it-works-slider
	{
		flex-direction: column;
		margin-top: 28px;
	}

	section.how-it-works .section-title-ad
	{
		font-size: 22px;
	}

	.book-desc-row>div:last-of-type .item p
	{
		text-align: right;
		font-size: 14px;
	}

	.book-desc-row>div:last-of-type
	{
		width: 100%;
	}

	.book-desc-row
	{
		flex-direction: column;
	}

	.read-the-passage-row
	{
		flex-direction: column;
	}

	.how-it-works-slider .item>div:not(.content)
	{
		background: #fff;
		height: 80px;
		position: relative;
		overflow: visible;
	}

	.how-it-works-slider .item>div:not(.content):after
	{
		position: absolute;
		left: 5px;
		bottom: -35px;
		z-index: 12;
	}

	.how-it-works-slider .item:first-of-type>div:not(.content):after { content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-1.svg"); }
	.how-it-works-slider .item:nth-of-type(2)>div:not(.content):after { content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-2.svg"); }
	.how-it-works-slider .item:nth-of-type(3)>div:not(.content):after { content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-3.svg"); }
	.how-it-works-slider .item:nth-of-type(4)>div:not(.content):after { content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-4.svg"); }
	.how-it-works-slider .item:nth-of-type(5)>div:not(.content):after { content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-5.svg"); }
	.how-it-works-slider .item:nth-of-type(6)>div:not(.content):after { content: url("/wp-content/themes/dispetcher training/images/free-module/hiw-n-6.svg"); }

	.how-it-works-slider .item:nth-of-type(odd)>div:not(.content)
	{
		background: url("/wp-content/themes/dispetcher training/images/free-module/hiw-card-bg-mobile-odd.png");
		background-size: cover;
	}

	.how-it-works-slider .item:nth-child(even)>div:not(.content)
	{
		background: url("/wp-content/themes/dispetcher training/images/free-module/hiw-card-bg-mobile-even.png");
		background-size: cover;
	}

	.how-it-works-slider .item .content p
	{
		font-size: 14px;
	}

	.how-it-works-slider .item .content
	{
		padding: 28px 26px 15px;
	}

	.how-it-works-slider .item>div:not(.content) img
	{
		display: none;
	}

	.free-book-advantages
	{
		padding-bottom: 380px;
	}

	.free-book-advantages .how-it-works-slider, .how-it-works-slider
	{
		gap: 28px;
	}

	.how-it-works-slider .item
	{
		width: 100%;
	}

	.read-the-passage p
	{
		margin-bottom: 22px;
	}

	.read-the-passage .btn-reviews
	{
		display: none;
	}

	.free-book-slider-row{
		flex-direction: column;
	}

	.free-book-slider-row>div:first-of-type
	{
		width: 100%;
		order: 2;
	}

	.free-book-section-1
	{
		margin-bottom: -1px;
		padding: 65px 0;
	}

	.free-book-template #scroll-to-content
	{
		text-align: center;
	}

	.about-us-section-advantages .advantages-row
	{
		align-items: center;
	}

	.about-us-achievements-block .item:nth-of-type(2)
	{
		align-self: auto;
	}

	.about-us-reviews .btn-reviews:first-of-type
	{
		display: none;
	}

	.about-us-reviews .btn-reviews.btn-reviews-mobile
	{
		display: flex !important;
		position: absolute;
		left: 50%;
		bottom: 35px;
		transform: translateX(-50%);
		background: #fff;
		z-index: 2;
	}

	.about-us-title-img
	{
		display: none;
	}

	.about-us-reviews.reviews-facebook-reviews
	{
		padding-bottom: 100px;
	}

	.free-book-slider-row>div:first-of-type
	{
		max-width: 100%;
		text-align: center;
	}

	.free-book-slider-row>div:first-of-type h2
	{
		font-size: 40px;
	}

	.free-book-slider .owl-item
	{
		max-width: 200px;
	}

	.free-book-slider.owl-carousel
	{
		height: 200px !important;
		margin-top: 140px;
	}

	.read-the-passage-row img.passage
	{
		width: 100%;
		max-width: 100%;
	}

	.free-module-section-1 .free-module-note
	{
		margin-top: 60px;
	}

	.reviews-free-module.free-module-section-2
	{
		padding-top: 170px;
		margin-top: -1px;
	}

	.free-book-slider-row{ gap: 100px; }

	.footer-nav ul{
		/*grid-template-columns: repeat(2, 1fr);*/
		text-align: left;
		display: flex;
		flex-direction: column;
	}

	.footer-nav ul li a{
		display: block;
		padding: 10px 0;
		border-bottom: 1px solid #DDDDDD;
		position: relative;
	}

	.footer-nav ul li a:after{
		content: url('/wp-content/themes/dispetcher training/images/footer-menu-mobile-goto.svg');
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}


	.footer-nav ul li:nth-child(3n+3){
		text-align: left;
	}

	.footer-nav ul li:nth-child(3n+2){
		text-align: left;
	}

	.header__nav
	{
		display: flex;
		flex-direction: column;
		overflow: scroll;
	}

	.header__nav .lang-switch
	{
		display: flex;
		padding-left: 5px;
	}

	.header__nav .lang-switch a
	{
		display: block;
		padding: 14px;
		position: relative;
		overflow: hidden;
		color: #fff;
		font-size: 12px;
		line-height: 1.55;
		align-items: center;
		text-transform: capitalize;
		text-decoration: none;
		transition: all .3s ease;
	}

	.header__nav .footer-social
	{
		display: flex;
		gap: 10px;
		justify-self: flex-end;
		order: unset;
		padding-left: 15px;
		margin-top: 20px;
		justify-content: flex-start;
	}

	.header__nav .footer-social a:before
	{
		background: #fff;
		height: 100%;
	}

	.header__nav .contacts
	{
		display: flex;
		justify-content: space-between;
		padding: 0 19px;
		align-items: center;
		flex-wrap: wrap;
		gap: 15px;
	}

	.header__nav .contacts a
	{
		display: flex;
		align-items: center;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 15px;
		line-height: 1.4;
		width: max-content;
		padding: 0;
	}

	.header__nav .contacts a img
	{
		margin-right: 5px;
		height: 24px;
		width: auto;
		object-fit: cover;
		display: block;
		filter: invert(1);
	}

	.header__phone
	{
		display: none;
	}

	.header__nav .contacts .header__phone
	{
		position: static;
		margin-bottom: 0;
	}

	.header-lang{
		display: none;
	}

	.header__nav-btn
	{
		right: 20px;
		margin-top: 18px;
	}

	.header__nav .hide-desktop, .hide-desktop{
		display: block;
	}

	.header__nav .hide-mobile{
		display: none;
	}

	footer .footer-social{
		order: 3;
		padding-bottom: 34px;
	}

	footer .footer__contact
	{
		width: auto;
		flex-basis: 140px;
	}

	.footer__logo
	{
		margin: 0;
		flex-grow: 1;
		height: auto;
		width: auto;
	}

	.footer__logo img
	{
		width: 100%;
		max-width: 200px;
	}

	footer .footer__top{
		justify-content: space-around;
		row-gap: 28px;
		column-gap: 30px;
		padding-bottom: 0;
	}

	.footer__contact a:not(.hide-mobile) {
		display: flex !important;
		align-items: center;
	}

	.footer__contact a img{
		display: block;
		margin-right: 6px;
		width: 14px;
		height: 14px;
	}

	.footer__copy, .footer__copy a
	{
		color: #dddddd;
		font-size: 10px;
		text-align: left;
	}

	.footer-social__item
	{
		width: 26px;
		height: 26px;
	}

	.header-lang__item:nth-child(2)
	{
		border-left: none;
		border-right: none;
	}

}

@media screen and (max-width: 1500px)
{
	.about-us-section-1 .section-1-image
	{
		max-width: 100%;
		right: 0;
	}
	.about-us-section-1 .container>div:first-of-type {
		max-width: 60%;
	}
}

@media screen and (max-width: 1200px)
{
	.about-us-section-1 .container>div:first-of-type
	{
		max-width: 100%;
	}
}


/* END ============================================================= */



.lang-switcher-popup
{
	padding: 15px 0;
	background: #002442;
	position: fixed;
	top: 0;
	width: 100%;
	height: auto;
	z-index: 100000;
	color: #fff;
	font-size: 16px;
}

.lang-switcher-popup a
{
	font-size: 16px;
	color: #fff;
	font-weight: 400;
	width: max-content;
	padding: 10px 25px;
}

.lang-switcher-popup .container div a:first-of-type
{
	padding: 10px 25px;
	color: #002442;
	background: #F2F2F2;
	border-radius: 50px;
	text-decoration: none;
}

.lang-switcher-popup .container
{
	display: flex;
	text-align: center;
	margin: 0 auto;
	justify-content: center;
	gap: 30px;
	align-items: center;
	flex-wrap: wrap;
}

.lang-switcher-popup .container:after
{
	content: unset;
}

.lang-switcher-popup .container div
{
	display: flex;
	align-items: center;
	gap: 15px;
}


/* Certificate Validation ============================================================= */
.сertificate-validation{
	margin: 145px 0px 30px;
}

.сertificate-validation .form-head{
	padding: 80px 0px;
	background-image: url(images/certificate-validation.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center left;
}

.сertificate-validation h1{
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.сertificate-validation .form-head p{
	font-weight: 500;
	font-size: 16px;
	line-height: 100%;
	text-align: center;
	color: #FFFFFF;
	margin-bottom: 50px;
}

.сertificate-validation .inputs-box{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.сertificate-validation .inp-wrapp{
	position: relative;
	margin-bottom: 24px;
	width: calc(50% - 15px);
}

.сertificate-validation .inp-label{
	padding: 2px 5px;
	border-radius: 3px;
	background: #f7ab01;
	position: absolute;
	top: -10px;
	left: 10px;
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	color: #fff;
	z-index: 1;
}

.сertificate-validation .inp{
	border: 1px solid #f7ab01;
	color: #FFFFFF;
	width: 100%;
	padding: 15.3px 18px;
	outline: none;
	background: transparent;
	border-radius: 5px;
	font-weight: 500;
	font-size: 18px;
	line-height: 100%;
}

.сertificate-validation .inp::placeholder{
	color: #FFFFFF;
}

.сertificate-validation .btn{
	margin-top: 20px;
	text-transform: none;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
	display: block;
	width: 240px;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	text-align: center;
	color: #000000;
	background: #EFBF00;
	border-radius: 5px;
	border: none;
	padding: 17px;
	text-align: center;
	text-decoration: none;
}

.сertificate-validation .btn:hover{
	box-shadow: 2px 2px 6px 0px rgb(240 192 0 / 60%);
}

.verification-wrapper{
	padding: 50px 0px 80px;
	display: flex;
	justify-content: space-between;
	color: #444444;
}

.verification-data{
	width: 700px;
	padding-top: 60px;
}

.verification-data__title{
	font-weight: 700;
	font-size: 36px;
	line-height: 44px;
	color: #444444;
	display: flex;
	align-items: center;
}

.verification-data-wrapper{
/*	width: 790px;*/
margin: 26px 0px 28px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}

.verification-data__item{
	text-align: center;
	margin-bottom: 30px;
	padding: 24px 15px 20px;
	border: 1px solid #002442;
	border-radius: 2px;
	width: calc(50% - 15px);
}

.verification-data__item-info{
	font-weight: 700;
	font-size: 22px;
	line-height: 27px;
	text-align: center;
	color: #444444;
	margin-bottom: 5px;
}

.verification-data__title img{
	margin-right: 20px;
}

.verification-resume-info{
	width: 520px;
	padding: 15px;
	background: #fff;
	position: relative;
	border: 1px solid #fff;
	border-radius: 5px;
}

.homeResume-info__certificate img{
	width: 100%;
	height: auto;
}

.verification-data .btn{
	display: block;
	width: 100%;
	max-width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 0;
	background: #002442 !important;
	color: #fff !important;
}

.verification-data .btn:hover{
	box-shadow: 2px 2px 6px 0px rgb(0 36 66 / 60%);
}

#loader{
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 36 66 / 32%);
	z-index: 99999;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loader.active{
	visibility: visible;
}

.loading {
	height: 0;
	width: 0;
	padding: 18px;
	border: 4px solid #fff;
	border-right-color: #1d8dea;
	border-radius: 50%;
	-webkit-animation: rotate 0.7s infinite linear;
}

@keyframes rotate {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

#verification .not-found{
	padding: 50px 0px;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
}

.another-variant{
	display: flex;
	align-items: center;
	margin-top: 20px;
	max-width: 230px;
	cursor: pointer;
}

.another-variant__icon img{
	max-width: 50px;
   height: auto;
}

.another-variant__text{
	color: #fff;
	font-size: 18px;
   margin-left: 10px;
   transition: all 0.3s ease;
}

.verification2{
	margin-top: 50px;
	display: none;
}

.verification2 .inp {
	border: 1px solid #ffffff;
}

.verification2 .inp-label {
	background: rgb(255 255 255);
   color: #000;
}

.verification2 .btn {
	background: #ffffff;
}


@media only screen and (max-width: 1270px){
	.verification-data{
		width: auto;
		margin-right: 20px;
	}

	.verification-data__item{
		width: calc(50% - 10px);
	}

	.verification-resume-info{
		min-width: 395px;
		padding: 10px;
	}
}

@media only screen and (max-width: 991px){
	.verification-wrapper{
		flex-direction: column;
		margin-bottom: 100px;
		padding: 50px 0 0;
	}
	.verification-data-wrapper{
		margin: 20px 0px 10px;
	}
	.verification-data{
		padding-top: 0;
		margin-right: 0;
	}
	.verification-resume-info{
		width: 100%;
		max-width: 480px;
		min-width: auto;
		margin-left: auto;
		margin-right: auto;
	}
	.verification-data .btn{
		width: 500px;
		position: absolute;
		bottom: -75px;
		left: calc(50% - 250px);
		max-width: 100%;
	}
}

@media only screen and (max-width: 767px){
	.сertificate-validation .form-head{
/*		padding: 50px 0px;*/
		padding: 50px 0px 30px;
	}
	.сertificate-validation .inputs-box{
		flex-direction: column;
	}
	.сertificate-validation .inp-wrapp{
		width: 100%;
		max-width: 540px;
		margin-left: auto;
		margin-right: auto;
	}
	.сertificate-validation h1{
		font-size: 46px;
	}
}

@media only screen and (max-width: 550px){
	.сertificate-validation h1{
		font-size: 32px;
	}
	.сertificate-validation .btn{
		margin-top: 0;
	}
	.сertificate-validation .form-head p{
		margin-bottom: 30px;
	}
	.verification-data__title{
		font-size: 28px;
		line-height: 36px;
	}
	.verification-data-wrapper{
		flex-direction: column;
	}
	.verification-data__item{
		width: 100%;
	}
	.verification-wrapper{
		padding: 30px 0 0;
	}
	.verification-data__item{
		margin-bottom: 20px;
	}
	.verification-data .btn{
		width: 90%;
		left: 5%;
	}
}

@media only screen and (max-width: 370px){
	.сertificate-validation h1{
		font-size: 27px;
	}
	.сertificate-validation .form-head p{
		font-size: 14px;
	}
	.сertificate-validation .inp{
		font-size: 16px;
	}
}

.footer-nav ul {
	display: block;
}
.footer-nav {
	width: 19%;
	padding-top: 18px;
}

.footer-nav ul li {
	text-align: left !important;
}

.footer--intermodal .footer__top {
	align-items: start;
	border-bottom: none !important;
}

.footer--intermodal .footer-nav {
	padding: 0;
}

.footer__head {
	margin-bottom: 14px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.1;
	color: #434343;
}

.footer__contact a {
	display: block;
	font-size: 14px;
	line-height: 1.1;
	color: #000;
	text-decoration: none;
}

.footer__logo {
	display: block;
	width: 158px;
	height: 74px;
	margin-bottom: 28px;
	background: url(i/tdt-logo.png) center no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
	position: relative;
}

.footer-contact__item {
	display: block;
	min-height: 14px;
	padding-left: 24px;
	margin-bottom: 12px;
	position: relative;
	color: #434343;
	font-size: 12px;
	line-height: 14px;
}
.footer-contact__item::before {
	content: '';
	position: absolute;
	top: calc(50% - 7px);
	left: 0;
	width: 14px;
	height: 14px;
	background: #546C80;
	-webkit-mask-position: center;
	mask-position: center;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	transition: all .3s ease;
}
.footer-contact__item--tel::before {
	-webkit-mask-image: url('i/bg-icon-footer-tel.svg');
	mask-image: url('i/bg-icon-footer-tel.svg');
}
.footer-contact__item--email::before {
	-webkit-mask-image: url('i/bg-icon-email.svg');
	mask-image: url('i/bg-icon-email.svg');
}
.footer-contact__item--time::before {
	-webkit-mask-image: url('i/bg-icon-time.svg');
	mask-image: url('i/bg-icon-time.svg');
}

.footer-middle {
	padding-top: 8px;
	padding-bottom: 24px;
	border-bottom: 1px solid #DDD;
	border-top: none;
}
.footer-app {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}
.footer-app__item {
	display: inline-block;
	max-width: 100px;
	margin-right: 12px;
}

.footer--intermodal .footer__copy {
	width: 100%;
	padding-top: 32px;
	padding-bottom: 10px;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.1;
	color: #434343;
	text-align: center;
}

.footer--intermodal .footer__copy a {
	color: #434343;
}