body {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
}

html{
    scroll-behavior: smooth;
}

.fix-call-me {
    position: fixed;
    bottom: 40px;
    right: 45px;
    z-index: 999999;
}


.button-call-me {
    font-weight: bold;
    font-size: 14px;
    line-height: 1;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    padding: 12px 27px 11px;
    text-decoration: none;
    border: 2px solid #F9B706;
    border-radius: 10px;
    color: #FFFFFF;
    background-color: #F9B706;
    transition: 350ms;
    cursor: pointer;
}

.feedback-form h4 {
    padding-top: 25px;
}

.button-call-me:hover {
    color: black;
    background-color: white;
    border: 2px solid yellow;
}

.button-call-me a {
    text-decoration: none;
    color: black;
}

.feedback-body {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 9999999;
}

.feedback-body.active {
    display: block;
}

.feedback-container {
    display: flex;
    width: 100%;
    height: 100%;
}


.feedback-form {
    margin: auto;
    width: 700px;
    background-color: white;
    text-align: center;
    padding: 0 0 0 0;
    position: relative;
}

.feedback-img {
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 510px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: -100px;
    background-position-y: -20px;
}


.feedback-form h4 {
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    color: #22262D;
}

.form-input {
    display: block;
    margin: 0 auto 0 auto;
    width: 250px;
    padding: 17px 20px;
    background-color: #E5E5E5;
    border-radius: 10px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: black;
}

.input-name {
}

.input-phone {
    margin-top: 10px;
}

.form-input-email {
    display: block;
    margin: 0 auto 0 auto;
    width: 250px;
    padding: 17px 20px;
    background-color: #E5E5E5;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: black;
}

.form-input:invalid {
    border-color: orange;
}

.form-input:valid {
    border-color: green;
}

.form-input:not(:focus):invalid {
    border: none;
}

.feedback-form select {
    display: block;
    margin: 20px auto 0 auto;
    width: 250px;
    padding: 17px 20px;
    background-color: #E5E5E5;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: black;
}



.feedback-form textarea {
    display: block;
    margin: 0 auto 0 auto;
    width: 250px;
    padding: 17px 20px;
    background-color: #E5E5E5;
    border-radius: 10px;
    border: none;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: black;
}

.contact-form {
    margin: 0;
}

.feedback-form input:focus {
    outline: none;
}


.feedback-form textarea:focus {
    outline: none;
}

.feedback-form textarea {
    resize: none;
}

.feedback-form button {
    font-family: 'Montserrat', sans-serif;
    cursor: pointer;
    display: block;
    width: 250px;
    margin: 25px auto 0 auto;
    padding: 14px 27px 14px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    color: white;
    border-radius: 10px;
    background-color: orange;
}

.feedback-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
}

.feedback-end {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
}

.feedback-end.active {
    display: block;
}

.feedback-end-container {
    display: flex;
    width: 100%;
    height: 100%;
}

.feedback-title-container {
    background-color: white;
    margin: auto;
    color: black;
    width: 800px;
    height: 400px;
    position: relative;
}

.feedback-title {
    float: right;
    margin: 0;
    text-align: center;
    height: 400px;
    width: 490px;
}

.thanks {
    padding-top: 40px;
    font-size: 21px;
}

.later {
    padding-top: 10px;
    font-size: 25px;

}

.feedback-img-end {
    float: left;
    margin: 0;
    padding: 0;
    width: 300px;
    height: 400px;
    background-size: auto;
    background-repeat: no-repeat;
    background-position-x: -110px;
}


#navbar a:hover {
    background-color: #ddd;
    color: black;
}

.header {
    opacity: 0.9;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: rgba(0, 0, 0, 1);
    position: fixed;
    z-index: 9999;
    transition: top 0.3s;
}

.navbar {
    padding-right: 80px;
    width: 80%;
    float: right;
    height: 100%;
    z-index: 99999;
}

.container {
    position: relative;
    width: 100%;
    margin: 0;
}

.logotype {
    display: block;

}



.column-language {
    z-index: 99999;
    position: absolute;
    right: 0;
    top: 15px;
}



.lng-feedback2 {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin: 0 10px 0 0;
}

.lng-feedback3 {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 0;
}

.lng-feedback4 {
    padding: 0;
    font-size: 14px;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.lng-feedback5 {
    padding: 0;
    font-size: 13px;
    font-weight: bold;
    margin: 10px 0 0 0;
}






.language-container {
    padding: 0;
    margin: 0;
    position: absolute;
    right: 1%;
    align-items: center;
}

.select-language select:focus {
    outline: none;
}

.select {
    width: 60px;
    height: 40px;
    display: block;
    background-color: black;
    opacity: 80%;
    color: white;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    cursor: pointer;
}

.nav-menu {
    display: flex;
    align-items: center;
}

.menu {
    display: flex;
    align-items: center;
    list-style-type: none;
}

.menu-items {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: white;
    text-decoration: none;
    margin: 0 10px;
}

.menu-items:hover {
    color: yellow;
}

/* selection 1: main  */

.main-section {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    background-image: url("image/baar1.png");
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


.main-container {
    padding-top: 90px;
    min-height: 100vh;
    padding-right: 40px;
    padding-left: 80px;
    background: rgba(0, 0 ,0 , 55%);
}

.contact-main-container {
    height: 70px ;
    width: 240px ;
    float: right;
}

.phones {
    font-size: 22px;
}

.phones-number {
    text-decoration: none;
    color: #FFFFFF;
    margin-top: 25px;
    line-height: 150%;
}

.phones-number:hover {
    color: yellow;
}

.main-content {
    color: white;
    margin: auto;
    width: 100%;
    padding: 120px 0;

}

.part1 {
    margin: 0;
    padding: 0;
    font-weight: 800;
    font-size: 40px;
    line-height: 85px;
    text-transform: uppercase;
}

.part2 {
    display: block;
    font-weight: normal;
    font-size: 40px;
    line-height: 57px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.default-text {
    font-size: 22px;
    line-height: 27px;
}

/* selection 2: About Company  */

.aboutCompany-section {
    font-family: 'Montserrat', sans-serif;
    padding: 70px 0;
    position: relative;
    background-image: linear-gradient(#ffffff, #cfcfcf);
}

.container-aboutCompany {
    padding-left: 80px;
    padding-right: 80px;
    height: 140px;
}

.aboutCompany-main {
    top: 0;
}

.aboutCompany-Text {
    width: 70%;
}

.aboutCompany-Text {
    text-align: left;
}

.row, .row-services, .row-contacts {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.border-row, .border-row-contacts {
    position: relative;
    width: 25%;
    text-align: center;
    border-top: 2px solid orangered;
}

.title-about-company {
    margin: 30px 0 30px 0;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 400;
}

.aboutCompany-column-left {
    padding-left: 80px;
    display: flex;
    justify-content: center;
    float: left;
}


.aboutCompany-title-left-main {
    padding-top: 20px;
    max-width: 91%;
    font-size: 18px;
    line-height: 1.7em;
}

.aboutCompany-title-left {
    padding-top: 20px;
    max-width: 91%;
    font-size: 17px;
    line-height: 1.6em;
    color: grey;
    text-align: start;
    display: flex;
    flex-wrap: wrap;
}

.aboutCompany-column-right {
    float: right;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutCompany-image {
    height: 400px;
    width: 600px;
}

.aboutCompany-image a {
    width:100%;
    height: 100%;
}

.aboutCompany-image a img {
    width:100%;
    height: 100%;
    object-fit: cover;
}


.aboutCompany-Text {
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    line-height: 1.88889;
    max-width: 87%;
    margin-top: 0;
}

.aboutCompany-img {
    width: 520px;
    height: 400px;
}


.gallery-container {
    display: flex;
    justify-content: center;
    padding-top: 40px;
    width: 100%;
}

.gallery {
    width: 100%;
    display: flex;
    justify-content: center;
}

.grid-item {
    padding: 0 10px 10px 10px;
    width: 250px;
    height: 150px;
}

.grid-item a {
    width: 100%;
    height: 100%;
}

.grid-item a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* selection 3: Services  */

.services-section {
    font-family: 'Montserrat', sans-serif;
    padding: 70px 0;
    background-image: linear-gradient(#cfcfcf, #ffffff);
}

.container-services {
    padding-left: 80px;
    padding-right: 80px;
    height: 75px;
}

.row-title-services {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
    margin: 30px 0 30px 0;
}

.border-row-services {
    position: relative;
    text-align: center;
    border-top: 2px solid orangered;
}

.container-services-main {

    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-content {
    max-width: 1024px;
    position: relative;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.container-content .card {
    position: relative;
    margin-bottom: -100px;
}

.container-content .card {
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: rgba(117, 190, 218, 0.0);
    border: none;
    border-radius: 0;
}

.container-content .card .face {
    width: 300px;
    height: 200px;
    transition: 0.5s;
}

.container-content .card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(100px);
}


.container-content .card:hover .face.face1-1{
    background: yellow;
    transform: translateY(0);
}

.container-content .card:hover .face.face1-2{
    background: #42AAFF;
    transform: translateY(0);
}

.container-content .card:hover .face.face1-3{
    background: silver;
    transform: translateY(0);
}

.container-content .card:hover .face.face1-4{
    background: #964b00;
    transform: translateY(0);
}

.container-content .card:hover .face.face1-5{
    background: #D1BC8A;
    transform: translateY(0);
}

.container-content .card:hover .face.face1-6{
    background: orangered;
    transform: translateY(0);
}

.container-content .card:hover .face.face1-7{
    background: #6A5ACD;
    transform: translateY(0);
}

.container-content .card:hover .face.face1-8{
    background: #bb2222;
    transform: translateY(0);
}

.container-content .card:hover .face.face1-9{
    background: #F9B706;
    transform: translateY(0);
}



.container-content .card .face.face2 {
    position: relative;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
    transform: translateY(-100px);
}

.container-content .card .face.face2 p{
    margin: 0;
    padding: 0;
}

.container-content .card:hover .face.face2 {
    transform: translateY(0);
}

.container-content .card .face.face1 .content {
    opacity: 0.2;
    transition: 0.5s;

}

.content-2 {
    padding-right: 15px;
}

.content-3 {
    padding-right: 25px;
}

.content-4 {
    padding-right: 80px;
}

.container-content .card:hover .face.face1 .content {
    opacity: 1;
}

.container-content .card .face.face1 .content img {
    max-width: 120px;
}

.lng-service2 {
    padding-top: 40px;
}

.container-content .card .face.face1 .content h5 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

.service-content {
    line-height: 20px;
    list-style-type: none;
    padding: 0;
    width: 100%;
}



.container-content .card .face.face1 .content h6 {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    margin: 10px 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}



/* selection 4: Contacts  */

.contacts-section {
    font-family: 'Montserrat', sans-serif;
    height: 650px;
    padding-top: 70px;
    background-image: linear-gradient(#ffffff, #cfcfcf);
}



.contacts {
    float: right;
    width: 50%;
}

.logotype a {
    height: 100%;
    cursor: pointer;
}

.map-container {
    float: left;
    width: 50%;
}

.map {
    box-shadow: 25px 10px 10px  grey;
    margin-top: 60px;
    margin-left: 30px;
}

#map {
    width: 95%;
    height: 400px;
}

.container-information {
    padding-top: 60px;
    justify-items: center;
    padding-left: 150px;
}

.title-contacts {
    margin: 30px 0 30px 0;
    font-size: 24px;
    font-weight: 400;
}

.social {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}

.contacts-main-title {
    font-weight: bold;
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
}

.contacts-title {
    font-size: 24px;
    line-height: 28px;
    display: flex;
}

.contacts-item {
    margin-top: 15px;
}

footer {
    background-color: black;
    height: 120px;
    width: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: top 0.3s;
    z-index: 9999999;
}

.logotype a {
    height: 100%;
}


.footer-column-left img {
    padding-left: 35px;
    position: relative;
    width: 150px;
}

.copyright {
    color: white;
    font-size: 17px;
}

.footer-colum-center {
    padding-left: 40px;
    width: 50%;
}

.gift {
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
}

.container-gift {
    display: flex;
    width: 100%;
    height: 100%;
}

.gift-content {
    background-color: white;
    margin: auto;
    color: black;
    width: 700px;
    height: 500px;
    position: relative;
}

.gift-close {
    position: absolute;
    top: 5px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
}

.footer-colum-right {
    padding-right: 2px;
}



