:root {
    --font-weight-inter: 400;
    /*var(--font-weight-inter);*/
}

body {
    position: relative;
    /*    width: 100vw;*/
    font-family: 'Manrope', sans-serif;
    background-color: #fff;
    overflow-x: hidden;
}

html.stop,
body.stop {
    overflow: hidden;
    position: relative;
    height: 100%;
}

img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.container {
    position: relative;
    width: 100%;
    max-width: 1160px;
    margin: auto;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

a {
    text-decoration: none;
}
img{
    max-width: 100%;
    border-radius: 15px;
    height: auto;
    width: 100%;
}

/*
html::-webkit-scrollbar,
body::-webkit-scrollbar{
    margin: 10px;
    background: none;
    width: 0px;
}
html::-webkit-scrollbar-button,
body::-webkit-scrollbar-button{
    display: none;
}
html::-webkit-scrollbar-track-piece,
body::-webkit-scrollbar-track-piece{
    background: rgba(0,0,0,0.15);
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb{
    margin: 10px;
    background: rgba(0,0,0,0.75);
    border-radius: 3px;;
}
*/

.block-1_big {
    position: relative;
    z-index: 10;
    background: url(../img/restaurent131.png) center center no-repeat;
    background-size: cover;
    -webkit-filter: saturate(85%);
    filter: saturate(85%);
    margin-bottom: 100px;
}

.block-1_big .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -o-linear-gradient(top, rgba(17, 17, 17, 0.6) 0%, rgba(17, 17, 17, 0) 50.87%, rgba(17, 17, 17, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 17, 17, 0.6)), color-stop(50.87%, rgba(17, 17, 17, 0)), to(rgba(17, 17, 17, 1)));
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.6) 0%, rgba(17, 17, 17, 0) 50.87%, rgba(17, 17, 17, 1) 100%);
    opacity: 01;
    z-index: -1;
    display: block;
}

.block-1 .container {
    padding-top: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(80vh - 130px);
}

.block-1 h1 {
    color: #fff;
    font-size: 92px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    margin-bottom: 35px;
}

.block-1 h1 span,
h2 span {
    color: rgb(189, 157, 98);
}

.block-1 .btn-line{
    display: flex;
}

.block-1 .btn {
    margin: 0 20px;
    padding: 0 20px;
    box-sizing: border-box;
    display: block;
    height: 80px;
    width: auto;
    min-width: 220px;
    cursor: pointer;
    text-align: center;
    color: #bd9d62;
    font-size: 20px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 80px;
    font-weight: 700;
    border-width: 1px;
    border-radius: 12px;
    background-color: rgba(0,0,0,0.6);
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    text-decoration: none;
}

.block-1 .btn:hover {
    background-color: #bd9d62;
    color: #ffffff;
}

.block-1-1 {
    z-index: 10;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 4px 50px 0px rgb(51 51 51 / 10%);
    box-shadow: 0px 4px 50px 0px rgb(51 51 51 / 10%);
    background: #fff;
    margin-bottom: 100px;
}

.block-1-1 .container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 130px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 45px;
}

.block-1-1 .container .cont {
    display: flex;
    justify-content: space-between;
}

.block-1-1 .container .cont:nth-child(1) {
    flex-grow: 1;
}

.block-1-1 .container .cont:nth-child(2) {
    margin-left: 110px
}

.block-1-1 .container:nth-child(2) {
    padding-top: 0;
    height: auto;
}

.block-1-1 .container:nth-child(2) h2 {
    color: #333333;
    font-size: 26px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    width: 550px;
}

.block-1-1 .container:nth-child(2) p {
    width: 520px;
    color: #333333;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.7;
}

.block-1-1 .box {
    width: 210px;
}

.block-1-1 .box p:nth-child(1) {
    color: #333333;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 25px;
    font-weight: 700;
}

.block-1-1 .box p:nth-child(2) {
    color: #333333;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 25px;
    font-weight: 400;
    opacity: 0.7;
}

.block-1-1 .btn {
    width: 200px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 60px;
    font-weight: 700;
    border-width: 1px;
    border-radius: 30px;
    background-color: #bd9d62;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.block-1-1 .btn:hover {
    background-color: #fff;
    color: #bd9d62;
    border-color: #bd9d62;
}

.block-11 {
    margin-bottom: 150px;
    margin-top: 50px;
}

.block-11 h2,
.post-content h2 {
    color: #333333;
    font-size: 65px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 55px;
}
figcaption,
.post-content p {
    color: #333333;
    font-size: 20px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 300;
    margin-bottom: 30px;
}

.post-content h5 {
    color: #bd9d62;
    font-size: 26px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 10px;
}

.post-content img{
    margin-bottom: 20px;
}

.block-11 .line {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.block-11 .box {
    width: 360px;
}

.block-11 .box:last-child {
    display: none;
}

.block-11 .img {
    position: relative;
    margin-bottom: 20px;
}

.block-11 .thumb {
    width: 100%;
    height: 270px;
    border-radius: 10px;
}

.block-11 .tag {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 7px 8px 7px;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 3px;
    font-family: 'Igra', Arial, sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.block-11 h3 {
    color: #bd9d62;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Igra';
    margin-bottom: 8px;
}

.block-11 .desc {
    color: #707070;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Igra';
}

.footer .line {
    border-top: 1px solid rgba(189, 157, 98, 0.2);
    padding-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .line:nth-child(1) .left {
    width: 360px;
}

.footer .line:nth-child(1) .left h2 {
    color: #bd9d62;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
}

.footer .line:nth-child(1) .right {
    width: 760px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .line:nth-child(1) .right .l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.footer .line:nth-child(1) .right .l a {
    color: #333333;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.7;
    margin-bottom: 18px;
    transition: 0.3s;
}

.footer .line:nth-child(1) .right .l a:hover {
    color: #bd9d62;
}

.footer .line:nth-child(1) .right .r {
    width: 360px;
}

.footer .line:nth-child(1) .right .r .head {
    color: #bd9d62;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

.footer .input {
    position: relative;
    opacity: 0.6;
    width: 100%;
}

.footer input {
    width: 100%;
    position: relative;
    color: rgb(0, 0, 0);
    border: none;
    background: none;
    outline: none;
    border: 1px solid #bd9d62;
    height: 50px;
    padding: 26px 20px 10px;
    font-size: 14px;
    line-height: 1.33;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: rgb(189, 157, 98);
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    /*    height: 60px;*/
}

input {
    cursor: pointer !important;
}

.footer .error {
    border-bottom: 1px solid red;
}

.footer input::-moz-placeholder {
    color: transparent;
}

.footer input::-webkit-input-placeholder {
    color: transparent;
}

.footer input:-ms-input-placeholder {
    color: transparent;
}

.footer input::-ms-input-placeholder {
    color: transparent;
}

.footer input::placeholder {
    color: transparent;
}

.footer .input label {
    position: absolute;
    width: 100%;
    top: 18px;
    left: 15px;
    font-weight: 400;
    font-size: 14px;
    height: 15px;
    color: #000;
    -webkit-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.footer input:not(:-moz-placeholder-shown) ~ label {
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.footer input:not(:-ms-input-placeholder) ~ label {
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.footer input:not(:placeholder-shown) ~ label,
.footer input:focus ~ label {
    -webkit-transform: translate( -15%, -100%) scale(.7);
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.checkbox {
    margin-top: 10px;
    margin-bottom: 0.2em;
    width: 100%;
}

.custom-checkbox>input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-checkbox>span {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: rgb(203, 203, 202);
    font-size: 12px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.custom-checkbox>span a {
    color: #8a8a8a;
    font-size: 12px !important;
}

.custom-checkbox>span::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    border: 2px solid #C7C7C6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
    margin-right: 10px;
    margin-bottom: -4px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
}

.custom-checkbox>input {
    display: none;
}

.custom-checkbox .error ~ span::before {
    border: 2px solid #F83030;
}


/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð°ÐºÑ‚Ð¸Ð²Ð½Ð¾Ð³Ð¾ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ° (Ð¿Ñ€Ð¸ Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ð¸ Ð½Ð° Ð½ÐµÐ³Ð¾) */

.custom-checkbox>input:not(:disabled):active+span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff;
}


/* ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ñ‡ÐµÐºÐ±Ð¾ÐºÑÐ°, Ð½Ð°Ñ…Ð¾Ð´ÑÑ‰ÐµÐ³Ð¾ÑÑ Ð² ÑÐ¾ÑÑ‚Ð¾ÑÐ½Ð¸Ð¸ checked */

.custom-checkbox>input:checked+span::before {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23C7C7C6' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
    background-size: 10px;
}

.footer .btn {
    width: 200px;
    height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 50px;
    font-weight: 700;
    border-width: 1px;
    border-radius: 30px;
    background-color: #bd9d62;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    cursor: pointer;
    margin-top: 20px
}

.footer .line:nth-child(2) a,
.footer .line:nth-child(2) p {
    color: #333333;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.4;
    font-weight: 400;
    opacity: 0.7;
    margin-bottom: 18px;
}

.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
    height: 100px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.header.scroll {
    background: #291f0c;
}

.header .container {
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .left,
.header .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(50% - 200px);
    max-width: calc(50% - 200px);
}

.header .right {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header a {
    margin-right: 60px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    border-width: 1px;
    border-radius: 30px;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.header a:hover {
    color: #bd9d62;
}

.header .right a{
    margin: 0;
    margin-left: 60px;
}


.header .btn {
    width: 200px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 60px;
    font-weight: 700;
    border-width: 2px;
    border-radius: 30px;
    background-color: #bd9d62;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    margin-right: 0;
}

.header .btn:hover {
    color: #fff;
    border-color: #bd9d62;
    background: transparent;
}

.header .logo {
    color: #bd9d62;
    font-size: 24px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.3;
    font-weight: 700;
}

.header .menu-btn {
    display: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #bd9d62;
    position: relative;
    cursor: pointer;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 18px;
}

@media(max-width: 1200px){
    .header .menu-btn {
        display: flex;
    }
}

.header .menu-btn span {
    position: relative;
    display: block;
    height: 2px;
    width: 20px;
    background: #fff;
}

.menu {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background-color: #bd9d62;
    padding: 48px 40px 38px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.5s ease-out;
}

.menu.active {
    left: 0;
}

.menu .up {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.menu .up a {
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    font-family: 'Igra';
    margin-bottom: 15px;
}

.menu .down .a {
    font-family: 'Igra', Arial, sans-serif;
    font-size: 18px;
    line-height: 1.55;
    font-weight: 300;
    color: #fff;
}

.menu .down .line {
    margin-top: 50px;
    display: flex;
}

.menu .down .btn {
    color: #bd9d62;
    background-color: #ffffff;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    font-family: 'Igra', Arial, sans-serif;
    font-weight: 700;
    line-height: 60px;
    height: 60px;
    display: block;
    padding: 0 40px;
    margin-right: 20px;
    cursor: pointer;
}

.menu .down .btn:nth-child(2) {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.menu .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../img/menu-close.svg') center center no-repeat;
    background-size: 20px;
}



















.block-2 {
    margin-bottom: 100px;
}

.block-2 .input {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.block-2 input {
    width: 100%;
    position: relative;
    color: rgb(0, 0, 0);
    border: none;
    background: none;
    outline: none;
    border-bottom: 1px solid #333;
    height: 50px;
    padding: 26px 20px 10px;
    font-size: 14px;
    line-height: 1.33;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: rgb(189, 157, 98);
    font-size: 16px;
    font-weight: 400;
    font-family: 'Igra', Arial, sans-serif;
    font-weight: 600
    /*    height: 60px;*/
}

input {
    cursor: pointer !important;
}

.block-2 .error {
    border-bottom: 1px solid red;
}

.block-2 textarea::-moz-placeholder,
.block-2 input::-moz-placeholder {
    color: transparent;
}

.block-2 textarea::-moz-placeholder,
.block-2 textarea::-webkit-input-placeholder,
.block-2 textarea:-ms-input-placeholder,
.block-2 textarea::-ms-input-placeholder,
.block-2 textarea::placeholder,
.block-2 input::-moz-placeholder,
.block-2 input::-webkit-input-placeholder,
.block-2 input:-ms-input-placeholder,
.block-2 input::-ms-input-placeholder,
.block-2 input::placeholder {
    color: transparent;
}

.block-2 .input label {
    position: absolute;
    width: 100%;
    top: 18px;
    left: 15px;
    font-weight: 450;
    font-size: 14px;
    height: 15px;
    color: #000;
    -webkit-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
    font-weight: 400;
    font-family: 'Igra', Arial, sans-serif;
    font-weight: 600;
    color: #333;
    letter-spacing: 0.05rem;
}

.block-2 input:not(:-moz-placeholder-shown) ~ label,
.block-2 textarea:not(:-moz-placeholder-shown) ~ label {
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-2 input:not(:-ms-input-placeholder) ~ label,
.block-2 textarea:not(:-ms-input-placeholder) ~ label {
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-2 input:not(:-moz-placeholder-shown) ~ label,
.block-2 textarea:not(:-moz-placeholder-shown) ~ label {
    -webkit-transform: translate( -15%, -100%) scale(.7);
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-2 input:not(:-ms-input-placeholder) ~ label,
.block-2 textarea:not(:-ms-input-placeholder) ~ label {
    -webkit-transform: translate( -15%, -100%) scale(.7);
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-2 input:not(:placeholder-shown) ~ label,
.block-2 input:focus ~ label,
.block-2 textarea:not(:placeholder-shown) ~ label,
.block-2 textarea:focus ~ label {
    -webkit-transform: translate( -15%, -100%) scale(.7);
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-2 .btn {
    width: 200px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 50px;
    font-weight: 700;
    border-width: 1px;
    border-radius: 30px;
    background-color: #bd9d62;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
    -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}

.block-2 .btn:hover {
    background: transparent;
    color: #bd9d62;
    border-color: #bd9d62;
}

.block-2 h2 {
    color: #333333;
    font-size: 65px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 50px;
}

.block-2 h2 span {
    color: rgb(189, 157, 98);
}

.block-2 .line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.block-2 .left,
.block-2 .right {
    width: calc(50% - 50px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.block-2 .left p {
    color: #333333;
    font-size: 26px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
    margin-bottom: 45px;
}

.block-2 .tel {
    color: rgb(46, 39, 27);
    border-bottom: 0px solid transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    margin-bottom: 7px;
    font-size: 26px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1;
    font-weight: 700;
}

.block-2 .mail {
    font-size: 16px;
    font-family: 'Igra', Arial, sans-serif;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
    opacity: 0.7;
}

.block-2 .input {
    position: relative;
    width: 100%;
}

.block-2 input {
    width: 100%;
    position: relative;
    color: rgb(0, 0, 0);
    border: none;
    background: none;
    outline: none;
    border: 1px solid #bd9d62;
    height: 50px;
    padding: 26px 20px 10px;
    font-size: 14px;
    line-height: 1.33;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    color: rgb(189, 157, 98);
    border-radius: 15px;
    font-size: 16px;
    font-weight: 400;
    /*    height: 60px;*/
}

input {
    cursor: pointer !important;
}

.block-2 .error {
    border-bottom: 1px solid red;
}

.block-2 textarea::-moz-placeholder,
.block-2 input::-moz-placeholder {
    color: transparent;
}

.block-2 textarea::-webkit-input-placeholder,
.block-2 input::-webkit-input-placeholder {
    color: transparent;
}

.block-2 textarea:-ms-input-placeholder,
.block-2 input:-ms-input-placeholder {
    color: transparent;
}

.block-2 textarea::-ms-input-placeholder,
.block-2 input::-ms-input-placeholder {
    color: transparent;
}

.block-2 textarea::-webkit-input-placeholder,
.block-2 input::-webkit-input-placeholder {
    color: transparent;
}

.block-2 textarea::-moz-placeholder,
.block-2 input::-moz-placeholder {
    color: transparent;
}

.block-2 textarea:-ms-input-placeholder,
.block-2 input:-ms-input-placeholder {
    color: transparent;
}

.block-2 textarea::-ms-input-placeholder,
.block-2 input::-ms-input-placeholder {
    color: transparent;
}

.block-2 textarea::placeholder,
.block-2 input::placeholder {
    color: transparent;
}

.block-2 .input label {
    position: absolute;
    width: 100%;
    top: 18px;
    left: 15px;
    font-weight: 450;
    font-size: 14px;
    height: 15px;
    color: #000;
    -webkit-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: -1;
}

.block-2 input:not(:-moz-placeholder-shown) ~ label {
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-2 input:not(:-ms-input-placeholder) ~ label {
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.block-2 input:not(:placeholder-shown) ~ label,
.block-2 input:focus ~ label {
    -webkit-transform: translate( -15%, -100%) scale(.7);
    -ms-transform: translate( -15%, -100%) scale(.7);
    transform: translate( -15%, -100%) scale(.7);
    left: 15px;
}

.input-cont,
.input-cont input {
    width: 100%;
    opacity: 1;
    position: relative
}

.input-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #bd9d62;
    border-radius: 15px;
    padding: 0 10px
}

.input-cont input::-moz-placeholder {
    color: #333;
    font-weight: 450;
}

.input-cont input::-webkit-input-placeholder {
    color: #333;
    font-weight: 450;
}

.input-cont input:-ms-input-placeholder {
    color: #333;
    font-weight: 450;
}

.input-cont input::-ms-input-placeholder {
    color: #333;
    font-weight: 450;
}

.input-cont input::placeholder {
    color: #333;
    font-weight: 450;
}

.input-cont input {
    height: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    border: none !important;
    background: 0 0;
    font-size: 14px;
    font-weight: 450;
    line-height: 50px;
    padding: 0 !important;
}

.input-cont .select {
    position: absolute;
    width: calc(100% - 20px);
    height: auto;
    max-height: 180px;
    display: none;
    overflow: auto;
    z-index: 10;
    padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 10%);
    box-shadow: 0 0 1px rgb(0 0 0 / 10%);
    overflow-y: scroll;
    margin-top: 51px;
}

.input-cont .select::-webkit-scrollbar {
    margin: 0;
    background: 0 0;
    width: 10px
}

.input-cont .select::-webkit-scrollbar-button {
    display: none
}

.input-cont .select::-webkit-scrollbar-track-piece {
    background: rgba(0, 0, 0, 0)
}

.input-cont .select::-webkit-scrollbar-thumb {
    margin: 10px;
    background: #c0c7cf;
    border-radius: 10px
}

.input-cont .t-input-phonemask__options-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 8px 10px;
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    font-family: 'Igra', Arial, sans-serif;
    font-weight: 450;
}

.input-cont.active .select,
.t-input-phonemask__options-wrap.t-input-phonemask__options-wrap_open {
    display: block
}

.t-input-phonemask__options-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t-input-phonemask__options-flag {
    -webkit-box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    background-position: -257px -74px
}

.input-cont .t-input-phonemask__options-item:hover,
.modal .input-cont input::-webkit-input-placeholder,
.modal .input-cont input::-moz-placeholder,
.modal .input-cont input:-ms-input-placeholder,
.modal .input-cont input:-moz-placeholder,
.form .input-cont input::-webkit-input-placeholder,
.form .input-cont input::-moz-placeholder,
.form .input-cont input:-ms-input-placeholder,
.form .input-cont input:-moz-placeholder {
    color: #c4c4c4
}

.input-cont .t-input-phonemask__options-item.hide {
    background: red;
    display: none
}

.t-input-phonemask__select,
.t-input-phonemask__select span {
    cursor: pointer!important
}

.block-9 {
    z-index: 0
}

.t-input-group.js-error-control-box .t-input-phonemask {
    border: 0!important
}

.t-input_pvis.t-input-phonemask__wrap {
    padding-top: 0;
    padding-bottom: 0
}

.t-input-phonemask__wrap {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex
}

.t-input-phonemask {
    height: auto;
    padding: 0;
    background-color: transparent
}

.t-input-phonemask__options-wrap {
    display: none;
    position: absolute;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    overflow-y: scroll
}

.t-input-phonemask__options-item {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: end;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 8px 10px;
    font-family: sans-serif;
    font-size: 14px;
    color: #000!important;
    cursor: pointer
}

.t-input-phonemask__options-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.t-input-phonemask__options-item.t-input-phonemask__options-item_chosen,
.t-input-phonemask__options-item:hover {
    background-color: #eee
}

.t-input-phonemask__select {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
    margin-left: 0;
    font-size: 16px;
    cursor: pointer
}

.t-input-phonemask__select-triangle {
    position: relative;
    margin-left: 6px;
    border-style: solid;
    border-width: 5px 4px 0;
    border-color: #9a9a9a transparent transparent
}

.t-input-phonemask__select-code {
    white-space: nowrap
}

.t-input-phonemask__options-code,
.t-input-phonemask__select-code {
    margin-left: 10px;
    
}

.t-input-phonemask__options-flag,
.t-input-phonemask__select-flag {
    width: 18px;
    min-width: 18px;
    height: 13px;
    background-color: #c5c5c5;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    background-image: url(https://static.tildacdn.com/lib/flags/flags5.png);
    background-repeat: no-repeat;
    display: inline-block
}

.t-input-phonemask__options-flag {
    margin-left: 8px
}

.t-input-phonemask__options-wrap::-webkit-scrollbar {
    width: 8px;
    height: 15px
}

.t-input-phonemask__options-wrap::-webkit-scrollbar-thumb {
    border-radius: 7px;
    background: #c2c9d2
}

@media screen and (max-width: 640px) {
    .t-input-phonemask__options-wrap {
        min-width: auto
    }
}

.t-input-phonemask__options-flag_ad,
.t-input-phonemask__select-flag[data-phonemask-flag=ad] {
    background-position: -5px -5px
}

.t-input-phonemask__options-flag_ae,
.t-input-phonemask__select-flag[data-phonemask-flag=ae] {
    background-position: -33px -5px
}

.t-input-phonemask__options-flag_af,
.t-input-phonemask__select-flag[data-phonemask-flag=af] {
    background-position: -61px -5px
}

.t-input-phonemask__options-flag_ag,
.t-input-phonemask__select-flag[data-phonemask-flag=ag] {
    background-position: -89px -5px
}

.t-input-phonemask__options-flag_al,
.t-input-phonemask__select-flag[data-phonemask-flag=al] {
    background-position: -117px -5px
}

.t-input-phonemask__options-flag_am,
.t-input-phonemask__select-flag[data-phonemask-flag=am] {
    background-position: -145px -5px
}

.t-input-phonemask__options-flag_ao,
.t-input-phonemask__select-flag[data-phonemask-flag=ao] {
    background-position: -173px -5px
}

.t-input-phonemask__options-flag_ar,
.t-input-phonemask__select-flag[data-phonemask-flag=ar] {
    background-position: -201px -5px
}

.t-input-phonemask__options-flag_at,
.t-input-phonemask__select-flag[data-phonemask-flag=at] {
    background-position: -229px -5px
}

.t-input-phonemask__options-flag_au,
.t-input-phonemask__select-flag[data-phonemask-flag=au] {
    background-position: -257px -5px
}

.t-input-phonemask__options-flag_az,
.t-input-phonemask__select-flag[data-phonemask-flag=az] {
    background-position: -285px -5px
}

.t-input-phonemask__options-flag_ba,
.t-input-phonemask__select-flag[data-phonemask-flag=ba] {
    background-position: -313px -5px
}

.t-input-phonemask__options-flag_bb,
.t-input-phonemask__select-flag[data-phonemask-flag=bb] {
    background-position: -5px -28px
}

.t-input-phonemask__options-flag_bd,
.t-input-phonemask__select-flag[data-phonemask-flag=bd] {
    background-position: -33px -28px
}

.t-input-phonemask__options-flag_be,
.t-input-phonemask__select-flag[data-phonemask-flag=be] {
    background-position: -61px -28px
}

.t-input-phonemask__options-flag_bf,
.t-input-phonemask__select-flag[data-phonemask-flag=bf] {
    background-position: -89px -28px
}

.t-input-phonemask__options-flag_bg,
.t-input-phonemask__select-flag[data-phonemask-flag=bg] {
    background-position: -117px -28px
}

.t-input-phonemask__options-flag_bh,
.t-input-phonemask__select-flag[data-phonemask-flag=bh] {
    background-position: -145px -28px
}

.t-input-phonemask__options-flag_bi,
.t-input-phonemask__select-flag[data-phonemask-flag=bi] {
    background-position: -173px -28px
}

.t-input-phonemask__options-flag_bj,
.t-input-phonemask__select-flag[data-phonemask-flag=bj] {
    background-position: -201px -28px
}

.t-input-phonemask__options-flag_bm,
.t-input-phonemask__select-flag[data-phonemask-flag=bm] {
    background-position: -229px -28px
}

.t-input-phonemask__options-flag_bn,
.t-input-phonemask__select-flag[data-phonemask-flag=bn] {
    background-position: -257px -28px
}

.t-input-phonemask__options-flag_bo,
.t-input-phonemask__select-flag[data-phonemask-flag=bo] {
    background-position: -285px -28px
}

.t-input-phonemask__options-flag_br,
.t-input-phonemask__select-flag[data-phonemask-flag=br] {
    background-position: -313px -28px
}

.t-input-phonemask__options-flag_bs,
.t-input-phonemask__select-flag[data-phonemask-flag=bs] {
    background-position: -5px -51px
}

.t-input-phonemask__options-flag_bt,
.t-input-phonemask__select-flag[data-phonemask-flag=bt] {
    background-position: -33px -51px
}

.t-input-phonemask__options-flag_bw,
.t-input-phonemask__select-flag[data-phonemask-flag=bw] {
    background-position: -61px -51px
}

.t-input-phonemask__options-flag_by,
.t-input-phonemask__select-flag[data-phonemask-flag=by] {
    background-position: -89px -51px
}

.t-input-phonemask__options-flag_bz,
.t-input-phonemask__select-flag[data-phonemask-flag=bz] {
    background-position: -117px -51px
}

.t-input-phonemask__options-flag_ca,
.t-input-phonemask__select-flag[data-phonemask-flag=ca] {
    background-position: -145px -51px
}

.t-input-phonemask__options-flag_cd,
.t-input-phonemask__select-flag[data-phonemask-flag=cd] {
    background-position: -173px -51px
}

.t-input-phonemask__options-flag_cf,
.t-input-phonemask__select-flag[data-phonemask-flag=cf] {
    background-position: -201px -51px
}

.t-input-phonemask__options-flag_cg,
.t-input-phonemask__select-flag[data-phonemask-flag=cg] {
    background-position: -229px -51px
}

.t-input-phonemask__options-flag_ch,
.t-input-phonemask__select-flag[data-phonemask-flag=ch] {
    background-position: -257px -51px
}

.t-input-phonemask__options-flag_ci,
.t-input-phonemask__select-flag[data-phonemask-flag=ci] {
    background-position: -285px -51px
}

.t-input-phonemask__options-flag_ck,
.t-input-phonemask__select-flag[data-phonemask-flag=ck] {
    background-position: -313px -51px
}

.t-input-phonemask__options-flag_cl,
.t-input-phonemask__select-flag[data-phonemask-flag=cl] {
    background-position: -5px -74px
}

.t-input-phonemask__options-flag_cm,
.t-input-phonemask__select-flag[data-phonemask-flag=cm] {
    background-position: -33px -74px
}

.t-input-phonemask__options-flag_cn,
.t-input-phonemask__select-flag[data-phonemask-flag=cn] {
    background-position: -61px -74px
}

.t-input-phonemask__options-flag_co,
.t-input-phonemask__select-flag[data-phonemask-flag=co] {
    background-position: -89px -74px
}

.t-input-phonemask__options-flag_cr,
.t-input-phonemask__select-flag[data-phonemask-flag=cr] {
    background-position: -117px -74px
}

.t-input-phonemask__options-flag_cu,
.t-input-phonemask__select-flag[data-phonemask-flag=cu] {
    background-position: -145px -74px
}

.t-input-phonemask__options-flag_cv,
.t-input-phonemask__select-flag[data-phonemask-flag=cv] {
    background-position: -173px -74px
}

.t-input-phonemask__options-flag_cy,
.t-input-phonemask__select-flag[data-phonemask-flag=cy] {
    background-position: -201px -74px
}

.t-input-phonemask__options-flag_cz,
.t-input-phonemask__select-flag[data-phonemask-flag=cz] {
    background-position: -229px -74px
}

.t-input-phonemask__options-flag_de,
.t-input-phonemask__select-flag[data-phonemask-flag=de] {
    background-position: -257px -74px
}

.t-input-phonemask__options-flag_dj,
.t-input-phonemask__select-flag[data-phonemask-flag=dj] {
    background-position: -285px -74px
}

.t-input-phonemask__options-flag_dk,
.t-input-phonemask__select-flag[data-phonemask-flag=dk] {
    background-position: -313px -74px
}

.t-input-phonemask__options-flag_dm,
.t-input-phonemask__select-flag[data-phonemask-flag=dm] {
    background-position: -5px -97px
}

.t-input-phonemask__options-flag_do,
.t-input-phonemask__select-flag[data-phonemask-flag=do] {
    background-position: -33px -97px
}

.t-input-phonemask__options-flag_dz,
.t-input-phonemask__select-flag[data-phonemask-flag=dz] {
    background-position: -61px -97px
}

.t-input-phonemask__options-flag_ec,
.t-input-phonemask__select-flag[data-phonemask-flag=ec] {
    background-position: -89px -97px
}

.t-input-phonemask__options-flag_ee,
.t-input-phonemask__select-flag[data-phonemask-flag=ee] {
    background-position: -117px -97px
}

.t-input-phonemask__options-flag_eg,
.t-input-phonemask__select-flag[data-phonemask-flag=eg] {
    background-position: -145px -97px
}

.t-input-phonemask__options-flag_eh,
.t-input-phonemask__select-flag[data-phonemask-flag=eh] {
    background-position: -173px -97px
}

.t-input-phonemask__options-flag_er,
.t-input-phonemask__select-flag[data-phonemask-flag=er] {
    background-position: -201px -97px
}

.t-input-phonemask__options-flag_es,
.t-input-phonemask__select-flag[data-phonemask-flag=es] {
    background-position: -229px -97px
}

.t-input-phonemask__options-flag_et,
.t-input-phonemask__select-flag[data-phonemask-flag=et] {
    background-position: -257px -97px
}

.t-input-phonemask__options-flag_fi,
.t-input-phonemask__select-flag[data-phonemask-flag=fi] {
    background-position: -285px -97px
}

.t-input-phonemask__options-flag_fj,
.t-input-phonemask__select-flag[data-phonemask-flag=fj] {
    background-position: -313px -97px
}

.t-input-phonemask__options-flag_fm,
.t-input-phonemask__select-flag[data-phonemask-flag=fm] {
    background-position: -5px -120px
}

.t-input-phonemask__options-flag_fr,
.t-input-phonemask__select-flag[data-phonemask-flag=fr] {
    background-position: -33px -120px
}

.t-input-phonemask__options-flag_ga,
.t-input-phonemask__select-flag[data-phonemask-flag=ga] {
    background-position: -61px -120px
}

.t-input-phonemask__options-flag_gb,
.t-input-phonemask__select-flag[data-phonemask-flag=gb] {
    background-position: -89px -120px
}

.t-input-phonemask__options-flag_gd,
.t-input-phonemask__select-flag[data-phonemask-flag=gd] {
    background-position: -117px -120px
}

.t-input-phonemask__options-flag_ge,
.t-input-phonemask__select-flag[data-phonemask-flag=ge] {
    background-position: -145px -120px
}

.t-input-phonemask__options-flag_gh,
.t-input-phonemask__select-flag[data-phonemask-flag=gh] {
    background-position: -173px -120px
}

.t-input-phonemask__options-flag_gm,
.t-input-phonemask__select-flag[data-phonemask-flag=gm] {
    background-position: -201px -120px
}

.t-input-phonemask__options-flag_gn,
.t-input-phonemask__select-flag[data-phonemask-flag=gn] {
    background-position: -229px -120px
}

.t-input-phonemask__options-flag_gq,
.t-input-phonemask__select-flag[data-phonemask-flag=gq] {
    background-position: -257px -120px
}

.t-input-phonemask__options-flag_gr,
.t-input-phonemask__select-flag[data-phonemask-flag=gr] {
    background-position: -285px -120px
}

.t-input-phonemask__options-flag_gt,
.t-input-phonemask__select-flag[data-phonemask-flag=gt] {
    background-position: -313px -120px
}

.t-input-phonemask__options-flag_gw,
.t-input-phonemask__select-flag[data-phonemask-flag=gw] {
    background-position: -5px -143px
}

.t-input-phonemask__options-flag_gy,
.t-input-phonemask__select-flag[data-phonemask-flag=gy] {
    background-position: -33px -143px
}

.t-input-phonemask__options-flag_hk,
.t-input-phonemask__select-flag[data-phonemask-flag=hk] {
    background-position: -61px -143px
}

.t-input-phonemask__options-flag_hn,
.t-input-phonemask__select-flag[data-phonemask-flag=hn] {
    background-position: -89px -143px
}

.t-input-phonemask__options-flag_hr,
.t-input-phonemask__select-flag[data-phonemask-flag=hr] {
    background-position: -117px -143px
}

.t-input-phonemask__options-flag_ht,
.t-input-phonemask__select-flag[data-phonemask-flag=ht] {
    background-position: -145px -143px
}

.t-input-phonemask__options-flag_hu,
.t-input-phonemask__select-flag[data-phonemask-flag=hu] {
    background-position: -173px -143px
}

.t-input-phonemask__options-flag_id,
.t-input-phonemask__select-flag[data-phonemask-flag=id] {
    background-position: -201px -143px
}

.t-input-phonemask__options-flag_ie,
.t-input-phonemask__select-flag[data-phonemask-flag=ie] {
    background-position: -229px -143px
}

.t-input-phonemask__options-flag_il,
.t-input-phonemask__select-flag[data-phonemask-flag=il] {
    background-position: -257px -143px
}

.t-input-phonemask__options-flag_in,
.t-input-phonemask__select-flag[data-phonemask-flag=in] {
    background-position: -285px -143px
}

.t-input-phonemask__options-flag_iq,
.t-input-phonemask__select-flag[data-phonemask-flag=iq] {
    background-position: -313px -143px
}

.t-input-phonemask__options-flag_ir,
.t-input-phonemask__select-flag[data-phonemask-flag=ir] {
    background-position: -5px -166px
}

.t-input-phonemask__options-flag_is,
.t-input-phonemask__select-flag[data-phonemask-flag=is] {
    background-position: -33px -166px
}

.t-input-phonemask__options-flag_it,
.t-input-phonemask__select-flag[data-phonemask-flag=it] {
    background-position: -61px -166px
}

.t-input-phonemask__options-flag_jm,
.t-input-phonemask__select-flag[data-phonemask-flag=jm] {
    background-position: -89px -166px
}

.t-input-phonemask__options-flag_jo,
.t-input-phonemask__select-flag[data-phonemask-flag=jo] {
    background-position: -117px -166px
}

.t-input-phonemask__options-flag_jp,
.t-input-phonemask__select-flag[data-phonemask-flag=jp] {
    background-position: -145px -166px
}

.t-input-phonemask__options-flag_ke,
.t-input-phonemask__select-flag[data-phonemask-flag=ke] {
    background-position: -173px -166px
}

.t-input-phonemask__options-flag_kg,
.t-input-phonemask__select-flag[data-phonemask-flag=kg] {
    background-position: -201px -166px
}

.t-input-phonemask__options-flag_kh,
.t-input-phonemask__select-flag[data-phonemask-flag=kh] {
    background-position: -229px -166px
}

.t-input-phonemask__options-flag_ki,
.t-input-phonemask__select-flag[data-phonemask-flag=ki] {
    background-position: -257px -166px
}

.t-input-phonemask__options-flag_km,
.t-input-phonemask__select-flag[data-phonemask-flag=km] {
    background-position: -285px -166px
}

.t-input-phonemask__options-flag_kn,
.t-input-phonemask__select-flag[data-phonemask-flag=kn] {
    background-position: -313px -166px
}

.t-input-phonemask__options-flag_kp,
.t-input-phonemask__select-flag[data-phonemask-flag=kp] {
    background-position: -5px -189px
}

.t-input-phonemask__options-flag_kr,
.t-input-phonemask__select-flag[data-phonemask-flag=kr] {
    background-position: -33px -189px
}

.t-input-phonemask__options-flag_ks,
.t-input-phonemask__select-flag[data-phonemask-flag=ks] {
    background-position: -61px -189px
}

.t-input-phonemask__options-flag_kw,
.t-input-phonemask__select-flag[data-phonemask-flag=kw] {
    background-position: -89px -189px
}

.t-input-phonemask__options-flag_kz,
.t-input-phonemask__select-flag[data-phonemask-flag=kz] {
    background-position: -117px -189px
}

.t-input-phonemask__options-flag_la,
.t-input-phonemask__select-flag[data-phonemask-flag=la] {
    background-position: -145px -189px
}

.t-input-phonemask__options-flag_lb,
.t-input-phonemask__select-flag[data-phonemask-flag=lb] {
    background-position: -173px -189px
}

.t-input-phonemask__options-flag_lc,
.t-input-phonemask__select-flag[data-phonemask-flag=lc] {
    background-position: -201px -189px
}

.t-input-phonemask__options-flag_li,
.t-input-phonemask__select-flag[data-phonemask-flag=li] {
    background-position: -229px -189px
}

.t-input-phonemask__options-flag_lk,
.t-input-phonemask__select-flag[data-phonemask-flag=lk] {
    background-position: -257px -189px
}

.t-input-phonemask__options-flag_lr,
.t-input-phonemask__select-flag[data-phonemask-flag=lr] {
    background-position: -285px -189px
}

.t-input-phonemask__options-flag_ls,
.t-input-phonemask__select-flag[data-phonemask-flag=ls] {
    background-position: -313px -189px
}

.t-input-phonemask__options-flag_lt,
.t-input-phonemask__select-flag[data-phonemask-flag=lt] {
    background-position: -5px -212px
}

.t-input-phonemask__options-flag_lu,
.t-input-phonemask__select-flag[data-phonemask-flag=lu] {
    background-position: -33px -212px
}

.t-input-phonemask__options-flag_lv,
.t-input-phonemask__select-flag[data-phonemask-flag=lv] {
    background-position: -61px -212px
}

.t-input-phonemask__options-flag_ly,
.t-input-phonemask__select-flag[data-phonemask-flag=ly] {
    background-position: -89px -212px
}

.t-input-phonemask__options-flag_ma,
.t-input-phonemask__select-flag[data-phonemask-flag=ma] {
    background-position: -117px -212px
}

.t-input-phonemask__options-flag_mc,
.t-input-phonemask__select-flag[data-phonemask-flag=mc] {
    background-position: -145px -212px
}

.t-input-phonemask__options-flag_md,
.t-input-phonemask__select-flag[data-phonemask-flag=md] {
    background-position: -173px -212px
}

.t-input-phonemask__options-flag_me,
.t-input-phonemask__select-flag[data-phonemask-flag=me] {
    background-position: -201px -212px
}

.t-input-phonemask__options-flag_mg,
.t-input-phonemask__select-flag[data-phonemask-flag=mg] {
    background-position: -229px -212px
}

.t-input-phonemask__options-flag_mh,
.t-input-phonemask__select-flag[data-phonemask-flag=mh] {
    background-position: -257px -212px
}

.t-input-phonemask__options-flag_mk,
.t-input-phonemask__select-flag[data-phonemask-flag=mk] {
    background-position: -285px -212px
}

.t-input-phonemask__options-flag_ml,
.t-input-phonemask__select-flag[data-phonemask-flag=ml] {
    background-position: -313px -212px
}

.t-input-phonemask__options-flag_mm,
.t-input-phonemask__select-flag[data-phonemask-flag=mm] {
    background-position: -5px -235px
}

.t-input-phonemask__options-flag_mn,
.t-input-phonemask__select-flag[data-phonemask-flag=mn] {
    background-position: -33px -235px
}

.t-input-phonemask__options-flag_mo,
.t-input-phonemask__select-flag[data-phonemask-flag=mo] {
    background-position: -61px -235px
}

.t-input-phonemask__options-flag_mr,
.t-input-phonemask__select-flag[data-phonemask-flag=mr] {
    background-position: -89px -235px
}

.t-input-phonemask__options-flag_mt,
.t-input-phonemask__select-flag[data-phonemask-flag=mt] {
    background-position: -117px -235px
}

.t-input-phonemask__options-flag_mu,
.t-input-phonemask__select-flag[data-phonemask-flag=mu] {
    background-position: -145px -235px
}

.t-input-phonemask__options-flag_mv,
.t-input-phonemask__select-flag[data-phonemask-flag=mv] {
    background-position: -173px -235px
}

.t-input-phonemask__options-flag_mw,
.t-input-phonemask__select-flag[data-phonemask-flag=mw] {
    background-position: -201px -235px
}

.t-input-phonemask__options-flag_mb,
.t-input-phonemask__options-flag_mx,
.t-input-phonemask__select-flag[data-phonemask-flag=mb],
.t-input-phonemask__select-flag[data-phonemask-flag=mx] {
    background-position: -229px -235px
}

.t-input-phonemask__options-flag_my,
.t-input-phonemask__select-flag[data-phonemask-flag=my] {
    background-position: -257px -235px
}

.t-input-phonemask__options-flag_mz,
.t-input-phonemask__select-flag[data-phonemask-flag=mz] {
    background-position: -285px -235px
}

.t-input-phonemask__options-flag_na,
.t-input-phonemask__select-flag[data-phonemask-flag=na] {
    background-position: -313px -235px
}

.t-input-phonemask__options-flag_ne,
.t-input-phonemask__select-flag[data-phonemask-flag=ne] {
    background-position: -5px -258px
}

.t-input-phonemask__options-flag_ng,
.t-input-phonemask__select-flag[data-phonemask-flag=ng] {
    background-position: -33px -258px
}

.t-input-phonemask__options-flag_ni,
.t-input-phonemask__select-flag[data-phonemask-flag=ni] {
    background-position: -61px -258px
}

.t-input-phonemask__options-flag_nl,
.t-input-phonemask__select-flag[data-phonemask-flag=nl] {
    background-position: -89px -258px
}

.t-input-phonemask__options-flag_no,
.t-input-phonemask__select-flag[data-phonemask-flag=no] {
    background-position: -117px -258px
}

.t-input-phonemask__options-flag_np,
.t-input-phonemask__select-flag[data-phonemask-flag=np] {
    width: 16px;
    min-width: 16px;
    background-position: -341px -5px
}

.t-input-phonemask__options-flag_nr,
.t-input-phonemask__select-flag[data-phonemask-flag=nr] {
    background-position: -145px -258px
}

.t-input-phonemask__options-flag_nu,
.t-input-phonemask__select-flag[data-phonemask-flag=nu] {
    background-position: -173px -258px
}

.t-input-phonemask__options-flag_nz,
.t-input-phonemask__select-flag[data-phonemask-flag=nz] {
    background-position: -201px -258px
}

.t-input-phonemask__options-flag_om,
.t-input-phonemask__select-flag[data-phonemask-flag=om] {
    background-position: -229px -258px
}

.t-input-phonemask__options-flag_pa,
.t-input-phonemask__select-flag[data-phonemask-flag=pa] {
    background-position: -257px -258px
}

.t-input-phonemask__options-flag_pe,
.t-input-phonemask__select-flag[data-phonemask-flag=pe] {
    background-position: -285px -258px
}

.t-input-phonemask__options-flag_pg,
.t-input-phonemask__select-flag[data-phonemask-flag=pg] {
    background-position: -313px -258px
}

.t-input-phonemask__options-flag_ph,
.t-input-phonemask__select-flag[data-phonemask-flag=ph] {
    background-position: -5px -281px
}

.t-input-phonemask__options-flag_pk,
.t-input-phonemask__select-flag[data-phonemask-flag=pk] {
    background-position: -33px -281px
}

.t-input-phonemask__options-flag_pl,
.t-input-phonemask__select-flag[data-phonemask-flag=pl] {
    background-position: -61px -281px
}

.t-input-phonemask__options-flag_ps,
.t-input-phonemask__select-flag[data-phonemask-flag=ps] {
    background-position: -89px -281px
}

.t-input-phonemask__options-flag_pt,
.t-input-phonemask__select-flag[data-phonemask-flag=pt] {
    background-position: -117px -281px
}

.t-input-phonemask__options-flag_pw,
.t-input-phonemask__select-flag[data-phonemask-flag=pw] {
    background-position: -145px -281px
}

.t-input-phonemask__options-flag_py,
.t-input-phonemask__select-flag[data-phonemask-flag=py] {
    background-position: -173px -281px
}

.t-input-phonemask__options-flag_qa,
.t-input-phonemask__select-flag[data-phonemask-flag=qa] {
    background-position: -201px -281px
}

.t-input-phonemask__options-flag_ro,
.t-input-phonemask__select-flag[data-phonemask-flag=ro] {
    background-position: -229px -281px
}

.t-input-phonemask__options-flag_rs,
.t-input-phonemask__select-flag[data-phonemask-flag=rs] {
    background-position: -257px -281px
}

.t-input-phonemask__options-flag_ru,
.t-input-phonemask__select-flag[data-phonemask-flag=ru] {
    background-position: -285px -281px
}

.t-input-phonemask__options-flag_rw,
.t-input-phonemask__select-flag[data-phonemask-flag=rw] {
    background-position: -313px -281px
}

.t-input-phonemask__options-flag_sa,
.t-input-phonemask__select-flag[data-phonemask-flag=sa] {
    background-position: -5px -304px
}

.t-input-phonemask__options-flag_sb,
.t-input-phonemask__select-flag[data-phonemask-flag=sb] {
    background-position: -33px -304px
}

.t-input-phonemask__options-flag_sc,
.t-input-phonemask__select-flag[data-phonemask-flag=sc] {
    background-position: -61px -304px
}

.t-input-phonemask__options-flag_sd,
.t-input-phonemask__select-flag[data-phonemask-flag=sd] {
    background-position: -89px -304px
}

.t-input-phonemask__options-flag_se,
.t-input-phonemask__select-flag[data-phonemask-flag=se] {
    background-position: -117px -304px
}

.t-input-phonemask__options-flag_sg,
.t-input-phonemask__select-flag[data-phonemask-flag=sg] {
    background-position: -145px -304px
}

.t-input-phonemask__options-flag_si,
.t-input-phonemask__select-flag[data-phonemask-flag=si] {
    background-position: -173px -304px
}

.t-input-phonemask__options-flag_sk,
.t-input-phonemask__select-flag[data-phonemask-flag=sk] {
    background-position: -201px -304px
}

.t-input-phonemask__options-flag_sl,
.t-input-phonemask__select-flag[data-phonemask-flag=sl] {
    background-position: -229px -304px
}

.t-input-phonemask__options-flag_sm,
.t-input-phonemask__select-flag[data-phonemask-flag=sm] {
    background-position: -257px -304px
}

.t-input-phonemask__options-flag_sn,
.t-input-phonemask__select-flag[data-phonemask-flag=sn] {
    background-position: -285px -304px
}

.t-input-phonemask__options-flag_so,
.t-input-phonemask__select-flag[data-phonemask-flag=so] {
    background-position: -313px -304px
}

.t-input-phonemask__options-flag_sr,
.t-input-phonemask__select-flag[data-phonemask-flag=sr] {
    background-position: -5px -327px
}

.t-input-phonemask__options-flag_ss,
.t-input-phonemask__select-flag[data-phonemask-flag=ss] {
    background-position: -33px -327px
}

.t-input-phonemask__options-flag_st,
.t-input-phonemask__select-flag[data-phonemask-flag=st] {
    background-position: -61px -327px
}

.t-input-phonemask__options-flag_sv,
.t-input-phonemask__select-flag[data-phonemask-flag=sv] {
    background-position: -89px -327px
}

.t-input-phonemask__options-flag_sy,
.t-input-phonemask__select-flag[data-phonemask-flag=sy] {
    background-position: -117px -327px
}

.t-input-phonemask__options-flag_sz,
.t-input-phonemask__select-flag[data-phonemask-flag=sz] {
    background-position: -145px -327px
}

.t-input-phonemask__options-flag_td,
.t-input-phonemask__select-flag[data-phonemask-flag=td] {
    background-position: -173px -327px
}

.t-input-phonemask__options-flag_tg,
.t-input-phonemask__select-flag[data-phonemask-flag=tg] {
    background-position: -201px -327px
}

.t-input-phonemask__options-flag_th,
.t-input-phonemask__select-flag[data-phonemask-flag=th] {
    background-position: -229px -327px
}

.t-input-phonemask__options-flag_tj,
.t-input-phonemask__select-flag[data-phonemask-flag=tj] {
    background-position: -257px -327px
}

.t-input-phonemask__options-flag_tl,
.t-input-phonemask__select-flag[data-phonemask-flag=tl] {
    background-position: -285px -327px
}

.t-input-phonemask__options-flag_tm,
.t-input-phonemask__select-flag[data-phonemask-flag=tm] {
    background-position: -313px -327px
}

.t-input-phonemask__options-flag_tn,
.t-input-phonemask__select-flag[data-phonemask-flag=tn] {
    background-position: -367px -5px
}

.t-input-phonemask__options-flag_to,
.t-input-phonemask__select-flag[data-phonemask-flag=to] {
    background-position: -341px -28px
}

.t-input-phonemask__options-flag_tr,
.t-input-phonemask__select-flag[data-phonemask-flag=tr] {
    background-position: -341px -51px
}

.t-input-phonemask__options-flag_tt,
.t-input-phonemask__select-flag[data-phonemask-flag=tt] {
    background-position: -341px -74px
}

.t-input-phonemask__options-flag_tv,
.t-input-phonemask__select-flag[data-phonemask-flag=tv] {
    background-position: -341px -97px
}

.t-input-phonemask__options-flag_tw,
.t-input-phonemask__select-flag[data-phonemask-flag=tw] {
    background-position: -341px -120px
}

.t-input-phonemask__options-flag_tz,
.t-input-phonemask__select-flag[data-phonemask-flag=tz] {
    background-position: -341px -143px
}

.t-input-phonemask__options-flag_ua,
.t-input-phonemask__select-flag[data-phonemask-flag=ua] {
    background-position: -341px -166px
}

.t-input-phonemask__options-flag_ug,
.t-input-phonemask__select-flag[data-phonemask-flag=ug] {
    background-position: -341px -189px
}

.t-input-phonemask__options-flag_us,
.t-input-phonemask__select-flag[data-phonemask-flag=us] {
    background-position: -341px -212px
}

.t-input-phonemask__options-flag_uy,
.t-input-phonemask__select-flag[data-phonemask-flag=uy] {
    background-position: -341px -235px
}

.t-input-phonemask__options-flag_uz,
.t-input-phonemask__select-flag[data-phonemask-flag=uz] {
    background-position: -341px -258px
}

.t-input-phonemask__options-flag_va,
.t-input-phonemask__select-flag[data-phonemask-flag=va] {
    background-position: -341px -281px
}

.t-input-phonemask__options-flag_vc,
.t-input-phonemask__select-flag[data-phonemask-flag=vc] {
    background-position: -341px -304px
}

.t-input-phonemask__options-flag_ve,
.t-input-phonemask__select-flag[data-phonemask-flag=ve] {
    background-position: -341px -327px
}

.t-input-phonemask__options-flag_vn,
.t-input-phonemask__select-flag[data-phonemask-flag=vn] {
    background-position: -5px -350px
}

.t-input-phonemask__options-flag_vu,
.t-input-phonemask__select-flag[data-phonemask-flag=vu] {
    background-position: -33px -350px
}

.t-input-phonemask__options-flag_ws,
.t-input-phonemask__select-flag[data-phonemask-flag=ws] {
    background-position: -61px -350px
}

.t-input-phonemask__options-flag_xk,
.t-input-phonemask__select-flag[data-phonemask-flag=xk] {
    background-position: -89px -350px
}

.t-input-phonemask__options-flag_ye,
.t-input-phonemask__select-flag[data-phonemask-flag=ye] {
    background-position: -117px -350px
}

.t-input-phonemask__options-flag_za,
.t-input-phonemask__select-flag[data-phonemask-flag=za] {
    background-position: -145px -350px
}

.t-input-phonemask__options-flag_zm,
.t-input-phonemask__select-flag[data-phonemask-flag=zm] {
    background-position: -173px -350px
}

.t-input-phonemask__options-flag_zw,
.t-input-phonemask__select-flag[data-phonemask-flag=zw] {
    background-position: -201px -350px
}

.block-2 textarea {
    width: 100%;
    height: 100px;
    margin-top: 20px;
    border: 1px solid #bd9d62;
    border-radius: 15px;
    background: transparent;
    outline: none;
    color: #333;
    padding: 26px 20px 10px;
}

.block-2 .textarea label {
    top: 40px
}


@media(max-width: 1200px){
    .block-2 h2{
        font-size: 74px;
    }
    .block-2 .left p,
    .block-2 .tel{
        font-size: 24px;
    }
}
@media(max-width: 960px) {
    .block-2 h2 {
        font-size: 48px;
    }
    .block-2 .left p,
    .block-2 .tel{
        font-size: 22px;
    }
    .block-2 .line{
        flex-direction: column;
    }
    .block-2 .left{
        margin-bottom: 40px;
    }
    .block-2 .left, .block-2 .right{
        width: 100%;
    }
    .block-2{
        margin: 60px 0;
    }
}
@media(max-width: 640px) {
    .block-2 h2 {
        font-size: 38px;
        margin-bottom: 20px;
    }
}
@media(max-width: 500px) {
    .block-2 h2 {
        font-size: 30px;
    }
    .block-2 .left p,
    .block-2 .tel{
        font-size: 18px;
    }
}