
body { 
    background: #fff; 
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
* { font-family: Montserrat, Tahoma; }


h1 {
    margin: 0;
    padding: 0;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    color: #000;
}
h2 {
    margin: 0;
    padding: 0;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 30px;
    line-height: 120%;
    color: #000;
}
h2 > span {
    color: #F48319;
}
h3 {
    margin: 0;
    padding: 0;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 25px;
    line-height: 120%;
    color: #000;
}
h4 {
    margin: 0;
    padding: 0;
    font-family: Ubuntu;
    font-weight: bold;
    font-size: 20px;
    line-height: 140%;
    color: #000;
}
p {
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
    color: #000;
}
button {
    width: 200px;
    height: 45px; 
    background: linear-gradient(180deg, #FFA653 0%, #BE5C00 100%);
    border-radius: 5px;
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    border: none;
}
button:hover {
    background: #F48319;
    cursor: pointer;
}


/* header*/
.header {
    margin: 0;
    padding: 0; 
    height: 800px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-block {
    background-color: rgb(0 0 0 / 60%);
    height: 800px;
}

.header-other {
    margin: 0;
    padding: 0; 
    height: 370px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.header-other-block{
    background-color: rgb(0 0 0 / 60%);
    height: 370px;
}
.header-other-block > h1 {
    margin-top: 30px;
    width: 100%;
    text-align: center;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px;
    text-transform: uppercase;
    background: linear-gradient(270deg, #FFA653 -15.52%, #BE5C00 121.99%); /* Градиент для текста */
    -webkit-background-clip: text; /* Обрезаем фон по тексту */
    -webkit-text-fill-color: transparent; /* Прозрачный текст */
}

.top-bar, .top-bar-mobile {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60px;
    background-color: rgb(0 0 0 / 50%); 
}
.top-bar-mobile {
    display: none;
}
.top-bar > .contacts {
    margin: 0 auto;
    padding: 0;
    width: 1200px;
    height: 100%;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-bar > .contacts > div {
    display: block; /* Заменяем inline-block */
}

/* Настройка левого блока с адресом/телефонами */
.top-bar > .contacts > .contacts-data > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 30px; /* Отступ между элементами вместо фиксированного margin-right */
}

.top-bar > .contacts > .contacts-data > ul > li {
    margin-right: 0; /* Сбрасываем старый margin-right: 230px */
}

.top-bar > .contacts > .contacts-data > ul > li > a {
    text-decoration: none;
    color: #fff;
}

/* Настройка правого блока с мессенджерами */
.top-bar > .contacts > .messengers {
    float: none; /* Убираем float */
}

.top-bar > .contacts > .messengers > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 20px;
}

.top-bar > .contacts > .messengers > ul > li {
    margin-right: 0;
}

.top-bar > .contacts > .messengers > ul > li > a {
    text-decoration: none;
    color: #fff;
}

.top-bar > .contacts > .messengers > ul > li > a:hover {
    color: #F48319;
}
.main-menu {
    margin: 30px 0 0;
    padding: 0;
    width: 100%;
    top: 90px;
}
.main-menu-mobile {
    display: none;
}
.main-menu > .main-menu-block {
    width: 1200px;
    margin: 0 auto;
}
.main-menu > .main-menu-block > div {
    display: inline-block;
}
.main-menu > .main-menu-block > .logo > a > img {
   width: 100px;
}
.main-menu > .main-menu-block > .menu {
    margin-top: 43px;
    float: right;
}
.main-menu > .main-menu-block > .menu > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.main-menu > .main-menu-block > .menu > ul > li {
    display: inline-block;
    margin-right: 30px;
}
.main-menu > .main-menu-block > .menu > ul > li:last-child {
    margin: 0;
}

.main-menu > .main-menu-block > .menu > ul > li > a {
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
}
.main-menu > .main-menu-block > .menu > ul > li > a:hover {
    color: #F48319; 
}

.header-text {
    margin: 140px 0 0;
    padding: 0;
    width: 100%;
}
.header-text > .info-block {
    margin: 0 auto;
    width: 1200px;
    text-align: center;
}
.header-text > .info-block > p.text-top {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 120%;
    text-transform: uppercase;
    color: #fff;
}

.header-text > .info-block > .title > h1 {
    margin: 15px 0 10px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
    background: linear-gradient(270deg, #FFA653 -15.52%, #BE5C00 121.99%); /* Градиент для текста */
    -webkit-background-clip: text; /* Обрезаем фон по тексту */
    -webkit-text-fill-color: transparent; /* Прозрачный текст */
}

.header-text > .info-block > p.text-bottom {
    margin-bottom: 30px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}

/*content*/
	
.content {
    margin: 0;
    padding: 0;    
}
.breadcrumbs {
    margin: 60px auto -60px;
    width: 1200px;
}
.breadcrumbs > a {
    text-decoration: none;
    font-family: Open Sans;
    font-size: 14px;
    color: #000000;
}
.breadcrumbs > a:hover {
    color: #F48319;
}
.breadcrumbs > img {
    margin: 0 10px;
}
.about, .checkup, .our-company, .policy-text {
    margin: 160px auto 0;
    width: 1200px;
}
.about > div, .checkup > div, .our-company > div {
    display: inline-block;
    vertical-align: top;
    width: 590px;
}
.about > div:last-child, .checkup > div:last-child, .our-company > div:last-child  {
    margin-left: 15px;
}

.about > .image, .checkup > .image, .our-company > .image {
    height: 490px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.about > .text > p, .checkup > .text > p, .our-company > .text > p {
    margin-top: 20px;
}
.checkup > .text > button, .our-company > .text > button {
    margin-top: 40px;
}
.about > .text > ul {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
.about > .text > ul > li{
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
    font-size: 14px;
}
.about > .text > ul > li:before {
    content: '✔';
    position: absolute; top: 0; left: 0;
    color: #F48319;
}

.about > .text > ol > li:before {
    content: '0';
    position: absolute; top: 0; left: 0;
    color: #F48319;
}

.services {
    margin: 160px 0 0;
    padding: 0;
    background-image: url(/images/service-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#seam-services {
   background-image: url(/images/germetizatsyya-shvov/seam-services.jpg); 
}
#tree-services {
   background-image: url(/images/kronorovanie-dereviev/tree-services.jpg); 
}
#snow-services {
   background-image: url(/images/uborka-snega/snow-services.jpg); 
}
#other-services {
   background-image: url(/images/drugie-uslugi/other-services-background.jpg); 
}
.services > .services-block {
    margin: 0;
    padding: 0;
    background-color: rgb(0 0 0 / 60%);
}
.services > .services-block > .service-items {
    margin: 0 auto;
    padding: 120px 0;
    width: 1200px;
}
.services > .services-block > .service-items > h2 {
    color: #fff;
    text-align: center;
}
.services > .services-block > .service-items > .service-cards {
    margin: 210px 0 0;
    text-align: center;
}
.services > .services-block > .service-items > .service-cards > div {
    display: inline-block;
    margin-right: 15px;
    width: 285px;
    vertical-align: top; 
    text-align: center;
    background-color: #fff;
    height: 1100px;
    border-radius: 5px;
    position: relative;
}
#seam-services > .services-block > .service-items > .service-cards > div {
    height: 1030px;
}
#tree-services > .services-block > .service-items > .service-cards > div, #snow-services > .services-block > .service-items > .service-cards > div {
    height: 580px;
}
#snow-services > .services-block > .service-items > .service-cards > div, #tree-services > .services-block > .service-items > .service-cards > div, #other-services > .services-block > .service-items > .service-cards > div {
    height: 515px;
}
.services > .services-block > .service-items > .service-cards > div:last-child {
    margin-right: 0;
}
.services > .services-block > .service-items > .service-cards > .card > .title {
    background-color: #FFA653;
    border-radius: 5px 5px 0 0;
    position: relative;
    padding: 120px 0 20px;
}
.services > .services-block > .service-items > .service-cards > .card > .title > img {
    position: absolute;
    left: 18px;
    top: -150px;
}
.services > .services-block > .service-items > .service-cards > .card > .title > p {
    margin-top: 10px;
}
.services > .services-block > .service-items > .service-cards > .card > .title > p.term {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 25px;
}
.services > .services-block > .service-items > .service-cards > .card > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.services > .services-block > .service-items > .service-cards > .card > ul > li {
    padding: 20px 5px;
    border-bottom: 1px solid #B0B6B6;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 160%;
}
.services > .services-block > .service-items > .service-cards > .card > button {
    position: absolute;
    bottom: 40px;
    left: 43px;
}
.services > .services-block > .service-items > .service-cards > .card > h4 {
    position: absolute;
    bottom: 125px;
    width: 100%;
}

.advantages, .company-advantages {
    margin: 160px auto 0;
    width: 1200px;
    text-align: center;
}
.advantages > .advantage-items, .company-advantages > .company-advantage-items {
    margin-top: 60px;
}
.advantages > .advantage-items > div, .company-advantages > .company-advantage-items > div {
    display: inline-block;
    vertical-align: top;
    width: 295px;
}
.advantages > .advantage-items > div > img {
    height: 127px;
}
.advantages > .advantage-items > div > h3 {
    margin: 30px 0 0;
    color: #F48319;
    font-size: 30px;
}
.company-advantages > .company-advantage-items > div > h3 {
    color: #F48319;
    font-size: 30px;
}

.offer {
    margin: 160px 0 0;
    padding: 0;
    background-image: url(/images/offer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#seam-offer {
    background-image: url(/images/germetizatsyya-shvov/seam-offer.jpg);
}
#tree-offer {
    background-image: url(/images/kronorovanie-dereviev/forest.jpg);
}
#snow-offer {
    background-image: url(/images/uborka-snega/snow-background.jpg);
}
#other-offer {
    background-image: url(/images/drugie-uslugi/drugie-uslugi-offer.jpg);
}
.offer > .offer-block {
    margin: 0;
    padding: 0;
    background-color: rgb(0 0 0 / 60%);
}
.offer > .offer-block > .offer-text {
    margin: 0 auto;
    padding: 120px 0;
    width: 1200px;
    text-align: center;
    opacity: 0;
}
.offer > .offer-block > .offer-text.show-block {
    opacity: 1;
    transition: opacity 1.5s;
}
.offer > .offer-block > .offer-text > p.order-text {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 120%;
    color: #fff;
}
.offer > .offer-block > .offer-text > p.now {
    margin-top: 20px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 90px;
    line-height: 120%;
    text-transform: uppercase;
    color: #FFA653;
}
.offer > .offer-block > .offer-text > p.gift-text {
    margin-top: 10px;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 36px;
    line-height: 120%;
    color: #fff;
}
.offer > .offer-block > .offer-text > p.details-text {
    margin-top: 15px;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #FFFFFF; 
}
.offer > .offer-block > .offer-text > button {
    margin-top: 40px;
}

.other-services {
    margin: 160px auto 0;
    width: 1200px;
    text-align: center;
}
.other-services > .other-service-items {
    margin: 60px 0;
}
.other-services > .other-service-items > div {
    margin: 0 15px 15px 0;
    display: inline-block;
    width: 590px;
    height: 400px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.other-services > .other-service-items > div:nth-child(2n) {
    margin: 0 0 15px;
}
.other-services > .other-service-items > div > a {
    text-decoration: none;
}
.other-services > .other-service-items > div > a > div {
    position: relative;
    width: 590px;
    height: 400px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    border-radius: 5px;
}
.other-services > .other-service-items > div > a > div:hover {
    background-color: rgb(0 0 0 / 50%);
}
.other-services > .other-service-items > div > a > div > h3 {
    position: absolute;
    bottom: 30px;
    width: 100%;
    color: #fff;
}
.other-services > a {
    background: linear-gradient(180deg, #FFA653 0%, #BE5C00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #C8680D;
}
.other-services > a:hover {
    background: #C8680D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.work-stages {
    margin: 160px auto 0;
    width: 1200px;
}
.work-stages > h2 {
    text-align: center;
    margin-bottom: 60px;
}

.work-stages > div {
    display: inline-block;
    vertical-align: middle;
    width: 590px;
}

.work-stages > div:last-child  {
    margin-left: 15px;
}

.work-stages > .image {
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}
.work-stages > .text > div {
    border-top: 1px solid #F48319;
    padding: 20px 0;
}
.work-stages > .text > div:last-child {
    border-bottom: 1px solid #F48319;
}
.work-stages > .text > div > div {
    display: inline-block;
    vertical-align: middle;
}
.work-stages > .text > div > .name {
    width: 150px;
    margin-left: 50px;
}
.work-stages > .text > div > .number > p {
    color: #F48319;
}
.work-stages > .text > div > .name > p {
    font-weight: 600;
}

.portfolio {
    margin: 160px auto 0;
    width: 1200px;
    text-align: center;
}
.portfolio > h2 {
    margin-bottom: 60px;
}
.portfolio > div {
    display: inline-block;
    vertical-align: top;
    width: 590px;
    height: 600px;
}
.portfolio > .images-block:last-child {
    margin-bottom: 60px;
}
.portfolio img {
    border-radius: 5px;
    cursor: zoom-in;
}

.portfolio > div:nth-child(odd) {
    margin: 0 0 15px 15px;
}
.portfolio > .images-block > .small-images {
    margin-bottom: 15px;
}
.portfolio > .images-block > .small-images > div {
    display: inline-block;
    vertical-align: top;
}
.portfolio > .images-block > .small-images > div:last-child {
    margin-left: 15px;
}

.portfolio > .portfolio-link {
    margin: 60px auto 0;
    width: 145px;
    height: auto;
    display: block;
    border-bottom: 1px solid #C8680D;
}
.portfolio > div > a {
    background: linear-gradient(180deg, #FFA653 0%, #BE5C00 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
.portfolio > div > a:hover {
    background: #C8680D;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.our-works, .video {
    margin: 120px auto 0;
    width: 1200px;
}
h2.premium {
    margin: 120px 0 -60px;
    text-align: center;
}

.our-works > div {
    display: inline-block;
    margin-bottom: 20px; 
    margin-right: 15px;
    width: 387px;
    height: 400px;
    vertical-align: top; 
    border-radius: 5px;
}
.our-works > div:nth-child(3n), .video > div:nth-child(3n) {
    margin-right: 0px;
}
.our-works img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: zoom-in;
}

.video > div {
    display: inline-block;
    margin-bottom: 20px; 
    margin-right: 15px;
    width: 387px;
    vertical-align: top; 
}
.video > div > iframe {
    width: 100%;
    border-radius: 5px;
}


.contacts-block {
    margin: 120px auto;
    width: 1200px;
}
.contacts-block > div {
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}
.contacts-block > .contact-information > div {
    margin-bottom: 20px;
}
.contacts-block > .contact-information > div > h4 {
    color: #F48319;
    margin-bottom: 5px;
}
.contacts-block > .contact-information > div > a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
}
.contacts-block > .contact-information > div > div {
    margin-top: 5px;
}
.contacts-block > .contact-information > div > div > a {
    margin-right: 15px;
    color: #000;
    font-size: 14px;
    text-decoration: none;
    border-bottom: 1px solid #000;
}
.contacts-block > .contact-information > div > div > a:hover {
    color: #F48319;
    border-bottom: 1px solid #F48319;
}

.contacts-block > .map {
    float: right;
    width: 800px;
}
.contacts-block > .map > ymaps {
border-radius: 5px;
overflow: hidden;
}

.policy-text > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.policy-text > ul > li {
    padding-left: 20px;
    position: relative;
    margin: 10px 0;
    font-size: 14px;
    line-height: 160%;
}
.policy-text > ul > li:before {
    content: '-';
    position: absolute; top: 0; left: 0;
    color: #000;
}

.policy-text a {
	color: #ff7b00;
}


/*footer*/

.footer {
    margin: 160px 0 0;
    padding: 0; 
    background-image: url(/images/footer-image.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.footer-block {
    background-color: rgb(0 0 0 / 60%);
}
.footer-block > .footer-block-data {
    margin: 0 auto;
    padding-top: 20px;
    width: 1200px;
}
.footer-block > .footer-block-data > div {
    display: inline-block;
    vertical-align: top;
}
.footer-block > .footer-block-data > .contacts {
    width: 155px;
}
.footer-block > .footer-block-data > .contacts > .logo {
    margin-bottom: 20px;
}
.footer-block > .footer-block-data > .contacts > .logo > a > img {
    width: 100px;
}
.footer-block > .footer-block-data > .contacts > a {
    text-decoration: none;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 200%;
    color: #fff;
}
.footer-block > .footer-block-data > .contacts > .social-icons {
    margin-top: 20px;
}

.footer-block > .footer-block-data > .contacts > .social-icons > a > div, .contacts-block > .contact-information > .social-icons > a > div {
    display: inline-block;
    margin-right: 5px;
    width: 28px;
    height: 28px;
    text-align: center;
    background: linear-gradient(180deg, #FFA653 0%, #BE5C00 100%);
    border-radius: 5px;
    vertical-align: top;
}
.footer-block > .footer-block-data > .contacts > .social-icons > a:last-child > div, .contacts-block > .contact-information > .social-icons > a:last-child > div {
    margin-right: 0;
}
.footer-block > .footer-block-data > .contacts > .social-icons > a > div:hover, .contacts-block > .contact-information > .social-icons > a > div:hover {
    background: #F48319;
}
.footer-block > .footer-block-data > .contacts > .social-icons > a > div > img, .contacts-block > .contact-information > .social-icons > a > div > img {
    margin-top: 5px;
}
.footer-block > .footer-block-data > .contacts > .social-icons > a > div > img {
    
}
.footer-block > .footer-block-data > .contacts > .social-icons > a > div.ok > img, .contacts-block > .contact-information > .social-icons > a > div.ok > img {
    margin-top: 4px;
}
.footer-block > .footer-block-data > .footer-menu {
    margin: 20px 75px 0;
    text-align: center;
}
.footer-block > .footer-block-data > .footer-menu > ul {
    margin: 0;
    padding: 0;
}
.footer-block > .footer-block-data > .footer-menu > ul > li {
    list-style-type: none;
    display: inline-block;
    margin-right: 30px;
}
.footer-block > .footer-block-data > .footer-menu > ul > li:last-child {
    margin: 0;
}
.footer-block > .footer-block-data > .footer-menu > ul > li > a {
    text-decoration: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 200%;
    color: #FFFFFF;
}
.footer-block > .footer-block-data > .footer-menu > ul > li > a:hover {
    color: #F48319;
}
.footer-block > .footer-block-data > .footer-menu > .addinfo {
    margin-top: 60px;
}
.footer-block > .footer-block-data > .footer-menu > .addinfo > div {
    display: inline-block;
    vertical-align: middle;
}
.footer-block > .footer-block-data > .footer-menu > .addinfo > .addinfo-text {
    width: 340px;
    margin-left: 10px;
    text-align: left;
}
.footer-block > .footer-block-data > .footer-menu > .addinfo > .addinfo-text > p {
    color: #fff;
}
.footer-block > .footer-block-data > .request-form {
    margin-top: 15px;
    width: 320px;
}
.footer-block > .footer-block-data > .request-form > h3 {
    color: #FFA653;
}
.footer-block > .footer-block-data > .request-form > p {
    margin: 5px 0 20px;
    color: #fff;
}
.footer-block > .footer-block-data > .request-form > form > input {
    padding-left: 20px;
    margin-bottom: 20px;
    width: 300px;
    height: 45px;
    border: 1px solid #fff;
    background-color: transparent;
    color: #FFFFFF;
    outline: none;
    border-radius: 5px;
}
.footer-block > .footer-block-data > .request-form > form > input::-moz-placeholder { color: #bdbdbd; }
.footer-block > .footer-block-data > .request-form > form > input::-webkit-input-placeholder { color: #bdbdbd;}

.footer-block > .footer-block-data > .request-form > form > div > input {
    width: 22px;
    height: 22px;
    border: 1px solid #fff;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
.footer-block > .footer-block-data > .request-form > form > div > p {
    font-size: 12px;
    line-height: 150%;
    color: #fff;
    float: right;
    width: 270px;
}

.footer-block > .footer-block-data > .request-form > form > p.error-message {
    display: none;
    margin: 10px;
    color: red;
    font-size: 12px;
}
.footer-block > .footer-block-data > .request-form > form > input.submit {
    margin: 20px 0 0;
    padding: 0;
    width: 320px;
    background: linear-gradient(180deg, #FFA653 0%, #BE5C00 100%);
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    border: none;
}

.footer-block > .footer-block-data > .request-form > form > input.submit:hover {
    background: #F48319;
    cursor: pointer;
}

.footer-block > .footer-bottom {
    border-top: 1px solid #898B90;
    margin-top: 40px;
}

.footer-block > .footer-bottom > .footer-bottom-block {
    margin: 0 auto;
    padding: 20px 0;
    width: 1200px;
}
.footer-block > .footer-bottom > .footer-bottom-block > div {
    display: inline-block;
}
.footer-block > .footer-bottom > .footer-bottom-block > .personal-data {
    float: right;
}
.footer-block > .footer-bottom > .footer-bottom-block > div > p, .footer-block > .footer-bottom > .footer-bottom-block > div > a {
    text-decoration: none;
    font-size: 14px;
    line-height: 200%;
    color: #a5a5a5;
}
.footer-block > .footer-bottom > .footer-bottom-block > div > a:hover {
    color: #F48319;
}



/*request-forms*/

.wrapper {
    display: none;
    top: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.wrapper > .request-form {
    margin: auto;
    margin-top: 160px;
    padding-bottom: 50px;
    width: 500px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.wrapper > .request-form > .image {
    margin-bottom: 40px;
    height: 230px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: right;
    border-radius: 5px 5px 0px 0px;
}
.wrapper > .request-form > .image > .close-window {
    padding: 20px 20px 0 0;
}
.wrapper > .request-form > .image > .close-window > img {
    width: 20px;
    cursor: pointer;
}
.wrapper > .request-form > h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #F48319;
}
.wrapper > .request-form > form {
    margin-top: 20px;
}
.wrapper > .request-form > form > input {
    padding-left: 20px;
    margin-bottom: 20px;
    width: 280px;
    height: 45px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    outline: none;
    border-radius: 5px;
}
.wrapper > .request-form > form > input:-internal-autofill-selected {
    background-color: transparent !important;
}
.wrapper > .request-form > form > input::-moz-placeholder { color: #bdbdbd; background-color: transparent; }
.wrapper > .request-form > form > input::-webkit-input-placeholder { color: #bdbdbd; background-color: transparent;}


.wrapper > .request-form > form > .checkbox {
    margin: 0 auto;
    text-align: left;
    width: 300px;
}
.wrapper > .request-form > form > .checkbox > input {
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
.wrapper > .request-form > form > .checkbox > p {
    margin-left: 10px;
    font-size: 12px;
    line-height: 150%;
    float: right;
    width: 260px;
}

.wrapper > .request-form > form > p.error-message {
    display: none;
    margin: 10px auto;
    padding-left: 5px;
    color: red;
    font-size: 12px;
    width: 300px;
    text-align: left;
}
.wrapper > .request-form > form > input.submit {
    margin: 20px 0 0;
    padding: 0;
    width: 300px;
    background: linear-gradient(180deg, #FFA653 0%, #BE5C00 100%);
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    border: none;
}

.wrapper > .request-form > form > input.submit:hover {
    background: #F48319;
    cursor: pointer;
}


/*message-button*/

.message-button {
    display: block;
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}
.message-button > img {
    width: 60px;
}

.message-form {
    display: none;
    position: fixed;
    padding-bottom: 50px;
    bottom: 20px;
    right: 20px;
    width: 500px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.message-form > .close-window {
    padding: 20px 20px 0 0;
    text-align: right;
}
.message-form > .close-window > img {
    width: 20px;
    cursor: pointer;
}
.message-form > h3 {
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
    color: #F48319;
    text-align: center;
}
.message-form > p {
    text-align: center;
}
.message-form > form {
    text-align: center;
    margin-top: 20px;
}
.message-form > form > input {
    padding-left: 20px;
    margin-bottom: 20px;
    width: 280px;
    height: 45px;
    border: 1px solid #000;
    background-color: transparent;
    color: #000;
    outline: none;
    border-radius: 5px;
}
.message-form > form > textarea {
    margin-bottom: 20px;
    padding: 15px 0 0 20px;
    width: 280px;
    height: 80px;
    border: 1px solid #000000;
    color: #000;
    outline: none;
    border-radius: 5px;
}
.message-form > form > input::-moz-placeholder, 
.message-form > form > textarea::-moz-placeholder { 
    color: #bdbdbd; 
}
.message-form > form > input::-webkit-input-placeholder,
.message-form > form > textarea::-webkit-input-placeholder { 
    color: #bdbdbd;
}

.message-form > form > .checkbox {
    margin: 0 auto ;
    text-align: left;
    width: 300px;
}
.message-form > form > .checkbox > input {
    width: 22px;
    height: 22px;
    border: 1px solid #000;
    background-color: transparent;
    cursor: pointer;
    outline: none;
}
.message-form > form > .checkbox > p {
    margin-left: 10px;
    font-size: 12px;
    line-height: 150%;
    float: right;
    width: 260px;
}

.message-form > form > p.error-message {
    display: none;
    margin: 10px auto;
    padding-left: 5px;
    color: red;
    font-size: 12px;
    width: 300px;
    text-align: left;
}
.message-form > form > input.submit {
    margin: 20px 0 0;
    padding: 0;
    width: 300px;
    background: linear-gradient(180deg, #FFA653 0%, #BE5C00 100%);
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    border: none;
}

.message-form > form > input.submit:hover {
    background: #F48319;
    cursor: pointer;
}
.message-form > .messengers {
    margin: 40px auto 0;
    width: 300px;
}
.message-form > .messengers > div {
    display: inline-block; 
    text-align: center;
    vertical-align: top;
}
.message-form > .messengers > div > a {
    text-decoration: none;
    font-family: Montserrat;
    line-height: 15px;
    text-transform: uppercase;
}
.message-form > .messengers > div > a > div {
    width: 140px;
    height: 45px;
    border-radius: 5px;
}
.message-form > .messengers div > a > .whatsapp {
    border: 1px solid #4AC959;
    margin-right: 10px;
}
.message-form > .messengers div > a > .viber {
    border: 1px solid #665CAC;
}
.message-form > .messengers > div > a > div > p {
    margin-top: 13px;
    font-size: 12px;
}
.message-form > .messengers div > a > .whatsapp > p {
    color: #4AC959;
} 
.message-form > .messengers div > a > .viber > p {
    color: #665CAC;
}
.message-form > .messengers div > a > .whatsapp > p:before {
    content: url(/images/whatsapp.png);
    display: inline-block;
    margin-right: 10px; 
    vertical-align: middle;
}
.message-form > .messengers div > a > .viber > p:before {
    content: url(/images/viber.png);
    display: inline-block;
    margin-right: 10px; 
    vertical-align: middle;
}
.message-form > .messengers div > a > .whatsapp:hover {
    background-color: #4AC959;
}
.message-form > .messengers div > a > .viber:hover {
    background-color: #665CAC;
}
.message-form > .messengers > div > a > div:hover > p {
    color: #fff;
}
.message-form > .messengers div > a > .whatsapp:hover > p:before {
    content: url(/images/whatsapp-white.png);
}
.message-form > .messengers div > a > .viber:hover > p:before {
    content: url(/images/viber-white.png);
}
/* ===== Мессенджер Max ===== */
.message-form > .messengers div > a > .max {
    border: 1px solid #FF8C00;
    margin-right: 10px;          /* единообразие с WhatsApp */
}

.message-form > .messengers div > a > .max > p {
    color: #FF8C00;
}

.message-form > .messengers div > a > .max > p::before {
    content: url(/images/max.png);
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

/* Ховер-эффекты */
.message-form > .messengers div > a > .max:hover {
    background-color: #FF8C00;
}

.message-form > .messengers div > a > .max:hover > p {
    color: #fff;
}

.message-form > .messengers div > a > .max:hover > p::before {
    content: url(/images/max-white.png);
}