@import url("../fonts/font.css");
@import url("../fonts/inter.css");
@import url("../fonts/geologica.css");
@import url("main.css");
@import url("bootstrap-select.css");
html {
	overflow-x: hidden;
}
body , html {
    height: 100%;
    font-size: 14px;
    font-family: 'Inter';
    font-weight: 400;
	font-style: normal;
	line-height: normal;
	color: rgba(78, 82, 90, 1);
	 user-select: none; /* CSS-свойство для отключения выделения текста */
            -webkit-user-select: none; /* Для браузеров на основе WebKit */
            -moz-user-select: none; /* Для Firefox */
            -ms-user-select: none; /* Для старых IE */
}
.dela {
	font-family: "DelaGothicOneRegular";
}
.inter {
	font-family: 'Inter';
}
.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}
header .container {
	height: 100px;
	display: flex;
	align-items: center;
}
.top-nav {
	margin: 0 0 0 25px;
	padding: 0;
	list-style: none;
	display: flex;
}
.top-nav li {
	padding: 5px 15px;
	position: relative;
}
.top-nav li a {
	font-size: 14px;
	white-space: nowrap;
}
.top-nav li a:hover {
	color: rgba(0, 187, 255, 1);
}
.top-nav li.has-ul > a {
	padding-right: 24px;
	position: relative;
}
.top-nav li.has-ul > a:after {
	content: '';
	position: absolute;
	right: 8px;
	width: 10px;
	height: 7px;
	top: 7px;
	display: block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACfSURBVHgBbY/BDcIwDEVtdxFuhUMlNoABICL0QughozRswAg9cuLEADACohItNzZgAkMcKaiq8iVL3/L7X3KmSmPzaTHvu/YOCa21WeSzYvLq2jfBFxtAbFabXT0GlTYWEa8yspMfFwyRGwYElBLxDBwYDIftvo4hZnYE9PE1xwhezqfDHx4HooagKIumfz5u/hGxyxSYlCorq3RlU7cf1Rc23j92lVQAAAAASUVORK5CYII=');
}
.top-nav li ul {
    position: absolute;
     left: 0;
     top: 100%;
	 width: 160px;
     background: white;
     border-radius: 10px;
	display: none;
    transition: .2s linear ease;
    z-index: 999;
    margin: 0;
    padding: 15px 20px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}

.top-nav li ul li {
    padding: 5px 0;
}
.top-nav li ul li a {
    color: #000;
    opacity: 1;
}
.header_phones {
	margin-left: auto;
	margin-right: 35px;
	text-align: right;
}
.header_phones a:nth-child(1) {
	display: block;
	font-size: 14px;
	font-family: "DelaGothicOneRegular";
}
.header_phones a:nth-child(2) {
	display: block;
	font-size: 14px;
	text-decoration: underline;
}
.header_phones a:hover {
	color: rgba(0, 187, 255, 1);
}
.header-langs {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.header-langs li {
	padding: 0 5px;
}
.header-langs li a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-family: "DelaGothicOneRegular";
	font-size: 12px;
	text-transform: uppercase;
	color: rgba(78, 82, 90, 1);
	background: rgba(223, 223, 223, 1);
	border: 3px solid transparent;
}
.header-langs li a.active {
	border: 3px solid rgba(0, 187, 255, 1);
	color: rgba(0, 187, 255, 1);
	background: #fff;
}
.header-button-question {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: 5px;
	padding: 0 15px;
	height: 40px;
	font-family: "DelaGothicOneRegular";
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	background: rgba(0, 187, 255, 1);
}
.header-button-question:hover {
	background: #8B8B8B;
}
.banner-item {
	background-repeat: no-repeat;
    background-position: 50% 50%;
}
.banner-item .container {
	height: 709px;
	padding-right: 16%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-bottom: 100px;
}
.banner-item-text-1 {
	font-family: 'Geologica';
	font-weight: 700;
	font-size: 60px;
	line-height: 100%;
	color: #fff;
	text-transform: uppercase;
}
.banner-item-text-2 {
	font-size: 20px;
	line-height: 27px;
	color: #fff;
	margin-top: 30px;
}
.banner-item-button {
	width: 243px;
	height: 60px;
	border: 3px solid rgba(255, 255, 255, 1);
	font-family: "DelaGothicOneRegular";
	color: #fff;
	text-transform: uppercase;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s linear;
}
.banner-item-button:hover {
	color: rgba(0, 187, 255, 1);
	background: #fff;
}
.main-banner {
	position: relative;
	overflow: hidden;
}
.main-swiper-container .main-swiper-pagination {
	position: absolute !important;
    width: 1200px !important;
    left: 0 !important;
    transform: none !important;
    margin: auto;
    right: 0;
	z-index: 1;
	bottom: 60px!important;
}
.main-swiper-container .main-swiper-pagination .swiper-pagination-bullet {
	height: 4px!important;
	width: 115px!important;
	background: rgba(255, 255, 255, 0.25)!important;
	border-radius: 100px!important;
	margin: 0 2.5px!important;
	opacity: 1!important;
	transform: scale(1)!important;
	left: 0!important;
}
.main-swiper-container .main-swiper-pagination .swiper-pagination-bullet-active-main {
  opacity: 1!important;
  background: #fff!important;
}
.main-swiper-container .main-swiper-pagination .swiper-pagination-bullet-active-prev {
  transform: scale(1)!important;
}
.main-swiper-container .main-swiper-pagination .swiper-pagination-bullet-active-prev-prev {
  transform: scale(1)!important;
}
.main-swiper-container .main-swiper-pagination .swiper-pagination-bullet-active-next {
  transform: scale(1)!important;
}
.main-swiper-container .main-swiper-pagination .swiper-pagination-bullet-active-next-next {
  transform: scale(1)!important;
}


svg {
	display: block;
}
svg path {
	transition: all .2s linear;
}


.about-main {
	padding: 120px 0;
}
.title-mini {
	font-weight: 600;
	text-transform: uppercase;
}
.title {
	font-size: 50px;
	line-height: 55px;
	font-family: 'Geologica';
	font-weight: 700;
	text-transform: uppercase;
}
.about-main .title {
	max-width: 700px;
	margin-top: 10px;
}
.about-main-row {
	margin-top: 40px;
}
.img {
	max-width: 100%;
	height: auto;
	display: block;
}
.about-main-text-1 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
}
.about-main-button {
	width: 195px;
	height: 60px;
	border: 3px solid rgba(0, 187, 255, 1);
	font-family: "DelaGothicOneRegular";
	color: rgba(0, 187, 255, 1);
	text-transform: uppercase;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s linear;
}
.about-main-button:hover {
	color: #fff;
	background: rgba(0, 187, 255, 1);
}
.about-main-item {
	height: 138px;
	border: 3px solid rgba(223, 223, 223, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.about-main-item div:nth-child(1) {
	font-size: 60px;
	line-height: 60px;
	color: rgba(0, 187, 255, 1);
	font-family: "DelaGothicOneRegular";
}
.about-main-item div:nth-child(2) {
	font-size: 12px;
	line-height: 18px;
	font-family: "DelaGothicOneRegular";
	text-transform: uppercase;
}
.about-main-row-2 .col-lg-6:nth-child(3), .about-main-row-2 .col-lg-6:nth-child(4) {
	margin-top: 20px;
}
.advantages-main {
	padding: 120px 0;
	background: rgba(223, 223, 223, 1);
}
.advantages-main-row {
	margin-top: 60px;
}
.advantages-item {
	padding: 30px;
	background: #fff;
	height: 100%;
	text-align: center;
}
.advantages-item div:nth-child(1) {
	display: flex;
	justify-content: center;
}
.advantages-item div:nth-child(2) {
	font-size: 14px;
	line-height: 21px;
	text-transform: uppercase;
	font-family: "DelaGothicOneRegular";
	margin-top: 10px;
}
.advantages-item div:nth-child(3) {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
}
.product-main {
	padding: 120px 0;
}
.product-main-row {
	margin-top: 40px;
}
.product-main-item {
	height: 429px;
	padding: 40px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	display: flex;
	flex-direction: column;
}
.product-main-row .col-lg-6:nth-child(1) .product-main-item {
	background-image: url('../images/content/pmi1.png');
}
.product-main-row .col-lg-6:nth-child(2) .product-main-item {
	background-image: url('../images/content/pmi2.png');
}
.product-main-item-text-1 {
	margin-top: auto;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
	text-transform: uppercase;
	font-family: "DelaGothicOneRegular";
}
.product-main-item-buttons {
	margin: 30px -5px 0 -5px;
	display: flex;
	align-items: center;
}
.product-main-item-buttons a {
	width: 50%;
	height: 60px;
	border: 3px solid rgba(255, 255, 255, 1);
	font-family: "DelaGothicOneRegular";
	color: #fff;
	text-transform: uppercase;
	margin: 0 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s linear;
}
.product-main-item-buttons a:hover {
	color: rgba(0, 187, 255, 1);
	background: #fff;
	border: 3px solid #fff;
}
.product-main-item-buttons a:hover svg path {
	fill: rgba(0, 187, 255, 1);
}
.product-main-item-buttons a span + span {
	margin-left: 10px;
}
.partners-title-block {
	display: flex;
	align-items: center;
}
.partners-title-block > div + div {
	display: flex;
	align-items: center;
	margin: 0 -5px 0 auto;
}
.partners-swiper-button-prev, .partners-swiper-button-next {
	width: 50px;
	height: 50px;
	border: 3px solid rgba(0, 187, 255, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
	cursor: pointer;
	transition: all .2s linear;
}
.partners-swiper-button-prev:hover, .partners-swiper-button-next:hover {
	background: rgba(223, 223, 223, 1);
	border: 3px solid rgba(223, 223, 223, 1);
}
.partners-swiper-button-prev:hover svg path, .partners-swiper-button-next:hover svg path {
	fill: rgba(78, 82, 90, 1);
}
.partners-main-slider {
	position: relative;
	overflow: hidden;
	margin-top: 40px;
}
.partners-item {
	height: 224px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 3px solid rgba(223, 223, 223, 1);
	padding: 10px;
}
.partners-item img {
	max-width: 100%;
	height: auto;
}
.news-main {
	padding: 120px 0;
}
.news-main-row {
	margin-top: 40px;
}
.news-title-block {
	display: flex;
	align-items: center;
}
.news-title-block div + div {
	margin-left: auto;
}
.news-title-block div + div a {
	font-size: 16px;
	text-transform: uppercase;
	color: rgba(0, 187, 255, 1);
	font-family: "DelaGothicOneRegular";
}
.news-title-block div + div a span:nth-child(1) {
	text-decoration: underline;
	margin-right: 5px;
}
.news-title-block div + div a:hover {
	color: rgba(78, 82, 90, 1);
}
.news-main-item {
	border: 3px solid rgba(223, 223, 223, 1);
	display: block;
	height: 100%;
}
.news-main-item:hover {
-webkit-box-shadow: 0px 3px 7px 0px rgba(181,181,181,0.7);
-moz-box-shadow: 0px 3px 7px 0px rgba(181,181,181,0.7);
box-shadow: 0px 3px 7px 0px rgba(181,181,181,0.7);
}
.news-main-item-img-block {
	margin: -3px -3px 30px -3px;
}
.news-main-item-img-block img {
	max-width: 100%;
	height: auto;
}
.news-main-item-text-1 {
	font-size: 16px;
	color: rgba(181, 181, 181, 1);
	padding-left: 30px;
	padding-right: 30px;
}
.news-main-item-text-2 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
}
.any-questions-main {
	background: rgba(78, 82, 90, 1);
}
.any-questions-main .container {
	height: 164px;
	display: flex;
	align-items: center;
}
.any-questions-main .container .any-questions-item {
	margin-left: 50px;
}
.any-questions-main .container .any-questions-item:first-child {
	margin-left: 0;
}
.any-questions-main .container .any-questions-item:last-child {
	margin-left: 140px;
}
.any-questions-title {
	font-family: "DelaGothicOneRegular";
	font-size: 24px;
	line-height: 32px;
	color: rgba(255, 255, 255, 1);
	text-transform: uppercase;
}
.any-questions-button {
	width: 150px;
	height: 60px;
	border: 3px solid rgba(255, 255, 255, 1);
	font-family: "DelaGothicOneRegular";
	color: #fff;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s linear;
}
.any-questions-button:hover {
	color: rgba(0, 187, 255, 1);
	background: #fff;
}
.socials {
	display: flex;
	align-items: center;
	margin: 0 -5px;
}
.socials li {
	padding: 0 5px;
}
.socials li a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 10px;
	border: 2px solid #fff;
}
.socials li a:hover {
	border-color: rgba(0, 187, 255, 1);
}
.socials li a:hover svg path {
	fill: rgba(0, 187, 255, 1);
}
.socials li:nth-child(4) svg {
	margin-left: 3px;
    margin-bottom: 2px;
}
.footer_phones {
	margin-left: auto;
	margin-right: 35px;
}
.footer_phones a {
	color: #fff;
}
.footer_phones a:nth-child(1) {
	display: block;
	font-size: 16px;
	font-family: "DelaGothicOneRegular";
}
.footer_phones a:nth-child(2) {
	display: block;
	font-size: 14px;
	text-decoration: underline;
}
.footer_phones a:hover {
	color: rgba(0, 187, 255, 1);
}
.footer {
	background: rgba(55, 57, 62, 1);
}
.footer-top .container {
	height: 120px;
	display: flex;
	align-items: center;
}
.bottom-nav {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: flex;
}
.bottom-nav li {
	padding: 5px 15px;
	position: relative;
}
.bottom-nav li a {
	font-size: 16px;
	color: #fff;
}
.bottom-nav li a:hover {
	color: rgba(0, 187, 255, 1);
}
.bottom-nav li.has-ul > a {
	padding-right: 24px;
	position: relative;
}
.bottom-nav li.has-ul > a:after {
	content: '';
	position: absolute;
	right: 8px;
	width: 10px;
	height: 7px;
	top: 7px;
	display: block;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABOSURBVHgBdY0BCQAwCASNsAZbk0VZFCMuglGcgjCRV3gEvVNS1WVhyyRQNh+W450C9JIqBHhjzxSXpQoF/IeAsCGYXmZBW7ARerAIjMAHR8ep+7azJyAAAAAASUVORK5CYII=');
}
.bottom-nav li ul {
    position: absolute;
     left: 0;
     bottom: 100%;
	 width: 160px;
     background: white;
     border-radius: 10px;
	display: none;
    transition: .2s linear ease;
    z-index: 999;
    margin: 0;
    padding: 15px 20px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.4);
}

.bottom-nav li ul li {
    padding: 5px 0;
}
.bottom-nav li ul li a {
    color: #000;
    opacity: 1;
}
.footer-langs {
	margin: 0 0 0 0;
	padding: 0;
	list-style: none;
	display: flex;
}
.footer-langs li {
	padding: 0 5px;
}
.footer-langs li a {
	display: flex;
	width: 40px;
	height: 40px;
	align-items: center;
	justify-content: center;
	font-family: "DelaGothicOneRegular";
	font-size: 12px;
	color: #fff;
	background: rgba(78, 82, 90, 1);
	border: 3px solid transparent;
	text-transform: uppercase;
}
.footer-langs li a.active {
	border: 3px solid rgba(0, 187, 255, 1);
	color: rgba(0, 187, 255, 1);
	background: transparent;
}
.footer-button-question {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin-left: 5px;
	padding: 0 15px;
	height: 40px;
	font-family: "DelaGothicOneRegular";
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	background: rgba(0, 187, 255, 1);
}
.footer-button-question:hover {
	background: #8B8B8B;
}
.footer-bottom .container {
	height: 100px;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
}
.footer-bottom .container:before {
	content: '';
	display: block;
	height: 1px;
	background-color: rgba(222, 222, 222, 1);
	position: absolute;
	top: 0;
	left: 10px;
	width: calc(100% - 20px);
}
.another-page {
	padding-top: 60px;
	padding-bottom: 60px;
}
.bread-nav {
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.another-page .news-main-row .col-lg-4 {
	margin-bottom: 20px;
}
.one-new-container {
	margin-top: 30px;
}
.one-new-container-img-block img {
	margin: 0 auto;
}
.one-new-container-text-block {
	padding: 60px 100px 0 100px;
}
.one-new-container-text-block-date {
	font-size: 16px;
	color: rgba(139, 139, 139, 1);
}
.one-new-container-text-block-title {
	font-family: "DelaGothicOneRegular";
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	margin-top: 10px;
}
.one-new-container-text-block-text {
	line-height: 24px;
	font-size: 16px;
	margin-top: 20px;
}
.one-new-container-text-block-text p {
	margin-bottom: 20px;
}

.services-ul-button {
	width: 195px;
	height: 60px;
	border: 3px solid rgba(0, 187, 255, 1);
	font-family: "DelaGothicOneRegular";
	color: rgba(0, 187, 255, 1);
	text-transform: uppercase;
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s linear;
}
.services-ul-button:hover {
	color: #fff;
	background: rgba(0, 187, 255, 1);
}
.services-ul {
	margin: 40px 0 0 0;
	list-style: none;
	padding: 0;
}
.services-ul li {
	display: flex;
	margin-top: 20px;
}
.services-ul-li-first-block {
	width: 50%;
	max-width: 50%;
	min-width: 50%;
}
.services-ul-li-first-block img {
	max-width: 100%;
	height: auto;
}
.services-ul-li-second-block {
	width: 50%;
	max-width: 50%;
	min-width: 50%;
	padding: 50px 50px 0 50px;
	border-top: 3px solid rgba(223, 223, 223, 1);
	border-bottom: 3px solid rgba(223, 223, 223, 1);
	border-right: 3px solid rgba(223, 223, 223, 1);
}
.services-ul-title {
	font-family: "DelaGothicOneRegular";
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
}
.services-ul-text {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	max-height: 75px;
    overflow: hidden;
}
.services-ul li:nth-child(2n) {
	flex-direction: row-reverse;
}
.services-ul li:nth-child(2n) .services-ul-li-second-block {
	border-left: 3px solid rgba(223, 223, 223, 1);
	border-right: 0;
}
.certificates {
	margin: 40px 0 0 0;
	padding: 0;
	list-style: none;
}
.certificates li {
	margin-bottom: 20px;
}
.certificates li a {
	border: 3px solid rgba(223, 223, 223, 1);
	display: flex;
	align-items: center;
	padding: 50px;
}
.certificates li a > div:nth-child(1) {
	margin-right: 50px;
}
.certificates li a > div:nth-child(2) span:nth-child(1) {
	font-family: "DelaGothicOneRegular";
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	display: block;
}
.certificates li a > div:nth-child(2) span:nth-child(2) {
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	display: block;
}
.partners-text {
	font-size: 16px;
	line-height: 24px;
	color: rgba(78, 82, 90, 1);
	margin-top: 40px;
}
.partners-text p {
	margin-bottom: 20px;
}
.partners-text p:last-child {
	margin-bottom: 0;
}
.partners-row {
	margin-top: 40px;
}
.partners-row .col-lg-2 {
	-ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
		margin-bottom: 20px;
}
.another-page .about-main-text-1 p {
	margin-bottom: 20px;
}
.another-page .about-main-text-1 p:last-child {
	margin-bottom: 0;
}
.another-page .advantages-main {
	margin-top: 30px;
	margin-bottom: 30px;
}
.attendance {
	margin-top: 40px;
}
.attendance-ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.attendance-ul li {
	margin-bottom: 10px;
}
.attendance-ul li a {
	padding: 0 20px;
	height: 60px;
	display: flex;
	align-items: center;
	border: 3px solid rgba(223, 223, 223, 1);
	font-family: "DelaGothicOneRegular";
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
}
.attendance-ul li a.active, .attendance-ul li.active a {
	border: 3px solid rgba(0, 187, 255, 1);
	color: rgba(0, 187, 255, 1);
}
.attendance-img-block img {
	max-width: 100%;
	height: auto;
}
.attendance-title {
	font-family: "DelaGothicOneRegular";
	font-size: 40px;
	line-height: 44px;
	text-transform: uppercase;
	margin-top: 40px;
}
.attendance-text {
	line-height: 24px;
	font-size: 16px;
	margin-top: 40px;
}
.attendance-text p {
	margin-bottom: 20px;
}
.attendance > .row {
	margin-left: -20px;
	margin-right: -20px;
}
.attendance > .row .col-lg-3 {
	padding-left: 20px;
	padding-right: 20px;
}
.attendance > .row .col-lg-9 {
	padding-left: 20px;
	padding-right: 20px;
}
.modal-title {
	font-family: "DelaGothicOneRegular";
	font-size: 30px;
	text-transform: uppercase;
}
.modal-button {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 0 15px;
	height: 60px;
	border: 0;
	width: 100%;
	cursor: pointer;
	font-family: "DelaGothicOneRegular";
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
	white-space: nowrap;
	background: rgba(0, 187, 255, 1);
}
.modal-button:hover {
	background: #8B8B8B;
}
.catalog-ul2 {
	margin-top: 40px;
}
.catalog-ul2 li {
	border: 3px solid rgba(223, 223, 223, 1);
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	min-height: 260px;
	padding: 50px;
	position: relative;
}
.catalog-ul2 li div:nth-child(1) {
	min-width: 300px
}
.catalog-ul2 li div:nth-child(1) img {
	position: absolute;
	left: 0;
	top: 0;
}
.catalog-ul2 li div:nth-child(2) {
	font-family: "DelaGothicOneRegular";
	font-size: 24px;
	line-height: 32px;
	text-transform: uppercase;
	flex-grow: 1;
	margin-right: 50px;
}
.catalog-ul2 li div:nth-child(3) a {
	width: 300px;
	height: 60px;
	border: 3px solid rgba(0, 187, 255, 1);
	font-family: "DelaGothicOneRegular";
	color: rgba(0, 187, 255, 1);
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s linear;
}
.catalog-ul2 li div:nth-child(3) a:hover {
	color: #fff;
	background: rgba(0, 187, 255, 1);
	border: 3px solid rgba(0, 187, 255, 1);
}
.catalog-ul2 li div:nth-child(3) a:hover svg path {
	fill: #fff;
}
.catalog-ul2 li div:nth-child(3) a span + span {
	margin-left: 10px;
}
.catalog-ul2 li div:nth-child(3) a + a {
	margin-top: 10px;
}
.contact-container {
	margin-top: 40px;
}
.contact-first-section {
	border: 3px solid rgba(223, 223, 223, 1);
	padding: 30px;
}
.contact-first-section table tr td:nth-child(1) span {
	width: 30px;
	height: 30px;
	background: rgba(223, 223, 223, 1);
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-first-section table tr td:nth-child(2) {
	padding-left: 10px;
}
.contact-first-section table tr td {
	vertical-align: top;
}
.contact-first-section table tr td a:hover {
	color: rgba(0, 187, 255, 1);
}
.contact-first-section .row .col-lg-3:nth-child(2) table tr td, .contact-first-section .row .col-lg-3:nth-child(4) table tr td {
	vertical-align: middle;
}
.show-on-map {
	color: rgba(0, 187, 255, 1);
	text-decoration: underline;
	margin-top: 5px;
	font-size: 12px;
	font-family: "DelaGothicOneRegular";
	text-transform: uppercase;
}
.contact-module {
	margin-top: 40px;
}
.contact-module-title {
	font-size: 24px;
	line-height: 32px;
	font-family: "DelaGothicOneRegular";
	text-transform: uppercase;
}
 .map-container {
	background: rgba(223, 223, 223, 1);
	padding: 30px;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
.region-content {
	margin-top: 40px;
}
.regional-container-title {
	display: flex;
	align-items: center;
}
.regional-container-title div:nth-child(1) {
	font-size: 24px;
	line-height: 32px;
	font-family: "DelaGothicOneRegular";
	text-transform: uppercase;
}
.regional-container-title div:nth-child(2) {
	font-size: 24px;
	line-height: 32px;
	font-family: "DelaGothicOneRegular";
	text-transform: uppercase;
	color: rgba(0, 187, 255, 1);
	margin-left: 20px;
	display: flex;
	align-items: center;
}
.regional-container-title div:nth-child(2) button {
	cursor: pointer;
	padding: 0;
	border: 0;
	background: transparent;
	margin-left: 10px;
}
.regional-container-title div:nth-child(2) button:hover svg path {
	fill: rgba(0, 187, 255, 1);
}   
.region-content section {
	display: none;
}
.region-content section.active {
	display: block;
}
.map-container path:hover {
	fill: rgba(0, 187, 255, .3);
	cursor: pointer;
}
.map-container path.active {
	fill: rgba(0, 187, 255, 1);
}
.regional-container table {
	width: 100%;
	margin-top: 20px;
}
.regional-container table tr {
	border-top: 3px solid rgba(223, 223, 223, 1);
}
.regional-container table tr:last-child {
	border-bottom: 3px solid rgba(223, 223, 223, 1);
}
.regional-container table tr td {
	padding: 20px;
	vertical-align: top;
}
.regional-container table tr td:nth-child(1) {
	padding-left: 0;
}
.regional-container table tr td:last-child {
	padding-right: 0;
}
.regional-manager-div {
	display: flex;
	align-items: center;
}
.regional-manager-div div:nth-child(1) img {
	max-width: 80px;
	height: auto;
}
.regional-manager-div div + div {
	margin-left: 20px;
}
.regional-manager-div div + div span:nth-child(1) {
	display: block;
	font-size: 16px;
}
.regional-manager-div div + div span:nth-child(2) {
	display: block;
	font-size: 18px;
	line-height: 24px;
	font-family: "DelaGothicOneRegular";
	text-transform: uppercase;
}
.contact-block {
	display: flex;
	margin-bottom: 10px;
}
.contact-block div + div {
	margin-left: 10px;
	white-space: nowrap;
	display: flex;
    flex-direction: column;
    justify-content: center;
	font-size: 16px;
	line-height: 24px;
}
.regional-container table tr td .contact-block:last-child {
	margin-bottom: 0;
}
.contact-block div + div a:hover {
	color: rgba(0, 187, 255, 1);
}
.iframe-container {
    overflow: hidden;
    position: relative;
    min-height: 600px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
  
.iframe-container iframe {
    position: absolute;
    border: 0;
    height: 100%;
    left: 0; 
    top: 0;
    width: 100%;
}
#show-map .modal-dialog {
	max-width: 80%;
}
#show-map .modal-content {
	padding: 0;
	background: transparent;
}
#show-map button.close {
	z-index: 1;
}