:root {
    font-size: 1.2rem;
}
html {
    scroll-behavior: smooth;
}
body {
    color: black;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin: 0;

}
.container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
/*header*/
.header {
    display: flex;
    padding: 1.5em 0;
    background-color: white;
}
.logo_block {
    flex: 17%;
    display: flex;
    align-items: center;
}
.logo_block > a > img {
    width: 15em;
    transition: 0.3s ease;
}
.logo_block > a > img:hover {
    transform: scale(1.02, 1.05);
}
.menu {
    display: flex;
    justify-content: space-between;
    flex: 65%;
    gap: 3em;
}
.mobil_menu {
    display: none;
}
.menu_block_text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}
.menu_block_text > a {
    text-decoration: none;
    color: #000;
    font-size: 0.9rem;
}
.menu_block_text > a:hover {
    text-decoration: underline;
}
/* .menu_block_text > a + a {
    margin-left: 2.2em;
} */
.menu_block_phone {
    display: flex;
    flex-direction: column;
}
.menu_block_phone > div + div {
    margin-top: 0.2em;
}
.menu_block_phone > div > a {
    color: black;
    font-size: 1rem;
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
}
.menu_block_phone > div > a:hover {
    transform: scale(1.04, 1.07);
}
.menu_block_phone > div > a > img {
    margin-right: 0.4em;
    position: relative;
    top: 0.2em;
    width: 1em;
}
.menu_block_phone > div > a > svg {
    margin-right: 0.4em;
    color: #2EC93D;
    font-size: 1.2rem;
    position: relative;
    top: 0.1em;
}
#logo_mobil_menu_id {
    display: none;
}
/*секция Племенной питомник VON EIZENTSIMMER с H1*/
.title {
    background: linear-gradient(to top, white, #FAFAFA);
    padding: 2em 0;
}
.title_block {
    display: flex;
}
.title_block_text {
    width: 54%;
}
.title_block_text > h1 {
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 120%;
    margin-top: 0.4em;
    margin-bottom: 0.5em;
}
.title_block_text > a {
    text-decoration: none;
    color: white;
    background-color: #FF8D23;
    padding: 0.8em 0;
    width: 14em;
    display: block;
    text-align: center;
    font-size: 0.9rem;
    border-radius: 0.2em;
    margin-top: 3em;
}
.title_block_text > a:hover {
    background-color: #d07421;
}
.title_block_text > p {
    margin-top: 5em;
    color: #4E4E4E;
}
.title_block_text > p > a > svg {
    font-size: 1.7em;
    margin-left: 0.4em;
    position: relative;
    top: 0.1em;
}
.fa-facebook {
    color:#2069AD;
}
.fa-vk {
    color: #208CF0;
}
.title_block_img {
    flex: 46%;
    transition: 0.3s ease;
}
.title_block_img:hover {
    transform: scale(1.03, 1.03);
}
.title_block_img > img {
    width: 100%;
}
/*секция о нашем питомнике*/
.our_nusery {
    background-color: white;
}
.our_nusery > .container {
    display: flex;
}
.our_nusery_img {
    flex: 37%;
    transition: 0.3s ease;
    margin-right: 2em;
    margin-left: 2em;
    margin-top: 4em;
}
.our_nusery_img:hover {
    transform: scale(1.05, 1.05);
}
.our_nusery_img > img {
    width: 90%;
    margin-top: 3em;
}
.our_nusery_text {
    flex: 63%;
}
.our_nusery_text > h2 {
    margin-top: 3em;
    font-size: 2.4rem;
}
.our_nusery_text > p {
    color: #2D2D2D;
    font-size: 1rem;
    line-height: 190%;
}
.our_nusery_text > p + p {
    margin-top: 2em;
}
.our_nusery_text > p > span {
    font-weight: 700;
}
.our_nusery_img_mobil {
    display: none;
}
/*секция наши собаки*/
.our_dogs {
    padding: 4em 0;
    background-color: white;
}
.our_dogs > .container > h2 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 1.8em;
}
.our_dogs_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1.7em;
}
.dog_item {
    border: 1px dashed #9D9D9D;
    padding-bottom: 2em;
    transition: 0.3s ease;
}
.dog_item > div {
    margin-left: 1em;
}
.dog_item > a > img {
    width: 100%;
    transition: ease 0.3s;
}
.dog_item > a > img:hover {
    transform: scale(1.05, 1.05);
}
.suka {
    color: white;
    padding: 0.3em 0;
    background-color: #E04A92;
    width: 4.5em;
    text-align: center;
    border-radius: 0.2em;
    font-size: 1rem;
    margin-bottom: 0.6em;
}
.kobel {
    color: white;
    padding: 0.3em 0;
    background-color: #208CF0;
    width: 5.5em;
    text-align: center;
    border-radius: 0.2em;
    font-size: 1rem;
    margin-bottom: 0.6em;
}
.dog_item > div > h4 {
    font-size: 1rem;
    font-weight: 700;
    margin-top: 0;
    min-height: 2.7em;
    margin-bottom: 0;
    line-height: 140%;
}
.date {
    margin-top: 0.4em;
    color: #4E4E4E;
    font-size: 0.9rem;
}
.rod {
    text-decoration: none;
    color: #2D2D2D;
    margin: 0 auto;
    display: block;
    width: 13em;
    padding: 0.8em 0;
    border: 1px solid #000000;
    text-align: center;
    border-radius: 0.3em;
    font-weight: 600;
    margin-top: 2em;
}
.rod:hover {
    background-color:#FF8D23;
    color: white;
    border: 1px solid white;
}
/*секция О породе Шипперке*/
.about_breed {
    background-color: white;
}
.about_breed > .container > h2 {
    font-size: 2.4rem;
    font-weight: bold;
}
.breed_block {
    display: flex;
    width: 85%;
    margin: 0 auto;
    margin-top: 8em;
}
.breed_item {
    border: 1px dashed #747474;
    border-radius: 0.5em;
    position: relative;
    margin-bottom: 4em;
    width: 15em;
    margin-left: 1em;
    margin-right: 1em;
    transition: ease 0.3s;
}
.breed_item:hover {
    transform: scale(1.05, 1.05);
}
.breed_text_1 {
    flex:25%;
}
.breed_text_2 {
    flex:25%;
}
.absolute_namber {
    position: absolute;
    top: -2.2em;
    left: 4.5em;
    background-color:#FF8D23;
    padding: 0.5em 1em;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    font-size: 1.3rem;
}
.propertie {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #414141;
    padding: 1em 0;
}
.breed_img {
    flex: 50%;
}
.breed_img > img  {
    width: 100%;
}
.breed_character {
    display: flex;
}
.breed_character_text {
    flex: 75%;
    margin-right: 2em;
}
.breed_character_text > h4 {
    max-width: 30em;
    font-weight: bold;
    font-size: 1.3rem;
    line-height: 150%;
    color: #2D2D2D;
    margin-bottom: 1em;
}
.breed_character_text > p {
    color: #2D2D2D;
    font-size: 1rem;
    line-height: 190%;
}
.breed_character_img {
    flex: 25%;
    transition: 0.3s ease;
}
.breed_character_img:hover {
    transform: scale(1.05, 1.05);
}
.breed_character_img > img {
    width: 100%;
    margin-top: 3.5em;
}
/*секция выходцы нашего питомника*/
.natives {
    background-color: white;
    padding-bottom: 4em;
}
.natives > .container > h2 {
    font-size: 2.4rem;
    font-weight: bold;
}
.natives_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1.7em;
}
.native_item {
    border: 1px dashed #9D9D9D;
    padding-bottom: 2em;
    transition: 0.3s ease;
}
.native_item:hover {
    transform: scale(1.03, 1.03);
}
.native_item > img {
    width: 100%;
}
.native_item > div {
    margin-left: 1em;
    margin-right: 0.5em;
}
.native_item > div > h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 1.5em;
    margin-bottom: 4em;
    min-height: 3.7em;
    margin-bottom: 0;
    line-height: 140%;
    color: #2D2D2D;
}
.item_block {
    min-height: 3.2em;
}
.fat {
    color: #4E4E4E;
    font-weight: bold;
    font-size: 0.75rem;
    margin-bottom: 0;
}
.not_fat {
    color: #2D2D2D;
    font-size: 0.65rem;
    margin-top: 0;
}
/*секция щенки*/
.puppies {
    padding: 2em 0;
}
.puppies > div > h2 {
    font-size: 2.4rem;
    font-weight: bold;
}
.puppies__content {
    margin-top: 1em;
}
.puppies__content > img {
    width: 40%;
    margin-bottom: 0.5em;
    margin-right: 9%;
    border: 1px dashed #9D9D9D;
}
.puppies__content > .puppies__float {
    float: left;
    width: 29.81em;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
    margin-left: 10em;
}
/*секция формы*/
.from {
    background-color: #FAFAFC;
    padding: 6em 0 2em 0;
}
.from > .container {
    display: flex;
}
.form_img {
    flex: 40%;
    transition: 0.3s ease;
}
.form_img:hover {
    transform: scale(1.03, 1.03);
}
.form_img > img {
    width: 100%;
}
.form_block {
    flex: 60%;
}
.form_block > h2 {
    color: #000;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 0.2em;
}
.form_block > p {
    font-size: 1.1rem;
    color: #000;
    margin-top: 0;
}
.input_grid {
    margin-top: 1.5em;
}
.input_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 2em;
}
.input_grid > input {
    color: #2D2D2D;
    padding: 1.5em 0 1.5em 1.5em;
    font-size: 0.8rem;
    border: 1px solid #E5E5E5;
    border-radius: 0;
}
.input_grid > input::placeholder {
    color: #878787;
}
.input_grid > p {
    font-size: 0.75rem;
    color: #000;
    line-height: 160%;
}
.input_grid > p > a {
    color: lightblue;
}
.input_grid > button {
    border: none;
    background-color: #FF8D23;
    color: white;
    font-size: 0.9rem;
    border-radius: 0.3em;
    cursor: pointer;
}
.input_grid > button:hover {
    background-color: #d07421;
}
/*множество городов "Ваш город"*/
.btn-city {
    border: none;
    outline: none !important;
    background: transparent;
    color: #4E4E4E;
    border-bottom: 1px dashed #4E4E4E;
    font-size: 0.95rem;
    padding: 0;
    padding-bottom: 0.4em;
    margin-top: 5.6em;
}
.btn-city {
    cursor: pointer;
}
.fade {
    display: none;
    background-color: rgb(0,0,0,0.6);
    z-index: 2000;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
}
.modal-content {
    background-color: white;
    z-index: 2001;
    width: 30%;
    margin: 0 auto;
    margin-top: 5%;
    height: 30em;
    overflow: auto;
    padding: 1.5em 1.5em 0 3em;
    position: relative;
}
.modal-header > .close {
    position: absolute;
    right: 1em;
    top: 1em;
    background-color: white;
    border: none;
    font-size: 2rem;
    cursor: pointer;
}
#exampleModalLabel {
    text-transform: uppercase;
    font-size: 1.2rem;
}
.goroda > ul > li > a {
    text-decoration: none;
    color: #4E4E4E;
}
.goroda > ul > h6 {
    font-size: 1.1rem;
    margin: 0.9em 0 0.5em;
}
/*Фотогалерея*/
.galleryBlock {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1em;
}
.galleryBlock div img {
    width: 100%;
    transition: 0.4s ease;
    box-sizing: border-box;
}
.galleryBlock div img:hover {
    transform: scale(1.1);
    padding: 0.5em;
    border: 1px black solid;
    background-color: white;
}
.gallerySection h1 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
}
/*страница 404*/
.buttonComeBack {
    padding: 1em 0;
}
.title-404 .title_block_text h1 {
    font-size: 6rem;
    text-align: center;
    margin-top: 30%;
}
.title-404 .title_block_text p {
    text-align: center;
    margin-top: 3em;
}
.buttonComeBack div {
    text-align: center;
}
.buttonComeBack div a {
    display: inline-block;
    text-decoration: none;
    background-color: #FF8D23;
    color: white;
    padding: 0.3em 0.8em;
    border-radius: 0.3em;
}
.buttonComeBack div a:hover {
    background-color: #df7c1f;
}
/*--------------адаптивность--------------------*/
@media screen and (max-width: 1300px) {
    :root {
        font-size: 1.1rem;
    }
}
@media screen and (max-width: 1240px) {
    :root {
        font-size: 1rem;
    }
}
@media screen and (max-width: 1140px) {
    :root {
        font-size: 0.9rem;
    }
    .footer_map > iframe {
        height: 350px;
    }
}
@media screen and (max-width: 1040px) {
    :root {
        font-size: 0.8rem;
    }
    .footer_map > iframe {
        height: 310px;
    }
}
@media screen and (max-width: 940px) {
    :root {
        font-size: 0.7rem;
    }
    .footer_map > iframe {
        height: 280px;
    }
}
@media screen and (max-width: 840px) {
    :root {
        font-size: 0.6rem;
    }
    .footer_map > iframe {
        height: 250px;
    }
}
@media screen and (max-width: 740px) {
    :root {
        font-size: 0.5rem;
    }
    .footer_map > iframe {
        height: 220px;
    }
}
@media screen and (max-width: 640px) {
    :root {
        font-size: 0.45rem;
    }
    .footer_map > iframe {
        height: 190px;
    }
}
/*мобильная версия*/
@media screen and (max-width: 600px) {
    :root {
        font-size: 1rem;
    }
    header {
        padding: 2em;
    }
    .logo_block > a > img {
        width: 20em;
    }
    .menu {
        display: none;
    }
    .mobil_menu {
        display: none;
        background-color: white;
        position: absolute;
        z-index: 100000;
        top: 5em;
        right: 2em;
        padding-top: 6em;
        padding-left: 3em;
        padding-right: 7em;
        padding-bottom: 10em;
    }
    #logo_mobil_menu_id {
        display: block;
        position: absolute;
        top: 3em;
        right: 2em;
    }
    #logo_mobil_menu_id > img {
        width: 3em;
    }
    #close_menu_id {
        position: absolute;
        right: 4em;
        top: 4em;
    }
    .show {
        position: fixed;
        left: 0;
        top: -111px;
        width: 100%;
        height: 131%;
        overflow:hidden;
        background-color: rgb(0,0,0);
        background-color: rgba(0,0,0,0.8); 
        z-index: 10000000000000;
    }
    .menu_block_phone {
        margin-top: 3em;
    }
    .mobil_menu > .menu_block_phone div {
        margin-top: 4em;
    }
    .mobil_menu > .menu_block_phone div {
        margin-top: 1em;
    }
    .menu_block_phone > div + div {
        margin-left: 0;
    }
    .mobil_menu > p > a {
        color: #000;
        font-weight: bold;
        text-decoration: none;
        font-size: 1.4rem;
        margin-bottom: 2em;
    }
    .menu_block_phone > div > a > svg {
        font-size: 1.5rem;
    }
    .menu_block_phone > div > a > img {
        width: 1.1em;
    }
    .menu_block_phone > div > a {
        font-size: 1.2rem;
    }
    .block_mobil_soc {
        display: block;
        font-size: 1.2rem;
        color: #4E4E4E;
        margin-top: 2em;
        margin-bottom: 0.3em;
    }
    .menu_block_phone > a > svg {
        font-size: 2rem;
        margin-right: 0.4em;
    }
    .menu_block_phone {
        display: block;
    }
    .title {
        background: white;
    }
    .title_block {
        flex-direction: column-reverse;
    }
    .title_block_text {
        width: 100%;
    }
    .title_block_text > h1 {
        font-size: 2.1rem;
    }
    .title_block_text > p {
        color: #4E4E4E;
        font-size: 1.5rem;
        margin-top: 1em;
    }
    .title_block_text > a {
        margin: 0 auto;
        margin-top: 2em;
        font-size: 1.3rem;
        padding: 1em 0;
    }
    .block_mobil {
        display: none;
    }
    .our_nusery_text > h2 {
        margin-top: 1.5em;
    }
    .our_nusery_text > p {
        font-size: 1.15rem;
    }
    .our_nusery > .container {
        flex-direction: column-reverse;
    }
    .our_nusery_img {
        flex: 100%;
    }
    .our_nusery_img > img {
        margin-top: 0;
    }
    .our_nusery_img_none {
        display: none;
    }
    .our_nusery_img_mobil {
        display: block;
        width: 65% !important;
        margin: 0 auto;
    }
    .our_dogs_block {
        grid-template-columns: 1fr;
        justify-items: center;
        grid-template-rows: 1fr;
    }
    .dog_item {
        width: 100%;
        max-width: 25em;
    }
    .breed_block {
        flex-direction: column;
    }
    .breed_item {
        width: 24em;
        margin-left: 0;
        margin-right: 0;
        margin: 0 auto;
        margin-bottom: 2em;
    }
    .breed_text_1 {
        margin-top: 24em;
    }
    .propertie {
        font-size: 1.3rem;
    }
    .absolute_namber {
        font-size: 1.7rem;
        top: -0.2em;
        left: -1.3em;
    }
    .breed_block {
        position: relative;
    }
    .breed_img {
        position: absolute;
        top: -5em;
        flex: 100%;
        width: 100%;
    }
    .breed_character_img {
        display: none;
    }
    .breed_character_text > h4 {
        font-size: 1.5rem;
    }
    .breed_character_text > p {
        font-size: 1.2rem;
    }
    .natives_block {
        display: block;
        padding-bottom: 2em;
    }
    .native_item {
        width: 100%;
        max-width: 23em;
        margin: 0 auto;
        margin-bottom: 1em;
    }
    .native_item > div > h4 {
        font-size: 1.3rem;
    }
    .fat {
        font-size: 0.95rem;
    }
    .not_fat {
        font-size: 0.95rem;
    }
    .from {
        padding-top: 2em;
    }
    .form_block > h2 {
        font-size: 1.9rem;
        margin-bottom: 0.6em;
    }
    .form_block > p {
        font-size: 1.3rem;
    }
    .form_img {
        display: none;
    }
    .input_grid {
        display: block;
    }
    .input_grid > input {
        display: block;
        width: 80%;
        margin: 0 auto;
        margin-bottom: 2em;
    }
    .input_grid > p {
        text-align: center;

    }
    .input_grid > button {
        width: 20em;
        padding: 1em 0;
        margin: 0 auto;
        display: block;
        margin-top: 2em;
        font-size: 1.1rem;
    }
    .modal-content {
        width: 60%;
        padding: 1em 1em 0 2em;
        margin-top: 15%;
        height: 40em;
    }
    .goroda > ul > li + li {
        margin-top: 0.8em;
    }
    .goroda > ul > li > a {
        font-size: 1.1rem;
    }
    .goroda > ul > h6 {
        font-size: 1.3rem;
    }
    #exampleModalLabel {
        font-size: 1.4rem;
    }
    .natives {
        padding-bottom: 3em;
    }
    .puppies {
        padding-top: 0;
    }
    .puppies__content {
        width: 80%;
        margin: 0 auto;
    }
    .puppies__content > img {
        width: 100%;
        display: block;
        margin: 0 auto;
        margin-bottom: 0.7em;
    }
    .puppies__content > .puppies__float {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 0.7em;
        margin-left: 0;
    }
    .galleryBlock {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 550px) {
    :root {
        font-size: 0.95rem;
    }
}
@media screen and (max-width: 500px) {
    :root {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 450px) {
    :root {
        font-size: 0.80rem;
    }
}
@media screen and (max-width: 400px) {
    :root {
        font-size: 0.70rem;
    }
}
@media screen and (max-width: 350px) {
    :root {
        font-size: 0.65rem;
    }
}
@media screen and (max-width: 300px) {
    :root {
        font-size: 0.55rem;
    }
}
@media screen and (max-width: 250px) {
    :root {
        font-size: 0.50rem;
    }
}
/*внутренняя страница собаки OSO DE MIEL ZVEZDA DLYA VALLERI GREIS*/
.vallere_graies {
    padding-top: 2em;
    padding-bottom: 4em;
}
.vallere_graies > .container > h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 4em;
}
.vallere_graies_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
}
.vallere_graies_grid > img {
    width: 100%;
    transition: 0.3s ease;
}
.vallere_graies_grid > img:hover {
    transform: scale(1.01, 1.01);
}
/*внутренняя страница собаки OSO DE MIEL ZAVIST BOGOV*/
.zavist_bogov {
    padding-top: 2em;
    padding-bottom: 4em;
}
.zavist_bogov > .container > h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 4em;
}
.zavist_bogov_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
}
.zavist_bogov_grid > img {
    width: 100%;
    transition: 0.3s ease;
}
.zavist_bogov_grid > img:hover {
    transform: scale(1.02, 1.02);
}
/*внутренняя страница собаки NOERKOM MORIONS IZYMINKA*/
.morions_izyminka {
    padding-top: 2em;
    padding-bottom: 4em;
}
.morions_izyminka > .container > h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 4em;
}
.morions_izyminka_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
}
.morions_izyminka_grid > img {
    width: 100%;
    transition: 0.3s ease;
}
.morions_izyminka_grid > img:hover {
    transform: scale(1.02, 1.02);
}
/*внутренняя страница собаки WINTERRA BRAVE*/
.winterra_brave {
    padding-top: 2em;
    padding-bottom: 4em;
}
.winterra_brave > .container > h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 4em;
}
.winterra_brave_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
}
.winterra_brave_grid > img {
    width: 100%;
    transition: 0.3s ease;
}
.winterra_brave_grid > img:hover {
    transform: scale(1.02, 1.02);
}
/*внутренняя страница собаки WINTERRA BRIZE*/
.winterra_brize {
    padding-top: 2em;
    padding-bottom: 4em;
}
.winterra_brize > .container > h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 4em;
}
.winterra_brize_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
}
.winterra_brize_grid > img {
    width: 100%;
    transition: 0.3s ease;
}
.winterra_brize_grid > img:hover {
    transform: scale(1.02, 1.02);
}
/*внутренняя страница собаки AHEAT TEMPTATION OF LOVE*/
.temptation_of_love {
    padding-top: 2em;
    padding-bottom: 4em;
}
.temptation_of_love > .container > h2 {
    font-size: 1.4rem;
    font-weight: bold;
    margin-top: 4em;
}
.temptation_of_love_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    grid-gap: 1em;
}
.temptation_of_love_grid > img {
    width: 100%;
    transition: 0.3s ease;
}
.temptation_of_love_grid > img:hover {
    transform: scale(1.02, 1.02);
}
/*виджеты в футере*/
.widgets {
    margin-top: 3em;
    display: flex !important;
    align-items: center;
    align-content: center;
    height: 100%;
}
.widgets > a, .widgets > span {
    margin-right: 1em;
    display: inline-block;
}
.widgets > span > a {
    display: flex;
    align-items: center;
}
.widgets > a {
    display: flex;
    align-items: center;
}


.col-md-6{    
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}
.bloсk__img{
    max-width: 100%;
    height: auto;
}


@media (min-width: 768px) {
.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
}


.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }   
  .gallery img {
    width: calc(49.33% - 10px);
    margin-bottom: 10px;
    transition: 1s;
  }
  .gallery img:hover {
    transform: scale(1.2); /* Увеличиваем масштаб */
   }
    .d-flex-center-y{
    display: flex;
    flex-direction: column;
    justify-content: center;
   }
  