*{
    box-sizing: border-box;
}
a{
    text-decoration: underline;
    outline: none;
}
a:focus, a:active {
    outline: none;
}
.text-center{
	text-align:center;
}

body{
	background: #F2ECE6;
}
.areaForLoader{
background: #F2ECE6;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    position: absolute;
    z-index: 5001;
	}
.areaForLoader .load{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);
  width:100px;
  height:100px;
  z-index: 5000;
}
.areaForLoader .load hr{border:0;margin:0;width:40%;height:40%;position:absolute;border-radius:50%;animation:spin 1s ease infinite}

.areaForLoader .load :first-child{
	/*background:#6FA9AD;*/
	background-image: url(/static/image/icon/base_logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
	animation-delay:-0.8s;
	}
.areaForLoader .load :nth-child(2){
	background-image: url(/static/image/icon/base_logo_light.svg);
    background-size: cover;
    background-repeat: no-repeat;
	animation-delay:-0.5s;
	}
.areaForLoader .load :nth-child(3){
	/*background:#6FA9AD;*/
	background-image: url(/static/image/icon/base_logo.svg);
    background-size: cover;
    background-repeat: no-repeat;
	animation-delay:-0.8s;
	animation-delay:-0.3s;
	}
.areaForLoader .load :last-child{
	background-image: url(/static/image/icon/base_logo_light.svg);
    background-size: cover;
    background-repeat: no-repeat;
	}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}
header{
    background-color: #F2ECE6;
    box-shadow: 0px -1px 0px rgba(23, 22, 21, 0.2) inset;
    justify-content: space-between;
    display: flex;
    margin: 0 auto;
    padding: 0 15px;
    height: 60px;
}
.header__logo{
    justify-content: flex-start;
    display: flex;
    height: 100%;
}
.header__logo:hover{
	cursor:point;
}
.header__logo_icon, .header__logo_icon a{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 5px;
	text-decoration: none;
}
.header__logo_icon a:hover .header__logo_text,.footer__container a:hover{
	color:#6FA9AD;
	transition:0.5s;
}
.header__logo_icon-img{
    max-width: 100%;
    height: auto;
}
.header__logo_text{
    font-family: Montserrat-SemiBold, Helvetica;
    font-weight: 600;
    color: #171615;
    font-size: 18px;
	padding-left: 10px;
}
.header__contact{
    justify-content: flex-end;
    display: flex;
    height: 100%;
	align-items: center;
}
.header_create_line{
	width: 2px;
    border: 1px solid #6FA9AD3D;
    height: 24px;
    margin: 0 20px;
}
.header__phone_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 5px;
}
.header__phone{
	display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
	transition:0.5s;
}
.header__phone:hover .header__phone_text p{
	color:#6FA9AD;
	transition:0.5s;
}
.header__phone_icon-img{
    max-width: 100%;
    height: auto;
	width: 24px;
}
.header__telegram_icon .header__phone_icon-img,.header__whatsapp_icon .header__phone_icon-img,.footer__top__telegram_icon .footer__top__telegram_icon-img{
	width: 32px;
	}
.header__phone_text,.header__phone_text p{
    font-family: Montserrat-Regular, Helvetica;
    font-weight: 400;
    justify-content: center;
    color: #171615;
    font-size: 16px;
    margin-right: 5px;
	text-decoration:none;
}
.header__telegram_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 15px;
}
.header__telegram_icon:hover,.footer__top__telegram_icon:hover,.header__whatsapp_icon:hover,.footer__top__whatsapp_icon:hover{
	cursor:pointer;
}
.header__telegram_icon-img{
    max-width: 100%;
    height: auto;
}
.header__whatsapp_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-right: 5px;
}
.header__whatsapp_icon-img{
    max-width: 100%;
    height: auto;
}
.menu-container {
    margin: 20px 0 0 0;
    background: transparent;
	z-index:3;
}
/*.menu-mobile:after {
    content: "\f0c9";
    font-family: "FontAwesome";
    font-size: 38px;
    line-height: 38px;
    padding: 0;
    color: #FFF;
    float: right;
    position: relative;
    transform: translateY(-25%);
}*/
.menu-dropdown-icon:before {
    content: "\f078";
    font-family: "FontAwesome";
    display: none;
    cursor: pointer;
    float: right;
    padding: 10px 20px;
    margin: 10px;
    background: #eee;
    color: #FFF;
    font-size: 20px;
}
.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    box-sizing: border-box;
	display: flex;
    justify-content: center;
}
.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}
.menu > ul:after {
    clear: both;
}
.menu > ul > li {
    float: left;
    background: #eee;
    padding: 0;
    margin: 0;
    transition: .2s ease-in-out;
}
.menu > ul > li a,
.menu-mobile {
    text-decoration: none;
    padding: 0px 10px;
    display: block;
    transition: .2s ease-in-out;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #171615;
}
.menu > ul > li a.active, .menu > ul > li a:hover{
	color: #6FA9AD;
	position:relative;
	display: flex;
    justify-content: center;
}
.menu > ul > li a.active:after {
    border-bottom: 2px solid #D0B33E;
    content: '';
    display: block;
    position: absolute;
    bottom: -10px;
	width: 32px;
	height: 2px;
    transition: right .5s;
}

.menu-mobile {
    display: none;
}
.menu > ul > li:hover {

}
.menu > ul > li:hover a {
    color: #000;
}
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #eee;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}
.menu > ul > li > ul > li a {
    padding: 10px;
    display: block;
    border-bottom: 1px solid #eee;
}
.menu > ul > li > ul > li a:hover {
    color: #eee;
    border-bottom: 1px solid #000;
}
.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}
.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}
.menu > ul > li > ul > li > ul:after {
    clear: both;
}
.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    margin: 0;
}
.menu > ul > li > ul > li > ul > li a {
    border: 0;
    padding: 10px 12px;
    font-size: 18px;
}
.menu > ul > li > ul > li > ul > li a:hover {
    border: 0;
}
.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 20px;
}
.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 10px;
}
@media only screen and (max-width: 951px) {
	.menu > ul {
   
}
.menu > ul > li a.active:after {
    border-bottom: none;
	}
    .menu-container-open {
	    width: 100%;
        position: absolute;
		right: 0;
    }
    .menu-mobile {
       display: flex;
       justify-content: flex-end;
    }
	 .menu-mobile-open {
		margin-right:15px;
		transition:0;		
	 }
	.show-on-mobile  .header__contact {
justify-content: center;
        display: flex;
        height: auto;
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
        padding: 40px 0;
        border-top: 1px solid rgba(194, 194, 194, 0.4);
        margin-top: 50px;
}
	.show-on-mobile  .header__contact .header__phone {
    flex-wrap: wrap;
    width: 100%;
}

    .menu-dropdown-icon:before {
	display: block;
    }
    .menu > ul {
	display: none;
    }
	footer .menu > ul {
	display: block;
    }
    .menu > ul > li {
	width: 100%;
	float: none;
	display: block;
	background: #F2ECE6;
    }
    .menu > ul > li a , .menu-container-footer .menu > ul > li a{
	padding: 13px;
	width: 100%;
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #171615;
    }
    .menu > ul > li > ul {
	position: relative;
    }
    .menu > ul > li > ul.normal-sub {
	width: 100%;

    }
    .menu > ul > li > ul > li {
	float: none;
	width: 100%;
    }
    .menu > ul > li > ul:not(.normal-sub) > li {
	margin-top: 20px;
    }
    .menu > ul > li > ul > li:first-child {
	margin: 0;
    }
    .menu > ul > li > ul > li > ul {
	position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
	float: none;
    }
    .menu .show-on-mobile {
	    display: block;
        background: #F2ECE6;
        top: 10px;
		padding-top: 68px;
    }
}


.menu-container-footer {
margin: 20px 0 0 0;
    background: transparent;
    z-index: 3;
    width: 100%;
   /* display: flex;
    align-items: end;
    padding-bottom: 8px;*/
}
.menu-container-footer  .menu > ul > li {
	background:transparent;
}
.menu-container-footer  .menu > ul > li a{
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
text-align: center;
color: #F2ECE6;
}
.content{
	background-image: url(/static/image/background.svg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
	min-height: calc(100vh - 110px);
	/*display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;*/
}
.container-flex{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	max-width: 1200px;
	margin-top: -45px;
	padding-top: 0;
	min-height: calc(100vh - 110px);
}
.container-flex-top{
	margin-top: -7%;
}
.container-flex-top form{
	flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
#content{
	padding-bottom: 80px;
	
}
.content-profile{
	background-image:none;
	background:#F2ECE6;
	min-height: calc(100vh - 165px);
}

.content-profile h2{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 600;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	color: #171615;
	margin-top: 38px;
	position:relative;
}
.form .header{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 600;
font-size: 20px;
line-height: 150%;
color: #171615;
display: flex;
align-items: end;
}
.form .subheader{
font-family: 'Montserrat-Regular';
font-weight: 400;
font-size: 16px;
line-height: 150%;
color: #171615;
padding-top: 12px;
}
@media (min-width: 768px){
.content-profile h2::before{
    content: '';
    position: absolute;
    right: auto;
    margin-left: -35px;
	top: 3px;
    background: url(/static/image/icon/h2_before.svg);
    height: 24px;
    width: 12px;
    background-size: 12px 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.content-profile h2::after{
    content: '';
    position: absolute;
    left: auto;
    padding-left: 35px;
	top: 3px;
    background: url(/static/image/icon/h2_after.svg);
    height: 24px;
    width: 12px;
    background-size: 12px 24px;
    background-position: center;
    background-repeat: no-repeat;
}
}
.container .two-column{
	display: flex;
	margin-top: 55px;
	margin-bottom: 30px;
}
.container .two-column .column-left{
    min-width: 256px;
    margin-right: 15px;
}
.container .two-column #content{
	width: 100%;
    background: #FEFEFE;
    border-radius: 4px;
    padding: 24px;

}
.container .two-column #content .content-title, .content-title input{
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    color: #171615;
    padding-bottom: 25px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 35px;
	}
.password {
    position: relative;
}
.password-control, .password-confirm {
	position: absolute;
    top: 8px;
    right: 10px;
    display: inline-block;
    width: 26px;
    height: 21px;
    background: url(/static/image/icon/view.svg) 0 0 no-repeat;
}
.password-control.view, .password-confirm.view {
	top: 10px;
    background: url(/static/image/icon/view_active.svg) 0 0 no-repeat;
}
.container{
	max-width: 1250px;
    margin: 0 auto;
	padding-top: 25px;
}
.container .two-column #content .content-ul{
	padding-bottom: 25px;
}
.container .two-column #content form .icon svg{
margin-bottom: -8px;
}
.container .two-column #content .content-ul span{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #171615;
	display: inline-flex;
    justify-content: left;
}
.container .two-column #content .content-ul span button{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    gap: 8px;
    width: 231px;
    height: 44px;
    background: #6FA9AD;
    border-radius: 3px;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F2ECE6;
    border: none;
    text-decoration: none;
    width: 100%;
    max-width: 150px;
}
.container .two-column #content .content-ul span button a{
color: #F2ECE6;
text-decoration: none;	
}
.container .two-column #content .content-ul span button:hover {
    cursor: pointer;
    background: #D0B33E;
    transition: 0.5s;
}
.container .form input{
    border: none;
    width: auto;
    padding-right: 10px;
	margin-bottom: 0;
    padding-bottom: 0;
}
.container .form input:focus,.container .form select:focus{
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: rgba(23, 22, 21, 0.6);
    border-bottom: 1px solid rgba(23, 22, 21, 0.4);
    outline: none !important;
}
.content-title  input:focus,.content-title  select:focus{
font-size: 20px!important;	
}
.container .two-column #content .content-ul span.name{
	font-weight: 600;
    padding-right: 6px;
}
.left-menu {

}
.container .two-column #content form button{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    gap: 8px;
    width: 231px;
    height: 44px;
    background: #6FA9AD;
    border-radius: 3px;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F2ECE6;
    border: none;
    width: 100%;
}

.left-menu a{
    padding: 10px;
    gap: 12px;
    background: rgba(254, 254, 254, 0.6);
    border-radius: 3px;
    text-decoration: none;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #171615;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
}
.left-menu a:hover, .left-menu a.active{
box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.16);
transition:0.5s;
text-align: left;
    justify-content: start;
	padding-top: 10px;
}
.left-menu a:hover .icon path, .left-menu a.active .icon path{
	fill: #D0B33E;
	transition:0.5s;
}
.left-menu a:nth-child(2):hover .icon path, .left-menu a:nth-child(2).active .icon path{
	fill: #6FA9AD;
}
.left-menu a:nth-child(3):hover .icon path, .left-menu a:nth-child(3).active .icon path{
	fill: #D0B33E;
	stroke: #D0B33E;
}
.left-menu a:nth-child(4):hover .icon path, .left-menu a:nth-child(4).active .icon path{
	fill: #E2636B;
}

.left-menu a .back_icon-img{
	width:32px;
	height:32px;
}
@media (max-width: 951px) {
.container-flex{
	/*min-height: calc(100vh + 30px);*/
}
.breadcrumb a{
	padding-left:15px
}
.header__telegram_icon {
    padding-top: 30px;
}
.header__whatsapp_icon {
    padding-top: 30px;
    padding-left: 40px;
}

}
.breadcrumb a{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 150%;
	color: rgba(23, 22, 21, 0.8);
    display: flex;
    align-items: center;
	text-decoration:none;
}
.breadcrumb a:hover{
	cursor:pointer;
	color:#000;
	transition:0.5s;
}
.breadcrumb img{
	padding-right: 10px;
}
.container-card{
}
.container-card .card {
    display: flex;
    justify-content: center;
    background: #FEFEFE;
    border: 1px solid rgba(23, 22, 21, 0.2);
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.12), 0px 1px 3px rgba(0, 0, 0, 0.16);
    border-radius: 3px;
    width: 344px;
    margin: auto auto;
    padding: 40px;
}
.card-body{
	width: 100%;
}
.steps{
	display:flex;
    justify-content: space-between;
	padding: 25px 0 15px 0;
	border-bottom:1px solid #F2ECE6;
	position:relative;
	 z-index: 2;
}
.steps .line{
position: absolute;
    content: '';
    background-color: #C2C2C2;
    height: 1px;
    display: block;
    top: 58%;
    width: 100%;
    z-index: -1;
}
.steps .step{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-transform: capitalize;
	color: #171615;
	text-decoration:none;
	display:flex;
}
.steps .step .info{
	background: #fff;
}
.steps .step .description{
	display:none;
	font-style: normal;
	font-weight: 400;
	font-size: 8px;
	line-height: 10px;
	color: #171615;
	margin-left: 0px;
}
.steps .step .name{
	display:none;
	margin-left: 0px;
}
.steps .step .num{
	background: #C2C2C2;
    border-radius: 100%;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #F2ECE6;
    padding: 6px 0;
    text-transform: none;
    height: 31px;
    width: 31px;
    vertical-align: middle;
}
 .steps .step.active .num{
    background: #6FA9AD;
 }
 .steps .step.full .num{
    background: #D0B33E;
 }
 .steps .step.active .name,  .steps .step.active .description{
	 display:block;
	 margin-left: 10px;
 }

.container-card .card .card-headers{
	display:flex;
	justify-content: space-around;
}
.container-card .card .card-headers h4,.container-card .card .card-headers h4 a{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #6FA9AD;
	text-decoration:none;
	width: 100%;
	margin: 0;
    padding: 0 0 10px 0;
	border-bottom: none;
}
.container-card .card .card-headers h4.active,.container-card .card .card-headers h4:hover{
	border-bottom:2px solid #D0B33E;
}
.container-card .card .label, .container-card .card-form .label{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 150%;
	color: rgba(23, 22, 21, 0.6);
	margin-bottom: 7px;
	display: flex;
    align-items: end;
}
.container-card .card .label, .container-card .card-form .label.block{
display:block;	
}

.container-card .card .label .sign_icon-img{
	position: relative;
	padding-left: 5px;
}
.container-card .card .label label{
	padding-right:5px;
}
.help {
    position: relative; /* Относительное позиционирование */
}
.help .message{
    content: attr(data-tooltip);
    position: absolute;
    left: 100%;
	top: auto;
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    /*box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3); */
    pointer-events: none;
    opacity: 0;
    transition: 0.5s;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 8px;
	gap: 8px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 2px;
	min-width: 205px;
	height: auto;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 8px;
	line-height: 150%;
	color: #949494;
}
.errorMsg{
	color:red;
}
.error{
	font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 8px;
    line-height: 160%;
    color: #E2636B;
    margin-top: -15px;
}
.help:hover .message, .message.error_message {
	opacity: 1;
    left: 30px;
    right: 30%;
    bottom: 0;
    z-index: 2;
 }
 .message.error_message {
	 color:red;
 }
 .field label.error{
	display:none!important;
 }
.alert{
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: red;
    margin-top: 20px;
    margin-bottom: -20px;
    text-align: center;
}
.alert-warning{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 4px 0px;
gap: 8px;
background: rgba(208, 179, 62, 0.16);
border: 1px solid rgba(208, 179, 62, 0.6);
border-radius: 4px;
 font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
text-align: center;
color: #171615; 
width: 104px;
}
.alert-success{
	display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 4px 0px;
gap: 8px;
background: rgba(111, 169, 173, 0.16);
border: 1px solid rgba(111, 169, 173, 0.6);
border-radius: 4px;
 font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
text-align: center;
color: #171615; 
width: 104px;
}

.pagination{
display: flex;
    justify-content: center;
    align-items: center;
margin-top: 30px;	
}
.pagination a:hover .icon path,.pagination a.active .icon path{
stroke-opacity:1;
transition:0.5s;	
}
.pagination a{
padding: 5px;
}
.pagination .num{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 150%;
text-align: center;
color: #171615;
padding: 5px 10px;
text-decoration: none;
}
.pagination .current{
background: rgba(111, 169, 173, 0.24);
border-radius: 2px;	
}
.container-card .card form{
	padding: 25px 0 0 0;
}
.container-card .card form input,.container-card .card-form form input, .container-card .card-form form textarea, .container-card .card-form form select{
	display: flex;
    align-items: center;
    padding: 0 20px;
	min-width: 231px;
	height: 40px;
	border: 1px solid rgba(23, 22, 21, 0.2);
	border-radius: 3px;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 150%;
	color: rgba(23, 22, 21, 0.4);
	margin-bottom: 15px;
	width: 100%;
}
.container-card .card-form form textarea{
	height: auto;
	padding: 20px;
	font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 150%;
color: rgba(23, 22, 21, 0.4);
}
.container-card .card-form form input, .container-card .card-form form select{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 150%;
color: rgba(23, 22, 21, 0.4);
	
}
.container-flex-top .card-form form {
	justify-content: space-between;
}
.card-form {
    max-width: 696px;
}
.card-form .columns {
    width: 100%;
    display: flex;
    justify-content: space-between;
	margin-top: 40px;
}
.card-form .columns div{
	width:50%;
}
.card-form .columns div.width {
    width: 100%;
}
.card-form .columns div:nth-child(1) {
padding-right:10px;	
}
.card-form .columns div:nth-child(2) {
padding-left:10px;	
}
.form-center{
    margin-left: 50px;	
}
.card-form .column{
    width: 100%;
	display: block;
}
.container-card .card-form form input:focus {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: rgba(23, 22, 21, 0.6);
    border-bottom: 1px solid rgba(23, 22, 21, 0.4);
    outline: none !important;
}
.container-card .card .forgot{
    text-align: center;
    margin-top: -5px;
	margin-bottom: 30px;
	}
.container-card .card .forgot a{
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 150%;
	color: #6FA9AD;
	margin-bottom: 7px;
    text-align: center;
}
.buttons{
	display: flex;
    width: 100%;
    justify-content: space-between;
	margin-top: 55px;
}
.buttons.buttons-right {
    justify-content: right;
	max-width: 339px;
    margin-right: 0;
    margin-left: auto;
	margin-top: 25px;
}

.buttons-small {
	display: flex;
    width: 100%;
    justify-content: space-between;
	margin-top: 30px;
}
.buttons-small.buttons-right {
    justify-content: right;
	max-width: 339px;
    margin-right: 0;
    margin-left: auto;
	margin-top: 25px;
}
.buttons-small a{	
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 18px;
color: #171615;	
text-decoration:none;
}

.buttons-small .btn-first{
padding: 2px 12px;
border: 1px solid #6FA9AD;
border-radius: 2px;	
}
.buttons-small .btn-second{
padding: 2px 12px;
border: 1px solid #E2636B;
border-radius: 2px;	
margin-left: 5px;
}
.buttons-green{
    display: flex;
}

.icon-menu{
position: relative;	
}
.icon-menu span{
 display: none;	
}
@media (max-width: 951px) {
	.table {
    overflow: auto;
    margin: 0 15px;
}
	.buttons {
    padding: 0 10px;
	}
	.icon-menu span{
 display: block;	
}
.icon-menu:hover {
	cursor:pointer;
}
.icon-menu:hover span svg rect{
	fill:#D0B33E;
	transition:0.5s;
}
.visible {
  display: none;
}
.buttons-green {
display: block;
padding: 8px;
gap: 4px;
background: #F2ECE6;
box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.25), 0px 4px 8px rgba(0, 0, 0, 0.25);
border-radius: 8px;
position: absolute;
right: 0;
min-width: 200px;
 display: none;
}
.buttons-green a, .buttons-green span {
    margin: 5px 0!important;
}
}
.buttons-green a, .buttons-green span{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 1px 12px 1px 9px;
gap: 4px;
background: #6FA9AD;
border-radius: 4px;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 18px;
text-align: center;
color: #FEFEFE;
margin-right:5px;
text-decoration:none;
}
.buttons .btn-primary{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #E2636B;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
	padding: 12px 24px;
	border: 1px solid #6FA9AD;
	border-radius: 3px;
	color:#F2ECE6;
	min-width: 48%;
}
.buttons .btn-secondary{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: #fff;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
	padding: 12px 24px;
	border: 1px solid #6FA9AD;
	border-radius: 3px;
	color:#171615;
	min-width: 48%;
	text-decoration: none;
	margin-right: 5px;
}
.buttons .btn-primary:hover, .buttons .btn-secondary:hover, .btn-light:hover{
	cursor:pointer;
	box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.26);
    transition: 0.5s;
}
.password input{
	width:100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 4px 8px 4px 16px;
	gap: 8px;
	height: 40px;
	border: 1px solid #C2C2C2;
	border-radius: 3px;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 10px;
	line-height: 150%;
	color: rgba(23, 22, 21, 0.6);
	margin-top: 20px;
}
.password input.error{
	border: 1px solid #E2636B;
}
.modal h1, .modal_visible h1{
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    color: #171615;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
	margin: 0px 0;
}
.container-card .card button, .next{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 40px;
    gap: 8px;
    width: 231px;
    height: 44px;
    background: #6FA9AD;
    border-radius: 3px;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    color: #F2ECE6;
    border: none;
	text-decoration: none;
	width: 100%;
	max-width:300px;
	}
.container-card .card button:hover,.next:hover{
	cursor:pointer;
	background:#D0B33E;
	transition:0.5s;
}
footer{
    background-color: #171615;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    /*position: absolute;*/
    bottom: 0;
    width: 100%;
    left: 0;
    bottom: 0;
	padding: 0 15px;
}
.footer__top{
    order: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid rgba(242, 236, 230, 0.08);
}
.footer__top_logo{
    justify-content: flex-start;
    display: flex;
    width: 100%;
}
.footer__top_logo a{
	display: flex;
    text-decoration: none;
}
.footer__top_logo a:hover .footer__top_logo_text{
	color:#6FA9AD;
	transition:0.5s;
}
.footer__top_logo_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.footer__top_logo_icon-img{
    max-width: 100%;
    height: auto;
}
.footer__top_logo_text{
    font-family: Montserrat-SemiBold, Helvetica;
    font-weight: 600;
    justify-content: center;
    color: #F2ECE6;
    font-size: 18px;
	padding-left: 10px;
}
.footer__top_contact{
    justify-content: flex-end;
    display: flex;
    width: 100%;
	align-items: center;
}
.footer__top__phone{
    display: flex;
    justify-content: center;
    align-items: center;
	text-decoration: none;
}
.footer__top__phone:hover .footer__top__phone_text{
	color:#6FA9AD;
	transition:0.5s;
}
.footer__top__phone_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.footer__top__phone_icon-img{
    max-width: 100%;
    height: auto;
}
.footer__top__phone_text, .footer__top__phone_text a{
    font-family: Montserrat-Regular, Helvetica;
    font-weight: 400;
    color: #F2ECE6;
    font-size: 16px;
    margin-right: 5px;
	text-decoration: none;
}
.footer__top__telegram_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    margin-left: 24px;
}
.footer_icons{
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer__top__telegram_icon-img{
    max-width: 100%;
    height: auto;
}
.footer__top__whatsapp_icon{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}
.footer__top__whatsapp_icon-img{
    max-width: 100%;
    height: auto;
}
.footer__bottom{
    order: 2;
    position: static;
    bottom: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 10px 0;
}
.footer__container, .footer__container a{
    padding: 0 15px;
    font-family: Montserrat-Regular, Helvetica;
    font-weight: 400;
    color: #F2ECE6;
    font-size: 10px;
}

@media (min-width: 950px) and  (max-width: 1249px){
	.container {
    margin-left: 15px;
    margin-right: 15px;
}
}
@media (max-width: 950px) {
	.card-form .columns {
    display: block;
	}
	.card-form .columns div {
    width: 100%;
}
.form-center {
    margin-left: 0;
    padding: 210px 20px;
}
	.card-form .columns div:nth-child(1) {
    padding-right: 0px;
}
.card-form .columns div:nth-child(2) {
    padding-left: 0px;
}

	footer{
		position:static;
	}
	.footer__top_contact {
    display: block;
	}
	.footer_icons {
    margin: 30px 0 50px 0;
}
.header__logo_text, .header__phone_text, .header__phone_text p{
font-size: 18px;
}
.header_create_line{
display:none;
}
.header__phone_icon-img, .header__telegram_icon .header__phone_icon-img, .header__whatsapp_icon .header__phone_icon-img, .footer__top__telegram_icon .footer__top__telegram_icon-img {
    width:30px;
}
.footer__top {
    display: block;
}
.footer__top_logo,.footer__top_contact {
    justify-content: center;
}
.footer__bottom {
    display: flex;
    text-align: center;
    padding: 35px 0;
}
.container-card {
    /*min-height: calc(100vh - 230px);*/
}
.container .two-column {
    display: block;
    margin-top: 5px;
	padding: 0 15px;
}
.container .two-column #content {
    margin-top: 10px;
	padding: 15px;
}
.content-profile h2 {
    margin-top: 20px;
}
.container .two-column #content .content-title, .content-title input {
    padding-bottom: 15px;
	margin-bottom: 15px;
}
.container .two-column #content .content-ul span.name {
    display: block;
}
.container .two-column #content .content-ul {
    padding-bottom: 50px;
}
.left-menu {
    display: flex;
    overflow: auto;
    width: 100%;
    justify-content: space-between;
}
.left-menu a {
    font-size: 10px;
    display: block;
	text-align: center;
	line-height: 10px;
	width: 100%;
    margin: 0 1px;
}
.left-menu a .icon{
	display: block;
}
.container .two-column .column-left {
    width: 100%;
}
.footer__container, .footer__container a {
    padding: 0 5px;
}
}
.hidden{
	display:none!important;
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 951px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 951px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.modal {
  opacity: 0;
  padding: 50px;
  position: absolute;
  z-index: 1100;
  -webkit-transition: opacity 200ms linear 200ms;
  -moz-transition: opacity 200ms linear 200ms;
  -ms-transition: opacity 200ms linear 200ms;
  -o-transition: opacity 200ms linear 200ms;
  transition: opacity 200ms linear 200ms;
}

.modal_info {
display: flex;
flex-direction: column;
align-items: center;
padding: 24px;
gap: 32px;
position: absolute;
width: 378px;
left: calc(50% - 378px/2);
top: calc(50% - 346px/2);
background: #FEFEFE;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
border-radius: 4px;
}
@media (max-width: 767px) {
	.content {
    min-height: 120%;
}
.modal_info {
width: 278px;
left: calc(50% - 278px/2);
}
}
.modal form {
    width: 100%;
	margin-top: -20px;
}
.modal p, .modal_visible p{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #171615;
}
.modal_overlay {
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  left: 0;
  opacity: 0;
  overflow: auto;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 900;
  -webkit-transition: opacity 200ms linear;
  -moz-transition: opacity 200ms linear;
  -ms-transition: opacity 200ms linear;
  -o-transition: opacity 200ms linear;
  transition: opacity 200ms linear;
  display: none;
}

.display {
  opacity: 1;
  visibility: visible;
  display: block;
}

.conceal {
  visibility: visible;
}

.btn_container {
  height: 100%;
  text-align: center;
}

.btn_container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}


button.modal_close {
  background: #363D4E;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: #FFFFFF;
  cursor: pointer;
  outline: none;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-transition: -webkit-transform 200ms;
  -moz-transition: -moz-transform 200ms;
  -ms-transition: -ms-transform 200ms;
  -o-transition: -o-transform 200ms;
  transition: transform 200ms;
}

button.modal_close:hover {
  background: #3E465A;
  -webkit-transform: rotate(360deg) scale(1.10);
  -moz-transform: rotate(360deg) scale(1.10);
  -ms-transform: rotate(360deg) scale(1.10);
  -o-transform: rotate(360deg) scale(1.10);
  transform: rotate(360deg) scale(1.10);
  -webkit-transition: -webkit-transform 200ms;
  -moz-transition: -moz-transform 200ms;
  -ms-transition: -ms-transform 200ms;
  -o-transition: -o-transform 200ms;
  transition: transform 200ms;
}

button.modal_close span{
  background: #FFFFFF;
  content: '';
  cursor: pointer;
  display: block;
  height: 2px;
  position: absolute;
  width: 20px;
}

button.modal_close span:first-child {
  background: none;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

button.modal_close span:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

button.modal_close span:after {
  -webkit-transform: translateY(-2px) rotate(-45deg);
  -moz-transform: translateY(-2px) rotate(-45deg);
  -ms-transform: translateY(-2px) rotate(-45deg);
  -o-transform: translateY(-2px) rotate(-45deg);
  transform: translateY(-2px) rotate(-45deg);
  top: 2px;
}


@media only screen and (max-width: 951px) {
.menu > ul > li a , .menu-container-footer .menu > ul > li a{
	padding: 13px;
	width: 100%;
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
    }
	}
.table, .table a{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 140%;
color: #171615;

}
.table{
	display: table;
    width: 100%;
    border-collapse: collapse;
}
}
::-webkit-scrollbar { width: 3px; height: 3px;background-color: #C2C2C2;border-radius: 2px;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #C2C2C2; border-radius: 2px;}
::-webkit-scrollbar-corner { background-color: #C2C2C2;border-radius: 2px;}
::-webkit-resizer { background-color: #C2C2C2;border-radius: 2px;}
.table-container{
	overflow:auto;
}

	.table .row{
    display: table-row;
	border-bottom: 1px solid #C2C2C2;	
}	

	.table  .row .col{	
	padding: 24px 10px 24px 0;
	 display: table-cell;
  text-align: left;
	}
	.table  .row.header .col{	
	padding: 24px 0px 16px 0;

	}
	.table  .row .col:nth-child(1), .table  .row .col:nth-child(1) a{	
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 140%;
text-decoration-line: underline;
color: #171615;
	}
		.table  .row .col button, .table  .row .col:nth-child(6) a{	
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 140%;
color: #6FA9AD;
text-decoration-line: underline;
    border: none;
    background: transparent;
	}
	.table  .row .col button:hover, .table  .row .col:nth-child(6) a:hover{
		color:#171615;
		transition:0.5s;
		cursor:pointer;
	}
	
.table .row.header .col{
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 15px;
color: #171615;
text-decoration:none;
}

	.badge{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 2px 12px 2px 8px;
gap: 4px;
border-radius: 4px;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 10px;
line-height: 18px;
text-align: center;
color: #FEFEFE;
	}
	.bg-dark{
background: rgba(23, 22, 21, 0.4);
	}
	.badge-light{
font-weight: 700;		
	}
	



.button-dropdown {
    position: relative;
}

.nav .child a {
    display: block;
    text-decoration: none;
	font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #171615;
}

.nav .child a span {
    display: inline-block;
    margin-left: 5px;
    font-size: 10px;
}

.nav .child a:hover, .nav .child a.dropdown-toggle.active {
    color: #999;
}

.nav .child a:hover span, .nav .child a.dropdown-toggle.active span {
    color: #999;
}

.nav .child .dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    padding: 0;
    margin: 0;
    margin-top: 3px;
    text-align: left;
	list-style-type: none;
	background: #F2ECE6;
border: 1px solid rgba(23, 22, 21, 0.2);
border-radius: 4px;
}

.nav .child .dropdown-menu.active {
    display: block;
}

.nav .child .dropdown-menu a {
    width: 150px;
	padding: 5px;
}

.lead{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 24px;
text-align: center;
color: #171615;
padding: 20px 10%;
}
a.active{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
text-decoration-line: underline;
color: #4D8F94;
    display: flex;
    justify-content: center;
	padding-top: 20px;
}
a.noactive{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
text-align: center;
text-decoration-line: none;
color: #000;
    display: flex;
    justify-content: center;
	padding-top: 20px;
}
.home-blocks{
	display:flex;
	margin: 15px 0;
    width: 100%;
    justify-content: space-between;
}

.home-blocks .home-block{
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: flex-start;
padding: 12px 12px 16px 16px;
background: #FEFEFE;
border-radius: 3px;
border: 1px solid #FEFEFE;
margin: 5px;
transition:0.5s;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #171615;
}
.home-blocks .home-block .title{
	padding-right:35px;
	padding-top: 15px;
}
.home-blocks .home-block:hover{
background: rgba(254, 254, 254, 0.6);
border: 1px solid #6FA9AD;
cursor:pointer;
}
.home-blocks .home-block .icon{
   background-size: 40px;
    background-repeat: no-repeat;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 0px;
width: 100%;
height: 50px;	
border-bottom:1px solid #EBEBEB;
}
.home-blocks .home-block .top{
	display:flex;
	position:relative;
	width: 100%;
}
.home-blocks .home-block:nth-child(1) .icon{
background-image: url(/static/image/icon/mental-health.svg);
}
.home-blocks .home-block:nth-child(2) .icon{
background-image: url(/static/image/icon/therapy.svg);
}
.home-blocks .home-block:nth-child(3) .icon{
background-image: url('/static/image/icon/psychology (1).svg');
}
.home-blocks .home-block:nth-child(4) .icon{
background-image: url('/static/image/icon/psychology (2).svg');
}
.home-blocks .home-block:nth-child(5) .icon{
background-image: url(/static/image/icon/psychology.svg);
}
.home-blocks .home-block .status{
   background-size: 40px;
    background-repeat: no-repeat;
	background-image: url(/static/image/icon/status.svg);
float:right;
padding: 0px;
height: 40px;	
width:40px;
position: absolute;
    right: 0;
}
.home-blocks .home-block .status.check{
	background-image: url(/static/image/icon/check.svg);
}
.form-buttons{

}
.form-buttons button, .form-buttons .button-modal{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 12px 24px;
width: 303px;
height: 44px;
background: rgba(111, 169, 173, 1);
border-radius: 3px;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 20px;
text-align: center;
text-transform: uppercase;
color: #F2ECE6;
border: none;
margin: 15px auto 10px auto;
    text-decoration: none;
}
.form-buttons button:hover, .form-buttons .button-modal:hover{
	cursor:pointer;
	background:#D0B33E;
	transition:0.5s;
}
.form-buttons button.disabled, .form-buttons .button-modal.disabled{
background: rgba(111, 169, 173, 0.6);
}
.form-buttons .small{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 10px;
line-height: 12px;
text-align: center;
color: #171615;
    width: 280px;
    margin: 0 auto;
}
@media (max-width: 767px) {
	.testing{
		padding: 0 10px;	
	}
.home-blocks {
	display:block;
	padding: 0 5px;
}	
.form-buttons {
    margin: 0 15px;
}
.form-buttons button {
    width: 100%;
	}
	.testing .buttons .btn-light, .buttons.buttons-right, #open_comlete_test {
		        max-width: 100%;
        min-width: 100%;
		margin:0;
	}
	.buttons {
        padding: 0;
    }
	
}
@media (min-width: 768px) and (max-width: 951px){
	.testing{
		padding: 0 10px;	
	}
	.home-blocks {
            flex-wrap: wrap;
			padding: 0 10px;
	}
	.home-blocks .home-block{
		width:48%;
	}	
}
@media (min-width: 952px) {
	.home-blocks {
            flex-wrap: wrap;
			padding: 0;
	}
	.home-blocks .home-block{
		width:262px;
	}
}
@media (min-width: 952px) {
	.home-blocks {
            flex-wrap: wrap;
			padding: 0;
	}
	.home-blocks .home-block{
		width:262px;
	}
	.testing{
		padding: 0 10px;	
	}
}
@media (min-width: 1318px) {
	.home-blocks {
            flex-wrap: nowrap;
	}
	.home-blocks .home-block{
		width:243px;
	}
	.testing{
		padding: 0;	
	}
}
.methodology-description{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #171615;
margin-top: 40px;
}
.methodology-description.small{
	margin-top: 30px;
}
.questions{
margin-top: 25px;	
}
.questions .question {
	
}
.questions .question .title{
display: flex;
flex-direction: row;
justify-content: left;
align-items: center;
padding: 16px 20px;
background: #FEFEFE;
border-radius: 3px 3px 0px 0px;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
color: #171615;
}

.questions .answers{
margin-bottom: 20px;	
}
.questions .answers .answer{
display: flex;
flex-direction: row;
align-items: center;
padding: 16px 0;
margin: 0 16px;
position: relative; 
justify-content: space-between;
}
.questions .answers .answer.bordered{
    border-bottom: 1px solid #C2C2C2;
}
.questions .answers div:nth-last-child(2){ 
 border-bottom: 1px solid transparent!important;
 margin-bottom:20px;
}
.questions .answers .answer.bordered label {
    padding-right: 15px;
}
.questions .answers .answer input{
border: 2px solid #6FA9AD;
}
.questions .answers .answer input[type="radio"], .questions .answers .answer input[type="checkbox"]{
	border-radius: 12px;
accent-color: #6FA9AD;
  width: 24px;
  height: 24px;
position: absolute;
	left: 0;
	opacity: 0.01;	
}
.questions .answers .answer  label{
	font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 20px;
color: #171615;
position: relative; 
	cursor: pointer; 
}
.questions .answers .answer input[type="radio"] + label, .questions .answers .answer input[type="checkbox"] + label{
		padding-left: 2.3em;
}
.questions .answers .answer input[type="checkbox"] + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #6FA9AD;
	background: #FFF;
	border-radius: .2em;
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(111, 169, 173, .2);
	transition: all .275s;
}

/* Check aspect */
.questions .answers .answer input[type="checkbox"] + label::after{
	/*content: '\2714';
	speak: never; 
	position: absolute;
	top: .525em;
	left: .18em;
	font-size: 1.375em;
	color: #6FA9AD;
	line-height: 0;
	transition: all .2s; */
	 content: '';    
    position: absolute; 
	top: 0.2em;
	    left: 0.2em;
    width: 1.1em;
    height: 1.1em;
    background: #6FA9AD;
    -webkit-clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: transform .3s;
    transition: transform .3s;
}

/* Unchecked aspect */
	.questions .answers .answer input[type="checkbox"]:not(:checked) + label:after{
	opacity: 0;
	/*transform: scale(0) rotate(45deg);*/
}

/* Checked aspect */
.questions .answers .answer input[type="checkbox"]:checked + label::after {
	opacity: 1;
	  -webkit-transform: scale(1);
    transform: scale(1);
	/*transform: scale(1) rotate(0);*/
}

.questions .answers .answer input[type="radio"] + label::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 1.4em;
	height: 1.4em;
	border: 1px solid #6FA9AD;
	background: #FFF;
	border-radius: 100%;
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 rgba(111, 169, 173, .2);
	transition: all .275s;
}

/* Check aspect */
.questions .answers .answer input[type="radio"] + label::after{
	/*content: '\23FA';
position: absolute;
    top: 10px;
    left: 2px;
    font-size: 1.451em;
    color: #6FA9AD;
    line-height: 0;
	width: 1.4em;
    height: 1.4em;*/
		content: '';
	position: absolute;
    left: 0.2em;
    top: 0.2em;
    width: 1em;
    height: 1em;
    border: 1px solid #6FA9AD;
    background: #6FA9AD;
    border-radius: 100%;
    transition: all .2s;
}

	.questions .answers .answer input[type="radio"]:not(:checked) + label:after{
	opacity: 0;
}

.questions .answers .answer input[type="radio"]:checked + label::after {
	opacity: 1!important;
	animation: animate_pulse 1.5s infinite!important;
	border: 1px solid #6FA9AD!important;
    background: #6FA9AD!important;
}
 .questions .answers .answer:hover input[type="radio"] + label::after {
	opacity: 0.5;
	background: #ccc;
    border: 1px solid #ccc;
}

@keyframes animate_pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(111, 169, 173, 0.4);
	}
	70% {
		box-shadow: 0 0 0 10px rgba(111, 169, 173, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(111, 169, 173, 0);
	}
}
.questions .answers .answer input[type="radio"] + label, .questions .answers .answer input[type="checkbox"] + label  {
    padding-top: 2px;
}

.buttons .btn-light {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: transparent;
    font-family: 'Montserrat-Regular';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
    padding: 12px 24px;
    border: 1px solid #6FA9AD;
    border-radius: 3px;
    color: #171615;
    min-width: 48%;
    text-decoration: none;
    margin-right: 5px;
}
.questions .answers .answer input[type="number"]{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
padding: 8px 8px 8px 16px;
width: 84px;
height: 40px;
border: 1px solid #C2C2C2;
border-radius: 3px;
background-color: transparent;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 12px;
line-height: 160%;
color: rgba(23, 22, 21, 0.6);
position:relative;
}
.questions .answers .answer.bordered:hover{
cursor:pointer;	
}
.alert-test{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
padding: 16px;
width: 100%;
height: 52px;
background: #FFF3CD;
border: 1px solid rgba(102, 77, 3, 0.4);
border-radius: 3px;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 20px;
text-align: center;
color: #664D03;
margin-bottom: 15px;
}

.alert-warning-test{
	
}
.alert-attention-test{
background: #F8D7DA;
border: 1px solid rgba(132, 32, 41, 0.4);
color: #842029;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
input[type="number"] {
  -moz-appearance: textfield;
}

.number{
	position:relative;
	overflow: visible;
}
.number-minus {
	position: absolute;
	right: 1px;
	top: 60%;
	width: 20px;
	height:50%;
	padding: 0;
	display: block;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 18px;
	font-weight: 600;
	    color: #C2C2C2;
		border-radius: 3px;
		    z-index: 1;
			 font-family: "Inconsolata", monospace;
			 
}
.number-plus {
	position: absolute;
	right: 1px;
	top: 10%;
	width: 20px;
	height:50%;
	padding: 0;
	display: block;
	text-align: center;
	border: none;
	background: transparent;
	font-size: 18px;
	font-weight: 600;
	    color: #C2C2C2;
		border-radius: 3px;
		    z-index: 1;
			 font-family: "Inconsolata", monospace;
}
.number .number-minus:hover, .number .number-plus:hover,.number .number-minus:active, .number  .number-plus:active{
	cursor:pointer;
	color: #6FA9AD;
	transition:0,5s;
}

.checked-numeric{
	background: #6FA9AD;
    padding: 16px 16px !important;
}
.checked-numeric .num{
border: 1px solid #fff;
    background: #fff;
    border-radius: 100%;
    color: #6FA9AD;
    padding: 15px;
    font-size: 18px;
    font-weight: 700;
    width: 50px;
    height: 50px;
    text-align: center;
}
.questions .answers .answer.checked-numeric label,.questions .answers .answer.checked-numeric input{
	color:#fff;
}

.max{
	padding-left: 10px;
    font-weight: bold;
}
.center{
	justify-content: center;
}

.html2canvas-container { width: 3000px !important; height: 3000px !important; }

.html2canvas-container { width: 3000px !important; height: 3000px !important; }
.for-pdf{ 
   width: 1100px!important;
   min-width: 1100px!important;
}
.for-pdf #allData{
   max-width: 100%!important;
   
}
.show-for-pdf{
   display: none;
}          
.for-pdf .show-for-pdf{
   display: inherit;
}          
.for-pdf .hide-for-pdf{
   display: none;
}


.for-pdf .pdf-2{
    flex: 0 0 16.666667%!important;
    max-width: 16.666667%!important;
}
.for-pdf .pdf-3{
    flex: 0 0 25%!important;
    max-width: 25%!important;
}
.for-pdf .pdf-4{
    flex: 0 0 33.333333%!important;
    max-width: 33.333333%!important;
}
.for-pdf .pdf-5{
    flex: 0 0 41.666667%!important;
    max-width: 41.666667%!important;
}
.for-pdf .pdf-6{
    flex: 0 0 50%!important;
    max-width: 50%!important;
}
.for-pdf .pdf-7{
    flex: 0 0 58.333333%!important;
    max-width: 58.333333%!important;
}
.for-pdf .pdf-8{
    flex: 0 0 66.666667%!important;
    max-width: 66.666667%!important;
}
.for-pdf .pdf-9{
    flex: 0 0 75%!important;
    max-width: 75%!important;
}
.for-pdf .pdf-10{
    flex: 0 0 83.333333%!important;
    max-width: 83.333333%!important;
}
.for-pdf .pdf-11{
    flex: 0 0 91.666667%!important;
    max-width: 91.666667%!important;
}

canvas {
  max-width: 100%;
  max-height: 100%;
}
#allData-container{
max-width: 595px;
margin: 0 auto;	
}
.charts{
background: #FEFEFE;
max-width: 595px;
    margin: 0 auto;
    padding: 20px 15px 15px 15px;
}
.charts #header-container2{
	margin-top: -20px;
}
.for-pdf .charts{
	max-width: 100%;
}
.charts  .header{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 600;
font-size: 18px;
line-height: 22px;
color: #171615;
padding-bottom: 20px;	
}

.charts #header-container1 .header{
	padding-bottom: 0px;
}
.next.full{
	/*min-width: calc(100% + 30px);
    margin-left: -15px;*/
    height: 32px;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
color: #FEFEFE;
max-width: 595px;
    margin: 80px auto 0 auto;
}
.charts .table-container, .charts #canvas-container{
	padding: 12px 0;
	flex-wrap: wrap;
	overflow:visible;
	}
	
.charts	.table-container p{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 15px;
color: #171615;
text-align:left;
    margin: 9px 0;
	}
.charts .table-container table{
	width: 100%;
}
#table-container3 table{
	/*margin: -30px 0;*/
}
#table-container3 table tr td:nth-child(1){
background:#E5EFF6;	
}
#allData-container h1{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 600;
font-size: 14px;
line-height: 17px;
color: #171615;
min-width: 100%;
text-align:left;
margin-top: 28px;
margin-bottom: 0px;
}
#allData-container #header-container3 h1{
margin-top: 0px;	
}
#allData-container #header-container1{
	    padding-top: 25px;
}
#allData-container #containerfocus p.legend{
font-size: 8px;	
}
#allData-container #containerfocus p{
text-align:center;
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 10px;
color: #171615;
}
#focusChart{
margin-top: 10px;
}
.running-title{
font-family: 'Montserrat-Regular';
font-style: normal;
font-weight: 400;
font-size: 12px;
line-height: 16px;
text-align: center;
color: #171615;
}
.charts .table-container td{
	padding:2px;
	min-width:140px;
	max-width: 620px;
	border: 1px solid #171615;
	border-collapse: collapse;
	background: #FEFEFE;
	font-family: 'Montserrat-Regular';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	color: #171615;
}
.charts .table-container table, .charts .table-container th, .charts .table-container td{
	border-collapse: collapse;
}
/*.charts .table-container table tr:first-child > td:nth-child(1) {
  background-color: #E2636B;
}
.charts .table-container table tr:first-child > td:nth-child(2) {
  background-color: #E5EFF6;
}
.charts .table-container table tr:first-child > td:nth-child(3) {
  background-color: #68D843;
}
.charts .table-container table tr:first-child > td:nth-child(4) {
  background-color: #F2CE3B;
}*/
#canvas-container table{
	width:100%;
}
#canvas-container table tr{
    /*display: flex;*/
    justify-content: center;
	}
#canvas-container table tr td{
	width:50%;
}
