@import url('./fonts/fonts.css');

*{
    margin: 0;
    padding: 0;
}

body{
    font-family: 'Tahoma' , sans-serif;
    padding: 0;
    margin: 0;
    color: #353333;
    overflow-x: hidden;
}

div {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

a{
    text-decoration: none;
    color: #353333;
    font-size: 18px;
}

header{
    /*background: url("../img");*/
    height: 850px;
}

.container{
    width: 1170px;
    margin: 0 auto;
}

.logo{
    width: 144px;
    height: 150px;
    padding-top: 51px;
}

nav{
    float: right;
}

.menu {
    margin: 0;
    display: block;
    marker:none;
}

.menu li {
    float: left;
    display: block;
    margin-left: 50px;
}

.menu  a {
    color: #353333;
    text-decoration: none;
    font-size: 18px;
}

.menu1__footer li a.active, .menu1__footer li a:hover {
    border-top:3px solid #353333;
    border-bottom:3px solid #353333;
}

.phone {
    font-size: 24px;
    margin-top: -35px;
    margin-left: 200px;

}

/* кнопка вход*/
.popup-checkbox, .popup {
    display: none;
}

.form label{
    width: 180px;
    float: left;
    font-size: 16px;
    padding-top: 15px;
}

.form label{
    width: 180px;
    float: left;
    color: #233142;
}

.form input{
    width: 260px;
}

.form textarea{
    width: 400px;
}

.form textarea{
    width: 400px;
    max-width: 400px;
    min-width: 400px;
    line-height: 100%;
}

.form input, .form select{
    padding: 9px;
    border: 1px solid #babdc3;
    border-radius: 10px;
}

.form .submit input{
    width: 104px;
    display: inline-block;
    padding: 11px;
    border-radius: 10px;
    border: 2px solid #005774;
    cursor: pointer;
    color:#353333;
    font-size: 18px;
}

.form .submit input:hover{
    background-color: #fff176;
}

.form .submit input{
    width: 104px;
    display: inline-block;
    padding-top: 11px;
    padding-left: -5px;
    border-radius: 10px;
    border: 2px solid #005774;
    cursor: pointer;
    color:#005774;
    margin-top: 35px;

}

.form .submit input:hover{
    background-color: #fff176;
}

.confirm{
    float: none !important;
}

.form input[type="checkbox"]{
    width: auto;
}

.popup {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*opacity: 0;*/
}

.popup:before {
    display: block;
    content: ' ';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: .5;
}

.popup__content {
    width: 700px;
    height: 400px;
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    border: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #233142;
    border-radius: 5px;

}

.login{
    padding-top: 52px;
}

.img{
    margin-left: -95px;
}

.diflex{
    display: flex;
}

.password{
    display: flex;
    width: 200px;
}

.pas {
    font-size: 18px;
    width: 170px;
    padding-top: 40px;
}

.reg{
    font-size: 18px;
    width: 170px;
    padding-top: 40px;
}

.popup-shower {
    display: inline-block;
    padding: 11px;
    border-radius: 10px;
    border: 2px solid #005774;
    background-color: white;
    cursor: pointer;
    margin-left: 50px;
    font-size: 18px;
    margin-top: -12px;
    color: #005774 ;

}

.popup-shower-two {
    display: inline-block;
    padding: 12px;
    border-radius: 5px;
    border: 2px solid #005774;
    cursor: pointer;
    margin-left: 50px;
    font-size: 18px;
    float: right;
    margin-top: -240px;
    margin-right: 73px;


}

.popup-shower:hover {
    background-color: #fff176;
}

.popup-shower-two:hover {
    background-color: #fff176;
}

.popup-closer {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #999;
    font-size: 18px;
    border: 1px solid #999;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}

.confirm{
    float: none !important;
}

.popup-closer:hover {
    background-color: #eee;
}

.popup-checkbox:checked + .popup {
    opacity: 1;
    display: block;
}
/*конец кнопки вход*/

.titles{
    width: 626px;
    text-align: center;
    margin-top: -426px;
}

a{
    color: #353333;
}

.btn__reg{
    border-radius: 10px;
    border: 2px solid #005774;
    background-color: #005774;
    text-align: center;
    float: right;
    margin-top: 30px;
    display: inline-block;
    padding: 12px;
    color: white;
    position: absolute;
    margin-left: -82px;
}

.btn__reg:hover {
    background-color: #fff176;
    color: #005774;
}

h1{
    width: 600px;
    font-size: 50px;
}

h4{
    font-size: 24px;
    font-weight: lighter;
    width: 600px;
}

.title{
    margin-top: 144px;
    font-size: 60px;
    color:#454748;
    text-align: center;
    padding-bottom: 37px;
}

.iphone{
    display: flex;
    position: absolute;
    z-index: 1;
    padding-left: 275px;
}

.general{
    color: #454748;
    font-size: 21px;
    font-weight: lighter;
    width: 500px;
    text-align: center;
    margin-left: 330px;
}

#compophone{
    padding-top: 70px;
    padding-left: 360px;
}

h1{
    text-align: center;
}

.advantage{
    background-color: rgb(255, 255, 255);
    box-shadow: 2.463px 3.152px 19.74px 1.26px rgba(120, 120, 120, 0.5);
    width: 307px;
    height: 375px;

}

.iconsgenerate{
    display: flex;
    justify-content: space-between;
}

.bysness{
    margin-top: -80px;
    width: 226px;
    margin-left: 50px;
}

.general-item{
    width: 305px;
    text-align: center;
    color: #005774;
    font-family: "Tahoma Bold";
    font-size: 21px;
    padding-top: 25px;

}

.general-item2{
    width: 305px;
    text-align: center;
    font-size: 18px;
    padding-top: 20px;

}

.advantage{
    margin-top: 120px;

}

h2{
    text-align: center;
    color:#005774;
    font-size: 33px;

}

p{
    color:#454748;
    font-size: 21px;
}

.title-icon{
    margin-top: 60px;
    font-size: 60px;
    color:#454748;
    text-align: center;
}

.icon__top{
    display: flex;
    justify-content: space-between;
}

.icon{
    padding-top: 40px;
    width: 150px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
}

.icn__p {
    color:#454748;
}

#BG__contacts{
    background: url("./images/paul-hanaoka-HbyYFFokvm0-unsplash.png") no-repeat center top/cover ;
    height: 426px;
    margin-top: 60px;
}

.comp{
    padding-top: 140px;
    margin-left: -46px;
}

.test2{
    text-align: center;
    color: white;
    font-size: 45px;
    float: right;
    margin-top: -496px;
    margin-right: 20px;
    font-weight: bold;
}

#bgd-table{
    background-color: #FFF176;
    /*height: 670px;*/
    padding-bottom: 30px;
}

.title-prize{
    margin-top: 144px;
    font-size: 60px;
    color:#454748;
    text-align: center;
    padding-bottom: 37px;
    padding-top: 25px;
}

.title-prize:nth-of-type(2){
    margin-top: 0;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    font-size: 21px;
}

th {
    width: 855px;
    height: 81px;
    background-color: #005774;
    color: #ffffff;
    border: solid 1px #005774;
    border-style: none solid solid none;
    text-align: center;
}

td {
    border: solid 1px #005774;
    border-style: none solid solid none;
    text-align: center;
    color: #454748;
    height: 81px;
    width: 855px;
}

tr:first-child td {
    border-top-style: solid;
}

tr td:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

tr td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

tr:first-child th {
    border-top-style: solid;
}

tr th:first-child {
    border-left-style: solid;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

tr th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn__regist{
    border-radius: 10px;
    border: 2px solid #005774;
    background-color: #005774;
    text-align: center;
    display: inline-block;
    padding: 12px;
    margin-top: 30px;
    float:right;
    margin-top: -240px;
    margin-right: 165px;

}

.btn__regist:hover {
    background-color: #fff176;
}

.btn__entry:hover {
    background-color: #fff176;
}

.title-cont{
    font-size: 60px;
    color:#ffffff;
    text-align: center;
    padding-bottom: 37px;
    padding-top: 50px;
}

.contacts{
    display: flex;
    justify-content: space-evenly;
    color: white;
    padding-top: 50px;

}

.address{
    display: flex;
    color:#ffffff;
}

.icons{
    margin-top: -13px;

}

.icons1{
    margin-top: -2px;
}

.tel{
    color: #ffffff;
}

.menu1__footer {
    margin: 0;
    display: flex;
    padding-top: 68px;
    padding-bottom: 30px;
}

.menu1__footer li {
    display: block;
    margin-left: 50px;
}

.menu1__footer  a {
    color: #353333;
    text-decoration: none;
    font-size: 18px;
}

.menu1__footer li a.active,

.logo1__footer{
    width: 200px;
}

.regfoot{
    margin-right: -40px;
    margin-top: -94px;
    padding-left: 839px;
}

.btn-regfoot{
    border-radius: 10px;
    border: 2px solid #005774;
    background-color: #005774;
    text-align: center;
    float: right;
    margin-top: 30px;
    display: inline-block;
    padding: 11px;
    color: #ffffff;
    position: absolute;
    margin-left: -82px;
}

.btn-regfoot:hover {
    background-color: #fff176;
    color: #005774;
}

.phone1__footer {
    font-size: 24px;
    margin-left: auto;
    margin-top: -35px;
    margin-left: 200px;
}

