/* 
	BRAND COLORS:
	-red     	hex #94144f / rgb 148,20,79      /hover      hex #450508 / rgb 69,5,8
	-orange     hex #f0c8d1 / rgb 255,239,179  
	-black      hex #222222
*/


/* FONTS */
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('../fonts/roboto-v29-latin_cyrillic-regular.eot');
	src: local(''),
		url('../fonts/roboto-v29-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v29-latin_cyrillic-regular.woff2') format('woff2'),
		url('../fonts/roboto-v29-latin_cyrillic-regular.woff') format('woff'),
		url('../fonts/roboto-v29-latin_cyrillic-regular.ttf') format('truetype'),
		url('../fonts/roboto-v29-latin_cyrillic-regular.svg#Roboto') format('svg');
	font-display: swap;  
}
@font-face {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('../fonts/roboto-v29-latin_cyrillic-700.eot');
	src: local(''),
		url('../fonts/roboto-v29-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'),
		url('../fonts/roboto-v29-latin_cyrillic-700.woff2') format('woff2'),
		url('../fonts/roboto-v29-latin_cyrillic-700.woff') format('woff'),
		url('../fonts/roboto-v29-latin_cyrillic-700.ttf') format('truetype'),
		url('../fonts/roboto-v29-latin_cyrillic-700.svg#Roboto') format('svg');
	font-display: swap;
}


/* GLOBAL */
html { background: #fff; font-family: sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; border-collapse: collapse; border-spacing: 0; }
body { font-family: 'Roboto', sans-serif; color: #414042; font-size: 17px; line-height: 1.4; background: transparent; }
a { display: inline-block; color: #94144f; text-decoration: underline; position: relative; text-decoration: none !important; } 
a:before { content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: #fff; border-bottom: 1px dotted rgba(0,0,0,0.25); }
a:hover { text-decoration: underline; outline: 0; }
a:hover:before { border-bottom: 1px solid #94144f; }
strong, b { font-weight: bold; }
.clr { clear: both; }
.left { float: left; }
.right { float: right; }
.inline-item { display: inline-block; vertical-align: top; }
.tb { display: table; width: 100%; }
.tr { display: table-row; }
.td, .th { display: table-cell; vertical-align: middle; }
.clear-list, .clear-list li { list-style: none; }
.clear-list { padding: 0; margin-bottom: 0; }
.zoom-in { cursor: -moz-zoom-in; cursor: -webkit-zoom-in; cursor: zoom-in; }
.indent-this, .indent p { text-indent: 30px; }
.center { text-align: center; }
.align-left { text-align: left; }
.align-right { text-align: right; }
.align-center { text-align: center; }
html, body, .wrapper, .topbox { height: 100%; }
.wrapper, .bottombox { display: table; width: 100%; position: relative; }
.topbox { display: table-row; }
input[type=file] { margin-bottom: 6px; }
.grecaptcha-badge { opacity: 0 !important; }
.jwlogo { display: none !important; }
.container-fluid { position: relative; padding-left: 45px; padding-right: 45px; z-index: 5; }

/* GLOBAL TRANSITION */
a, .butn, .menu li a, .menu li a:before, .mfp-close, .owl-carousel .owl-nav .owl-prev, .owl-carousel .owl-nav .owl-nex, .owl-carousel img, .join-request a.btn, .join-request span, .sel-ico, .join-request ul li a, .join-request ul, .about-section .td-1 ul li a, .about-section .td-1 ul li a i, .adress a, .opinions-list .item h3, .opinions-list .item img { -webkit-transition: all .5s ease; -moz-transition: all .5s ease; -ms-transition: all .5s ease; -o-transition: all .5s ease; transition: all .5s ease; }

/* TEXT EDITOR */
.alignleft { float: left; margin: 0 20px 10px 0; max-width: 400px; }
.alignright { float: right; margin: 0 0 10px 20px; max-width: 400px; }
.aligncenter { display: block; margin: 0 auto 25px auto; }
blockquote { position: relative; padding: 15px 15px 15px 45px; }
blockquote * { margin: 0; font-size: 1.3rem; line-height: 1.3; }

/* SECTIONS */
.container, section, article { position: relative; z-index: 10; }
section.out, article.out, main.out { margin-bottom: 60px; }
section.in, article.in, main.in { padding-top: 60px; padding-bottom: 60px; }

/* TITLE */
.ttl { display: block; position: relative; margin-bottom: 25px; font-size: 32px; font-weight: bold; text-transform: uppercase; color: #94144f; }

/* BODY TABLE */
.table-container { position: relative; }
.table-container .td.valign-top { vertical-align: top; }
.table-container .table-col-67 { width: 67%; }
.table-container .table-col-60 { width: 60%; }
.table-container .table-col-50 { width: 50%; }
.table-container .table-col-40 { width: 40%; }
.table-container .table-col-35 { width: 35%; }
.table-container .table-col-33 { width: 33%; }
.table-container .table-col-30 { width: 30%; }
.table-container .table-col-25 { width: 25%; }
.table-container .table-col-100 { width: 100%; }
.table-container .box { position: relative; padding: 65px 45px; z-index: 10; }

/* BUTTONS */
.butn { position: relative; display: inline-block; vertical-align: top; padding: 10px 35px; background: #94144f; text-decoration: none; text-align: center; color: #fff; text-transform: uppercase; font-weight: bold !important; border: 0; border-radius: 4px; }
footer .butn { background: #f0c8d1; color: #94144f; }
.butn:hover { color: #fff; text-decoration: none; background: #450508; }
.butn i { margin-right: 6px; }
 footer .butn:hover { background: #94144f; }

/* POPUPS */
.mfp-zoom-out .mfp-content { width: auto !important; vertical-align: middle !important; display: inline-block; margin-top: 35px; margin-bottom: 35px; } 
.mfp-zoom-out .mfp-content h2, .mfp-zoom-out .mfp-content h3 { text-align: left; margin-bottom: 15px; font-size: 21px; font-weight: bold; padding-right: 50px; }
.mfp-zoom-out .white-popup { display: inline-block; position: relative; background: #ffffff; max-width: 650px; min-width: 200px; z-index: 100000; border: 4px solid #94144f; padding: 30px 30px 15px 30px; } 
.mfp-zoom-out .mfp-close { top: 0 !important; right: 0!important; color: #94144f !important; font-size: 35px !important; background: #f4f4f4; border: 1px solid #ddd; border-top: 0; border-right: 0; opacity: 1 !important; }
.mfp-zoom-out .mfp-close:hover { color: #4274aa !important; background: #94144f; color: #fff !important; }
.mfp-zoom-out.mfp-bg { background: #000000 !important; }
.mfp-zoom-out .mfp-with-anim { opacity: 0; transition: all 0.3s ease-in-out; transform: scale(1.3); }
.mfp-zoom-out.mfp-bg { opacity: 0; transition: all 0.3s ease-out; }
.mfp-zoom-out.mfp-ready .mfp-with-anim { opacity: 1; transform: scale(1); }
.mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; }
.mfp-zoom-out.mfp-removing .mfp-with-anim { transform: scale(1.3); opacity: 0; }
.mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; }
.mfp-content .form button, .mfp-content .form input[type=submit], .mfp-content .form input[type=button], .mfp-content .form a.form-btn { min-width: auto; }
.mfp-content .row { margin: 0 !important; }
.mfp-content .col-sm-12  { display: block !important; padding: 0 !important; }
.caldera-grid .form-control { height: 40px !important; padding: 9px 15px !important; font-size: 16px !important; }
.caldera-grid textarea.form-control { height: 90px !important; }
.parsley-required { color: red; }

/* JOIN BUTTON */
.join-request { position: fixed; bottom: 45px; left: 45px; z-index: 95; }
.join-request a.btn { position: fixed; bottom: 45px; left: 45px; background: #fff; padding: 2px; text-decoration: none !important; -moz-border-radius: 45px 0 45px 0; -webkit-border-radius: 45px 0 45px 0; border-radius: 45px 0 45px 0;  cursor: pointer; z-index: 95; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); }
.join-request a.btn:before { display: none; }
.join-request a.btn > span { position: relative; display: block; color: #ffffff; font-weight: bold; text-shadow: rgba(0,0,0,0.55) 0 1px 2px; padding: 12px 25px 12px 70px; background: #94144f url("../images/join.png") 15px 50% no-repeat; overflow: hidden; -moz-border-radius: 45px 0 45px 0; -webkit-border-radius: 45px 0 45px 0; border-radius: 45px 0 45px 0; }
.join-request a.btn > span > span { position: relative; font-size: 18px; line-height: 23px; text-transform: uppercase; z-index: 5; }
.join-request a.btn > span::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; opacity: 0; background-color: #450508; -webkit-transition: all 0.4s; -moz-transition: all 0.4s; -o-transition: all 0.4s; transition: all 0.4s; -webkit-transform: scale(0.5, 1); transform: scale(0.5, 1); }
.join-request a.btn > span::after { position: absolute; top: 0; left: -75%; z-index: 2; display: block; content: ''; width: 50%; height: 100%; background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%); -webkit-transform: skewX(-25deg); transform: skewX(-25deg); -webkit-animation: shine 2.15s infinite; animation: shine 2.15s infinite; }
.join-request a.btn:hover > span::after, .join-request a.btn.active > span::after { display: none; }
@-webkit-keyframes shine { 100% {left: 125%; } }
@keyframes shine { 100% { left: 125%; } }
.join-request a.btn:hover, .join-request a.btn.active { bottom: 40px; }
.join-request a.btn > span:hover::before, .join-request a.btn.active > span::before { opacity: 0.3; -webkit-transform: scale(1,1); transform: scale(1,1); }

/* HEADER */
header { width: 100%; background: #ffffff; position: sticky; position: -webkit-sticky; position: -moz-sticky; position: -ms-sticky; position: -o-sticky; top: 0; left: 0; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.45); z-index: 300; }
header .table-container { padding: 0 45px; }
header .table-container .td .box { padding-top: 15px; padding-bottom: 15px; }
header .table-container .td.td-1 .box { padding-right: 10px; }
header .table-container .td.td-2 .box { padding-left: 10px; padding-right: 10px; }
header .table-container .td.td-3 .box { padding-left: 10px; }

/* HEADER / LOGO */
.logo { display: inline-block; text-align: center; text-decoration: none !important; margin-top: -9px; }
.logo img { width: 230px; }
.logo p { color: #414042; font-size: 15px; margin: 2px 0 0 0; }
.logo:before { display: none; }

/* HEADER / CONTACTS */
.adress a { display: inline-block; position: relative; color: #414042; text-decoration: none; margin-bottom: 10px; padding-left: 32px; }
.adress a span { position: relative; }
.adress a span:before { content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 1px; background: #fff; border-bottom: 1px dotted rgba(0,0,0,0.25); }
.adress a i { position: absolute; top: 0; left: 2px; font-size: 20px; color: #94144f; }
.adress a:hover span { color: #94144f; }
.tel-1 { display: inline-block; position: relative; /* padding-left: 65px; background: url("../images/lifecell.png") 32px 0 no-repeat; background-size: 20px;*/ margin: 0 0 5px 37px; }
/*.tel-1 i { position: absolute; top: 0; left: 0; font-size: 22px; color: #94144f; }*/ 
.tel-2 { display: inline-block; position: relative; /*padding-left: 32px;  background: url("../images/kyivstar.png") 0 0 no-repeat; background-size: 20px;*/ }
.tel-1 a, .tel-2 a { color: #414042; text-decoration: none; }
.tel-1 a:before, .tel-2 a:before, .adress a:before { display: none; }
.tel-1 i, .tel-2 i { font-size: 22px; margin: 0 5px 0 0; }
.tel-1 i { font-size: 23px; }

/* HEADER / MENU */
.menu { text-align: right; }
.menu li { position: relative; display: inline-block; margin: 0 0 0 25px; }
.menu li a { display: inline-block; position: relative; font-size: 16px; color: #1b232e; font-size: 18px; text-transform: uppercase; text-decoration: none; padding-left: 12px; }
.menu li a:before { content: ""; position: absolute; bottom: -9px; left: 0; width: 100%; height: 1px; background: #94144f; opacity: 0; }
.menu li a:after { content: ""; position: absolute; top: 9px; left: 0; width: 6px; height: 6px; border-radius: 6px; background: #94144f; }
.menu li a:hover:before, .menu li a:hover:after { opacity: 1; bottom: -1px; }
.menu li:hover a { color: #94144f; }
.page-id-235 .menu li.menu-item-1 a, .page-id-256 .menu li.menu-item-2 a { color: #94144f; font-weight: bold; }
.page-id-235 .menu li.menu-item-1 a, .page-id-256 .menu li.menu-item-2 a { color: #94144f; font-weight: bold; }
.page-id-290 .menu li.menu-item-3 a { color: #94144f; font-weight: bold; }


/* SLIDER */
.bg-slider, .bg-slider ul, .bg-slider .bx-wrapper, .bg-slider .bx-viewport, .bg-slider ul li { position: absolute; top: 0; left: 0; width: 100%; height: 100% !important; margin: 0; }

/* ABOUT */
.about-section .bg-slider { width: 67%; left: auto; right: 0 }
.about-section .td-1 { background: #f0c8d1; }
.about-section .td-1 .box { padding: 45px 45px 30px 45px; }
.about-section .td-1 .box2 { padding: 25px 45px 10px 45px; background: rgba(255,255,255,0.65); }
.about-section .td-1 h3 { font-size: 20px; text-transform: uppercase; }
.about-section .td-1 ul { margin: 25px 0; }
.about-section .td-1 ul li { margin-bottom: 25px; }
.about-section .td-1 ul li a { display: block; position: relative; padding-left: 55px; font-size: 17px; color: #414042; }
.about-section .td-1 ul li a:before { display: none; }
.about-section .td-1 ul li a strong { display: block; }
.about-section .td-1 ul li a i { position: absolute; top: 2px; left: 0; width: 42px; height: 42px; line-height: 42px; border-radius: 42px; text-align: center; background: #94144f; color: #fff; font-size: 22px; }
.about-section .td-1 ul li a:hover { text-decoration: underline !important; color: #450508; }
.about-section .td-1 ul li a:hover i { background: #450508; }

/* VISAS */
.visas-section { background: #f0c8d1; }
.visas-section .bg-slider { width: 33%; }
.visas-tabs { position: relative; padding-left: 190px; margin-top: 35px; margin-right: -45px; z-index: 10; }
.tabs-list { position: absolute; top: 0; left: 0; width: 190px; border-left: 1px solid #fff; border-top: 1px solid #fff; }
.tabs-list li { position: relative; display: block; vertical-align: top; border-bottom: 1px solid #fff; background: #e472a7; }
.tabs-list a { display: block; text-align: center; padding: 15px 15px; color: #fff; font-size: 18px; text-shadow: rgba(0,0,0,0.55) 0 1px 2px; text-transform: uppercase; font-weight: bold; height: 125px; }
.tabs-list li.ui-tabs-active { border-color: #fff; background: #94144f; }
.tabs-list li.ui-tabs-active:before { position: absolute; font-family: "FontAwesome"; font-weight: 900; content: "\f054"; font-size: 74px; color: #94144f; top: -13px; right: -15px; z-index: 25; }
.tabs-list li.ui-tabs-active a { color: #fff; text-shadow: rgba(0,0,0,0.10) 0 2px 1px; }
.tabs-list a:before { display: none; }
.tabs-list li.ui-tabs-active:after { content: ""; position: absolute; bottom: -2px; left: 0; width: 100%; height: 2px; background: #ffffff; z-index: 5; }
.visa-icon { display: block; width: 65px; height: 65px; border-radius: 100%; overflow: hidden; border: 2px solid #ffffff; margin: 0 auto 10px auto; -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30); -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30); box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.30); }
.visa-icon img { height: 100%; margin-left: -5px; }
.tab-content { padding: 25px 25px 25px 40px; border: 1px solid #ffffff; background: #ffffff; -webkit-box-shadow: 0 0 30px -20px rgba(0,0,0,0.75); -moz-box-shadow: 0 0 30px -20px rgba(0,0,0,0.75);  box-shadow: 0 0 30px -20px rgba(0,0,0,0.75); }
.tab-content h3 { font-size: 17px; font-weight: bold; margin-top: 20px; }
.textplace-scroll { height: 730px; height: 453px; }
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background-color: #94144f !important; }

/* SERVICES */
.service-page { position: relative; padding: 55px 0; background: #f0c8d1; }
.service-page .row { min-height: 550px; }
.page-bg { position: absolute; top: 0; left: 0; width: 32.5%; height: 100%; z-index: -2; }
.page-bg2 { position: absolute; top: 0; left: 32.5%; width: calc(100% - 32.5%); height: 100%; z-index: -2; }
.service-page .ttl h1 { font-size: 34px; }
.service-page h2 { display: inline-block; font-size: 24px; font-weight: bold; text-transform: uppercase; border-bottom: 1px solid #94144f; padding-bottom: 15px; margin-bottom: 25px; }
.service-page h2 strong { color: #94144f; }
.service-page h3 { font-size: 18px; font-weight: bold;  }
.service-page::before { content: ""; position: absolute; top: 0; left: 32.5%; width: calc(100% - 32.5%); height: 100%; background: #fff; opacity: .9; z-index: -1; }
.service-page .column { max-width: 66%; }

/* WORK VISAS */
.work-visas-section { background: #f0c8d1; }
.work-visas-section .td-1 .box { padding-right: 25px; padding-bottom: 10px; }
.work-visas-section .td-2 .box { padding-left: 25px; padding-bottom: 10px; }
.work-visas-bg { height: 270px; margin-left: -45px; }
.service-head { margin-left: -45px; margin-bottom: 45px; padding: 25px 45px; background: #94144f; color: #fff; text-shadow: rgba(0,0,0,0.20) 0 2px 1px; }
.service-head .ttl { color: #fff; }
.work-visas-section h3, .mobile-visahead { position: relative; padding: 20px 0 0 80px; height: 65px; margin-bottom: 15px; font-size: 18px; text-transform: uppercase; font-weight: bold; color: #94144f; }
.work-visas-section h3 .visa-icon, .mobile-visahead .visa-icon { position: absolute; top: 0; left: 0; }
.tb.text-table { margin-bottom: 25px; border: 1px solid rgba(0,0,0,0.15); }
.tb.text-table .th { padding: 5px 10px; text-align: left; background: #f1f1f1; }
.tb.text-table .th:first-child { width: 35%; }
.tb.text-table .td { padding: 5px 10px; border-bottom: 1px solid #f1f1f1; }
.tb.text-table .tr:hover .td { background: rgba(255,183,0,.25); }
.service-box { margin-bottom: 45px; background: #fff; padding: 15px 25px; -webkit-box-shadow: 0 0 30px -20px rgba(0,0,0,0.75); -moz-box-shadow: 0 0 30px -20px rgba(0,0,0,0.75); box-shadow: 0 0 30px -20px rgba(0,0,0,0.75); }
strong i { color: #94144f; margin-right: 4px; }

/* INVITE */
.invite-section li { margin-bottom: 15px; }
.invite-bg { position: absolute; top: 0; right: 0; width: 33.4%; height: 100%; }

/* OPINIONS SECTION */
.opinions-section { padding: 60px 0; background: #faecef; }
.opinions-section .ttl { text-align: center; }
.opinions-list .item { position: relative; padding: 25px 15px; text-align: center; margin: 0 30px; border-radius: 36px; overflow: hidden; }
.opinions-list .item::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(148,20,80,1); background: -moz-linear-gradient(-45deg, rgba(148,20,80,1) 0%, rgba(228,114,167,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(148,20,80,1)), color-stop(100%, rgba(228,114,167,1))); background: -webkit-linear-gradient(-45deg, rgba(148,20,80,1) 0%, rgba(228,114,167,1) 100%); background: -o-linear-gradient(-45deg, rgba(148,20,80,1) 0%, rgba(228,114,167,1) 100%); background: -ms-linear-gradient(-45deg, rgba(148,20,80,1) 0%, rgba(228,114,167,1) 100%); background: linear-gradient(135deg, rgba(148,20,80,1) 0%, rgba(228,114,167,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#941450', endColorstr='#e472a7', GradientType=1 ); opacity: .65; z-index: -1; }
.opinions-list .item h3 { color: #fff; font-size: 18px; text-shadow: rgb(0 0 0 / 55%) 0 1px 2px; text-transform: uppercase; font-weight: 700; }
.opinions-list .item figure { display: -ms-flexbox; display: flex; width: 140px; height: 140px; border: 1px solid #fff; background: rgba(255,255,255,.15); border-radius: 100%; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; margin: 0 auto 25px auto; }
.opinions-list .item figure img { width: 100%; height: 100%; max-width: 110px; max-height: 110px; }
.opinions-list .item:hover figure img, .opinions-list .item:hover h3 { transform: scale(1.1); }

/* FOOTER */
footer { position: relative; background: #333; }
footer *, footer .ttl { color: #fff; }
.map { position: absolute; top: 0; left: 0; width: 33%; height: 100%; border-top: 4px solid #94144f; }
.map iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
footer .td-3 { border-left: 2px dashed rgba(255,255,255,0.10); }
footer a:hover { color: #f0c8d1; }
footer a:hover:before { border-color: #f0c8d1; }
footer input, footer select, footer select option { color: #414042 !important; }
footer input.butn { color: #94144f !important; }
footer input.butn:hover { color: #fff !important; }