*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
html{
    overflow-x: hidden;
    scroll-behavior: smooth;
    font-size: 14px;
}
body{
    margin:0;
    padding:0;
    background: #fff;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
img{
    max-width: 100%;
    max-height: 100%;
}
/* Flex Container */
.container{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.wrap{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.center{
    -webkit-box-align: center;
       -moz-box-align: center;
       -ms-flex-align: center;
    -webkit-align-items: center;
            -ms-grid-row-align: center;
        align-items: center;
    -webkit-box-pack: center;
       -moz-box-pack: center;
       -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
/* Text */
h1, h2, h3, h4, h5, h6, p, li, small, small a{
    color: #ffffff;
} 
a{
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
h1{
    font-size: 29.806px;
    font-size: 2.129rem;
    line-height: 30.996px;
    line-height: 2.214rem;
    margin-bottom: 9.799px;
    margin-bottom: 0.7rem;
}
h2{
    font-size: 25.004px;
    font-size: 1.786rem;
    line-height: 28.994px;
    line-height: 2.071rem;
    margin-bottom: 9.799px;
    margin-bottom: 0.7rem;
}
h3{
    font-size: 21px;
    font-size: 1.5rem;
    line-height: 25.004px;
    line-height: 1.786rem;
    margin-bottom: 9.799px;
    margin-bottom: 0.7rem;
}
h4{
    font-size: 18.998px;
    font-size: 1.357rem;
    line-height: 23.002px;
    line-height: 1.643rem;
    margin-bottom: 9.799px;
    margin-bottom: 0.7rem;
}
h5{
    font-size: 16.996px;
    font-size: 1.214rem;
    line-height: 21px;
    line-height: 1.5rem;
    margin-bottom: 9.799px;
    margin-bottom: 0.7rem;
}
h6{
    font-size: 14.994px;
    font-size: 1.071rem;
    line-height: 18.998px;
    line-height: 1.357rem;
    margin-bottom: 9.799px;
    margin-bottom: 0.7rem;
}
a, p, li, table, thead, th, tr, td{
    font-size: 14px;
    font-size: 1rem;
    line-height: 19.599px;
    line-height: 1.4rem;
    margin-bottom: 9.799px;
    margin-bottom: 0.7rem;
}
small, small a{
    font-size: 11.998px;
    font-size: 0.857rem;
    line-height: 14px;
    line-height: 1rem;
}
/* List */
ul{
    margin: 0 0 2%;
    padding: 0;
    list-style: none;
}
/* Table */
.table{
    overflow-x:auto;
}
.table::-webkit-scrollbar {
    height: 0;
}
table {
    width: 100%;
    overflow: hidden;
    -webkit-border-top-left-radius: 5px;
       -moz-border-radius-topleft: 5px;
            border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
       -moz-border-radius-topright: 5px;
            border-top-right-radius: 5px;
}
table, thead, tbody, td, th, tr {
    border-collapse: collapse;
}
thead{
    background-color: #6E6586;
    color: #FFFFFF;
}
tr:nth-child(even) {
    background-color: #ebebeb;
}
tbody tr:nth-child(odd) {
    background-color: #ffffff;
}
th{
    background: #6B6586;
    border: 1px solid #615D78;
}
th, td{
    padding: 7px;
    padding: 0.5rem;
    display: table-cell;
    text-align: left;
    vertical-align: top;
}
td{
    border: 1px solid #595479;
}
/* Form */
form small{
    margin: 0 0 9.995px;
    margin: 0 0 0.714rem;
    display: block;
}
label{
    display: none;
}
input, textarea {
    padding: 11.2px 14px;
    padding: 0.8rem 1rem;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFFFFF;
    display: block;
    margin: 0 0 9.995px;
    margin: 0 0 0.714rem;
    width: 100%;
    font-size: 14px;
    font-size: 1rem;
    line-height: 19.599px;
    line-height: 1.4rem;
    color: #1D2536;
    border: 1px solid #1D476A;
    transition: all 0.1s ease-in;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -ms-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
}
textarea {
    resize: none; /* or vertical */
    min-height: 88.2px;
    min-height: 6.3rem;
}
::-webkit-input-placeholder {
    color: rgba(29, 37, 54, 0.6);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-moz-placeholder {
    color: rgba(29, 37, 54, 0.6);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::-moz-placeholder {
    color: rgba(29, 37, 54, 0.6);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-ms-input-placeholder {
    color: rgba(29, 37, 54, 0.6);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::placeholder {
    color: rgba(29, 37, 54, 0.6);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
:-ms-input-placeholder {
    color: rgba(29, 37, 54, 0.6);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
::-ms-input-placeholder {
    color: rgba(29, 37, 54, 0.6);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
button, .buttonlink{
    background: #1D476A;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 15.4px 42px;
    padding: 1.1rem 3rem;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'InterBlack';
    cursor: pointer;
    text-align: center;
    font-size: 16.001px;
    font-size: 1.143rem;
    line-height: 16.001px;
    line-height: 1.143rem;
    border: none;    
}
.buttonlink{
    color:#ffffff!important;
    text-decoration: none;
    margin-top: 14px;
    margin-top: 1rem;
}
/* Captcha */
.grecaptcha-badge {
    visibility: hidden; 
}

.slider {position:relative;}
.slider1 {position:relative;}
.slider2 {position:relative;}
.slider3 {position:relative;}
.slider4 {position:relative;}
.slider5 {position:relative;}
.slider6 {position:relative;}
.slider7 {position:relative;}
.slider_items{position:relative;width:100%;overflow:hidden;max-height:588px;}
.slider_item{position:relative;display:none;width:100%;transition: transform 0.6s ease;backface-visibility: hidden;overflow:hidden;}
.slider_item_active,.slider_item_next,.slider_item_prev{display:block;}
.slider_item_next,.slider_item_prev{position: absolute;top:0;}
.slider_item_next.slider_item_left,
.slider_item_prev.slider_item_right{transform: translateX(0);}
.slider_item_next,
.slider_item_right.slider_item_active{transform: translateX(100%);}
.slider_item_prev,
.slider_item_left.slider_item_active{transform: translateX(-100%);}
.slider_control{ position:absolute;top:0;bottom:0;display:flex;align-items:center;justify-content:center;width:150px;color:#fff; content: ""}
.slider_control:hover,
.slider_control:focus{opacity:1;}
.slider_control_prev{left:0%;}
.slider_control_next{right:0%;}
.slider_control::before {content: '';height:80px;width:19px;position:absolute;display:inline-block;background:transparent no-repeat center center;background-size: 100% 100%;}
.slider_control_prev::before {background:url(../img/arrows.png) no-repeat 0;left:15%;border-radius:0px 3px 3px 0px;}
.slider_control_next::before {background:url(../img/arrows.png) no-repeat -19px 0;right:15%;border-radius:3px 0px 0px 3px;}
.slider_indicators{position:absolute;right:0;bottom:10px;left:0;z-index:15;display:flex;justify-content:center;padding-left:0;margin-right:15%;margin-left:15%;list-style:none;}
.slider_indicator{position: relative;flex:0 1 auto;width:30px;height:3px;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#ccc;border-radius:6px;}
.slider_indicator::before{position:absolute;top:-10px;left:0;display:inline-block;width:100%;height:10px;content:"";}
.slider_indicator::after{position:absolute;bottom:-10px;left:0;display:inline-block;width:100%;height:10px;content:"";}
.slider_indicator_active {background-color:#1D476A;}
.slider_items img{display:inline-block;height:auto;width:100%;vertical-align:bottom;}

.slider h1,.slider h2,.slider p{color:#fff;text-shadow:0 0 3px #000,0 0 10px #333;}





@media (max-width:1300px){
.slider_control_prev{left:5%;width:100px;}
.slider_control_next{right:5%;width:100px;}
}


@media (max-width:720px){
.slider_items{max-height:300px;}
.slider_items img{width:auto;height:100%;}

}

#myImg {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}
#myImg1 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg1:hover {opacity: 0.7;}
#myImg2 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg2:hover {opacity: 0.7;}
#myImg3 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg3:hover {opacity: 0.7;}
#myImg4 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg4:hover {opacity: 0.7;}
#myImg5 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg5:hover {opacity: 0.7;}
#myImg6 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg6:hover {opacity: 0.7;}
#myImg7 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg7:hover {opacity: 0.7;}
#myImg8 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg8:hover {opacity: 0.7;}
#myImg9 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg9:hover {opacity: 0.7;}
#myImg10 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg10:hover {opacity: 0.7;}
#myImg11 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg11:hover {opacity: 0.7;}
#myImg12 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg12:hover {opacity: 0.7;}
#myImg13 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg13:hover {opacity: 0.7;}
#myImg14 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg14:hover {opacity: 0.7;}
#myImg15 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg15:hover {opacity: 0.7;}
#myImg16 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg16:hover {opacity: 0.7;}
#myImg17 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg17:hover {opacity: 0.7;}
#myImg18 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg18:hover {opacity: 0.7;}
#myImg19 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg19:hover {opacity: 0.7;}
#myImg20 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg20:hover {opacity: 0.7;}
#myImg21 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg21:hover {opacity: 0.7;}
#myImg22 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg22:hover {opacity: 0.7;}
#myImg23 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg23:hover {opacity: 0.7;}
#myImg24 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg24:hover {opacity: 0.7;}
#myImg25 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg25:hover {opacity: 0.7;}
#myImg26 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg26:hover {opacity: 0.7;}
#myImg27 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg27:hover {opacity: 0.7;}
#myImg28 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg28:hover {opacity: 0.7;}
#myImg29 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg29:hover {opacity: 0.7;}
#myImg30 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg30:hover {opacity: 0.7;}
#myImg31 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg31:hover {opacity: 0.7;}
#myImg32 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg32:hover {opacity: 0.7;}
#myImg33 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg33:hover {opacity: 0.7;}
#myImg34 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg34:hover {opacity: 0.7;}
#myImg35 {
    
    cursor: pointer;
    transition: 0.3s;
}

#myImg35:hover {opacity: 0.7;}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 1000px;
}

/* Caption of Modal Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

/* Add Animation */
.modal-content, #caption {    
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)} 
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #000000;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}


.range{
    
font-family: 'InterBlack';
background-color: #1D476A;
color: #FFFFFF;

}
.choise{
    display: flex;
    justify-content: center;
}
.choise1{
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 3%;
    flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .choise {
    display: block;
  }
}
.diler{
    display: none;
}
/*
.dropdown{
    display: none;
}*/
@media screen and (min-width: 500px) {
  

/* Контейнер <div> - необходим для размещения выпадающего содержимого */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding: 10px 0;

}

/* Ссылки внутри выпадающего списка */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content a:hover {background-color: #ddd;}

/* Показать выпадающее меню при наведении курсора */
.dropdown:hover .dropdown-content {display: block;}

/* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
.dropdown:hover .dropbtn {background-color: #3e8e41;}

.diler{
    display: block;
}
.mob{
    display: none;
}
}





.dropdown1 {
    position: relative;
    display: inline-block;
    margin: 1%;
    width: auto;
}
@media screen and (max-width: 550px) {
  .dropdown1 {
    position: relative;
    display: inline-block;
    margin: 1%;
    width: 100%;
}

}
.drop{
    width: 100%;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    padding: 10px 0;
    width: 100%;
}

/* Ссылки внутри выпадающего списка */
.dropdown-content1 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content1 a:hover {background-color: #ddd;}

/* Показать выпадающее меню при наведении курсора */
.dropdown1:hover .dropdown-content1 {display: block;}

/* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
.dropdown1:hover .dropbtn1 {background-color: #3e8e41;}





.dropdown2 {
    position: relative;
    display: inline-block;
    margin: 1%;
    width: 400px;

}
@media screen and (max-width: 550px) {
  .dropdown2 {
    position: relative;
    display: inline-block;
    margin: 0;
        margin-bottom: 1%;
        padding: 0 1%;
    width: 100%;
}

}
.drop{
    width: 100%;
}

/* Выпадающее содержимое (скрыто по умолчанию) */
.dropdown-content2 {
        display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 2;
    padding: 10px 0;
    width: 100%;
    left: 100%;
    top: 0;

}

/* Ссылки внутри выпадающего списка */
.dropdown-content2 a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Изменение цвета выпадающих ссылок при наведении курсора */
.dropdown-content2 a:hover {background-color: #ddd;}

/* Показать выпадающее меню при наведении курсора */
.dropdown2:hover .dropdown-content2 {
    display: flex;
    width: 900px;
    flex-wrap: wrap;
    right: 0px;
}

/* Изменение цвета фона кнопки раскрывающегося списка при отображении содержимого раскрывающегося списка */
.dropdown2:hover .dropbtn2 {background-color: #3e8e41;}


.itog-podbor{
    background-size: no-repeat;
    background-position: center;
    background-size: cover;
    width: 1024px;
    min-height: auto;
}
.podbor{
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
}
.var-podbor{
    width: 100%;
}

.swiper-slide1 img{
    height: 35px;
}

::-webkit-scrollbar-track {
    background-color: #fff; /*Цвет скролла*/
} 
::-webkit-scrollbar-thumb { 
   
    background: linear-gradient(318.53deg, #1D476A 26.87%, #1D2536 81.77%); /*Цвет ползунка*/
} 
::-webkit-scrollbar { 
    width: 10px;  /*Толщина скролла*/
}

* {
    scrollbar-color: #fff linear-gradient(318.53deg, #1D476A 26.87%, #1D2536 81.77%); /*Цвет скролла, цвет ползунка*/
    scrollbar-width: thin; /*Толщина скролла thin, auto*/
}

.paragraphItem {
    border: 4px solid #1D476A;
    border-radius: 3px;
    cursor: pointer;
    height: 55px;
    width: 55px;
}

.paragraphItem img {
    width: 100%;
    height: 100%;
}

body {
    box-sizing: border-box;
    width: 100%;
    font-family: InterBlack;
}
.items-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.items-block {
    width: 80%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.img-container {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px;
    float: right;
}
.img-container img {
    width: 100%;
}
.img-container a:hover {
  opacity: 0.5;
  cursor: pointer;
}
.img-container a {
  cursor: pointer;
  box-shadow: 1px 2px 5px 0 black;
}
.text-container {
    width: 60%;
    display: flex;
    flex-direction: column;
    padding: 16px;
    float: left;
}
.main-text {
    font-size: 2em;
    color: black;
}
.sub-text {
    font-size: 1em;
    font-weight: 800;
    color: black;
}
.left {
    order: 1;
}
.right {
    order: 2;
}
@media screen and (max-width: 850px) {
    .items-block{
        flex-direction: column;
    }
    .left {
        order: 0;
    }
    .right {
        order: 0;
    }
    .text-container {
        width: 100%;
    }
    .img-container {
        width: 100%;
    }
    .dropdown-content2 {
        left: 0;
        top: 50px;
    }
    .dropdown2:hover .dropdown-content2 {
        width: 100%;
    }
}

/* 27.01*/
.calc_footer {
    background: linear-gradient(90.21deg, #242424 0%, #242424 100%);
}
#categories h2{
    font-family: 'Enthalpy' !important;
}
.dropdown1 > .drop, .swiper-slide1 > p, .dropdown2 > .drop {
    font-family: 'Manrope' !important;
    text-transform: none !important;
    background: none !important;
    color: #000 !important;
    border-color: #FFDE88 !important;
    border-width: 1px !important;
    border-style: solid;
}
.podbor_sup {
    margin-top: 0 !important;
}
.bottom_link_podbor {
    color: #000;
    padding: 8px 15px;
    display: block;
    font-size: 16px;
    background: #FFDE88;
    margin-top: 30px;
    text-decoration: none;
    border-radius: 4px;
}
.bottom_link_podbor:hover {
    background: #c09421;
    transition: 0.5s;
    color: white;
}
footer p {
    width: 100% !important;
}
.itog-podbor {
    min-height: 260px;
    height: auto;
}
/**/
.calc_footer {
    flex-wrap: wrap;
    display: flex;
}
.col_footer {
    flex: 1; max-width: 33.33%;
}
.full-width {
    float: left;
    display: block;
}
.center_col {
    display: flex;
    justify-content: center;
}
.right_align {
    float: right;
    display: block;
}
/**/
@media screen and (max-width: 850px){
    .calc_footer {
        justify-content: normal;
        display: grid !important;
        
    }
    .full-width {
        text-align: left;
        width: max-content;
    }
    .centered {
        text-align: left;
        width: max-content;
    }
    .right_align, footer p {
        text-align: left !important;
        width: max-content;
    }
    .col_footer {
        display: block !important; max-width: 100%;
    }
    .center_col {
        display: flex;
        justify-content: start;
    }
}