/* Raleway: CSS class for a variable style

 <weight>: Use a value from 100 to 900
 <uniquifier>: Use a unique and descriptive class name */


@font-face {
    font-family: 'Gothic Pro';
    src: local('Gothic Pro'),
        url(../fonts/TradeGothicProBoldCondensed20.otf);
}


.d-none {
    display: none;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
   /* font-family: 'Trade Gothic Pro';        -----------------------------------25.11.2025*/
    /* background: #313b5e;*/
    background: #2b043f;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

.container {
    width: 1270px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: auto;
}

/* HEADER */

.header {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.main_logo {
    align-items: start;
}

.main_logo img {
    max-width: 30;
    margin-right: 50px;
}

.blank_ {
    width: 20px;
}

.content_wrap {
    display: flex;
    justify-content: left;
    align-items: center;

}

.navigation {
    display: flex;
    column-gap: 48px;
    /*   border: 1px solid #000000; 
 */
}

.navigation a {
    color: rgb(255, 255, 255);
    /*  font-family: "Lora", serif; */
    font-size: 36px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 4%;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}

.navigation a:hover {
    color: #DE9F33;
    transform: scale(1.3);
}

.lang_wraper {
    margin-right: 8px;
}

.lang_wraper a {
    color: rgb(174, 190, 241);
    font-family: "Lora", serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 4%;
    text-align: right;
    text-decoration: none;
    transition: 0.3s;
}

.lang_wraper a:hover {
    color: #DE9F33;
    transform: scale(1.3);
}

/* End Header */

/* _-----------  */


._blank {
    text-align: center;
}


.about_promo_text h1 {
    color: rgb(255, 255, 255);
    font-family: Raleway;
    font-size: 50px;
    font-weight: 100;
    line-height: 59px;
    letter-spacing: 4%;
    text-align: left;

}

.about_promo_img {
    width: 400px;
    height: 335px;
    overflow: hidden;
    flex-shrink: 0;
}

.about_promo_text p {
    /* Акцент */
    color: rgb(255, 255, 255);
    font-family: Marck Script;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    /* letter-spacing: -4%;   */
    text-align: left;
}


/*------button ------------------------------------------------*/



.button_wraper {
    display: flex;
}

.button {
    padding: 7px 7px;
    color: rgb(12, 18, 38);
    font-family: Trade Gothic Pro;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 4%;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border-radius: 6px;

    box-shadow: inset -2px 2px 2px 0px rgba(0, 0, 0, 0.25), inset 2px -2px 2px 0px rgba(0, 0, 0, 0.25), 3px 3px 4px 0px rgba(0, 0, 0, 0.25), -3px -3px 4px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(20px);
    /* focus */
    background: rgb(222, 159, 51);
}

.button:hover {
    background: #16e816;
}


/*------button END------------------------------------------------*/

.about {
    padding-top: 20px;
    padding-bottom: 10px;
    /* background: #313b5e;*/
    background: #2b043f;
    /*  border: 1px solid #000000; */
    color: #fff;
    font-family: "Tahoma", sans-serif;       /*--------25.11.2025---------------------------------*/
}

.about_img {
    width: 400px;
    height: 335px;
    overflow: hidden;
    flex-shrink: 0;
}

/*-------------------puppies---------------------------*/
.about_img_kennel {
    width: 400px;
    height: 300px;
    overflow: hidden;
    flex-shrink: 0;
}

.about_kennel {
    padding-top: 20px;
    padding-bottom: 50px;
    /* background: #313b5e;*/
    background: #2b043f;
    border: 1px solid #000000;
    color: #fff;
    font-family: "Tahoma", sans-serif;       /*--------25.11.2025---------------------------------*/
}

.about_content_kennel {
    display: flex;
    column-gap: 200px;
    align-items: center;
}

.about_text_kennel {
    line-height: 24px;
    margin-bottom: 6px;
    /*  font-size: 30px; */
    text-align: justify;
}

.about_desc_kennel {
    max-width: 456px;
}

.statistic_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 20px;
}

.blank {
    color: #fff;
}

/*-------------------END puppies---------------------------*/

.about_title {
    margin-bottom: 20px;
}

.about_content {
    display: flex;
    column-gap: 200px;
    align-items: center;
}

.about_desc {
    max-width: 456px;
}

.about_text {
    line-height: 24px;
    margin-bottom: 36px;
}

.about_text p+p {
    margin-top: 24px;
}


.about__statistic-item p {
    font-size: 100px;
    line-height: 28px;
    color: #F6D5A7;
    font-family: 'Lora', serif;
}

.about__statistic {
    display: flex;
    column-gap: 38px;

}

.about__statistic-item {
    width: 282px;
}

.animated-number .num {
    opacity: 0;
}

/*--------------------------------------------*/


/*----------------portfolio---------------------*/


.portfolio {
    padding-top: 10px;
    padding-bottom: 20px;

}

.portfolio__title {
    margin-bottom: 40px;
}

.portfolio-content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 20px;
    row-gap: 20px;
}

.portfolio-card {
    width: 400px;
    height: 440px;
    overflow: hidden;
}

.portfolio-card img {
    transition: 0.5s;
}

.portfolio-card:hover img {
    transform: scale(1.05);
    filter: grayscale(1);

}



.h2--white {
    color: white;
    font-size: 40px;
    line-height: 51px;
}

/*---------------------END PORTFOLIO-----------------*/

.dogs_content_wrap {
    display: flex;
    align-items: center;
    width: 90%;
}



.dogs_text_wrap h2 {
    /* МЗаголовок H2 */
    color: rgb(255, 255, 255);
    font-family: Trade Gothic Pro;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: 4%;
    text-align: left;
    padding-left: 20px;
    /*x-width: 285px;
    position: relative;
    */
}

/*------------------------------------------------------------------*/



.main_slider_wrap {
    width: 100%;
    max-width: 1280px;
    height: 520px;
    position: relative;

}

.main_slider_wrap img {
    width: 100%;
    height: 95%;
    object-fit: cover;

}

.owl-dot span {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background-color: #c4c4c4;
}

.owl-dot+.owl-dot {
    margin-left: 9px;
}

.owl-dot.active {
    background-color: #fff;
}

.main_slider_wrap .owl-dots {
    position: absolute;
    left: 48px;
    bottom: 49px;
    z-index: 2;
}

.owl-dots button.owl-dot.active span {
    background-color: #fff;
}

.owl-stage-flex {
    display: flex;
    align-items: stretch;
}




/* _______________Footer_______________ */
.footer {
    padding-top: 80px;
    padding-bottom: 5px;
    margin-top: 16px;

}


.footer_content_wrap {
    display: flex;
    justify-content: center;
    column-gap: 80px;
    align-items: center;
    padding-bottom: 20px;

}



.copyright {
    color: rgb(255, 255, 255);
    font-family: Marck Script;
    font-size: 30px;
    font-weight: 400;
    line-height: 37px;
    padding-left: 50px;
}

.footer_icons img {
    transition: o, 2s;
}

.footer_icons img:hover {
    transform: scale(1.5);
}

.copyright_wrap {
    display: flex;

    align-content: center;
    justify-content: center;
    flex-wrap: nowrap;
    /*  flex-grow: 1; */
}

/* ====svg icons ===== */

.text-upper {
    text-transform: uppercase;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.06em;
    color: #574E56;
}

.svg-arrow {
    width: 12px;
    height: 14px;
    fill: white;
}

.svg-email,
.svg-be,
.svg-inst,
.svg-phone,
.svg-pin,
.svg-map {
    width: 24px;
    height: 24px;
    fill: #000000;
}

/*
.svg-email {
    fill: #574E56;
}
*/
/*------contact----------------------------*/

.contacts {
    padding-top: 8px;
    padding-bottom: 146px;
}

.contacts__title {
    margin-bottom: 91px;
}

.contacts__content {
    display: flex;
    align-items: flex-start;
    column-gap: 115px;
}

.contacts-form-wrapper {
    width: 505px;
    flex-shrink: 0;

}

.form-input,
.form-textarea {
    display: block;
    width: 100%;
    height: 65px;
    border: 1px solid #DDDDDD;
    padding-left: 19px;
    padding-right: 19px;
    color: #ACA9A9;
}

.form-input:focus,
.form-textarea:focus {
    border: 1px solid #f1971b;
}

.form-textarea {
    height: 246px;
    padding-top: 27px;
    padding-bottom: 27px;
    resize: none;
}

.form-item+.form-item {
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding-left: 70px;
    padding-right: 70px;
    background-color: #F6D5A7;
    height: 65px;
    line-height: 65px;
    font-size: 13px;
    letter-spacing: 0.06em;
    color: #574E56;
    text-transform: uppercase;
    transition: .5s;
}

.btn:hover {
    background-color: #f1971b;
    color: #fff;
}

.btn:active {
    background-color: #b57215;
    color: #fff;
}

.contacts-list__item {
    display: flex;
    column-gap: 16px;
}

.contacts-list__item .text-upper {
    margin-bottom: 3px;
    color: #f9f8f6;
}

.contacts-list__item .text-upper+* {
    color: #907965;

}

.contacts-list__item:hover .contacts-list__text a {
    color: #f1971b;
}

.contacts-list__item:hover .contacts-list__icon svg {
    fill: #f1971b;
}

.contacts-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 61px;
    column-gap: 95px;

}

.foter {
    padding-top: 34px;
    padding-bottom: 51px;
    text-align: center;
    color: #574E56;


    font-family: Marck Script;
    font-size: 20px;
    font-weight: 400;

}