*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
/* @font-face{
    src:url(Tahoma.ttf)
} */
body{
    background-color: #FFD707;
}
header{
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: space-between;
}
header .logotip{
    width: 10%;
    height: 10vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
header .logotip img{
    width: 50%;
}
header .logotip h5{
    font-family: 'Audiowide';
    margin: -7%;
    margin-left: -5%;
}
header .tel .burger{
    display: none;
}
header .tel{
    width: 30%;
    height: 10vh;
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 5%;
    margin-right: 2%;
}
header a{
    text-decoration: none;
    color: black;
}
header .tel a img{
    width: 24px;
}
header .tel a img:hover{
    width: 30px;
}
header .tel{
    font-family: 'Arial';
    font-weight: bold;
}
.container{
    width: 100%;
    height: 70vh;
    display: flex;
    font-family: 'Arial';
}
.container .box_1{
    width: 30%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2%;
    font-weight: bold;
}
.container .box_1 .circle{
    width: 150px;
    height: 150px;
    border: 4px solid;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30%;
}
.container .box_1 .circle p:first-child{
    font-size: 25px;
}
.container .box_1 .circle p:last-child{
    font-size: 40px;
}
.container .box_1 p{
    font-size: 20px;
}
.container .box_1 .opis{
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.container .box_2{
    width: 40%;
    height: 70vh;
}
.container .box_2 img{
    width: 100%;
    height: 70vh;
}
.container .box_3{
    width: 30%;
    height: 70vh;
}
.container .box_3 .button_w{
    width: 60%;
    height: 6vh;
    border: 3px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: black;
    margin-top: 90%;
    font-family: 'Arial';
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFED8F;
    transition: .4s;
}
.container .box_3 .button_w:hover{
    text-decoration: none;
    background-color: #FFD707; 
    color: black;
}
.container .box_3 .button_w:active{
    text-decoration: none;
    background-color: #FFD707; 
    color: black;
}
.container .box_3 .button_w:focus{
    width: 60%;
    height: 6vh;
    border: 3px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: black;
    margin-top: 90%;
    font-family: 'Arial';
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    color: #FFED8F;
    transition: .4s;
}
.container .box_3 .cal_button{
    display: none;
}
.box{
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    margin-top: -1.5%;
}
.box .item{
    width: 20%;
    height: 30vh;
    border: 3px solid;
    border-radius: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFD707;
    font-family: 'Arial';
    gap: 2%;
    font-size: 18px;
}
.box .item img{
    width: 60%;
}
.box .item .img1{
    width: 70%;
}
.context{
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.context .text{
    width: 95%;
    height: 40vh;
    font-family: 'Arial';
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
    line-height: 140%;
}
.registr{
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3%;
}
.registr h2{
    font-family: 'Arial';
    font-size: 23px;
}
.registr .form{
    width: 80%;
    height: 40vh;
    border: 2px solid;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2%;
    position: relative;
}
.registr label{
    font-family: 'Arial';
}
.registr .form .left{
    width: 30%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 3%;
}
.registr .form .left div{
    display: flex;
    flex-direction: column;
}
.registr .form .left input{
    padding: 1% 6%;
    background-color: transparent;
    border: 2px solid;
    border-radius: 6px;
    outline: none;
    font-size: 20px;
    text-align: center;
}
.registr .form .right{
    width: 60%;
    height: 80%;

}
.registr .form .right textarea{
    width: 100%;
    height: 18.5vh;
    background-color: transparent;
    border: 2px solid;
    border-radius: 6px;
    outline: none;
}
.registr .form button{
    padding: 12px 80px;
    border: 3px solid black;
    border-radius: 10px;
    background-color: black;
    position: absolute;
    top: 72%;
    font-family: 'Arial';
    font-size: 18px;
    text-align: center;
    color: #FFED8F;
    transition: .4s;
}
.registr .form button:hover{
    text-decoration: none;
    background-color: #FFD707; 
    color: black;
}
.contacts{
    width: 100%;
    height: 70vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2%;
}
.contacts h2{
    font-family: 'Arial';
    font-size: 23px;
}
.contacts p{
    line-height: 140%;
    font-family: 'Arial';
    font-size: 22px;
}
.contacts iframe{
    width: 40%;
    height: 40vh;
}
footer{
    width: 100%;
    height: 50vh;
    background: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20%;
}
footer .logotip{
    width: 100px;
    height: 100px;
    background: #FFD707;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
footer .logotip img{
    width: 60%;
    margin: -10%;
}
footer .logotip p{
    font-family: 'Audiowide';
    font-size: 12px;
}
footer .menu{
    display: none;
}
footer .comp{
    width: 100%;
    /* height: 10vh; */
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-family: 'Arial';
    gap: 5px;
    color: #FFD707;
    font-size: 14px;
}
footer .comp p{
    font-family: 'Audiowide';
    font-size: 12px;
}
@media screen and (min-width: 320px) and (max-width: 480px){
    header{
        height: 13vh;
    }
    header .logotip{
        width: 26%;
    }
    header .logotip img{
        width: 59%;
    }
    header .logotip h5{
        font-size: 10px;
    }
    header .tel .burger {
        display: block;
        width: 30px;
        height: 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        background-color: white;
        gap: 6px;
        background-color: transparent;  
        margin: 2%;
    }

    header .tel .burger span{
        display: block;
        width: 80%;
        height: 3px;
        background-color: black;
    }
    .tel a{
        display: none;
    }
    .tel p{
        display: none;
    }
    .container{
        width: 100%;
        height: 82vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .container .box_1{
        width: 100%;
        height: 40%;
        flex-direction: column-reverse;
    }
    .container .box_1 .opis{
        margin-bottom: 9%;
    }
    .container .box_1:nth-child(1){
        order: 2;
    }
    .container .box_3:nth-child(3){
        order: 2;
    }
    .container .box_1 .circle{
        width: 100px;
        height: 100px;
        border: 3px solid;
        border-radius: 50%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin-bottom: 8%;
    }
    .container .box_1 .circle p:first-child{
        font-size: 16px;
    }
    .container .box_1 .circle p:last-child{
        font-size: 30px;
    }
    .container .box_1 p{
        font-size: 18px;
    }
    .container .box_2{
        width: 100%;
        height: 50vh;
    }
    .container .box_2 img{
        width: 100%;
        height: 100%;
    }
    .container .box_3{
        width: 100%;
        height: 5vh;
        flex-direction: column;
    }
    .container .box_3 .button_w{
        display: none;
    }
    .container .box_3 .cal_button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 90%;
        height: 5vh;
        border: 3px solid black;
        border-radius: 6px;
        background-color: black;
        margin-left: 5%;
        font-family: 'Arial';
        font-size: 14px;
        text-align: center;
        text-decoration: none;
        color: #FFED8F;
        transition: .4s;
    }
    .container .box_3 .cal_button:hover{
        text-decoration: none;
        background-color: #FFD707; 
        color: black;
    }
    .box{
        width: 100%;
        height: 152vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 2%;
        margin-top: -1.5%;
    }
    .box .item{
        width: 80%;
        height: 33vh;
        border: 3px solid;
        border-radius: 10%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background-color: #FFD707;
        font-family: 'Arial';
        gap: 2%;
        font-size: 16px;
    }
    .box .item h4{
        margin-bottom: 1%;
    }
    .context{
        height: 34vh;
    }
    .context .text{
        font-size: 16px;
    }
    .registr{
        height: 83vh;
    }
    .registr h2{
        text-align: center;
        width: 90%;
        margin-top: 9%;
        font-size: 16px;
    }
    .registr .form{
        display: flex;
        flex-direction: column;
        height: 67vh;
        justify-content: flex-start;
        align-items: center;
    }
    .registr .form .left{
        width: 80%;
        height: 19vh;
    }
    .registr .form .left input{
        font-size: 12px;
    }
    .registr .form .right{
        width: 80%;
        height: 33vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .registr label{
        font-size: 12px;;
    }
    .registr .form .right textarea{
        height: 27.5vh;
    }
    .registr .form button{
        padding: unset;
        width: 82%;
        height: 5vh;
        display: flex;
        justify-content: center;
        align-items: center;
        position: unset;
        margin-top: 26px;
        text-align: center;
        font-size: 16px;
        text-align: center;
        border-radius: 6px;
    }
    .registr .form .left div label{
        margin-top: 10px;
    }
    .contacts{
        height: 52vh;
        text-align: justify;
        justify-content: unset;
    }
    .contacts h2{
        font-size: 16px;
    }
    .contacts p{
        width: 100%;
        font-size: 16px;
        text-align: center;
    }
    .contacts iframe{
        width: 80%;
        height: 30vh;
        margin-bottom: 4%;
    }
     iframe{
        width: 80%;
        height: 40vh;
    }
    footer{
        height: 70vh;
        gap: 5%;
    }
    footer .logotip{
        width: 80px;
        height: 80px;
    }
    footer .logotip img{
        width: 70%;
    }
    footer .logotip p{
        font-size: 10px;
    }
    footer .menu{
        width: 80%;
        height: 27vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 38px;
    }
    footer li{
        list-style: none;
    }
    footer a{
        text-decoration: none;
        color: #FFD707;
        font-family: 'Arial';
        font-size: 16px;
    }
    footer a:hover{
        color: #FFED8F;
    }
    footer .comp{
        height: 10vh;
    }
    footer .comp p{
        font-family: 'Audiowide';
        font-size: 12px;
    }
}
@media screen and (min-width: 481px) and (max-width: 768px){
    header .logotip h5{
        font-size: 5px;
    }
    header .tel{
        font-size: 8px;
    }
    header .tel a img{
        width: 10px;
    }
    .container{
        height: 45vh;
    }
    .container .box_1{
        height: 45vh;
    }
    .container .box_1 .circle{
        width: 50px;
        height: 50px;
        border: 2px solid;
    }
    .container .box_1 .circle p:first-child{
        font-size: 8px;
    }
    .container .box_1 .circle p:last-child{
        font-size: 14px;
    }
    .container .box_1 p{
        font-size: 8px;
    }
    .container .box_2{
        height: 45vh;
    }
    .container .box_2 img{
        height: 45vh;
    }
    .container .box_3{
        height: 45vh;
    }
    .container .box_3 .button_w{
        width: 70%;
        height: 4vh;
        border-radius: 4px;
        font-size: 8px;
    }
    .box{
        height: 21vh;
    }
    .box .item{
        height: 21vh;
        font-size: 8px;
        border: 2px solid;
    }
    .context .text{
        font-size: 8px;
    }
    .registr{
        height: 45vh;
    }
    .registr h2{
        font-size: 8px;
    }
    .registr .form{
        height: 34vh;
        border: 1px solid;
        border-radius: 2px;
    }
    .registr label{
        font-size: 8px;
    }
    .registr .form .left input{
        font-size: 8px;
        border: 1px solid;
        border-radius: 2px;
    }
    .registr .form .right{
        height: 93%;
    }
    .registr .form .right textarea{
        height: 14.5vh;
        border: 1px solid;
        border-radius: 2px;
    }
    .registr .form button{
        padding: unset;
        width: 30%;
        height: 4vh;
        border-radius: 4px;
        font-size: 8px;
    }
    .contacts{
        height: 45vh;
        justify-content: unset;
    }
    .contacts h2{
        font-size: 8px;
    }
    .contacts p{
        font-size: 8px;
    }
    .contacts iframe{
        width: 40%;
        height: 26vh;
    }
    footer .logotip{
        width: 30px;
        height: 30px;
    }
    footer .logotip p{
        font-size: 4px;
    }
    footer .comp{
        font-size: 5px;
        gap: 1px;
    }
    footer .comp p{
        font-size: 5px;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px){
    header .logotip h5{
        font-size: 7px;
    }
    header .tel{
        font-size: 10px;
    }
    header .tel a img{
        width: 10px;
    }
    .container{
        height: 65vh;
    }
    .container .box_1{
        height: 65vh;
    }
    .container .box_1 .circle{
        width: 100px;
        height: 100px;
        border: 3px solid;
    }
    .container .box_1 .circle p:first-child{
        font-size: 16px;
    }
    .container .box_1 .circle p:last-child{
        font-size: 33px;
    }
    .container .box_1 p{
        font-size: 13px;
    }
    .container .box_2{
        height: 65vh;
    }
    .container .box_2 img{
        height: 65vh;
    }
    .container .box_3{
        height: 65vh;
    }
    .container .box_3 .button_w{
        width: 70%;
        height: 5vh;
        border-radius: 4px;
        font-size: 10px;
    }
    .box{
        height: 30vh;
    }
    .box .item{
        height: 30vh;
        font-size: 12px;
        border: 2px solid;
    }
    .context .text{
        font-size: 13px;
    }
    .registr{
        height: 45vh;
    }
    .registr h2{
        font-size: 13px;
    }
    .registr .form{
        height: 34vh;
        border: 2px solid;
        border-radius: 2px;
    }
    .registr label{
        font-size: 8px;
    }
    .registr .form .left input{
        font-size: 10px;
        border: 2px solid;
        border-radius: 2px;
    }
    .registr .form .right{
        height: 93%;
    }
    .registr .form .right textarea{
        height: 17vh;
        border: 2px solid;
        border-radius: 2px;
    }
    .registr .form button{
        padding: unset;
        width: 30%;
        height: 5vh;
        border-radius: 4px;
        font-size: 10px;
        margin-top: 1%;
    }
    .contacts{
        height: 60vh;
        justify-content: unset;
    }
    .contacts h2{
        font-size: 13px;
    }
    .contacts p{
        font-size: 13px;
    }
    .contacts iframe{
        width: 40%;
        height: 30vh;
    }
    footer .logotip{
        width: 50px;
        height: 50px;
    }
    footer .logotip p{
        font-size: 6px;
    }
    footer .comp{
        font-size: 6px;
        gap: 1px;
    }
    footer .comp p{
        font-size: 6px;
    }
}
@media screen and (min-width: 1025px) and (max-width: 1200px){
    header .tel a img{
        width: 14px;
    }
    header .tel{
        font-size: 14px;
    }
    header .logotip h5{
        font-size: 10px;
    }
    .container{
        height: 90vh;
    }
    .container .box_1{
        height: 90vh;
    }
    .container .box_1 .circle{
        width: 100px;
        height: 100px;
    }
    .container .box_1 .circle p:first-child{
        font-size: 15px;
    }
    .container .box_1 .circle p:last-child{
        font-size: 34px;
    }
    .container .box_2 img{
        height: 90vh;
    }
    .container .box_3{
        height: 90vh;
    }
    .container .box_3 .button_w{
        padding: unset;
        width: 60%;
        height: 7vh;
        font-size: 13px;
        border-radius: 6px;
    }
    .container .box_1 p{
        font-size: 17px;
    }
    .box{
        height: 46vh;
    }
    .box .item{
        height: 46vh;
        font-size: 16px;
    }
    .context{
        height: 62vh;
    }
    .context .text{
        font-size: 17px;
    }
    .registr{
        height: 70vh;
    }
    .registr .form{
        height: 80vh;
    }
    .registr h2{
        font-size: 17px;
    }
    .registr label{
        font-size: 12px;
    }
    .registr .form .left input{
        font-size: 14px;
    }
    .registr .form .right{
        height: 83%;
    }
    .registr .form .right textarea{
        height: 27.5vh;
    }
    .registr .form button{
        padding: unset;
        width: 30%;
        height: 7vh;
        font-size: 13px;
        border-radius: 6px;
        top: 75%;
    }
    .contacts{
        height: 98vh;
    }
    .contacts h2{
        font-size: 17px;
    }
    .contacts p{
        font-size: 17px;
    }
    footer .logotip{
        width: 60px;
        height: 60px;
    }
    footer .logotip p{
        font-size: 7px;
    }
    footer .comp{
        font-size: 12px;
    }
    footer .comp p{
        font-size: 10px;
    }
}
@media screen and (min-width: 1201px) and (max-width: 1400px){
    header .tel a img{
        width: 14px;
    }
    header .tel{
        font-size: 14px;
    }
    header .logotip h5{
        font-size: 10px;
    }
    .container{
        height: 103vh;
    }
    .container .box_1{
        height: 103vh;
    }
    .container .box_1 .circle{
        width: 100px;
        height: 100px;
    }
    .container .box_1 .circle p:first-child{
        font-size: 15px;
    }
    .container .box_1 .circle p:last-child{
        font-size: 34px;
    }
    .container .box_2 img{
        height: 103vh;
    }
    .container .box_3{
        height: 103vh;
    }
    .container .box_3 .button_w{
        padding: unset;
        width: 60%;
        height: 7vh;
        font-size: 13px;
        border-radius: 6px;
    }
    .container .box_1 p{
        font-size: 17px;
    }
    .box{
        height: 46vh;
    }
    .box .item{
        height: 46vh;
        font-size: 16px;
    }
    .context{
        height: 62vh;
    }
    .context .text{
        font-size: 17px;
    }
    .registr{
        height: 70vh;
    }
    .registr .form{
        height: 80vh;
    }
    .registr h2{
        font-size: 17px;
    }
    .registr label{
        font-size: 12px;
    }
    .registr .form .left input{
        font-size: 14px;
    }
    .registr .form .right{
        height: 83%;
    }
    .registr .form .right textarea{
        height: 26vh;
    }
    .registr .form button{
        padding: unset;
        width: 30%;
        height: 7vh;
        font-size: 13px;
        border-radius: 6px;
        top: 75%;
    }
    .contacts{
        height: 98vh;
    }
    .contacts h2{
        font-size: 17px;
    }
    .contacts p{
        font-size: 17px;
    }
    footer .logotip{
        width: 60px;
        height: 60px;
    }
    footer .logotip p{
        font-size: 7px;
    }
    footer .comp{
        font-size: 12px;
    }
    footer .comp p{
        font-size: 10px;
    }
}
