@import "fonts/fonts.css";

html {
    font-family: sans-serif;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
    overflow-x: hidden;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #181818;
    margin: 0;
    padding: 0;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
input[type="submit"], button {
    cursor: pointer !important;
    border: none;
}
[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}
img, a {
    vertical-align: middle;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
ul, h1, h2, h3, h4 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.wrapper{
    background: url(../img/1920х1080\ back_BASE.jpg)no-repeat center/cover;
    min-height: 100vh;
}

.button-icon{
    max-width: 50%;
    position: relative;
    top: -12%;
}

.button-icon svg {
    max-width: 100%;
    width: 100%;
}

.button.feedbak {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.button__wrapper {
    background: #d4a65a;
    border-radius: 50%;
    height: 74px;
    width: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 3;
    position: relative;
}

.button.feedbak:after {
    width: 117%;
    height: calc(117%/2);
    background: #6a6e7c;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    position: absolute;
    content: "";
    top: -8.5%;
    z-index: 1;
    left: -8.5%;
    transition: .3s;
}

.button.feedbak:before {
    width: 117%;
    height: calc(117%/2);
    background: #454851;
    border-radius: 0 0  50% 50%/ 0 0 100% 100%;
    position: absolute;
    content: "";
    bottom: -8.5%;
    z-index: 1;
    left: -8.5%;
    transition: .3s;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.button-text {
    color: #fff;
    position: relative;
    top: -26%;
}

.button.feedbak > span {
    position: absolute;
    background: #fff;
    width: 40px;
    height: 40px;
    z-index: 1;
    left: calc(50% - 40px / 2);
    bottom: -2px;
    transform: rotate(45deg);
    transition: 0.3s;
}

/* .button.feedbak:hover:before {
    background: #6a6e7c;
}

.button.feedbak:hover:after {
    background: #454851;
} */

/* .button.feedbak:hover span {
    bottom: -4px;
} */

.logo {
    margin-top: 5vh;
}

.copyr {
    margin-bottom: 5vh;
    font-size: 0.9rem;
    color: rgb(146, 146, 146);
    line-height: inherit;
}

footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.button.feedbak {
    margin-top: 4vh;
}

.btn {
    width: 380px;
    height: 38px;
    background: #d5a65a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Open Sans";
    position: relative;
    z-index: 1;
    transition: 0.3s;
}

.btn__block {
    display: flex;
    margin-bottom: 4vh;
}

.btn.btn1 {
    margin-right: 1.5%;
}
.btn:hover{
    background: #d2b17a;
}

.btn.btn2 {
    margin-left: 1.5%;
}

.btn span {
    position: absolute;
    right: 4%;
    top: -10px;
    transition: 0.3s;
    z-index: -2;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #fff;
  }

.btn.btn2 span {
    right: inherit;
    left: 4%;
}

.feedback__wrapper {
    display: flex;
    justify-content: center;
    max-width: 760px;
    margin: auto;
    background: url('../img/fon.svg')no-repeat center/cover;
}

.form__wrapper {
    display: flex;
    flex-direction: column;
}

.feedback-block{
    margin: auto;
    display: none;

}


.feedback-thanks__wrapper {
    max-width: 760px;
    margin: auto;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 2;
    background: url('../img/fon.png')no-repeat center/cover;

}
.feedback-thanks{
    display: none;
}

.close.popup {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 3%;
    top: 7%;
    cursor: pointer;
}

.close.popup:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    transform: rotate(45deg);
}

.close.popup:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 30px;
    background: #fff;
    transform: rotate(
-45deg
);
}

.btn.close {
    margin: auto;
}

.titleB {
    font-size: 33px;
    font-family: 'OpenSans-Light';
}

.feedback-thanks__wrapper p {
    font-size: 18px;
    font-family: 'OpenSans-Light';

}

.product {
    display: none;
}

.service {
    display: none;
}

.title {
    font-size: 24px;
    font-family: 'OpenSans-Light';
    color: #fff;
    text-transform: uppercase;
}

.feedback-thanks__wrapper {
    padding: 57px 0;
}

.btn.close {
    margin-top: 40px;
    width: 150px;
}

.feedback-thanks__wrapper p {
    font-weight: 300;
    letter-spacing: 1px;
}



.feedback__wrapper > div {
    width: 36%;
    margin: auto;
}

.form__wrapper .btn {
    width: 100%;
}

.right p {
    margin: 0;
}

.feedback__wrapper {
    height: 503px;
    margin-top: -37.3px;
}

.logo img {max-width: 244px;}

.left .title {
    font-size: 25px;
    font-weight: 300;
    text-align: center;
    margin-bottom: 12px;
    font-family: 'Open Sans';
}

.form__wrapper input {
    background: #ffffffd1;
    border: 1px solid #fff;
    outline: none;
    margin-bottom: 20px;
    padding: 12px 16px;
    font-size: 15px;
}
.div_.error input {
    border-color: #f00;
}
.form__wrapper textarea {
    background: #ffffffd1;
    border: none;
    outline: none;
    margin-bottom: 25px;
    padding: 10px 16px;
    height: 100px;
    font-size: 15px;
    
}

.right p a {
    color: #ffffffc2;
    text-decoration: none;
}

.right p {
    margin: 0;
    color: #ffffffc2;
    font-weight: 300;
    font-size: 24px;
}

.right p {
    max-width: 240px;
    margin: auto;
}

.logoBlock {
    display: flex;
}

.logoBlock a {
    max-width: 18%;
    margin: auto;
}

.logoBlock img {
    width: 90%;
}



.textBlock .title {font-weight: 300;text-transform: uppercase;letter-spacing: 2px;}

.p_block {
    font-family: 'OpenSans-Light';
    color: #fff;
    margin-bottom: 40px;
    font-size: 14px;
}

.product__wrapper {
    margin-left: 50px;
    width: calc(50% - 61.39px);
    background: url(../img/fon.svg)no-repeat center/cover;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 450px;
    position: relative;
    bottom: -9px;
}

.logoBlock_w .title{
    margin-bottom: 20px;
}

p {
    color: #ffffffc2;
}

body.day .copyr {
    color: #ffffffb3;
}

.service__wrapper {
    margin-right: 50px;
    width: calc(50% - 61.39px);
    background: url(../img/fon.svg)no-repeat center/cover;
    padding: 35px;
    display: flex;
    flex-direction: column;
    height: 450px;
    position: relative;
    bottom: -9px;
    margin-left: auto;
}

.form__wrapper input {
    width: 100%;
}

.form__wrapper textarea {
    width: 100%;
}

.feedback__wrapper:after {
    content: "";
 
}

.feedback__wrapper {
    position: relative;
}

.feedback__wrapper:after {
    content: "";
    position: absolute;
    height: 45%;
    color: white;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient(
      to bottom, 
      white, 
      rgba(0, 0, 0, 0)
    ) 1 100%;
    border-left: none;
    top: 46%;
    }
.feedback__wrapper{
    position: relative;
}
    
.feedback__wrapper:before {
    content: "";
    position: absolute;
    height: 31%;
    border-width: 1px;
    border-style: solid;
    border-image: linear-gradient( to top, white, rgba(0, 0, 0, 0) ) 1 100%;
    border-right: none;
    top: 76px;
    z-index: 22;
}

@import "media.css";