/* @override 

	https://sido-paris.mediakit.cc/css/style.css?*
	https://mediakit.sido-paris.com/css/style.css?* */

/* 
	Table of Contents

	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	     05. Container --------------------------------
	     06. Content ----------------------------------
	     07. Footer -----------------------------------
	     08. Header -----------------------------------
	     09. Main -------------------------------------
	     10. Shell ------------------------------------
	     11. Sidebar ----------------------------------
	     12. Wrapper ----------------------------------
	     13. Button -----------------------------------
	         Button Block -----------------------------
	     14. Form Elements ----------------------------
	     15. Form -------------------------------------
	     16. Intro ------------------------------------
	     17. List -------------------------------------
	     18. Logo -------------------------------------
	     19. Nav --------------------------------------
	     20. Popup ------------------------------------
	     21. Section ----------------------------------
	     22. Section form -----------------------------
	     23. Slider -----------------------------------
	     24. Table ------------------------------------
	     25. Tabs -------------------------------------
	     26. Widget -----------------------------------
 */

.copy { background: url(../css/images/sprite/copy.png) no-repeat 0 0; background-size: 100% 100%; width: 27px; height: 27px; display: inline-block; vertical-align: middle; font-size: 0; }
.copy-x-2 { background: url(../css/images/sprite/copy@x2.png) no-repeat 0 0; background-size: 100% 100%; width: 54px; height: 54px; display: inline-block; vertical-align: middle; font-size: 0; }
.footer-logo { background: url(../css/images/footer-logo.svg) no-repeat 0 0; background-size: 100% 100%; width: 244px; height: 48px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-arrow { background: url(../css/images/ico-arrow.svg) no-repeat 0 0; background-size: 100% 100%; width: 18px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-redo { background: url(../css/images/sprite/ico-redo.png) no-repeat 0 0; background-size: 100% 100%; width: 16px; height: 16px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-zip { background: url(../css/images/ico-zip.svg) no-repeat 0 0; background-size: 100% 100%; width: 40px; height: 28px; display: inline-block; vertical-align: middle; font-size: 0; }

.ico-pdf { background: url(../css/images/ico-pdf.svg) no-repeat 0 0; background-size: 100% 100%; width: 24px; height: 27px; display: inline-block; vertical-align: middle; font-size: 0; }


.num { background: url(../css/images/num.svg) no-repeat 0 0; background-size: 100% 100%; width: 52px; height: 52px; display: inline-block; vertical-align: middle; font-size: 0; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {

	.ico-redo { background: url(../css/images/sprite/ico-redo@2x.png) no-repeat 0 0; width: 16.5px; height: 16px; background-size: 100% 100%; display: inline-block; vertical-align: middle; font-size: 0; }

/*	.num { background: url(../css/images/sprite/num@2x.png) no-repeat 0 0; width: 62px; height: 52px; background-size: 100% 100%; display: inline-block; vertical-align: middle; font-size: 0; }*/
}

.cols:after { content: ''; line-height: 0; display: table; clear: both; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */




/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

html { tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: 'Poppins', sans-serif; font-size: 16px; line-height: 1.3; color: #201351; font-weight: 400; }

a { color: inherit; text-decoration: underline; transition: border .3s, color .3s; }
a:hover { text-decoration: none; }

a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: .5em; }

h1 { font-size: ; }
h2 { font-size: 28px; }
h3 { font-size: 25px; }
h4 { font-size: 20px; }
h5 { font-size: 15px; }
h6 { font-size: 13px; }

p,
ul,
ol,
dl,
table,
blockquote { margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }


body.lang-en .nav ul li.en a { font-weight: 700; }
body.lang-fr .nav ul li.fr a { font-weight: 700; }
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; line-height: 0; display: table; clear: both; }


/*  Notext  */

.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
.iframe_form_submit { position: fixed; top: 0; left: -100%; z-index: -1; overflow: hidden; display: block; width: 0; height: 0; border: 0; opacity: 0; width: 100%; }

/*  Hidden  */

[hidden],
.hidden { display: none; }


/*  Alignleft  */

.alignleft { float: left; }


/*  Alignright  */

.alignright { float: right; }


/*  Disabled  */

[disabled],
.disabled { cursor: default; }


/*  Grid  */

.cols { margin: 0 -15px; }
.cols:after { }

.col { float: left; width: 100%; padding: 0 15px; }

.col-1of2 { width: 50%; }


/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

.container { /*max-width: 1600px;*/ display: block; margin: 0 auto; min-height: 100vh; background-color: #fff; }

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

.content {}

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

.footer {padding: 35px 0; min-height: 200px; margin-top: 70px; background-color: #f4f4f4;}
.footer .nav { float: right; padding: 3px 0 0; }
.footer .nav li { display: inline-block; margin-left: 40px; font-size: 12px; line-height: 1.8; text-transform: uppercase; letter-spacing: 0.9px;  }
.footer .nav li + li:before { display: none; }
.footer .nav li a { display: inline-block; }
.footer .nav li:last-child a { opacity: .5; }

.footer ul.logos li { list-style-type: none; float: left; padding-left: 40px; }

.footer-logo2 { background: url(../css/images/sprite/logo-adhesion-group.png) no-repeat 0 0; background-size: 100% 100%; width: 139px; height: 34px; display: inline-block; vertical-align: middle; font-size: 0; }


/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

.header { position: absolute; top: 0; left: 0; right: 0; color: #fff; text-align: right; padding: 14px 0; font-size: 11px; }
.header a { color: inherit; text-decoration: none; }
.header .nav ul li a { font-size: 16px;  }


/*.header .nav ul li:first-child a { padding: 0 12px; font-size: 11px; letter-spacing: 1.8px; }*/
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

.main { }

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1150px; padding-left: 15px; padding-right: 15px; margin: auto; }

.shell-fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

.sidebar {}

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; /*background-color: #e2e2e2;*/ }

.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-in .mfp-content {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-zoom-in.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-in.mfp-removing .mfp-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-zoom-in .mfp-content .popup { opacity: 1; }
.mfp-zoom-in.mfp-removing.mfp-bg .popup { opacity: 0; }
/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; padding: 16px 30px 16px 40px; text-transform: uppercase; font-weight: 700; font-size: 21px; background-color: #E7345A; border: none; color: #ffffff; line-height: 1.2; transition: all .3s; text-decoration: none; letter-spacing: -0.1px;  border-radius: 20px;
background: linear-gradient(90deg, #FCC200 0%, #5DB678 100%);
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}

.btn:hover { background-color: #C73151; /*border-bottom: 3px solid #c6420e;*/ }
.loading .btn { cursor: progress; }




code .btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; padding: 16px 40px 16px 40px; text-transform: uppercase; font-weight: 400; font-size: 15px; background: none; border: 1px solid #E7345A;color: #E7345A; line-height: 1.2; transition: all .3s; text-decoration: none; letter-spacing: -0.1px;  font-family: 'Poppins', sans-serif; 
	-webkit-appearance: none;
	   -moz-appearance: none;
	 		appearance: none;
}


code .btn:hover { background: none; border: 2px solid #E7345A; }

code .btn:active { background-color: #E7345A; color: #fff; }


/*  Button Block  */
.btn-block { display: block; padding-left: 0; padding-right: 0; }

.btn-zip { position: relative; padding-left: 78px; }
.btn-zip .ico-zip { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); left: 23px; }

.btn-upload { display: inline-block; width: 80px; z-index: -7; display: inline-block; opacity: 0;}



/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }
textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }
textarea::-moz-placeholder { color: inherit; opacity: 1; }
textarea:-ms-input-placeholder { color: inherit; opacity: 1; }
textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

.field {}
.textarea {}
.select {}
.radio {}
.checkbox {}

label { font-weight: 700; color: #213055; font-size: 20px; }
input[type="text"] { border-radius: 5px; border: 3px solid #ebf1f1; font-size: 27px; font-weight: 700; text-align: left; color: #E7345A; padding-left: 10px; }
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

.form {}
.form .form-body { padding: 30px 0; }

.form .form-row { }
.form .form-row-small { display: inline-block; width: auto; margin-right: 26px; }
.form .form-row-small label { display: inline-block; vertical-align: middle; font-size: 18px; line-height: 1.1; }
.form .form-row-small .form-controls { width: 280px; display: inline-block; vertical-align: middle; margin-left: 10px; }
.form .form-row-small .form-controls input { width: 100%; padding: 5px 10px; }

.form .form-actions { padding-top: 30px; }
.form .form-actions .ico-arrow { content: ''; display: inline-block; pointer-events: none; margin-left: 20px; margin-top: -5px; 
}
.form .form-actions input { padding: 23px 70px 23px 40px; text-transform: uppercase; font-weight: 700; font-size: 18px; background-color: #2db1e3; border: none; border-bottom: 5px solid #027bb4; border-radius: 5px; line-height: 1.3; letter-spacing: 0.9px; transition: all .3s; }
.form .form-actions input:hover { background-color: #027bb4; }


.form .form-upload-button-info { margin-top: 50px;}

.form-upload-btn .form-controls { position: relative;  margin-top: 20px;}
.form-upload-btn .form-controls:after { content: ''; width: 69px; height: 66px; position: absolute; top: 0; left: 0; background-image: url(../css/images/upload-btn.svg); z-index: 5; background-repeat: no-repeat; pointer-events: none; }
.form-upload-btn .form-controls .file-bnt-label {  display: inline-block; }



.form .file-bnt-label { color: #a4a4a4; }
/* ------------------------------------------------------------ *\
	Intro
\* ------------------------------------------------------------ */

.intro {color: #201351; min-height: 313px; padding: 50px 0 40px; background-color: #F6F5E6; background: #201351 url('images/intro-image.jpg') no-repeat center bottom; background-size: 100% 100%}
.intro .shell { display: -webkit-flex; display: -ms-flexbox; display: flex; width: 100%; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }
.intro .intro-inner { width: 30%; text-align: right; padding: 0 0 20px 0; position: absolute;  width: 320px; right: 9vw; top: 100px;
}
.intro .intro-inner h1 { line-height: 1.1; margin: 0; font-weight: 800; text-transform: uppercase;
font-size: 60px; letter-spacing: 1px; font-family: 'Poppins', sans-serif; color: #fff;}
.intro .intro-inner p { font-size: 10px; text-transform: uppercase; margin: 0; letter-spacing: 1.2px; width: 250px; display: block; float: right; color: #ffffff;
}

/*.intro:before {
    content: "";
    position: absolute;
    top: 0px;
    background: url('../css/images/before.png') no-repeat center top;
    width: 106px;
    height: 42px;
    background-size: 100%;
    margin: 0 auto;
    display: block;
}*/

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

.list-banners { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; -webkit-column-gap: 10px; -moz-column-gap: 10px; column-gap: 10px; padding: 24px 0 0px; margin-bottom:20px /* max-width: 830px; */ }
.list-banners li { -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; padding: 10px 5px; vertical-align: top; }
.list-banners li a { text-decoration: none; text-align: center; display: block; padding: 29px 25px 4px;  border: 4px solid #ebf1f1; }
.list-banners li a:hover { border-color: #213055; }
.list-banners li a span { text-align: center; display: inline-block; font-size: 13px; }
.list-banners li a:before { font-family: 'FontAwesome'; color: #705bb3; font-size: 21px; line-height: 1; text-align: left; display: block; margin: -9px 0 12px; }

.list-banners .twitter a:before { content: '\f099';  color: #1dcaff; }
.list-banners .facebook a:before { content: '\f09a'; color: #3a589e; }
.list-banners .linkedin a:before { content: '\f0e1'; color: #0d77b7; }
.list-banners .instagram a:before { content: '\f16d'; color: #000000; }
.list-banners .email a:before { content: '\f108'; color: #000000; }


.list-banners li a img { display: block; margin: 0 auto 10px; }
.list-banners li > .popup { display: none; }
.list-banners .banner_hd a:before { content: ''; display: inline-block; width: 25px; height: 21px; margin-left: -200px; margin-bottom: 4px; background-image: url( '../css/images/print.svg');
background-size: cover; }




.list-banners li a  {position: relative; }



.list-banners li a:after { content: ''; width: 100%; height: 33px; position: absolute; top: 1px; left: 20px; z-index: 5; background-repeat: no-repeat; pointer-events: none; }

.list-banners li.square a:after {  background-image: url(../css/images/icon-social-square.svg); }
.list-banners li.portrait a:after {  background-image: url(../css/images/icon-social-portrait.svg); }
.list-banners li.story a:after {  background-image: url(../css/images/icon-social-story.svg); }
.list-banners li.landscape a:after {  background-image: url(../css/images/icon-social-landscape.svg); }
.list-banners li.email a:after {  background-image: url(../css/images/icon-email.svg); }




/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

.logo { background: url(images/logo.svg) center no-repeat; background-size: cover; width:316px; height:243px; display: inline-block; margin-left: 20px; display: block;  position: absolute; left: 7vw; top: 45px; }


body.lang-en .logo { background: url(images/logo-en.svg) center no-repeat; background-size: cover; width:316px; height:243px;  }



/* ------------------------------------------------------------ *\
	Example banner
\* ------------------------------------------------------------ */

#tab1 .tab-example .example { background: url(images/example-stand.png) center no-repeat; background-size: cover; width: 300px; height: 250px; display: block; margin-top: 10px; }
body.lang-en #tab1 .tab-example .example { background: url(images/en-example-stand.png) center no-repeat; background-size: cover; width: 300px; height: 250px;}

#tab2 .tab-example .example { background: url(images/example-logo.png) center no-repeat; background-size: cover; width: 300px; height: 250px; display: block; margin-top: 10px; }

#tab6 .tab-example .example { background: url(images/example-logo-stand.png) center no-repeat; background-size: cover; width: 300px; height: 250px; display: block; margin-top: 10px; }
body.lang-en #tab6 .tab-example .example { background: url(images/en-example-logo-stand.png) center no-repeat; background-size: cover; width: 300px; height: 250px;}


/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

.nav { display: inline-block; position: absolute; right: 7vw; }
.nav ul { }
.nav ul li { display: inline-block; letter-spacing: 1.2px; font-size: 11px; font-weight: 400; font-size: 14px; }
.nav ul li:last-child { text-transform: none; text-decoration: underline; }

.nav ul li.lang a { 
font-size: 0; line-height: 0; width: 18px; height: 12px; display: block; position: relative; padding: 0; background-repeat: no-repeat; background-position: 0 0; background-size: 100% 100%;  float: right; margin: 2px 0 0 4px; width: 22px; height: 16px;  }

.nav ul li.en a  { background-image: url(../css/images/lang-en.svg); }
.nav ul li.fr a { background-image: url(../css/images/lang-fr.svg);}
.nav ul li + li:before { content: '|'; font-size: 8px; opacity: .1; padding: 0 3px 0 3px; font-weight: 400; display: inline-block;  margin-top: -2px; }
.nav ul li a { text-decoration: none; }
.nav ul li a:hover { text-decoration: underline; }


body.lang-fr .nav ul li.fr a:after { content: ''; width: 8px; height: 2px; position: absolute; top: 100%; left: 50%; margin: 7px 0 0 -4px; background-color: rgba(255,255,255,.2); }
body.lang-en .nav ul li.en a:after { content: ''; width: 8px; height: 2px; position: absolute; top: 100%; left: 50%; margin: 7px 0 0 -4px; background-color: rgba(255,255,255,.2); }

.header .nav ul li.bt a { font-size: 14px; letter-spacing: 1px; text-decoration: none; color:#ffffff ; padding: 6px 5px; opacity: .7; /*border: 1px solid #fff; */}


/* ------------------------------------------------------------ *\
	Popup
\* ------------------------------------------------------------ */

.popup { background-color: #fff; max-width: 1033px; margin: 0 auto; padding: 83px 98px 58px 75px; font-size: 14px; position: relative; }
.popup:after { content: ''; display: table; clear: both;}
.popup .mfp-close { position: absolute; font-size: 0px; color: #000; width: 25px; height: 25px; display: block; position: absolute; top: 24px; right: 28px; }
.popup .mfp-close:before,
.popup .mfp-close:after { content: ''; display: block; top: 50%; left: 50%; background-color: #000; width: 30px; -webkit-transform-origin: center center; -ms-transform-origin: center center; transform-origin: center center; position: absolute; border-bottom: 2px solid #000; display: block; }

.popup .mfp-close:before { -webkit-transform: translate(-50%,-50%) rotate(45deg); -ms-transform: translate(-50%,-50%) rotate(45deg); transform: translate(-50%,-50%) rotate(45deg); }
.popup .mfp-close:after { -webkit-transform: translate(-50%,-50%) rotate(-45deg); -ms-transform: translate(-50%,-50%) rotate(-45deg); transform: translate(-50%,-50%) rotate(-45deg); }
.popup img { /*border: 17px solid #373737;*/ /*border-radius: 5px;*/ margin-bottom: 20px; }
.popup img.alignright { float: right; margin-left: 44px; margin-bottom: 0; }
.popup img.alignright + code,
.popup img.alignright + p { margin-top: 40px; }
.popup img.alignright ~ code,
.popup img.alignright ~ p { display: block; overflow: hidden; }
.popup code { border-left: 10px solid #2db1e3; display: block; padding: 30px 60px 30px 30px; background-color: #f5f8f8; position: relative; font-weight: 800; }
.popup code .copy { position: absolute; right: 10px; top: 10px; }
.popup p { }

.popup.popup-small { max-width: 704px; padding: 99px 79px 58px; }
.popup.popup-small img { border-width: 17px; width: 100%; max-width: 523px; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */

.section { }

/*  .section head  */
.section .section-head { text-align: center; padding: 46px 0; }
.section .section-head h2 { margin-bottom: 0.15em; font-weight: 800; text-transform: uppercase; font-size: 39px; font-family: 'Poppins', sans-serif; background: linear-gradient(90deg, #FCC200 0%, #5DB678 100%);; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; color: #E7345A; }
.section .section-head h5 { font-weight: 400; /*color: #213055; */text-transform: uppercase; letter-spacing: 1.55px; margin-bottom: 1.2em; }
.section .section-head p { line-height: 1.8; max-width: 900px; margin-left: auto; margin-right: auto; letter-spacing: 0.17px; }
.section .section-title { }

/*  .section body  */
.section .section-body { }
.section .section-content { }
.section .section-aside { }

/*  .section foot  */
.section .section-foot { }

/* ------------------------------------------------------------ *\
	Section form
\* ------------------------------------------------------------ */

.section-form { }

/*  .section-form head  */
.section-form .section-head { }
.section-form .section-title { }

/*  .section-form body  */
.section-form .section-body { }
.section-form .section-content { }
.section-form .section-aside { }

/*  .section-form foot  */
.section-form .section-foot { }

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

.slider {}

.slider .slides { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

.table {}

/* ------------------------------------------------------------ *\
	Tabs
\* ------------------------------------------------------------ */

.tabs { margin: 5px 0; }

.tabs-nav .current { font-weight: bold; }

.tabs-nav .subtab {     display: block; text-transform: none; font-weight: 400; font-size: 10px; padding-top: 5px; letter-spacing: 1px; }
.tabs .tab { position: absolute; top: 0; left: 0; right: 0; opacity: 0; pointer-events: none; transition: opacity .3s 0s; background-color: #fff; padding: 55px 0 0 87px; }
.tabs .tab.current { position: relative; opacity: 1; pointer-events: auto; transition: opacity .3s .3s; z-index: 50; }

.tabs .tabs-head { border-bottom: 1px solid #35325C; }
.tabs .tabs-head ul { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
.tabs .tabs-head ul li { width: 240px; margin: 0 3px; background: #002E3A; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: center; -ms-flex-align: center; align-items: center; transition: all .3s; color: #ffffff; border-radius: 0 30px 0 0;}
.tabs .tabs-head ul li a { display: block; padding: 19px 20px 10px; text-align: center; text-transform: uppercase; font-weight: 800; text-decoration: none; font-size: 19px; line-height: 1.15; letter-spacing: 0.8px; width: 100%; 
}
.tabs .tabs-head ul li a span{ display: block; text-transform: none; font-weight: 400; font-size: 12px; padding-top: 5px; letter-spacing: 1px;}
.tabs .tabs-head ul li:hover,
.tabs .tabs-head ul li.current { opacity: 1; color: #ffffff; background: linear-gradient(90deg, #FCC200 0%, #5DB678 100%);; }

.tabs .tabs-body { max-width: 1100px; margin: 0 auto; line-height: 1.8; letter-spacing: 0.3px; position: relative; overflow: hidden;  }
.tabs .tabs-body strong { letter-spacing: -0.2px; }
.tabs .tabs-body h3 { text-transform: uppercase; font-weight: 800; font-size: 25px; word-spacing: 5px; margin-bottom: 0.95em; line-height: 1.3; position: relative; color: #213055; }
.tabs .tabs-body h3 .num { text-align: center; line-height: 52px; color: #fff; font-size: 28px; position: absolute; top: -10px; left: -79px; }

.tabs .tabs-body .tab-inner { padding: 38px 0; }
.tabs .tabs-body .link-revert { font-size: 14px; text-decoration: none; letter-spacing: 0.1px; display: inline-block; padding: 5px 0; margin-top: 30px;
}
.tabs .tabs-body .ico-redo { margin: 5px 24px 10px 0; }
.tabs .tabs-body .ico-pdf { margin: 5px 10px 10px 0; }


.tabs code { border-left: 10px solid #2db1e3; display: block; padding: 30px 60px 30px 30px; background-color: #f5f8f8; position: relative; margin: 30px 0; font-weight: 800; max-width: 600px;}
.tabs code .copy { position: absolute; right: 10px; top: 10px; }
.tabs .tabs-body .video { border: 27px solid #373737; border-radius: 5px; max-width: 866px; width: 100%; display: block; position: relative; padding-top: 49%; background-color: #373737; margin-bottom: 20px; }
.tabs .tabs-body .video iframe { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100% !important; }
.tabs .tabs-body .loader i { background-image: url('../css/images/loader.gif'); background-repeat: no-repeat; width: 49px; height: 49px; background-size: cover; display: inline-block;  }
.tabs .tabs-body .loader p { display: inline-block; vertical-align: top; margin-top: 11px; margin-left: 30px; }


.tabs .tab-head {max-width: 710px; padding-right: 20px; }
.tabs .tab-example { float: right; }



/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }


/*div*/
ul.download { list-style: none; }


.form .field-stand .form-controls { width: 100px; }


/* ------------------------------------------------------------ *\
	E-Invitation Tab
\* ------------------------------------------------------------ */

#e-invitation.tab {	padding: 51px 0 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
#e-invitation.tab p { color: #201351; }
#e-invitation.tab .tab-sidebar { width: 32.91%; padding-top: 20px; margin-left: 40px; -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; -ms-flex-negative: 0; flex-shrink: 0; }
#e-invitation.tab .tab-sidebar .tab-sidebar__head { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding-left: 12px; }
#e-invitation.tab .tab-sidebar .tab-sidebar__head h4 {}
#e-invitation.tab .tab-sidebar .tab-sidebar__head a { font-size: 12px; margin-top: 8px; letter-spacing: .04em; }
#e-invitation.tab .tab-sidebar .tab-sidebar__content { padding: 23px 21px 19px; border-radius: 10px; background-color: #ededed; }
#e-invitation.tab .tab-sidebar .tab-sidebar__content img { width: 100%; height: auto; }
#e-invitation.tab .tab-content { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; }
#e-invitation.tab .tab__preview { background-color: #ededed; }
#e-invitation.tab .tab__preview iframe { display: block; width: 100%; pointer-events: none; margin: 0 auto; }
#e-invitation.tab .tab__switcher { background-color: #ededed; height: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
#e-invitation.tab .tab__switcher-divider { height: 45px; width: 1px; background-color: #bbb; margin: 0 20px; }
#e-invitation.tab .tab__switcher .ico-desktop { background-image: url(images/ico-desktop-inactive.svg); width: 37px; height: 32px; background-size: contain; background-repeat: no-repeat; background-position: center center; cursor: pointer; transition: background-image .3s; }
#e-invitation.tab .tab__switcher .ico-phone { background-image: url(images/ico-mobile-inactive.svg); width: 17px; height: 29px; background-size: contain; background-repeat: no-repeat; background-position: center center; cursor: pointer; transition: background-image .3s; }

#e-invitation.tab .tab__switcher .ico-desktop.active { background-image: url(images/ico-desktop.svg); }
#e-invitation.tab .tab__switcher .ico-phone.active { background-image: url(images/ico-mobile.svg); }

#e-invitation.tab .tab-head { margin-bottom: 45px; }
#e-invitation.tab .tab-head p { font-weight: 700; font-size: 18px; line-height: 1.5; }
#e-invitation.tab .tab-body h3 { margin-left: 65px; margin-bottom: 0; line-height: 1.1; }
#e-invitation.tab .tab-body h3 + p { margin-left: 25px; margin-top: 25px; font-weight: 700; }
#e-invitation.tab .tab-body h3 .num { top: -10px; left: -68px; width: 58px; height: 50px; }
#e-invitation.tab .tab-body #reload-btn { margin-left: 20px; font-weight: 700; }

#e-invitation.tab .form { margin-top: 3px; }
#e-invitation.tab .form .form__row { display: block; margin-bottom: 29px; }
#e-invitation.tab .form .form__row p { margin: 10px 0; font-size: 15px; letter-spacing: .01em; color: #201351; }
#e-invitation.tab .form .form__row.form__row--image { margin: -7px 0 33px; }
#e-invitation.tab .form .form__row.form__row--textarea { margin: -8px 0 33px; }
#e-invitation.tab .form .form__row.form__row--textarea--small textarea { height: 105px; }
#e-invitation.tab .form .form__row label { display: block;  }
#e-invitation.tab .form .form__row input:not([type="file"]) { padding: 10px 10px 7px 12px; display: block; width: 100%; font-size: 13px; text-align: left; color: gray; font-weight: 400; color: #201351; }
#e-invitation.tab .form .form__row textarea { padding: 14px 73px 12px 12px; display: block; width: 100%; font-size: 13px; text-align: left; color: gray; font-weight: 400; resize: none; height: 176px; line-height: 25px; letter-spacing: .01em; border: 3px solid #ebf1f1; border-radius: 5px; color: #201351; }
#e-invitation.tab .form .form__row p.file-bnt-label { margin: 21px 0 0 9px; }
#e-invitation.tab .form .form__row .form-upload-btn .form-controls:after { width: 72px; height: 69px; }
#e-invitation.tab .form .form__help { margin-bottom: 40px; }
#e-invitation.tab .form .form__help p { position: relative; font-size: 14px; margin-top: 16px; margin-left: 29px; letter-spacing: .017em; line-height: 16px; }
#e-invitation.tab .form .form-actions { padding-top: 2px; }
#e-invitation.tab .form .form__loader { display: none; margin-left: 10px; position: relative; height: 57px; padding-left: 80px; line-height: 57px; }
#e-invitation.tab .form .form__loader p { color: #201351; }
#e-invitation.tab .form .form__loader:before { content: ''; background-image: url(images/loader.gif); width: 46px; height: 46px; background-size: contain; background-repeat: no-repeat; background-position: center center; position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

/*  Icon  */
.ico-help { position: absolute; left: -29px; top: 3px; display: inline-block; width: 16px; height: 16px; background-size: contain; background-repeat: no-repeat; background-position: center center; background-image: url(images/info.svg); }


/* ------------------------------------------------------------ *\
	Responsive
\* ------------------------------------------------------------ */






@media (max-width: 1023px) {
.logo {/* width: 290px; height:83px; */	margin: 0 auto; position: relative; padding: 0; right: 0; left: 0; top: 5px!important; }
body.lang-en .logo {/* width: 290px; height:83px;*/ 	margin: 0 auto; position: relative; padding: 0; right: 0; left: 0; top: 25px!important; }


.header {padding: 5px 0; font-size: 11px;}
.intro .intro-inner {padding: 20px 0 10px 0; display: none; }
.intro .intro-inner h1 {font-size: 50px; }
.section .section-head h2 { font-size: 27px; }
.intro .intro-inner { text-align: center; position: relative; right: 0; left: 0; top: 0; }
.intro .intro-inner:after { background: none; }
.intro { /*background-image: none; *//*background-color: #0A1D35;*/
}

}


@media (max-width: 1229px) {
/*.logo { width: 513px; height:94px; top: 98px; }*/
}

}





/* ------------------------------------------------------------ *\
	Croppie
\* ------------------------------------------------------------ */

.croppie-container {
	width: 300px;
	margin: 25px 0; 
}

/* ------------------------------------------------------------ *\
	Speakers Tab
\* ------------------------------------------------------------ */

body.loading { cursor: wait !important; }
.tab-speakers .tab-example .example { background: url(images/example-speaker.png) center no-repeat; background-size: cover; width: 300px; height: 300px; display: block; margin-top: 10px; }

.tab-speakers .tab-body { color: #201351; }
.tab-speakers .tab-body .form-label,
.tab-speakers .tab-body h3 { color: #201351;  }
.tab-speakers .tab-body .form-row-small input { text-align: left; }
.tab-speakers .tab-body .form-row-small + .form-row-small { margin-top: 20px; }
.tab-speakers .tab-body .form-row-small + .form-row-small { margin-top: 20px; }
.tab-speakers .tab-body .form-label { width: 230px; }

body .tab-speakers .form .error-message,
body.file-error .tab-speakers .form .form-actions {
	display: none !important;
}

body.file-error .tab-speakers .form .error-message {
	display: block !important; 
	color: red;
}

/* ------------------------------------------------------------ *\
	Div
\* ------------------------------------------------------------ */


code p { font-family: 'Poppins', sans-serif; font-weight: 400; }
p.info { font-size: 15px; text-align: center; margin: 50px 0; font-weight: 700; }
p.info .ico-help { position: relative; left: -10px; }

.tabs .tab-head code {margin-bottom: 50px; left: -55px; }
#e-invitation .tab-head code {margin-bottom: 50px; left: 0px;  }
#e-invitation.tab .tab-head code p { font-weight: 400; font-size: 15px; }

