@import url('https://fonts.googleapis.com/css?family=Montserrat');

html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	background-color: #fafafa;
	font-family: 'Montserrat', sans-serif;
}

iframe {
	overflow: hidden;
    min-height: 100vh;
    width: 100%;
}

a, button,
a:hover, button:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	color: inherit;
	text-decoration: none;
}

a, input, button, select {
	transition: 0.5s;
	outline: none;
	cursor: pointer;
}

a:focus, button:focus, a:active, button:active{
	color: inherit;
	text-decoration: none;
	outline: none;
}

ul,li,ol {
	list-style: none;
}

ul {
	padding-left: 0;
	margin:0;
}

em, i {
	font-style: normal;
}

h1, h2, h3, h4, h5 {
	margin-top: 0;
}

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

.main-top-title {
    max-width: 750px;
}

label,
.add-info-right p,
.save-data-item span {
	font-size: 13px;
	color: #9d9d9d;
}

.main-section {
    margin-top: 40px;
    border-bottom: 4px solid #c81121;
    min-height: 100vh;
    padding: 0 20px 30px;
}

	.container {
		max-width: 970px;
		margin-right: auto;
		margin-left: auto;
		width: 100%;
		position: relative;
	}

	.main-top-title h3 {
		font-size: 24px;
		color: #000;
		margin-bottom: 0;
	}

	.main-top {
	    display: flex;
	    justify-content: space-between;
	    margin-bottom: 25px;
	}

	.section-title {
		font-size: 20px;
		margin-bottom: 0;
	}

	.sub-title,
	.select-member label,
	.add-spouse-child a,
	.additional-tags li a {
		color: #ca1120;
		font-size: 16px;
		font-weight: 500;
	}

	.radio-check-list  {
		display:flex;
		margin: 30px 0 30px;
		flex-wrap:wrap;
	}

	.radio-check-list label,
	.checkbox-list label {
		display:block;
		margin-right: 30px;
		cursor: pointer;
		margin-bottom: 8px;
	}
	
	.radio-check-list input[type="radio"],
	.checkbox-list input[type="checkbox"] {
		opacity:0;
	}

	.radio-check-list input[type="radio"] {
		margin-left: -8px;
	}
	
	.radio-check-list  label span,
	.checkbox-list label span {
		display:inline-block;
		width: 11px;
	    height: 11px;
	    border: 1px #9d9d9d solid;
		vertical-align: middle;
		text-align:center;
		margin-top: -3px;
	}
	
	.radio-check-list input[type="radio"]:checked ~ span:after,
	.checkbox-list input[type="checkbox"]:checked ~ span:after {
		content:"";
		display: inline-block;
		width: 7px;
	    height: 7px;
	    background: #ca1120;
	    position: relative;
	    top: -4px;
	}
	
	.radio-check-list label input[type="radio"] ~ span,
	.radio-check-list input[type="radio"]:checked ~ span:after {
		border-radius:50%;
	}

	.form {
	    margin-bottom: 40px;
	}

	.form-area,
	.course-add-info > div ,
	.info-flex{
	    display: flex;
	    justify-content: space-between;
	}

	.form-area > *,
	.course-add-info > div > *,
	.info-flex > * {
	    max-width: 390px;
	    flex:1;
	}

	.input-fld {
	   
	    position: relative;
	    margin-bottom: 23px;
	    padding-bottom: 5px;
	}

	.input-fld {
	    display: block;
	}

	.input-fld label {
	    /*position: absolute;*/
	}

	.input-fld input {
	    width: calc(100% - 170px);
	    text-align:left;
	    color: #626262;
	    font-size: 13px;
	    border: none;
	    background-color: transparent;
	    /*padding-left: 160px;*/
        border-bottom: 1px solid #b4b4b4;
        float: right;
	}

	.btn-area-add {
	    max-width: 390px;
	    display: flex;
	    justify-content: space-between;
	    margin-bottom: 40px;
	}

		.add-btn {
		    color: #3c3c3c;
		    font-size: 13px;
		    border: none;
		    padding: 0;
		    background-color: transparent;
		}

			.add-btn em {
			    width: 24px;
			    height: 24px;
			    color: #fff;
			    background-color: #ca1120;
			    display: inline-block;
			    font-size: 22px;
			    border-radius: 50%;
			    vertical-align: middle;
			    margin-right: 10px;
			    margin-top: -1px;
			}

			.add-btn:hover em {
			    opacity: 0.7;
			}

		.registr-area {
		    text-align: center;
		    position: relative;
		    margin-bottom: 25px;
		    margin-top: 150px;
		}

		.ugab-btn {
		    display: inline-block;
		    background-color: #ca1020;
		    border: none;
		    color: #fff;
		    font-size: 13px;
		    min-width: 180px;
		    height: 33px;
		    border-radius: 15px;
		    padding: 0 10px;
		    line-height: 33px;
		}

		.ugab-btn:hover,
		.ugab-btn:focus,
		.ugab-btn:active {
		    opacity: 0.7;
		    color: #fff;
		}

		.registr-area span {
		    position: absolute;
		    right: 0;
		    bottom: 0;
		    color: #9d9d9d;
		    font-size: 13px;
		}

.course-area {
    margin: 10px 0 35px;
}

	.course-table-th li, .course-table-td li {
	    display: flex;
	    font-size: 13px;
	    align-items: center;
	    padding: 0 8px;
	}

	.course-table-th li:hover, .course-table-td li:hover,
	.profile-course-table .course-table-td li:nth-child(odd):hover{
	    background-color: #e6e6e6;
	}

	.course-table-td li:not(:last-child) {
    	border-bottom: 1px solid #e6e6e6;
	}

        .event-name {
        	width: 29%;
        }

        .from-the {
        	width: 14%;
        }

        .deadline {
        	width: 20%;
        }

        .course-price {
        	width: 13%;
        }

        .regis-area {
		    width: 24%;
		}

        .course-table-th li > div:not(:first-child),
        .course-table-td li > div:not(:first-child) {
		    text-align: right;
		}

		.course-table-th li > div,
        .course-table-td li > div {
	    	padding: 15px 0;
		}

		.course-table-th li > div {
		    color: #6b6b6b;
		}

		.course-table-td .event-name {
			color: #9d9d9d;
			text-transform: uppercase;
		}

		.course-table-td li > div {
		    color: #626262;
		}

	.course-add-info > div > * {
	    position: relative;
	}

		.title-gray {
			color: #9d9d9d;
			font-size: 13px;
			text-transform: uppercase;
		}

		.info-img {
		    max-width: 400px;
		    margin-bottom: 35px;
		}	

			.info-img img {
			    max-width: 100%;
			}

			.save-data-item {
			    display: flex;
			    justify-content: space-between;
			    margin-bottom: 13px;
			    padding-bottom: 13px;
			}

			.save-data-list .save-data-item:not(:last-child) {
			    border-bottom: 1px solid #b4b4b4;
			}

			.save-data-item .save-data-info {
			    color: #626262;
			    font-weight: bold;
			}

			.save-data-list {
			    margin-bottom: 40px;
			}

			.checkbox-list label span {
			    margin-right: 12px;
			}

			.checkbox-list label {
			    font-weight: bold;
			    color: #626262;
			}

			.checkbox-list input[type="checkbox"] {
			    margin-left: -16px;
			}

			.main-top-user {
			    margin-left: 6px;
			}

			.view-cart {
			    border-radius: 10px;
			    font-size: 18px;
			    line-height: 31px;
			}

				.view-cart img {
				    margin-left: 4px;
				    position: relative;
				    top: 4px;
				}

				.user-name {
				    color: #196483;
				    font-size: 16px;
				    padding-bottom: 5px;
				    display: inline-block;
				}

		.total-price-area {
		    position: absolute;
		    left: 0;
		    right: 0;
		    bottom: 47px;
		    font-size: 20px;
			color: #ca1120;
		}

			.total-price-area > div {
			    display: flex;
			    justify-content:space-between;
			}
			
			.total-price-area > div:first-child {
			    padding-bottom: 13px;
			    border-bottom: 1px solid #e6e6e6;
			    margin-bottom: 13px;
			}

			.total-price,
			.total-registr {
			    font-size: 18px;
			    color: #626262;
			    font-weight: bold;
			}

			.name-registr {
			    width: 31%;
			}

			.basket-area .course-price {
			    width: 15%;
			}

			.remove-area {
			    width: 25%;
			}

			.remove-area .remove-btn,
			.regis-area .regis-btn{
			    font-size: 10px;
			    min-width: 130px;
			    height: 30px;
			    text-transform: uppercase;
			    border-radius: 10px;
			    line-height: 30px;
			}

			.basket-area  .course-table-td li {
			    border-bottom: 1px solid #e6e6e6;
			}

			.basket-total-price {
				mmax-width: 200px;
			    margin-left: auto;
			    margin-bottom: 30px;
			    text-align: right;
			}

			.basket-price {
			    font-size: 22px;
			    color: #626262;
			}

			.basket-price span {
			    color: #ca1120;
			}

			.validate-area {
			    margin: 20px 0;
			}

				.validate-area .validate-btn {
				    background-color: #2ebc17;
				    height: 30px;
				    border-radius: 12px;
				    min-width: 165px;
				}

				.basket-total-price > em {
				    font-size: 11px;
				    color: #bbbbbb;
				    text-align: center;
				    display: block;
				    max-width: 160px;
   					margin-left: auto;
				}

	.login-area {
   		 max-width: 400px;
	    margin: 70px auto;
	}

		.login-content {
	    	padding: 30px;
		    border: 1px solid #9d9d9d;
		    margin-bottom: 7px;
		}

		.login-input {
		    margin-bottom: 30px;
		    display: flex;
		    align-items: flex-end;
		    justify-content: flex-end;
		    margin-right: 29px;
		}

		.login-input input {
		    border: none;
		    border-bottom: 1px solid #b4b4b4;
		    background-color: transparent;
		    padding-left: 2px;
		    color: #5e5b5b;
		    max-width: 215px;
    		width: 100%;
		}

		.login-content div a {
		    display: block;
		    margin-top: 25px;
		    color: #ca1020;
		    font-size: 10px;
		    text-decoration: underline;
		}

		.login-btn {
		    margin-top: 15px;
		}

		.login-add-info {
		    font-size: 17px;
		    color: #5e5b5b;
		}

		.login-add-info a {
		    color: #ca1020;
		    text-decoration: underline;
		}

		.back-home-btn {
		    background-color: #9c9c9c;
		    font-size: 14px;
		    text-transform: uppercase;
		    margin-top: 100px;
		}

		.thank-you-area {
		    max-width: 780px;
		    margin: 110px auto 0;		    
		    color: #626262;
		}

		.thank-you-area .section-title {
		    font-weight: 400;
		    margin: 30px 0;
		}

		.firm-address {
		    max-width: 380px;
		    border: 1px solid #e6e6e6;
		    padding: 20px 0;
		    margin: 25px auto 30px;
		    font-size: 20px;
		}

		.thank-you-area p {
		    font-size: 15px;
		}

		.type-member,
		.civility-area {
	    	display: flex;
		    justify-content: space-between;
		}

		.form-area {
		    margin: 20px 0 15px;
		}

		.civility-area {
	    	max-width: 390px;
	    	margin-bottom: 20px;
	    	align-items: center;
		}

		.select-member label {
		    margin-right: 15px;
		}

		.add-spouse-child a {
			padding-left: 15px;
		}

		.add-spouse-child a:hover,
		.add-spouse-child .active-selected {
			color: #716e6e;
		}

		.select-member select,
		.civility-area select {
			border: 1px solid #e6e6e6;
		    background: transparent;
		    height: 35px;
		    background-color: #f8f8f8;
		    border-radius: 6px;
		    min-width: 150px;
		}

		.additional-tags,
		.profile-top-nav {
		    border-bottom: 2px solid #cdcdcd;
		    border-top: 2px solid #cdcdcd;
		    padding: 20px 0;
		    margin: 20px 0;
		}

		.additional-tags,
		.profile-top-nav ul {
		    display: flex;
		}

		.profile-top-nav ul {
		    justify-content: space-around;
		}

			.profile-top-nav ul li a {
			    font-size: 14px;
			    font-weight: 600;
			    color: #000;
			}

			.profile-top-nav ul li .active-nav,
			.profile-top-nav ul li a:hover {
			    color: #c80a26;
			}

		.additional-tags li {
		    margin-right: 4px;
    		margin-bottom: -6px;
		}

		.additional-tags li:first-child {
		    margin-right: 14px;
		}

		.additional-tags li:not(:first-child) > a {
		    border: 2px solid #cdcdcd;
		    padding: 12px 9px 14px;
		}

		 .additional-tags li a:hover {
		    color: #a9a9a9;
		}

		.additional-tags li.active-tags > a {
		    border-bottom-color: #fafafa;
		}

		.welcome {
			font-size: 16px;
			color: #848484;
			text-decoration: underline;
		}

		.your-profile {
		    color: #424242;
		    font-size: 14px;
		}

		.edit-info.ugab-btn {
		    background-color: #424242;
		    padding: 0 30px;
		}

		.profile-area {
		    margin: 40px 0;
		}

		.profile-title {
		    font-size: 20px;
		    color: #303030;
		    margin: 20px 0 20px;
		}

			.profile-title img {
			    position: relative;
			    top: 3px;
			    margin-right: 11px;
			}

			.profile-form-area {
			    display: flex;
			    flex-wrap: wrap;
			}

			.profile-form-area > * {
			    width: 31%;
			    margin-right: 19px;
			    margin-bottom: 30px;
			}

			.add-style .profile-title img {
			    top: 1px;
			}

			.add-style  .profile-form-area {
			    justify-content: space-between;
			}

			.add-style .profile-form-area > * {
			    width: 49%;
    			margin-right: 0;
			}

			.choose-field {
			    margin-bottom: 30px;
			}

				.choose-field ul {
				    display: flex;
				}

					.choose-field ul li {
					    width: 50%;
					    text-align: center;
					}

					.choose-field ul li a {
					    font-size: 20px;
					    color: #c4c4c4;
					    display: block;
					    border-bottom: 2px solid #cdcdcd;
					    padding: 10px 0 10px;
					}

					.choose-field ul li a:hover {
					    color: #ca1120;
					}

					.choose-field ul li .active-fld {
						color: #ca1120;
						border: 2px solid #cdcdcd;
    					border-bottom: 0;
					}

		.profile-course-table ul li div {
		    width: 25%;
		}

			.profile-course-table .course-table-th li {
			    text-transform: uppercase;
			    font-size: 15px;
			    color: #818181;
			}

			.profile-course-table .course-table-td li {
				font-size: 14px;
			}

			.profile-course-table .course-table-td li:nth-child(odd) {
				background-color: #f5f5f5;
			}

			.profile-donate-area .profile-course-table ul li div {
			    width: 16%;
			}

			.profile-donate-area .profile-course-table ul li .donate-name {
			    width: 20% ;
			}

			.profile-donate-area .course-table-th li > div,
			.profile-donate-area .course-table-td li > div {
			    text-align: left;
			}

			.donor-name,
			.donate-area .select-member label,
			.amount-donation span {
				font-size: 12px;
				color: #9d9d9d;
			}

			.donor-name,
			.donate-area .select-member {
			    margin-bottom: 20px;
			}

			.donate-area .select-member select{
			    margin-top: 12px;
			    padding: 0 10px;
			}

			.amount-donation {
			    max-width: 310px;
			}

				.amount-donation span {
				    position: absolute;
				    right: -12px;
    				top: 3px;
				}

			.donate-btn-area {
			    margin: 40px 0 20px;
			}

			.secure-payment > div {
			    border: 1px solid #e1e1e1;
			    max-width: 184px;
			    padding: 12px;
			    font-size: 11px;
			    font-weight: 700;
			    text-align: center;
			    position: relative;
			}

			.secure-payment-title {
			    background-color: #fafafa;
			    position: absolute;
			    top: -16px;
			    left: 20px;
			    right: 20px;
			    margin: auto;
			    display: inline-flex;
			    align-items: center;
			    justify-content: center;
			    padding-left: 7px;
			}

			.secure-payment-title img {
			    margin-left: 12px;
			}

			.secure-payment-type {
			    margin-top: 14px;
			    display: flex;
			    justify-content: space-around;
			    padding: 0 8px;
			}

			.donate-btn-area {
			    margin: 40px 0 30px;
			}

			.donate-btn-area .donate-btn {
			    min-width: 210px;
			}

			.info-flex > * {
			    position: relative;
			}

			.info-flex > *  .save-data-name {
			    font-size: 16px;
			    color: #6b6b6b;
			}

			.content-add-info  .add-info-left h3 {
				color: #ca1120;
				font-size: 24px;
			}

			.content-add-info .total-price-area {
			    position: unset;
			    margin-top: 70px;
			}

			.content-add-info  .registr-area {
			    margin-top: 50px;
			}

			.content-add-info  .checkbox-list label {
			    width: 56%;
			    margin-right: 0;
			}

			.input-number input {
			    border-radius: 0;
			    border: none;
			    border-bottom: 1px solid #6b6b6b;
			    width: 47px;
			    text-align: right;
			    padding: 0 4px 2px;
			    color: #6b6b6b;
			    background: transparent;
			    font-size: 13px;
			}

			.colony-courses .course-table-td li {
			    border-bottom: 1px solid #e6e6e6;
			}

			.contribution {
				margin: 50px 0 30px;
			}

			@media (min-width:568px) {
				.contribution.course-table  .event-name,
				.contribution.course-table  .from-the,
				.contribution.course-table  .course-price {
					width: 33%;
					color: #000;
					padding-left: 40px;
					text-align: left;
				}
			}

			.contribution .course-table-th li,
			.contribution .course-table-td li {
			    background-color: #f6f6f6;
			    border-bottom: 1px solid #dadada;
			}

			.contribution .course-table-th li {
			   font-weight: 700;
			   text-transform: uppercase;
			}

			.contribution .course-table-th li:hover,
			.contribution .course-table-td li:hover {
			    background-color: #fafafa;
			}

			.contribution .course-table-td .event-name {
			     text-transform: capitalize;
			     color: #000;
			}

			.valid-subscription {
			    text-align: center;
			    margin-top: 40px;
			}

			.take-contribution {
			    margin: 40px 0 30px;
			}

			.take-contribution > div {
			    margin:0 auto 10px;
			    display: flex;
			    justify-content: flex-end;
			    max-width: 700px;
			    align-items: center;
			    font-size: 14px;
			}

			.take-contribution .ugab-btn {
			    height: 30px;
			    line-height: 30px;
			    margin-left: 20px;
			}

			.contribution-deactive {
				color: #9d9d9d;
			}

			.contribution-deactive .ugab-btn {
			    opacity: 0.6;
			}

/*---media----*/
@media (max-width:880px) {
	.main-section {
	    margin-top: 30px;
	}

	.form-area > * {
	    flex: initial;
	}

	.add-info-right {
	    margin-left: 25px;
	}

	.profile-form-area > * {
	    width: 49%;
	    margin-right: 0;
	}

	.profile-form-area {
	    justify-content: space-between;
	}
}

@media (max-width:736px) {
	.form-area, .course-add-info > div, .info-flex,
	.main-top,
	.type-member {
	    flex-direction: column;
	}

	.form-area, .course-add-info > div,
	.info-img,
	.save-data-list {
	    margin-bottom: 17px;
	}

	.form-area > *, .course-add-info > div > *, .info-flex > *  {
	    max-width: 100%;
	}

	.add-info-right {
	    margin-left: 0;
	}

	.total-price-area {
	    position: relative;
	    bottom: 0;
	    margin-bottom: 15px;
	    margin-top: 30px;
	}

	.main-top-user {
	    margin-left: 0;
	    margin-top: 10px;
	}

	.thank-you-area {
	    margin: 25px auto 0;	
	}

	.add-spouse-child {
	    margin-top: 17px;
	}

	.add-spouse-child a {
	    padding-left: 0;
	    padding-right: 15px;
	}

	.profile-top-nav ul {
	    display: block;
	}

	.profile-top-nav ul li {
	    display: inline-block;
	    margin: 0 8px 3px;
	}

	.profile-form-area > *,
	.add-style .profile-form-area > * {
	    width: 100%;
	    margin-bottom: 23px;
	}

}

@media (max-width:568px) {
	.registr-area span {
	    bottom: auto;
	    top: -26px;
	}

	.btn-area-add {
	    margin-bottom: 55px;
	}

	.main-top-title h3 {
	    font-size: 22px;
	}

	.section-title {
	    font-size: 18px;
	}

	.form {
	    margin-bottom: 30px;
	}

	.course-table-th li, .course-table-td li {
	    flex-direction: column;
	    align-items: initial;
	    padding: 0;
	}

	.course-table-th li > div,
    .course-table-td li > div{
    	width: auto !important;
    	padding: 15px;
	}

	.course-table-td .remove-area {
	    padding: 10px 15px;
	}

	.course-table-th li > div:not(:first-child),
    .course-table-td li > div:not(:first-child) {
	    text-align: left;
	}

	.event-name,
	.cours-name,
	.donate-name {
    	background-color: rgba(183, 183, 183, 0.2);
    }

    .from-the,
    .name-registr,
    .cours-date,
    .donate-date {
    	background-color: rgba(183, 183, 183, 0.4);
    }

    .donate-type {
    	background-color: rgba(183, 183, 183, 0.5);
    }

    .deadline,
    .basket-area .course-price,
    .cours-type,
    .donate-amount {
    	background-color: rgba(183, 183, 183, 0.7);
    }

    .donate-payment{
    	background-color: rgba(183, 183, 183, 0.9);
    }

    .course-price,
    .remove-area,
    .cours-tarif,
    .donate-action {
    	background-color: rgba(183, 183, 183, 1);
    }

    .regis-area {
	    background-color: rgb(156, 156, 156);
	}

    .course-table-th .remove-area,
    .course-table-th .regis-area{
	    display: none;
	}

    .total-title {
	    font-size: 19px;
	    padding-bottom: 6px;
	    margin-bottom: 6px;
	}

	.take-contribution .ugab-btn {
	    margin-left: 0;
	    margin-top: 5px;
	}

	.take-contribution > div {
	    flex-direction: column;
	}

}

@media (max-width:480px) {
	.login-input {
	    align-items: flex-start;
	    margin-right: 0;
	    flex-direction: column;
	}

	.login-input input {
	    max-width: 100%;
	    margin-top: 2px;
	}

	.firm-address {
	    font-size: 17px;
	}

	.thank-you-area .section-title {
	    margin: 20px 0;
	    font-size: 18px;
	}

	.back-home-btn {
	    margin-top: 50px;
	}

	.choose-field ul li a {
	    font-size: 16px;
	}

	.profile-area {
	    margin: 20px 0;
	}

	.profile-title {
	    font-size: 18px;
	}
}

@media (max-width:414px) {
	.main-top-title h3 {
	    font-size: 20px;
	}

	.login-add-info {
	    font-size: 15px;
	}

	.add-btn {
	    font-size: 12px;
	}

	.add-btn em {
	    width: 22px;
	    height: 22px;
	    font-size: 20px;
	    margin-right: 3px;
	}

	.login-content {
	    padding: 25px;
	}

	.add-spouse-child a {
	    display: block;
	    padding-bottom: 5px;
	}
}