@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
    line-height: 1.3;
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
}

.content {
    width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}

.menu {
    width: 100%;
    border-radius: 10px;
    height: 60px;
    margin-bottom: 20px;
}

.menu-link {
    float: right;
    color: #000;
    font-family: 'Oswald', sans-serif;
    text-decoration: none;
    margin-top: 18px;
    margin-left: 22px;
}

.company-name {
    color: #000000;
    font-weight: 500;
    font-size: 20px;
    text-decoration: none;
    padding-top: 15px;
    padding-left: 0px;
    display: inline-block;
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
}

.content-block {
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    background: #1f54ff;
    height: auto;
    padding: 20px;
}

.content-image {
    background: url('images/main-bg.jpg');
    width: 100%;
    height: 260px;
    background-size: cover;
    border-radius: 10px;
    padding: 34px 40px;
    margin-bottom: 40px;
}

.content-p {
    color: #fff;
    max-width: 500px;
    margin-bottom: 44px;
}

.content-h1 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
}

.white-button {
    border-radius: 10px;
    background: #fff;
    padding: 14px 22px;
    text-decoration: none;
    color: #000;
    font-family: 'Oswald', sans-serif;
}

h2 {
    font-weight: 500;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 28px;
}

h3 {
    font-weight: 500;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
    color: #000;
    font-size: 20px;
}

.advantage {
    display: flex;
    flex-wrap: nowrap;
    gap: 30px;
    margin-top: 40px;
}

.advantage-block {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    margin-bottom: 60px;
}

.advantage-pic {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    background: #eee;
    text-align: center;
    font-size: 34px;
    padding-top: 20px;
}

.advantage-text {
    margin-left: 30px;
    max-width: 240px;
    font-size: 14px;
}

.works {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.works-block {
    width: calc(50% - 15px);
    height: auto;
}

.works-block-img-1 {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    background: #696969;
    background: url('images/dishes.jpg');
    background-size: cover;
    background-position: center;
    padding: 25px;
    color: #fff !important;
}

.works-block-img-2 {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    background: #696969;
    background: url('images/izr.jpg');
    background-size: cover;
    padding: 25px;
    color: #fff !important;
}

.works-block-img-3 {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    background: #696969;
    background: url('images/camin.jpg');
    background-size: cover;
    padding: 25px;
    color: #fff !important;
}

.works-block-img-4 {
    width: 100%;
    border-radius: 10px;
    height: 300px;
    background: #696969;
    background: url('images/souvenir.jpg');
    background-size: cover;
    margin-bottom: 20px;
    padding: 25px;
    color: #fff !important;
}

.works-h3 {
    color: #fff;
}

.works-p {
    font-size: 14px;
}

details {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #eee;
    margin-top: 30px;
  }
  
details > summary {
    width: 100%;
    border: none;
    cursor: pointer;
}
  
details > p {
    border-radius: 10px;
    background-color: #eee;
    margin-top: 20px;
}

.contact-place {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.contact-text {
    background: #696969;
    background: url('images/main-bg.jpg');
    border-radius: 10px;
    padding: 30px;
    width: 70%;
    color: #fff !important;
    background-size: cover;
}

.contact-form {
    width: calc(30% - 30px);
    background: #eee;
    padding: 30px;
    border-radius: 10px;

}


.contact-input {
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px 16px;
    color: #000;
    border: none;
    outline: none;
    display: block;
    width: 100%;
    margin-bottom: 12px;
}


.g-button {
    border-radius: 10px;
    background: #fff;
    padding: 14px 22px;
    text-decoration: none;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}

.contact-p {
    font-size: 14px;
    max-width: 300px;
}

.copy {
    margin-top: 60px;
    margin-bottom: 20px;
}

/* Dropdown Button */
.dropbtn {
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    border: none;
    background: #fff;
    margin-top: -2px;
    padding: 0;
  }
  
/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}
  
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px;
    overflow: hidden;
}
  
/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
  
/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd;}
  
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

.photos {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.photo {
    width: 277px;
    height: 300px;
    border-radius: 10px;
    background: #eee;
    background-size: cover;
    cursor: pointer;
}

.masterclass-block {
    width: 100%;
    background: #eee;
    padding: 40px;
    border-radius: 10px;
    margin-bottom: 60px;
}

.masterclass-title {
    font-size: 28px;
    font-weight: 500;
    margin-top: 0;
    font-family: 'Oswald', sans-serif;
}

.masterclass-p {
    max-width: 600px;
    margin-bottom: 24px;
}

.masterclass-button {
    border-radius: 10px;
    background: #fff;
    padding: 14px 22px;
    text-decoration: none;
    color: #000;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    border: none;
    outline: none;
    cursor: pointer;
}

.masterclass-round {
    width: 282px;
    height: 170px;
    float: right;
    background: url('/images/masterclass-2.png');
}

.masterclass-round-1 {
    width: 170px;
    height: 170px;
    float: right;
    border-radius: 50%;
    background: url('/images/masterclass-2.jpg');
}

.masterclass-round-2 {
    width: 170px;
    height: 170px;
    float: right;
    border-radius: 50%;
    margin-right: 30px;
    background: url('/images/masterclass-2.jpg');
}

.warning-left {
    position: fixed;
    width: 300px;
    bottom: 20px;
    left: 20px;
    border-radius: 10px;
    background: #f7f0f0;
    border: 1px solid #e7b6b6;
    padding: 20px;
    z-index: 10;
    font-size: 13px;
}

.warning-left i {
    color: #ca9696;
}

.close-warning {
    float: right;
    cursor: pointer;
}

dialog:-internal-dialog-in-top-layer::backdrop {
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(50px);
}

dialog {
    border: none;
    outline: none;
    border-radius: 10px;
    background: #eee;
    padding: 30px;
    width: 360px;
}

.dialog-form {
    width: 100%;
    margin-top: 20px;
}
