/* @font-face {
    font-family: 'Montserrat', sans-serif;                                                
    src: url("https://fonts.cdnfonts.com/css/montserrat");
} */
/* @font-face {
    font-family: 'Merriweather' sans-serif;
    src: url("../fonts/Merriweather-Black.ttf");
} */



body {
    background-color: #2b7af5;
    /* font-family: 'Montserrat', sans-serif;  */
    font-family: 'Montserrat', sans-serif;
    color: #6A6A6A;
    font-family: 'Merriweather' sans-serif;
}

.body_white {
    background-color: white;
}

.logo {
 text-align: center;
 margin-top: 40px;
 margin: auto;
}

.form-login {
    width: 300px;
    margin: auto;
    justify-content: center;
    text-align: center;
    background-color: white;
    margin-top: 100px;
    border-style: solid 1px;
	border: grey solid 1px;
    padding: 30px;
    border-radius: 20px;
}

.registration {
    padding: 0px 0 20px 0;
    font-size: 24px;
    
}

#id_login {
    font-size: 18px;
    padding: 10px;
    border-style: none;
    border-bottom: rgb(202, 202, 202) solid 1px;
}

#id_login:focus {
    font-size: 18px;
    padding: 10px;
    border-style: none;
    border-bottom: #2b7af5 solid 1px;
}

#id_password {
    font-size: 18px;
    padding: 10px;
    border-style: none;
    border-bottom: rgb(172, 172, 172) solid 1px;

}

.button_enter {
    margin: 15px 0 10px 0;
    width: 250px;
    height: 40px;
    background-color: #2b7af5;
    border-style: none;
    color: white;
    font-weight: 400;
    cursor: pointer;
}

.container {
    width: 980px;
    margin: auto;
    padding: 15px;
    /* margin-top: 100px; */
}

.container_white {
    width: 980px;
    margin: auto;
    padding: 15px;
    background-color: white;
    height: 600px;
}

.container_result {
    margin-top: 80px;
    display: flex;
    width: 980px;
    margin: auto;
    padding: 15px;
    background-color: white;
    height: 600px;
}

.container_white_batll {
    width: 980px;
    margin: auto;
    padding: 15px;
    background-color: white;
    margin-top: 60px;
    height: auto;
}

.qustion {
    padding: 15px;
    border: #6A6A6A solid 1px;
    background-color: rgb(230, 230, 230);
    border-radius: 5px;
    color: black;
    margin-top: 30px;
}

.qustion_item {
    padding: 15px;
    border: #6A6A6A solid 1px;
    background-color: white;
    border-radius: 0px 5px 5px 5px;
    color: black;
    font-weight: 600;
}

.test_title {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    
}

.qustion_title {
    background-color: #2b7af5;
    display: inline-block;
    padding: 10px;
    border-radius: 5px 5px 0 0;
    color: white;
}

.answes {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 20px;
}

.button_result {
    width: 220px;
    height: 45px;
    border-radius: 5px;
    border-style: none;
    background-color: rgb(0, 0, 0);
    color: white;
    font-size: 20px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer
}

.battle_item_one {
    border: #2b7af5 solid 1px;
    border-radius: 5px;
    text-align: center;
    
}

.battle_item_two {
    border-radius: 5px;
    background-color: #E2E2E2;
    text-align: center;
}

.battle_item_three {
    border-radius: 5px;
    background-color:  #2b7af5;
    text-align: center;
}

.batlle_items {
    display: grid;
    grid-template-columns: repeat(3, 300px);
    gap: 40px;
    height: 300px;
    
}

.battle_one {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background-color: #2b7af5;
    color: white;
    font-size: 14px;
    margin-top: 50px;
    cursor: pointer;
}

.title_batlle {
    font-size: 24px;
    margin-top: 20px;
}

li {
    margin: 15px 20px 15px 20px;
}

ul {
    margin: 40px 0 40px 0;
}

.battle_two {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border: #2b7af5 solid 2px ;
    background-color: #E2E2E2;
    color: #2b7af5;
    font-size: 14px;
    margin-top: 50px;
    cursor: pointer;
}

.battle_three {
    width: 180px;
    height: 40px;
    border-radius: 5px;
    border: white solid 2px;
    background-color: #2b7af5;
    color: white;
    font-size: 14px;
    margin-top: 30px;
    cursor: pointer;
}

.title_batlle_two {
    font-size: 24px;
    margin-top: 20px;
    color: #2b7af5;
}

.title_batlle_three {
    font-size: 24px;
    margin-top: 20px;
    color: white;
}

.text_three {
    color: white;
}

.title_batll_chooice {
    margin-top: 0;
    text-align: center;
}

.title_two_batll_chooice {
    text-align: center;
    margin-bottom: 80px;
}

.batll_zone {
    display: flex;
    /* justify-content: space-between; */
}

.user_photo {
   width: 40%;
   
}

.work {
    width: 700px;
}

.info_batll {
    display: inline;
    margin: auto;
    width: 235px;
    float: right;
    align-items: center;
    text-align: center;
    justify-content: center;
    padding: 10px 0 10px 0;
}

.raiting {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.rating_count {
    /* margin-left: 20px; */
    font-size: 32px;
}

.raiting_ico {
    height: 40px;
}

.user_photo_container {
    text-align: center;
}

.enter_code_text {
    margin: 20px 0 20px 0;
    width: 100%;
    height: 250px;
    font-size: 24px;
}

.enter_code_button {
    border: none;
    background-color: #2b7af5;
    width: 250px;
    height: 40px;
    color: white;
    font-size: 18px;
}

.exersice {
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px
}

.exersice_text {
    margin-top: 20px;
    font-size: 18px;
}

.shapka {
    width: 100%;
}

.user_batll {
    display: inline;
    width: 235px;
    float: right;
    margin-left: 30px;
}

.image_clock {
    width: 50px;
}

.image_clock_container {
    width: 50px;
    height: auto;
}

.clock {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    border: #6A6A6A solid 1px;
    border-radius: 5px;
    padding: 5px;
}

table {
    width: 740px;
    border-collapse: collapse;
}

tr, th, td {
	margin-top: 20px;
	padding: 5px;
}

.srvice-description {
	font-size: 12px;
	margin-top: 5px;
}

th {
	background-color: #2b7af5;
	color: white;
	font-size: 18px;
	text-align: left;
}

.cells-price {
    text-align: center;
}

.group-price {
	background-color: #99CC33;
	color: white;
	font-weight: bold;
	vertical-align: center;
	font-size: 18px;
}

.call-pc {
    cursor: pointer;
    display: block;
}

.call-ico {
	cursor: pointer;
    display: none;
}

.item-prace:nth-child(even) {
	background-color: white;
}

.item-prace:nth-child(odd) {
	background-color: #e0e0e0;
}

.item-prace:hover {
	background-color: #ffd667;
}

.result_table {
    margin-top: 40px;
    display: flex;
}

.page_site {
    background-color: white;
}

.button_home {
    border: none;
    background-color: #000000;
    width: 180px;
    height: 40px;
    color: white;
    font-size: 18px;
}

.image_user {
    width: 30px;
    margin-right: 10px;
}

.room {
    display: flex;
    align-items: center;
    float: right;
    margin-bottom: 15px;
}

.link_user_profile {
    cursor: pointer;
}

.button_home_profile {
    margin-top: 160px;
    border: none;
    background-color: #000000;
    width: 180px;
    height: 40px;
    color: white;
    font-size: 18px;
    align-items: left;
}

.user_profail_random {
    width: 100%;
}

.input_user {
    font-size: 20px;
    height: 20px;
    text-align: center;
}
