
@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@300;400;600;700&display=swap');



html {
    min-height: 100%;
    min-height: 100vh;
    overflow-x: hidden;
}
body {
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    position: relative;
    height: 100%;
    min-height: 100%;
    min-height: 100vh;
}

h2, h3, h4, h5, h6, h1, p {
    font-family: 'Assistant', sans-serif;
}

.hidden {
  display: none;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.container {
  max-width: 960px;
  margin: 0 auto;
}
header #logo {
  text-align: center;
}
h1 {
  color: #da2632;
  font-weight: 400;
  text-align: center;
}
h1, h2, h3, p {
  margin: 6px 0;
}
.blue-strip {
  background: #da2632;
  color: #FFF;
}
.red-strip {
  background: #E62E25;
  color: #FFF;
  font-size: 1em;
}
ul.choose-language {
  padding: 0;
  margin: 0;
  display: block;
}
.choose-language-label,
ul.choose-language li {
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
  padding: 10px 0;
}
ul.choose-language li {
    padding:10px;
}
ul.choose-language li.active {
  background: #DBDBDB;
  color: #da2632;
  font-weight: bold;
}
.footer-notes p {
  text-align: center;
  color: #777777;
  font-size: 12px;
  text-decoration: none;
}
header,
section,
footer {
  margin: 15px 0;
}
header {
  margin-top: 0;
  padding-top: 15px;
}
footer {
  margin-bottom: 0;
}

section.content aside .wrapper,
section.content article .wrapper {
  /* border: 10px solid #f3f3f3;  */
  /* #DBDBDB */
  margin: 0 10px;
}
aside h2,
footer h2 {
  margin: 0;
  padding: 6px 10px;
  font-weight: 400;
  text-align: center;
}
aside img {
  display: block;
  margin: 1px auto;
  max-width: 85%;
}
.footer-notes {
  margin: 20px 0;
}
/*
.popup-content h2 {
  text-align: left;
}
*/
.popup-logo {
  text-align: center;
}
.popup-form {
  margin: 20px 0;
  padding: 10px 0;
  border: 1px solid #777;
  border-width: 1px 0;
}
.popup-content-text .wrapper {
  padding: 0 10px;
}
.popup-content-text p {
  margin: 1em 0;
}

.popup-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: opacity .2s ease-out;
}
.popup-container.active {
  opacity: 1;
}
.popup-mask {
  background: rgba(0,0,0,1);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup-content {
  background: #FFF;
  position: absolute;
  top: 100px;
  right: 10px;
  bottom: -20px;
  left: 10px;
  /*height: 800px;*/
  width: 90%;
  margin: auto;
  padding: 10px;
  transition: all .2s ease-out;
  overflow-y: auto;
}
.popup-container.active .popup-content {
/*  top: 10px;
  bottom: 10px;*/
}

.group-list-wrapper {
  position: relative;
  height: calc(100% - 39px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.group-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: block;
}
.group-list li {
  margin: 0;
  padding: 10px;
  display: block;
  box-sizing: border-box;
}
.group-list li p {
  text-align: center;
}
/* aside .images img, */
.group-list li img {
  max-width: 50%;
  display: block;
  margin: 0 auto;
}
.group-list li a {
  border: 4px solid #999;
  border-radius: 5px;
  display: block;
  padding-bottom: 4px;
}
.group-list li a[href="#relvar"] {
  border-color: #6d95a5;
}
.group-list li a[href="#anoro"] {
  border-color: #993457;
}
.group-list li a[href="#incruse"] {
  border-color: #5da580;
}

aside .images {
  max-height: 394px;
  /* overflow-y: auto; */
}

@media screen and (min-width: 1024px){
  header #logo {
    float:right;
    width: 16.67%
  }
  header #title {
       margin: 0 auto;
    float: none;
    width: 90.33%;
    font-weight: 500;
    padding-top: 30px;
    font-size:28px;
  }

  section.content aside,
  section.content article {
    float: right;
  }
  section.content aside {
    width: 33.33%;
  }
  section.content article {
    width: 66.67%;
  }
  section.content article .wrapper {
    background: #000;
    min-height: 433px;
    position: relative;
  }
  div#my-video {
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
  }

  ul.choose-language {
    width: 70%;
    float: right;
  }
  .choose-language-label,
  ul.choose-language li {
    width: 28%;
    float: right;
    cursor: pointer;
  }
  .choose-language-label {
    width: 30%;
  }
  .popup-logo,
  .popup-content-text {
    float: right;
  }
  .popup-logo{
    width: 20%;
  }
  .popup-content-text {
    width: 80%;
  }
  .popup-content {
    top: 300px;
    right: 50px;
    bottom: -200px;
    left: 50px;
    height: 600px;
    width: 900px;
    padding: 30px;
    border: 10px solid #aaa;
  }
  .popup-container.active .popup-content {
    top: 50px;
    bottom: 50px;
  }
  .popup-wide {
    width: 720px;
  }
  .group-list li {
    width: 33.33%;
    float: right;
  }
  .group-list li img {
    max-width: 100%;
  }
}




@media screen and (max-width: 767px){
	aside .images {
		max-height: 100%;
	}
	
	aside img {
		margin: 57px auto;
	}

	section.content aside .wrapper {
		margin: 15px 15px;
	}
}


@media screen and (min-width: 768px) and (max-width: 768px) {
    aside img {
        max-width: 30%;
    }

    article > .wrapper {
        height:524px;
    }
}


/* Popup box BEGIN */
.hover_bkgr_fricc{
  background:rgba(0,0,0,.4);
  cursor:pointer;
  display:none;
  height:100%;
  position:fixed;
  text-align:center;
  top:0;
  width:100%;
  z-index:10000;
}
.hover_bkgr_fricc .helper{
  display:inline-block;
  height:100%;
  vertical-align:middle;
}
.hover_bkgr_fricc  .popup-wrapper {
  background-color: #f0efed;
  box-shadow: 10px 10px 60px #555;
  display: inline-block;
  height: auto;
  max-width: 551px;
  min-height: 100px;
  vertical-align: middle;
  width: 60%;
  position: relative;
  border-radius: 8px;
  padding: 15px 3%;
  text-align: left;
}
.popupCloseButton {
  border: 1px solid #15717d;
  border-radius: 50px;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-weight: bold;
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  line-height: 26px;
  width: 25px;
  height: 25px;
  text-align: center;
  color: #15717d;
}
.popupCloseButton:hover {
  background-color: #ccc;
}
.trigger_popup_fricc {
  cursor: pointer;
  font-size: 20px;
  margin: 20px;
  display: inline-block;
}
/* Popup box END */

.continu_btn {
  display: block;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #15717d;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    margin: 0!important;
    width: 70px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.popup_goback {
  text-decoration: none;
  cursor: pointer;
  margin: 0!important;
  right: 30px;
  bottom: 10px;
position: absolute;
}




@media screen and (max-width: 768px) {
  .hover_bkgr_fricc  .popup-wrapper {
    width:80%;
  }
  .popup-wrapper h2 {
    font-size: 20px;
  }
}




body {
  background-color: #f3f3f3 !important;
}


ul.choose-language li.active {
  background: #da2632 !important;
  color: #ffffff !important;
  font-weight: bold;
  border: 0;
}

.red-strip {
  background: #da2632;
  color: #FFF;
  font-size: 1em;
  border-radius: 5px;
}


.blue-strip {
  background: #f3f3f3 !important;
  color: #da2632 !important;
  border-top-right-radius: 5px;
  border-top-left-radius:5px;
  /* border-right: 1px solid #da2632 !important; */
}

.you-must {
  border-radius: 5px;
}

.wrapper {
  /* border: 2px solid #da2632 !important; */
}


section.content aside .wrapper, section.content article .wrapper {
  margin:0 !important;
  /* border:0 !important; */
}
section.content article .wrapper {
  border-top-left-radius: 5px;
}

aside h2 {
  padding: 4px 10px;
}


aside img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: 100%;
  min-height: 360px;
}

aside .images {
  min-height: 360px;
  background-color: #fff;
  border-bottom-right-radius: 5px;
}

.vjs-poster,
section.content article .wrapper {
  background: #fff;
  background-color:#fff !important;
}

section.content article .wrapper {
  min-height: 390px;
  border-bottom-left-radius: 5px;
  
}


.content {
  border: 1px solid #da2632 !important;
  border-radius:5px;
}


div#my-video {
  bottom:auto;
  top:35px;
}

.video-js .vjs-tech {
  position: relative;
    height: auto;
    outline: none;
}

/* #my-video_html5_api, */
section.content article .wrapper {
  border-right: 1px solid #da2632 !important;
}




@media screen and (max-width: 768px) {
  section.content article .wrapper {
    border-right:0 !important;
    border-bottom-right-radius: 5px;
  }

  div#my-video {
    top: 25px;
}

.UAlogoImg {
  width:100%;
  max-width:100px;
}

h1 {
  font-size: 1.4em;
    padding: 0 5px;
    margin: 0;
}

h2 {
  font-size: 1.2em;
}

header {
  padding-top: 5px;
}

aside img,
aside .images {
  max-height: 130px;
  min-height: 130px;
}

}


.popup-container.active,
.popup-content {
    padding: 0;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow:hidden;
}

.popup-mask {
    background:transparent;
}

.popup-wrapper {
    position: relative;
}

.disclaimer-image {
    width: 100%;
}

.gsk_logo_2021 {
    width:100%;
    max-width:80px;
    position: absolute;
    right:15px;
    top:15px;
}

#logo img {
    width: 100%;
    max-width: 100px;
}

.UAlogoImg {
    width: 100%;
    max-width: 100px;
}


.general-content {
    padding: 15px;
}

.general-content .general-title {
    color: #333333;
    font-size: 22px;
}

.general-content .sub-title {
    color: #F28702;
    font-size: 20px;
    margin-top:0;
    margin-bottom:15px;
}

    .general-content .general-text {
        font-size: 16px;
        color: #333333;
        line-height:1.4;
    }
    
    form {
        margin: 0;
        padding: 0;
        border-radius: 25px;
        width: 100%;
        margin: 0 auto;
        display: table;
        border: 0 !important;
    }

.popup-form {
    margin:0 auto;
    padding:0;
    margin-top: 25px;
    width:98% !important;
}

.form_key {
    padding: 15px 10px 15px 0;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border: 1px solid #333333;
    border-left: 1px solid #F28702;
    margin-bottom: 15px;
    max-width:60%;
}
/*
.input-wrapper {
    display: flex;
    width: 100%;
    margin: 0 auto;
}

.form_key_div {
    width:60%;
}

.submit_div {
    width:40%;
}*/

.form_key:target {
    outline: 1px solid #F28702 !important;
    border: inherit;
    border-left: 1px solid #F28702 !important;
}

    .submit-btn {
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        background: #F28702;
        border: 2px solid #F28702;
        padding: 15px;
        font-size: 14px;
        max-width: 40%;
    }

@media (max-width: 380px) {
    .form_key {
        max-width: 50%;
    }

    .submit-btn {
        max-width: 40%;
    }

        .submit-btn::-webkit-input-placeholder,
        .form_key::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            font-size: 14px;
        }
        .submit-btn::-webkit-input-placeholder,
        .form_key::-moz-placeholder { /* Firefox 19+ */
            font-size: 14px;
        }
        .submit-btn::-webkit-input-placeholder,
        .form_key:-ms-input-placeholder { /* IE 10+ */
            font-size: 14px;
        }
        .submit-btn::-webkit-input-placeholder,
        .form_key:-moz-placeholder { /* Firefox 18- */
            font-size: 14px;
        }
}

    .footer-disc-text a,
    .footer-disc-text {
        font-size: 12px;
        color: #242323;
        line-height: 1.2;
        text-align: center;
        padding-top: 5px;
    }

        .footer-disc-text.last {
            font-size: 11px;
        }

    .space-text {
        margin-bottom: 40px;
    }

    .mobhide {
        display: none;
    }

    .container {
        overflow: hidden;
    }

    header #title {
        font-size: 19px;
        line-height: 1.2;
        color: #DA2632;
        font-weight: 600;
    }

    footer .red-strip {
        color: #406720;
        background: #CCE2AC;
        font-size: 15px;
        padding: 10px;
    }

    .footer-notes p {
        color: #333333;
        font-size: 12px;
        line-height: 1.2;
        margin: 0;
    }

    h2.blue-strip {
        font-size: 16px;
        font-weight: 600;
        padding: 8.5px;
    }

    aside img {
        max-width: 60%;
        height: auto;
        min-height: auto;
        padding-top: 15px;
    }

    .pi_btn {
        border: 1px solid #DA2632;
        color: #DA2632;
        padding: 4px;
        background-color: #fff;
        text-align: center;
        width: 190px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

        .pi_btn a {
            color: #DA2632;
            font-size: 13px;
        }

    section.content {
        background-color: #fff;
    }

    aside img {
        min-height: 200px;
        max-height: 170px;
    }

    aside .images {
        min-height: 230px;
        max-height: 230px;
    }

    section.content article .wrapper {
        min-height: 364px;
    }

    div#my-video {
        top: 0;
    }

    @media (min-width: 1024px) {
        .submit-btn {
            border: 3px solid #F28702;
        }
        section .content article .wrapper {
            min-height: 394px;
        }

        div#my-video {
            top: 35px;
        }


        .pi_btn {
            margin-bottom: 0px;
        }

        aside .images {
            min-height: 290px;
        }

        section.content article .wrapper {
            min-height: 394px;
        }

        aside img {
            max-width: 90%;
            min-height: 204px;
            max-height: 250px;
        }

        .popup-wrapper {
            display: flex;
            flex-direction: row-reverse;
        }

        .disclaimer-image {
            content: url('../images/2021/disc_desk.png');
        }

        .gsk_logo_2021 {
            max-width: 80px;
        }
        #logo img {
            width: 100%;
            max-width: 105px;
        }
        .UAlogoImg {
            width: 100%;
            max-width: 105px;
        }

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

        .popup-content {
            border: none;
        }

        .img-header {
            max-width: 42%;
        }

        .general-content {
            width: 58%;
        }

            .general-content .general-title {
                text-align: center;
                font-size: 30px;
                padding-top: 100px;
                line-height: 1.2;
            }

            .general-content .sub-title {
                font-size: 25px;
                text-align: center;
            }

        .footer-disc-text {
            font-size: 13px;
        }

        .space-text {
            margin-bottom: 10px;
        }

        .popup-content {
            height: 630px;
            max-width: 1400px;
        }

        .popup-mask {
            background: rgba(0,0,0,0.5);
        }

        .mobhide {
            display: block;
        }

        header #title {
            font-size: 25px;
        }
    }

    @media (min-width: 1280px) {
        .general-content .general-title {
            font-size: 35px;
        }

        .general-content .sub-title {
            font-size: 30px;
        }

        .footer-disc-text.last,
        .footer-disc-text {
            font-size: 13px;
            line-height: 1.2;
        }
		
    }

    /* div#my-video[lang="ar"] {
        pointer-events: none;
    }


        div#my-video[lang="ar"] button {
            display: none;
        } */