/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/*!
Theme Name: GermesStroy
Version: 1.0.0

*/

/*Global Style Start*/
*{padding: 0;margin: 0;border: 0;}
*,*:before,*:after {box-sizing: inherit;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;}
html {-webkit-box-sizing: border-box;box-sizing: border-box;}
nav,footer,header,aside {display: block;}
ul,ol,li{padding: 0;margin: 0;list-style: none;}
h1,h2,h3,h4,h5,h6 {font-size:inherit;margin: 0;;}
p,figure,figcaption,blockquote,dl,dd {margin: 0;}
img {max-width: 100%;display: block;}
button {cursor: pointer; background: transparent;}
:focus,:active {outline: none;}
input,button,textarea,select {font-family: inherit;}
a:not([class]) {-webkit-text-decoration-skip: ink;text-decoration-skip-ink: auto;}
a:focus, a:active {outline: none;}
.visually-hidden {position: absolute;width: 1px;height: 1px;margin: -1px;border: 0;padding: 0;clip: rect(0 0 0 0);overflow: hidden;}
/*Global Style End*/
input[type=button], input[type=submit]{
    cursor: pointer;
    position: relative;
}
.mypage {
    background-color: var(--black);
    padding-top: 120px;
}
.mypage h1, 
.mypage h2, 
.mypage h3, 
.mypage h4, 
.mypage h5,
.mypage h6 {
    margin-bottom: 20px;
    font-weight: 400;
    text-transform: uppercase;
}
.mypage h1 {
    font-size: 32px;
    line-height: 130%;
}
.mypage h2 {
    font-size: 24px;
    line-height: 130%;
}
.mypage h3 {
    font-size: 20px;
    line-height: 130%;
}
.mypage h4,
.mypage h5,
.mypage h6 {
    font-size: 18px;
    line-height: 130%;
}
.mypage p {
    margin-bottom: 20px;
    line-height: 150%;
    font-size: 16px;
}
.btn--fix {
    max-width: 350px;
}
/*General Style Start*/
:root {
	--accent: #ffc000;
	--black: #31302e;
	--white: #fff9f0;
}
body {
    margin: 0;
    font-family: 'Futura PT Book', sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #fff;
    overflow-x: hidden;
    background: #F9F9F9;
}
body.lock {
    overflow: hidden;
}
.container {
    max-width: 500px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.link {
    font-weight: 900;
    font-size: 20px;
    text-decoration: underline;
    text-align: center;
    color: var(--accent);
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 46px 20px 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
    text-align: center;
    color: var(--accent);
    border: 1px solid #ffd432;
    border-radius: 0px;
    -webkit-box-shadow: 0 4px 0 0 #d79800;
            box-shadow: 0 4px 0 0 #d79800;
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: relative;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

.btn {
    background-image: url('/wp-content/themes/germesstroy/assets/images/click.svg');
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position: right 20px center;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(215, 152, 0, 1);
                box-shadow: 0 0 0 0 rgba(215, 152, 0, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(215, 152, 0, 0);
                box-shadow: 0 0 0 10px rgba(215, 152, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(215, 152, 0, 0);
                box-shadow: 0 0 0 50px rgba(215, 152, 0, 0);
    }
}

@keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(215, 152, 0, 1);
                box-shadow: 0 0 0 0 rgba(215, 152, 0, 1);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(215, 152, 0, 0);
                box-shadow: 0 0 0 10px rgba(215, 152, 0, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 50px rgba(215, 152, 0, 0);
                box-shadow: 0 0 0 50px rgba(215, 152, 0, 0);
    }
}
.btn:hover {
    color: var(--black);
}
.btn:focus,
.btn:active  {
    color: var(--white);
    -webkit-box-shadow: 0 0px 0 0 #d79800;
            box-shadow: 0 0px 0 0 #d79800;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
section {
    padding: 50px 0;
}
.section__title {
    padding: 0 0 30px;
    font-family: 'Futura PT Book', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
    font-weight: 700;
    font-size: 23px;
    color: var(--black);
}
.section__title span {
   
}
.section__description {
    margin-bottom: 20px;
    text-align: center;
    opacity: 0.5;
}
.cta__btn {
    margin: 0 auto;
    font-size: 12px;
}
.cta__description {
    display: block;
    max-width: 310px;
    margin: 0 auto 10px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: var(--black);
}
.cta__description--color {
    color: var(--white);
}
/*General Style End*/

/*Form Style Start*/
.form   {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    color: var(--black);
    background-color: var(--white);
    border-radius: 0px;
}

.form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
}
.form__description {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 140%;
}
.form__title {
    max-width: 240px;
    font-family: 'Futura PT Book', serif;
    color: var(--black);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}
.form__label {
    display: inline-block;
    margin-bottom: 2px;
    font-size: 12px;
    color: #636363;
}
.form__input, .form__textarea, select {
    width: 100%;
    margin-bottom: 10px;
    padding: 14px;
    font-size: 16px;
    color: var(--black);
    font-weight: normal;
    border: 1px solid #b3b3b3;
    border-radius: 4px;
    background-color: #fff;
}
select {
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance:none !important;
    -webkit-appearance: none !important; 
    appearance: none !important;
    padding-right: 2rem !important;
}
.form__input, .form__textarea, select:last-child {
    margin-bottom: 5px;
}
.form__textarea {
    height: 100px;
    resize: none;
}
.form__politics, .form__politics a {
    color: #a2a2a2;
    font-size: 11px;
}
.form__politics {
    display: inline-block;
    margin-bottom: 10px;
    line-height: 100%;
}
.form__checkbox {
    margin-right: 10px;
}
.form__btn {
    width: 100%;
    height: 70px;
    margin-bottom: 10px;
    white-space: pre-line;
    background: inherit;
}
input:focus,
select:focus {
    border: 2px solid var(--accent);
}
input::-webkit-input-placeholder {
    color: var(--black);
}
input::-moz-placeholder {
    color: var(--black);
}
input:-ms-input-placeholder {
    color: var(--black);
}
input::-ms-input-placeholder {
    color: var(--black);
}
input::placeholder {
    color: var(--black);
}
:focus::-webkit-input-placeholder {
    color: transparent;
  }
:focus::-moz-placeholder {
    color: transparent;
  }
:focus:-ms-input-placeholder {
    color: transparent;
  }
:focus::-ms-input-placeholder {
    color: transparent;
  }
:focus::placeholder {
    color: transparent;
  }
  .form__attention {
    font-size: 14px;
    text-align: center;
    color: var(--black);
  }

/*Form Style End*/
/*Modal Style Start*/
.mfp-content {
z-index: 9999;
}
.white-popup {
    max-width: 450px;
    padding: 20px;
        z-index: 99999;
}

.white-popup .form {
    padding: 0;
}
/*Modal Style End*/
/*Slider Style Start*/
.swiper-button-next, .swiper-button-prev {
    width: 20px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-width: 25px;
    min-height: 25px;
    font-size: 13px;
    color: var(--black);
    background-color: var(--white);
    border-radius: 100%;
    border: 1px solid var(--black);
    z-index: 222222222222;
}
.swiper-pagination-bullet-active {
    background: var(--white);
}
.swiper-horizontal>.swiper-scrollbar {
    bottom: -3px;
}
/*Slider Style End*/

/*Page Style Start*/
.page {
    padding: 50px 0;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
    margin: 20px 0;
    font-family: 'EdPS', serif;
    font-size: 24px;
    text-transform: uppercase;
}
/*Page Style End*/
/*Informacion Page Style Start*/
.info {
    padding: 0;
    background-image: url("/wp-content/themes/germesstroy/assets/images/main_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.info__wrap {
    display: -ms-grid;
    display: grid;
    gap: 30px;
    height: 100vh;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
}
.info h1 {
    font-family: 'Futura PT Book', serif;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
}
.info p {
    text-align: center;
}
/*Informacion Page Style End*/
/*HEADER START*/
.header {
    width: 100%;
    padding: 10px 0 10px;
    background-color: #313131;
    position: fixed;
    z-index: 999;
}
.header__wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-grid-columns: 52px 5px 2fr 5px 40px;
    grid-template-columns: 52px 2fr 40px;
}
.slogan {
    display: none;
}
.header__btn {
    display: none;
}
.logo__link {
    width: 52px;
    height: 34px;
}
.contacts__wrap {
    text-align: right;
}
.header__phone {
    font-weight: 700;
    font-size: 18px;
    color: var(--white);
}
.phone {
    text-decoration: none;
}
.social {
    padding-left: 30px;
    position: relative;
    text-decoration: none;
}
.social::before {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/wp-content/themes/germesstroy/assets/images/wa.svg");
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
            animation: pulse 2.5s linear infinite;
            border-radius: 100%;
}
.header__social {
    color: var(--white);
    font-weight: 400;
    font-size: 12px;
}
/*MENU*/
.menu {
    width: 100%;
    height: 100%;
    margin-top: 0;
    background-color: var(--black);
    position: fixed;
    top: -200%;
    left: 0;
    z-index: 999;
    overflow: auto;
}
.menu.active {
    top: 0;
}
.menu__list {
    max-width: 100%;
    display: block;
    margin: 70px 30px 20px 20px;
    border: 0;
}
.menu-item {
    border-bottom: 1px solid #283035;
    padding: 15px;
}
.menu-item a {
    font-size: 16px;
    font-weight: 400;
    color: var(--white);
    text-decoration: none;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.menu-item a:hover {
    color: var(--accent);
}
.menu-item.active a {
    color: var(--accent);
}
/*BURGER MENU*/
.header__burger {
    display: block;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 999;
    border-radius: 4px;
    -ms-grid-column-align: right;
        justify-self: right;
}
.header__burger span {
    width: 70%;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header__burger.active {
    position: absolute;
    left: 20px;
    top: 20px;
}
.header__burger.active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
}
.header__burger::before, 
.header__burger::after {
    content: "";
    width: 70%;
    height: 2px;
    background-color: var(--white);
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.header__burger::before {
    top: 10px;
}
.header__burger::after {
    bottom: 9px;
}
.header__burger.active::before {
    top: 21px;
    left: 10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
}
.header__burger.active::after {
    left: 11px;
    bottom: 18px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
/*HEADER END*/ 
/*OFFER START*/ 
.offer  {
    padding: 100px 0 60px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}



.offer__wrap {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 50px;
}
.offer__text {
    max-width: 800px;
}
.offer__question {
    width: 267px;
    height: 24px;
    padding: 5px 10px;
    font-weight: 400;
    font-size: 12px;
    color: #313131;
    border-radius: 4px;
    background-color: var(--white);
}
.offer__title {
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 32px;
    color: var(--white);
    line-height: 120%;
    text-transform: uppercase;
}
.offer__title span {
    color: var(--white);
}
.offer__description {
    margin-bottom: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 120%;
}
.offer__description b {
    font-weight: 900;
}
.offer__description span {
    color: var(--white);
}
.offer__description:last-child {
    margin-bottom: 0;
}
/*For*/
.for {
    display: -ms-grid;
    display: grid;
    gap: 20px;
}
.for__item {
    width: 100%;
    padding: 20px;
    color: var(--white);
    border-radius: 0px;
    border: 1px solid #fff9f0;
    
}
.for__text {
    padding-right: 70px;
    position: relative;
}

.for__title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
        text-transform: uppercase;
}
.for__sale {
    font-size: 14px;
    color: var(--accent);
}
.for__description {
    font-size: 14px;
    line-height: 120%;
    opacity: 0.5;
}
/*OFFER END*/ 
/*ADVANTAGES START*/
.advantages__list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}
.advantages__item {
    padding: 20px;
    border-radius: 0px;
    background-color: var(--black);
    background-size: cover;
    background-position: center center;
}
.advantages__name {
    margin-bottom: 10px;
    padding-right: 70px;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    color: var(--white);
    text-transform: uppercase;
    position: relative;
}
.advantages__name::after {
    content: "";
    width: 40px;
    height: 40px;
   
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}
.advantages__text {
    font-size: 16px;
    opacity: 0.5;
}
/*ADVANTAGES END*/
/*WORK START*/
.work {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.work__title {
    color: var(--white);
}
.work__list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    padding: 40px 30px;
    margin-bottom: 20px;
    border-radius: 0px;
    background-color: var(--white);
}
.work__header {
    text-align: center;
}
.work__image {
    display: none;
}
.work__icon {
    width: 44px;
    height: 44px;
}
.work__name {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 18px;
    color: var(--black);
    text-transform: uppercase;
}
.work__text {
    font-size: 16px;
    color: var(--black);
    opacity: 0.5;
}
.work__link {
    display: block;
    margin: 0 auto 20px auto;
}
/*WORK END*/
/*QUIZ START*/
.quiz{
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
}
.quiz__wrap {
    padding: 40px 20px;
    border-radius: 0px;
    background-image: url("/wp-content/themes/germesstroy/assets/images/black_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.quiz__title {
    color: var(--white);
}
.quiz__description {
    text-align: center;
}
.quiz__form.form--black {
    padding: 0;
    margin-bottom: 20px;
    background-color: transparent;
}
.advantages__text--quiz {
    margin-top: 10px;
    margin-bottom: 20px;
}
.offer--quiz {
    height: 100vh;
}

.price__info {
    display: none;
}
.price__list {
    padding: 20px;
    margin-bottom: 29px;
    color: var(--black);
    font-size: 18px;
    line-height: 140%; 
    background-color: var(--white); 
    border-radius: 0px;
}
.fact {
    text-align: center;
}
.fact__title {
    font-weight: 900;
    font-size: 45px;
    line-height: 140%;
    color: var(--white);
}
.fact__description {
    font-size: 16px;
    line-height: 140%;
    color: #636363;
}
/*QUIZ END*/
/*SECURITY START*/
.security {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.security__list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}
.security__title {
    color: var(--white);
}
.security__item {
    padding: 20px;
    background-color: var(--white);
    border-radius: 0px;
}
.security__head {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    text-transform: uppercase;
}
.security__head span {
    color: var(--accent);
}
.security__text {
    color: var(--black);
    opacity: 0.5;
}
/*SECURITY END*/

/*PORTFOLIO START*/
.portfolio__wrap {
    padding: 20px;
    border-radius: 0px;
    background-image: url("/wp-content/themes/germesstroy/assets/images/black_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.portfolio__title {
    text-align: center;
}
.clients {
    margin-bottom: 20px;
}
.clients__name {
    font-weight: 900;
    font-size: 20px;
    line-height: 160%;
    color: var(--white);
}
.clients__address {
    font-size: 16px;
}
.portfolio__list {
    max-width: 540px;
    margin-bottom: 20px;
}
.portfolio__item img {
    text-align: center;
    border-radius: 0px;
}
.clients__list {
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 20px;
}
.clients__characteristic {
    font-weight: 900;
    font-size: 20px;
    line-height: 140%;
    color: var(--white);                   
}
.clients__property {
    font-size: 16px;
    color: #b3b3b3;
}

.clients__star::after {
    content: '5.0';
    display: block;
    padding: 0 0 0 87px;
    width: 85px;
    height: 17px;
    background-image: url('/wp-content/themes/germesstroy/assets/images/star.svg');
    background-repeat: repeat;
}
.clients__reviews {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 12px;
    line-height: 140%;
    color: var(--white);
}
/*PORTFOLIO END*/
/*GARANTEES START*/
.guarantees {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.guarantees__title {
    color: var(--white);
}
.fact__list {
    margin-bottom: 20px;
    text-align: center;
}
.fact__item .fact__title {
    color: var(--accent);
}
.guarantees__list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}
.guarantees__item {
    padding: 15px;
    border-radius: 0px;
    background-color: var(--white);
}
.guarantees__text {
    font-size: 16px;
    color: var(--black);
    text-transform: uppercase;
    padding-left: 50px;
    position: relative;
}
.guarantees__text::after {
    content: "";
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/themes/germesstroy/assets/images/check.svg');
    background-size: cover;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
}
/*GARANTEES END*/
/*BONUS START*/
.bonus__wrap {
    padding: 20px;
    border-radius: 0px;
    background-image: url("/wp-content/themes/germesstroy/assets/images/black_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.bonus__list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}
.bonus__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.bonus__img  {
    min-width: 100px;
    height: 100px;
    margin-right: 20px;
    position: relative;
}
.bonus__img::after {
    content: "";
    width: 20px;
    height: 20px;
    background-image: url('/wp-content/themes/germesstroy/assets/images/check.svg');
    background-size: cover;
    position: absolute;
    right: -4px;
    top: -7px;
}
.bonus__image {
    border-radius: 0px;
}
.bonus__name {
    font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
}
.bonus__info {
    display: block;
    font-size: 16px;
    color: #b3b3b3;
    font-weight: normal;
}
/*BONUS END*/
/*STEP START*/
.step {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.step__title {
    color: var(--white);
}
.step__list {
    display: -ms-grid;
    display: grid;
    gap: 20px;
    margin-bottom: 20px;
}
.step__item {
    padding: 20px;
    background-color: var(--white);
    border-radius: 0px;
}
.step__num {
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 26px;
    color: var(--accent);
}
.step__text {
    font-size: 16px;
    color: var(--black);
}
/*STEP END*/
/*FEEDBACK START*/
.feedback {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.feedback__description {
    color: var(--black);
}
.feedback__contacts {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
}
.feedback__contacts > .phone {
    color: var(--black);
}
.feedback__contacts > .social {
    width: 224px;
    margin: 0 auto;
    color: var(--black);
}
.feedback__contacts > .btn {
    margin: 0 auto;
}
.form--black {
    color: var(--white);
    background-color: var(--black);
}
.form--black input::-webkit-input-placeholder {
    background-color: transparent;
    color: var(--white);
}
.form--black input::-moz-placeholder {
    background-color: transparent;
    color: var(--white);
}
.form--black input:-ms-input-placeholder {
    background-color: transparent;
    color: var(--white);
}
.form--black input::-ms-input-placeholder {
    background-color: transparent;
    color: var(--white);
}
.form--black .form__input,
.form--black select,
.form--black input::placeholder,
.form--black .form__title {
    background-color: transparent;
    color: var(--white);
}
.form--black option {
    background-color: var(--black);
}
.form--black .form__description,
.form--black .form__attention  {
    color: #b3b3b3
}
.form__list {
    margin-bottom: 15px;
}
.form__item {
    margin-bottom: 0px;
    font-size: 14px;
}



.contacts__logo {
    width: 250px;
    padding: 20px;
    margin: 0 auto 20px auto;
    background-color: var(--white);
    border-radius: 0px;
}
.contacts__logo a{
    display: block;
    width: 111px;
    height: 76px;
    margin-bottom: 5px;
}
.contacts__logo .slogan {
    display: block;
    color: var(--black);
}
.contacts__logo .slogan__title {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 5px;
}
/*FEEDBACK END*/

/*FOOTER START*/
.footer {
    padding: 20px;
    background-color: var(--black);
    font-size: 12px;
}
.footer__copyright,
.footer__text,
.footer__link{
    text-align: center;
    display: block;
    color: #636363;
    font-size: 12px
}

/*FOOTER END*/
/* COOKIE */
#cookie-notification {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background-color: #f1f1f1;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 9999;
}

#cookie-notification p {
    margin: 0 0 5px;
    color: #333;
    font-size: 10px;
    line-height: 100%;
}

#cookie-accept {
    background-color: var(--black);
    color: white;
    border: none;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
/*
================================
RESPONSIVE Style Start
================================
*/
@media (min-width: 470px) {
/*HEADER*/
.container {
    padding: 0 20px;
}
.header__logo {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-columns: 1fr 10px minmax(121px, auto);
    grid-template-columns: 1fr minmax(121px, auto);
    -ms-grid-column-align: left;
        justify-self: left;
}
.header__logo .slogan {
    display: block;
}
.header__logo .slogan__title {
    display: block;
    margin-bottom: -5px;
    font-weight: 900;
    font-size: 16px;
    color: var(--white);
}
.header__logo .slogan__description {
    font-size: 10px;
}
.slogan__description {
    display: block;
    line-height: 120%;
}
.header__wrap {
    gap: 20px;
}
}
@media (min-width: 576px) {
    .container {
        max-width: 768px;
    }
    .section__title {
        font-size: 32px;
    }
    .cta__btn {
        font-size: 16px;
    }
 /*OFFER*/
    .offer__title {
        font-size: 40px;
    }
    .for {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
/*ADVANTAGES*/
    .advantages__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
/*WORK*/
    .work__item {
        display: -ms-grid;
        display: grid;
        gap: 10px;
        -ms-grid-columns: auto 10px auto;
        grid-template-columns: auto auto;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
/*QUIZ*/
    .price__info {
        display: -ms-grid;
        display: grid;
        gap: 20px;
        -ms-grid-columns: 50% 20px 50%;
        grid-template-columns: 50% 50%;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    .price__list {
        margin-bottom: 0;
    }
    .price__img {
        display: none;
    }
    .fact {
        text-align: left;
    }
/*SECURYTI*/
    .security__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
/*PORTFOLIO*/
    .portfolio__wrap {
        padding: 40px;
    }
/*GUARANTEES*/
    .fact__list {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 20px;
    }
/*BONUS*/
    .bonus__wrap {
        padding: 40px;
    }
/*STEP*/
    .step__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
/*FEEDBACK*/
    .feedback {
        background-size: 880px;
        background-position: top right;
    }
    .feedback__contacts {
        text-align: left;
    }
    .feedback__contacts > .phone {
        font-size: 30px;
        font-weight: 900;
    }
    .feedback__contacts > .social {
        margin: 0;
    }
    .feedback__contacts > .btn {
        max-width: 170px;
        padding: 15px 34px 15px 15px;
        margin: 0 0 20px;
        font-size: 15px;
        background-position: right 10px center;
    }
    .contacts__logo {
        margin: 0 0 20px 0;
    }
    .feedback__header {
        max-width: 480px;
    }
    .feedback__title,
    .feedback__description {
        text-align: left;
    }
    .feedback__description  {
        font-size: 18px;
    }

}
@media (min-width: 768px) {
    .container {
        max-width: 800px;
    }
    .header__contacts {
        display: -ms-grid;
        display: grid;
        gap: 20px;
        -ms-grid-columns: 1fr 20px 170px;
        grid-template-columns: 1fr 170px;
    }
    .header__btn {
        display: block;
        padding: 15px 34px 15px 15px;
        font-size: 15px;
        background-position: right 10px center;
    }
    .header__btn::after {
        right: 15px;
    }
/*PORTFOLIO*/
  .clients__list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
/*OFFER*/
    .offer__title {
        font-size: 48px;
    }
    .offer__bg--mob {
    display: none;
    }

/*BONUS*/
    .bonus__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 1200px;
    }
    .section {
        padding: 60px 0;
    }
    .section__title,  
    .section__description {
        max-width: 700px;
        text-align: left;
    }
    .section__description {
        font-size: 20px;
        line-height: 130%;
    }
    .cta {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-grid-column-align: center;
            justify-self: center;
    }
    .cta__description {
        margin-bottom: 0;
    }
    .cta__btn {
        font-size: 18px;
    }
    .form {
        padding: 30px;
    }
    .form__title {
        font-size: 18px;
    }
    .header {
        background-color: transparent;
        position: absolute;
    }
/*OFFER*/
    .offer__wrap {
            grid-template-areas: 
        "a b b"
        "c b b"
        "c b b";
    }
    .offer__question {
        font-size: 18px;
    }
    .offer__title {
        margin-top: 10px;
    }
    .offer__text {
        grid-area: a;
    }
    .offer__description {
        font-size: 20px;
    }
    .offer__description:last-child {
        font-size: 18px;
    }
    .offer__form {
        max-width: 400px;
        grid-area: b;
    }
    .for {
        grid-area: c;
    }
/*ADVANTAGES*/
    .advantages__list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
        position: relative;
    }

    .advantages__name {
        font-size: 24px;
    }
    .advantages__name::after {
        width: 50px;
        height: 50px;
    }
/*WORK*/
    .work__image {
        display: block;
        width: 217px;
        height: 180px;
        margin-bottom: 20px;
    }
    .work__link {
        margin: 0 0 20px;
    }
    .work__wrap {
        display: -ms-grid;
        display: grid;
        gap: 40px;
        -ms-grid-columns: 55% 40px 1fr;
        grid-template-columns: 55% 1fr;
        -ms-grid-rows: auto 40px auto;
            grid-template-areas: 
        "b b a"
        "b b a";
        margin-bottom: 40px;
    }
    .work__header {
        grid-area: a;
    }
    .work__list {
        grid-area: b;
        margin-bottom: 0;
    }
/*QUIZ*/
    .quiz__wrap {
        max-width: 990px;
        display: -ms-grid;
        display: grid;
        gap: 30px;
        -ms-grid-columns: auto 30px auto;
        grid-template-columns: auto auto;
        -ms-grid-rows: auto 30px auto;
            grid-template-areas:
        "b b a"
        "b b a";
        padding: 40px;
        margin: 0 auto;
    }
    .quiz__info {
        grid-area: a;
    }
    .price__info {
        grid-area: b;
        gap: 0;
        -ms-grid-rows: auto 0 auto;
        grid-template-rows: auto auto;
        -ms-grid-columns:none;
        grid-template-columns:none;
        -ms-flex-line-pack: center;
            align-content: center;
    }
    .price__info > *:nth-child(1) {-ms-grid-row: 1;-ms-grid-column: 1;
    }
    .price__info > *:nth-child(2) {-ms-grid-row: 3;-ms-grid-column: 1;
    }
   .price__info {
        display: block;
        padding: 20px;
   }
   .price__list {
        margin-bottom: 20px;
   }
   .price__img {
        display: block;
   }
    .form--inline {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
        margin-bottom: 10px;
   }
   .quiz__form .form__input,
   .quiz__form .form__textarea,
   .quiz__form select {
    margin-bottom: 0;
    height: 51px;
   }
   .quiz__form .form__input, 
   .quiz__form .form__textarea,
   .quiz__form select:last-child {
    margin-bottom: 0;
   }
/*SECURYTI*/
   .security__list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
   }
/*PORTFOLIO*/
    .portfolio {
        overflow: hidden;
        position: relative;
    }
    .portfolio::after {
        content: "";
        width: 70%;
        height: 100%;
        background-image: url('/wp-content/themes/germesstroy/assets/images/portfolio_decor.png');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: -710px;
        top: 330px;
        z-index: 22;
        -webkit-transform: rotate(-55deg);
            -ms-transform: rotate(-55deg);
                transform: rotate(-55deg);
    }
   .portfolio__wrap {
        max-width: 940px;
        margin: 0 auto;
        position: relative;
   }
    .portfolio__wrap::after {
        content: "";
        width: 70px;
        height: 50px;
        background-image: url('/wp-content/themes/germesstroy/assets/images/reviews.svg');
        background-size: contain;
        background-repeat: no-repeat;
        position: absolute;
        right: 20px;
        top: 20px;
    }
  
    .portfolio__title {
        max-width: 100%;
        margin: 0 auto;
        text-align: center;
    }
   .portfolio__wrap {
        padding: 60px;
   }
   .clients__swiper {
        max-width: 940px;
   }
   .clients__body {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 540px 20px 1fr;
        grid-template-columns: 540px 1fr;
        gap: 20px;        
   }
   .clients__list {
        display: -ms-grid;
        display: grid;
        gap: 10px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
   }
/*GUARANTEES*/
    .guarantees__body {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 2fr 20px minmax(400px, 400px);
        grid-template-columns: 2fr minmax(400px, 400px);
        gap: 20px;
        align-items: start;
    }
    .guarantees__list {
        gap: 10px;
    }
/*BONUS*/
    .bonus__wrap {
        max-width: 990px;
        margin: 0 auto;
    }
    .bonus__title {
        max-width: 700px;
        
    }
    .bonus__name {
        font-size: 24px;
    }
/*STEP*/
    .step__list {
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
/*FEEDBACK*/
    .feedback {
        background-size: cover;
        background-position: center;
    }
    .feedback__wrap {
       display: -ms-grid;
       display: grid; 
       gap: 40px;
       -ms-grid-columns:minmax(400px, 400px) 40px 2fr;
       grid-template-columns:minmax(400px, 400px) 2fr;
    }
    .feedback__description {
        margin-bottom: 40px;
    }
    .feedback__form {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
    .feedback__info {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
    }
    .contacts {
        gap: 20px;
    }
/*FOOTER*/
    .footer_wrap {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
    }
    .footer__copyright {
        justify-self: baseline;
    }
    .link.footer__link {
        -ms-grid-column-align: end;
            justify-self: end;
    }
}
@media (min-width: 992px){
    .offer__text {-ms-grid-row: 1;-ms-grid-column: 1;
    }
    .work__wrap > .offer__text {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 5;
    }
    .quiz__wrap > .offer__text {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 5;
    }
    .offer__form {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 2;-ms-grid-column-span: 2;
    }
    .work__wrap > .offer__form {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 1;-ms-grid-column-span: 3;
    }
    .quiz__wrap > .offer__form {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 1;-ms-grid-column-span: 3;
    }
    .for {-ms-grid-row: 2;-ms-grid-row-span: 2;-ms-grid-column: 1;
    }
    .work__header {-ms-grid-row: 1;-ms-grid-column: 1;
    }
    .work__wrap > .work__header {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 5;
    }
    .quiz__wrap > .work__header {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 5;
    }
    .work__list {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 2;-ms-grid-column-span: 2;
    }
    .work__wrap > .work__list {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 1;-ms-grid-column-span: 3;
    }
    .quiz__wrap > .work__list {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 1;-ms-grid-column-span: 3;
    }
    .quiz__info {-ms-grid-row: 1;-ms-grid-column: 1;
    }
    .work__wrap > .quiz__info {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 5;
    }
    .quiz__wrap > .quiz__info {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 5;
    }
    .price__info {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 2;-ms-grid-column-span: 2;
    }
    .work__wrap > .price__info {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 1;-ms-grid-column-span: 3;
    }
    .quiz__wrap > .price__info {-ms-grid-row: 1;-ms-grid-row-span: 3;-ms-grid-column: 1;-ms-grid-column-span: 3;
    }}
@media (min-width: 1110px) {
    .container {
        max-width: 1200px;
    }
    .header__wrap {
        -ms-grid-columns: 173px auto auto;
        grid-template-columns: 173px auto auto;
    }
/* Menu */
    .header__burger {
        display: none;
    }
    .menu {
        position: inherit;
        background-color: transparent;
        overflow: unset;
    }
    .menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 100%;
        margin: 10px 0;
        font-size: 16px;
    }
    .menu-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: auto;
        margin-bottom: 0px;
        padding: 0;
        border-bottom: 0px;
    }
    .menu-item:last-child {
        margin-right: 0;
    }
    .menu-item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 100%;
        padding: 0 15px;
        font-weight: 500;
        font-size: 15px;
        color: #777;
        text-decoration: none;
    }
    .menu-item a:hover {
        color: var(--white);
    } 
   /* .current-menu-item a {
        color: var(--white);
    } */
/*OFFER*/
    .offer {
        padding-top: 120px;
    }
    .offer__title {
        font-size: 54px;
    }

    .advantages__list,
    .work__wrap,
    .security__list,
    .step__list {
        margin-bottom: 40px;
    }

    .security__list,
    .step__list {
        -ms-grid-columns: 1fr 10px 1fr 10px 1fr 10px 1fr 10px 1fr;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
        gap: 10px;
    }
    .security__list {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: start;
    }
    .security__item {
        padding: 10px;
    }
/*GUARANTEES*/
    .guarantees__body {
        gap: 40px;
    }

}

