@font-face{
	font-family: "ploni";
	src: url("../fonts/PloniDL1.1AAA-Black.eot");
	src: url("../fonts/PloniDL1.1AAA-Black.eot?#iefix")format("embedded-opentype"),
	url("../fonts/PloniDL1.1AAA-Black.woff")format("woff"),
	url("../fonts/PloniDL1.1AAA-Black.ttf")format("truetype");
	font-style: normal;
	font-weight: 900;
}

@font-face{
	font-family: "ploni";
	src: url("../fonts/PloniDL1.1AAA-U-Bold.eot");
	src: url("../fonts/PloniDL1.1AAA-U-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/PloniDL1.1AAA-U-Bold.woff")format("woff"),
	url("../fonts/PloniDL1.1AAA-U-Bold.ttf")format("truetype");
	font-style: normal;
	font-weight: 800;
}

@font-face{
	font-family: "ploni";
	src: url("../fonts/PloniDL1.1AAA-Bold.eot");
	src: url("../fonts/PloniDL1.1AAA-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/PloniDL1.1AAA-Bold.woff")format("woff"),
	url("../fonts/PloniDL1.1AAA-Bold.ttf")format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face{
	font-family: "ploni";
	src: url("../fonts/PloniDL1.1AAA-D-Bold.eot");
	src: url("../fonts/PloniDL1.1AAA-D-Bold.eot?#iefix")format("embedded-opentype"),
	url("../fonts/PloniDL1.1AAA-D-Bold.woff")format("woff"),
	url("../fonts/PloniDL1.1AAA-D-Bold.ttf")format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face{
	font-family: "ploni";
	src: url("../fonts/PloniDL1.1AAA-Medium.eot");
	src: url("../fonts/PloniDL1.1AAA-Medium.eot?#iefix")format("embedded-opentype"),
	url("../fonts/PloniDL1.1AAA-Medium.woff")format("woff"),
	url("../fonts/PloniDL1.1AAA-Medium.ttf")format("truetype");
	font-style: normal;
	font-weight: 500;
}

@font-face{
	font-family: "ploni";
	src: url("../fonts/PloniDL1.1AAA-Regular.eot");
	src: url("../fonts/PloniDL1.1AAA-Regular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/PloniDL1.1AAA-Regular.woff")format("woff"),
	url("../fonts/PloniDL1.1AAA-Regular.ttf")format("truetype");
	font-style: normal;
	font-weight: 400;
}

@font-face{
	font-family: "ploni";
	src: url("../fonts/PloniDL1.1AAA-U-Light.eot");
	src: url("../fonts/PloniDL1.1AAA-U-Light.eot?#iefix")format("embedded-opentype"),
	url("../fonts/PloniDL1.1AAA-U-Light.woff")format("woff"),
	url("../fonts/PloniDL1.1AAA-U-Light.ttf")format("truetype");
	font-style: normal;
	font-weight: 200;
}

@font-face{
	font-family: "VAG Rounded";
	src: url("../fonts/VAG_Rounded_Regular.eot");
	src: url("../fonts/VAG_Rounded_Regular.eot?#iefix")format("embedded-opentype"),
	url("../fonts/VAG_Rounded_Regular.woff")format("woff"),
	url("../fonts/VAG_Rounded_Regular.ttf")format("truetype");
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	display: block;
}

body {
	direction: rtl;

	margin: 0;
	padding: 0;
	color: #000;
	font-size: 16px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.15;
	font-family: "ploni", sans-serif;
	background-color: #FFF;
}

img {
	display: block;
	width: 100%;
	height: auto;
}

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



/* Logo. */

.logo {
	position: absolute;
	top: 40px;
	left: 40px;

	width: 134px;
}

/* Logo. */



/* Login. */

.login {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: relative;
	height: 100vh;
	padding-bottom: 30px;
}

.login_decoration {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.login_decoration_li {
	position: absolute;

  	background-color: #fff;
  	border-radius: 50%;
  	-webkit-box-shadow: 0 0 100px #608AE452;
  	        box-shadow: 0 0 100px #608AE452;
}

.login_decoration_li:nth-child(1) {
	top: -387px;
	left: -347px;

	height: 838px;
  	width: 838px;
}

.login_decoration_li:nth-child(2) {
	top: 80px;
	right: 38px;

	height: 228px;
	width: 228px;
}

.login_decoration_li:nth-child(3) {
	top: 84px;
	right: -488px;

	width: 1400px;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.login_decoration_li img {
	height: 100%;

	-o-object-fit: contain;
	   object-fit: contain;
   -o-object-position: left top;
      object-position: left top;
}

.login_decoration_li:nth-child(4) {
	left: 0;
	bottom: -310px;

	height: 620px;
 	width: 620px;
}

.login_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

	width: 100%;
  	max-width: 400px;
	margin: 0 auto;
}

.login_top_text {
	margin-right: 28px;
	color: #135276;
	font-family: "VAG Rounded";
	font-size: 81px;
	letter-spacing: 3.24px;
	line-height: 99px;
	text-align: right;

    -webkit-transform: translateY(-44px);
            transform: translateY(-44px);
}

.login_top_text span {
	position: absolute;
	top: 6px;
	right: 4px;

	line-height: 14px;
	width: 16px;
	border: 1px solid #135276;
	border-radius: 50%;
	color: #135276;
	font-family: "VAG Rounded";
	font-size: 10px;
	padding-left: 4px;
	padding-top: 1px;
	text-align: center;
}

.login_top_img img {
	width: 312px;
}

.login_bottom {
	width: 100%;
	max-width: 570px;
	margin: 80px auto 0;
	text-align: center;
}

.login_bottom_title {
	color: #2F425A;
	font-size: 25px;
	font-weight: 500;
	line-height: 30px;
}

.login_bottom_subtitle {
	color: #2F425A;
	font-size: 25px;
	line-height: 37px;
}

.login_bottom_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	        margin-top: 40px;
}

.login_bottom_form_button {
	position: relative;

	width: 150px;
	padding-right: 36px;
	color: #fff;
	font-size: 20px;
 	font-weight: 400;
	line-height: 55px;
	text-align: right;
	background: -webkit-gradient(linear, right top, left top, from(#1fa0db), to(#0d87c0));
	background: linear-gradient(270deg, #1fa0db 0%, #0d87c0 100%);
	border-radius: 32px;
	-webkit-box-shadow: 0 4px 19px 0 rgba(31, 160, 219, 0.49);
	        box-shadow: 0 4px 19px 0 rgba(31, 160, 219,0.49);
    cursor: pointer;
	outline: none;
	border: 1px solid transparent;
}

.login_bottom_form_button:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 36px;

	width: 18px;
	height: 9px;
	margin-top: -4.5px;
	background-image: url('../images/arrow.svg');
	background-position: center;
	background-repeat: no-repeat;	
	background-size: contain;
}
.login_bottom_form_button:hover{
	color: #1fa0db;
    border-color: #1fa0db;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
	
}
.login_bottom_form_button:hover:before{
	background-image: url('../images/arrow-hover.svg');
}
.login_bottom_form_input {
	position: relative;
	cursor: pointer;
}

.login_bottom_form_input input {
	width: 401px;
	height: 56px;
	padding-right: 30px;
	padding-left: 80px;
	font-size: 24px;
	text-align: right;
	line-height: 56px;
	border: 1px solid #1fa0db;
	border-radius: 32px;
	background-color: rgba(31, 160, 219,0.15);
}

.login_bottom_form_input input[type="password"] {
	font-size: 40px;
    letter-spacing: 3px;
}

.login_bottom_form_input input:focus {
	outline: none;
}

.login_bottom_form_input span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;

	width: 40px;
	height: 22px;
	margin: 17px 0 17px 30px;
	z-index: 9;
	cursor: pointer;
}

.login_bottom_form_input span svg {
	height: 100%;
}

.login_bottom_form_input .no:before {
	content: '';
	position: absolute;
	top: 50%;
	left: -2px;

	width: 44px;
	height: 4px;
	margin-top: -2px;
	background-color: #1fa0db;
	border-radius: 2px;

	-webkit-transform: rotate(-50grad);
	        transform: rotate(-50grad);
}

.login_bottom_form_input_error {
	display: none;
	position: absolute;
	left: 0;
	right: 0;

	margin-right: 24px;
	text-align: right;
	margin-top: 2px;
	color: red;
	font-size: 16px;
	font-weight: 500;
}

/* Login. */



/* Landing. */

.landing {
	position: relative;
	padding-bottom: 32px;
}


.landing_decoration {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}

.landing_decoration_li {
	position: absolute;

  	background-color: #fff;
  	border-radius: 50%;
  	-webkit-box-shadow: 0 0 100px #608AE452;
  	        box-shadow: 0 0 100px #608AE452;
}

.landing_decoration_li:nth-child(1) {
	top: -504px;
	left: -191px;

	width: 1458px;
	background-color: transparent !important;
	-webkit-box-shadow: none !important;
	        box-shadow: none !important;
}

.landing_decoration_li img {
	height: 100%;

	-o-object-fit: contain;
	   object-fit: contain;
   -o-object-position: left top;
      object-position: left top;
}

.landing_decoration_li:nth-child(2) {
	top: 503px;
	right: -111px;

	height: 294px;
  	width: 294px;
}

.landing_decoration_li:nth-child(3) {
	left: 577px;
	bottom: -361px;

	height: 620px;
  	width: 620px;
}

.landing_decoration_li:nth-child(4) {
	left: 24px;
	bottom: 142px;

	height: 74px;
  	width: 74px;
}

/* Landing. */



/* Content. */

.content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

    width: 100%;
    max-width: 1288px;
    margin: 0 auto;
    padding-top: 120px;
}

.content_left {
	width: 100%;
	max-width: 700px;
	margin-top: 120px;
}

.content_label {
	color: #2F425A;
 	font-size: 30px;
	font-weight: 500;
	line-height: 44px;
	text-align: center;
}

.content_video {
	position: relative;
	overflow: hidden;
	width: 100%;
	/*height: 410px;*/
	border-radius: 37px;
	background-color: #D8D8D8;
}

.content_video:before {
	content:'';
	display: inline-block;
	width:100%;
	height:0;
	padding-bottom:56%;
}

.content_video iframe {
	width:100%;
	height:100%;
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	
}

.content_video iframe:not(.active){
	display: none;
}
.content_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

	margin-top: 18px;
}

.content_bottom_button {
	width: 120px;
	margin-right: 18px;
	color: #2F425A82;
	font-size: 20px;
	text-align: center;
	line-height: 37px;
	border: 0.5px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 3px 8px 0 #D8DFEE;
	        box-shadow: 0 3px 8px 0 #D8DFEE;
    cursor: pointer;

    -webkit-transition: all .23s;
    transition: all .23s;
}

.content_bottom_button.active,
.content_bottom_button:hover {
	color: #1fa0db;
	border: .5px solid #1fa0db;
}

.content_bottom_button:first-child {
	margin-right: 0;
}

.content_deleted {
	margin-top: 8px;
	margin-right: 16px;
	color: #2F425A;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
}

.content_right {

}

.content_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.content_logo_text {
	position: relative;

	color: #135276;
	font-family: "VAG Rounded";
	font-size: 54px;
	letter-spacing: 2.16px;
	line-height: 66px;
	-webkit-transform: translate(-19px, 25px);
	        transform: translate(-19px, 25px);
}

.content_logo_text span {
	position: absolute;
	top: 2px;
	right: 0;
	width: 12px;
	height: 12px;
	display: block;
	background-image: url(../images/R.png);
	background-size: contain;

	/*line-height: 12px;
	border: 1px solid #135276;
	border-radius: 50%;
	color: #135276;
	font-family: "VAG Rounded";
	font-size: 9px;
	padding-left: 2px;
	text-align: center;*/
}

.content_logo_img {
	height: 160px;
    margin-top: 5px;
}

.content_logo_img img {
	width: auto;
	height: 100%;
}

.content_title {
	margin-top: 35px;
	color: #2F425A;
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	text-align: right;
}

.content_buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

    width: 552px;
    margin-top: 49px;
    margin-left: auto;
}

.content_buttons .content_button {
	width: calc(50% - 5px);
	margin-right: 10px;
	color: #fff;
	font-size: 17px;
  	font-weight: 400;
	text-align: center;
	line-height: 53px;
	border-radius: 32px;
	border: 1px solid transparent;
	background: -webkit-gradient(linear, right top, left top, from(#1fa0db),  to(#0d87c0));
	background: linear-gradient(270deg, #1fa0db 0%,  #0d87c0 100%);
	-webkit-box-shadow: 0 4px 19px 0 rgba(31, 160, 219, 0.49);
	        box-shadow: 0 4px 19px 0 rgba(31, 160, 219, 0.49);
    cursor: pointer;

    -webkit-transition: all .23s;
    transition: all .23s;
}

.content_buttons .content_button:hover {
	color: #1fa0db;
	border-color: #1fa0db;
	background: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
}

.content_buttons .content_button:first-child {
	margin-right: 0;
}

.content_right > .content_button {
	width: 488px;
	margin-top: 21px;
	color: #1fa0db;
	font-size: 17px;
  	font-weight: 400;
	text-align: center;
	line-height: 53px;
	border-radius: 32px;
	border: 1px solid #1fa0db;
	background: #fff;
	-webkit-box-shadow: none;
	        box-shadow: none;
    cursor: pointer;

    -webkit-transition: all .23s;
    transition: all .23s;
}

.content_right > .content_button:hover {
	color: #fff;
	border-color: transparent;
    background: -webkit-gradient(linear, right top, left top, from(#1fa0db), to(#0d87c0));
    background: linear-gradient(270deg, #1fa0db 0%, #0d87c0 100%);
    -webkit-box-shadow: 0 4px 19px 0 rgba(31, 160, 219, 0.49);
    box-shadow: 0 4px 19px 0 rgba(31, 160, 219, 0.49);
}

.content_button.with_icon{
	display: flex;
    justify-content: center;
}
.content_button.with_icon img{
	width: 24px;
    margin-left: 15px;
}
.content_button.with_icon img.hover{
	display: none;
}
.content_button.with_icon:hover img{
	display: none;
}
.content_button.with_icon:hover img.hover{
	display: block;
}
.content_img {
	width: 100%;
	max-width: 552px;
	max-height: 304px;
	margin-top: 65px;
	margin-left: auto;
	margin-right: -27px;
}
	
.content_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Content. */



/* Footer. */

.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

	width: 100%;
    max-width: 1288px;
    margin: 106px auto 0;
}

.footer_left {
	color: #1fa0db;
	font-weight: 500;
}

.footer_left a {
	color: #1fa0db;
}

.footer_left_top a {
	display: inline-block;

	color: #1fa0db;
	margin-right: 6px;
}

.footer_left_top a:last-child {
	margin-right: 0;
}

.footer_left_top span {
	color: #2F425A;
	font-weight: 500;
}

.footer_left_bottom {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-top: 23px;
}

.footer_left_bottom a {
	margin-right: 20px;
	font-size: 14px;
  	font-weight: 600;
}

.footer_right {
	color: #2F425A;
}

.footer_right_top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}

.footer_right_top_li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;

    margin-left: 9px;
}

.footer_right_top_li:nth-child(2) {
	margin-left: 20px;
}

.footer_right_top_li img {
	width: auto;
	height: auto;
	margin-left: 4px;
}

.footer_right_top_li span {
	font-weight: 600;
	margin-left: 4px;
}

.footer_right_top_li a {
	color: #2F425A;
	font-weight: 600;
}

.footer_right_top_li p {
	font-weight: 400;
}

.footer_right_bottom {
	margin-top: 23px;
	font-size: 13px;
	text-align: right;
}

.footer a,
.footer_right_top_li a{
	position: relative;
}

.footer a:first-child {
	margin-right: 0;
}

.footer a:before,
.footer_right_top_li a:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	right: 0;

	width: 0;
	height: 1px;
	border-radius: 1px;

	-webkit-transition: width .23s;
	transition: width .23s;
}

.footer a:before{
	background-color: #1fa0db;

}
.footer_right_top_li a:before {
	background-color: #2F425A;
}
.footer a:hover:before,
.footer_right_top_li a:hover:before {
	width: 100%;
}

/* Footer. */



/* Pop-up. */

.pop_up {
	display: none;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;

	z-index: -1;
}

.pop_up.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background-color: #00000082;
	z-index: 999;
}

.pop_up_wrapper {
	width: 520px;
	color: #09276F;
	text-align: center;
	background-color: #fff;
	border-radius: 19px;
	padding: 60px 52px 74px;
	position: relative;
	
}

.pop_up_3 .pop_up_wrapper{
	padding: 60px 22px 74px;
}

.pop_up_3 .pop_up_files{
	display: flex;
    justify-content: space-between;
	margin-top: 32px;
	font-size: 20px;
	color: #2F425A;
}

.pop_up_3 .footer_right_top_li {
    margin-left: 0px;
}

.pop_up_3 .footer_right_top_li:nth-child(1) img {
    width: 17px;
	margin-left: 6px;
}

.pop_up_3 .footer_right_top_li:nth-child(2) img {
    width: 25px;
}

.popup_x{
	display: block;
	cursor: pointer;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	background-image: url(../images/X.png);
	background-size: contain;
} 

.pop_up_title {
	font-size: 30px;
	font-weight: 400;
	line-height: 44px;
}

.pop_up_subtitle {
	margin-top: 12px;
	font-size: 20px;
	line-height: 29px;
}

.pop_up_files {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    margin-top: 52px;
}

.pop_up_file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
   	margin-left: 66px;
   	cursor: pointer;
}

.pop_up_file:last-child {
	margin-left: 0;
}

.pop_up_file_text {
  	margin-right: 8px;
	color: #1fa0db;
	font-size: 22px;
  	font-weight: 600;
}

.pop_up_file_img {
	width: 22px;
	height: 30px;
	background-image: url(../images/file.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;

	-webkit-transition: all .23s;
	transition: all .23s;
}

.pop_up_file:hover .pop_up_file_img {
	-webkit-transform: scale(1.2);
	        transform: scale(1.2);
}

/* Pop-up. */