@font-face {
    font-family: "GothamPro";
    src: url("./fonts/GothaProReg.otf") format("opentype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "GothamPro";
    src: url("./fonts/GothaProMed.otf") format("opentype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "GothamPro";
    src: url("./fonts/GothaProBol.otf") format("opentype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "GothamPro";
    src: url("./fonts/GothaProBla.otf") format("opentype");
    font-style: normal;
    font-weight: 900;
}

* {
    margin: 0;
    padding: 0;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: "GothamPro";
    font-size: 14px;
    min-width: 1170px;
    background: #fff;
}

img {
    border: none;
}

input {
    color: #868686;
    font-size: 15px;
}

h2 {
    font-size: 35px;
    font-weight: 900;
    line-height: 45px;
    color: #494949;
    text-transform: uppercase;
    text-align: center;
}

.important {
    color: #116466;
}

.important-bg {
    background: #116466;
    padding: 5px 10px;

}

h2 span {
    color: #116466;
}

.clr {
    clear: both;
}

.center_945 {
    width: 945px;
    margin: 0 auto;
}

.center_1140 {
    width: 1140px;
    margin: 0 auto;
}

.center_1100 {
    width: 1100px;
    margin: 0 auto;
}

.hide {
    display: none;
}

h3 {
    font-size: 24px;
    line-height: 30px;
    color: #494949;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
}


.animatedBorder {
    position: relative;
}

#onpbxcb__container {
    z-index: 99999;
    position: relative;
}



.on_map_address .r0 {
    padding: 0px 0 0 20px;
    font-size: 16px;
    color: #353535;
    line-height: 18px;
}



/*=============================================
	header 
 =============================================*/
.header {
    background: url(images/header-bg-2.jpg) center top no-repeat;
    padding-bottom: 40px;
    background-size: cover;
}


.top {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    align-items: top;
}



.top__left-wrapper {
    display: flex;
}


.logo {
    width: 70px;
    background: url(images/logo.png) no-repeat center left;
    display: block;
    font-size: 18px;
    padding: 5px 0 5px 110px;
    width: 295px;
    color: #D1E8E2;
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.flowtext .tn-atom {
    background: linear-gradient(90deg, #e933ff, #ffb400, #ff3333, #334dff, #e933ff);
    background-size: 200% auto;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textflow 5s linear infinite;
}

@keyframes textflow {
    from {
        background-position: 0% center
    }

    to {
        background-position: 200% center
    }
}


.header__addres {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #FFCB9a;
    padding-left: 30px;
}

.addres {
    margin: 3px 0;
    max-width: 400px;
}

.header__addres .r1 {
    color: #494949;
    font-size: 14px;
    font-weight: bold;
    line-height: 19px;
}

.header__addres .r2 {
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    padding-left: 20px;
    background: url('images/pin.png') left top no-repeat;
}

/* phone block */
.header__phone {
    text-align: left;
}

.header__phone .r0 {
    padding: 2px 10px 0 0;
    font-size: 18px;
    line-height: 24px;
    color: #FFF;
    font-weight: 700;
    text-transform: uppercase;
}

.header__phone .r1 {
    color: #D1E8E2;
    font-size: 28px;
    font-weight: 900;
    line-height: 21px;
    margin: 10px 0;
    /* padding-left: 25px; */
    /* background: url('images/phone.png') left 0px no-repeat; */
}

.header__phone .r1 a {
    color: #D1E8E2;
    text-decoration: none;
}

.header__phone .r2 {
    color: #D1E8E2;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
}

.header__phone .r3 {
    color: #D1E8E2;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 25px;
    background: url('images/clock.png') left center no-repeat;
}

.header__phone .r4 {
    color: #D1E8E2;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-left: 25px;
    background: url('images/mail.png') left center no-repeat;
    font-weight: normal;
}


.soc-group {
    display: flex;
    gap: 28px;
    justify-content: flex-end;

}

.whatsapp-icon,
.mail-icon,
.tg-icon,
.phone-icon {
    width: 36px;
    height: 36px;
}

.mail-icon {
    background: url('images/mail-icon.png') center center no-repeat;
    background-size: contain;
}

.tg-icon {
    background: url('images/telegram-icon.png') center center no-repeat;
    background-size: contain;
}

.phone-icon {
    background: url('images/phone-icon.png') center center no-repeat;
    background-size: contain;
}


.header__phone .r4 a {
    font-weight: normal;
}

.header__phone .l_phone {
    float: left;
    padding-left: 10px;
}

.header__buttons {
    display: flex;
    flex-direction: row;
    gap: 144px;
    margin-top: 86px;
    gap: 40px;
    justify-content: center;
    align-items: center
}



/* left txt */
.header_text {
    padding: 90px 0 90px 0px;
}

.header_text .r1 {
    color: #D1E8E2;
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    text-align: center;
    text-transform: uppercase;
}

.header_text .r2 {
    color: #D1E8E2;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.4em;
    text-align: center;
}


.header ul {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
}


.trigger {
    width: 192px;
    height: 257px;
    color: #D1E8E2;
    padding: 0 10px;
}

.trigger__1 {
    background: url(images/trigger-1.png) center center no-repeat;
    background-size: contain;
}

.trigger__2 {
    background: url(images/trigger-2.png) center center no-repeat;
    background-size: contain;
}

.trigger__3 {
    background: url(images/trigger-3.png) center center no-repeat;
    background-size: contain;
}

.trigger__4 {
    background: url(images/trigger-4.png) center center no-repeat;
    background-size: contain;
}

.trigger__title {
    font-size: 24px;
    font-weight: bold;
    padding-top: 120px;
}

.trigger__description {
    font-size: 16px;
    padding: 10px 10px 5px 16px;
}

.header .div1 {
    height: 65px;
}

.header ul li .div2 {
    padding-top: 25px;
}

.header ul li .div2 .r1 {
    color: #D1E8E2;
    font-size: 18px;
    font-weight: 900;
    line-height: 1.4em;
    text-transform: uppercase;
}

.header ul li .div2 .r2 {
    color: #D1E8E2;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    padding-top: 20px;
}

.header .i1 {
    background-image: url('images/item5.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .i2 {
    background-image: url('images/item4.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .i3 {
    background-image: url('images/item6.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .i4 {
    background-image: url('images/item3.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .i5 {
    background-image: url('images/item1.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

.header .i6 {
    background-image: url('images/item2.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
}




/*=============================================
request
=============================================*/
.akc {
    background: url('images/akc-bg.jpg') center top no-repeat;
    height: 395px;
}

.request_callback {}

.request_callback_style {
    margin: 0px 0 20px 0;
}

.request_callback .r1 {
    padding: 30px 0 5px 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.request_callback .r1 span {
    color: #ff7300;
}

.request_callback .r1 a {
    color: #ff7300;
    text-decoration: none;
}

.zv {
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 20px;
}

.inputs {
    padding: 0px 0 0px 0px;
    margin: 0 auto;
    width: 436px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.input_text input {
    font-weight: 400;
    color: #868686;
    background: none;
    width: 100%;
    height: 70px;
    border: none;
    outline: none;
    padding-left: 40px;
}

.input_text input::-webkit-input-placeholder {
    color: #868686;
    font-size: 15px;
}

.input_text input::-moz-placeholder {
    /* Firefox 19+ */
    color: #868686;
    font-size: 15px;
}

.input_text input:-ms-input-placeholder {
    color: #868686;
    font-size: 15px;
}

.input_text input:-moz-placeholder {
    /* Firefox 18- */
    color: #868686;
    font-size: 15px;
}

.border {
    border-radius: 20px !important;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.25) !important;
}

input[type="text"] {
    font-weight: 400;
    color: #868686;
    background: none;
    width: 100%;
    height: 70px;
    outline: none;
    padding-left: 40px;
}

input[type="text"]::-webkit-input-placeholder {
    color: #868686;
    font-size: 15px;
}

input[type="text"]::-moz-placeholder {
    /* Firefox 19+ */
    color: #868686;
    font-size: 15px;
}

input[type="text"]:-ms-input-placeholder {
    color: #868686;
    font-size: 15px;
}

input[type="text"]:-moz-placeholder {
    /* Firefox 18- */
    color: #868686;
    font-size: 15px;
}


.request_callback .input_text {
    width: 100%;
    height: 70px;
    background-color: white;
    margin: 0 0 10px 0;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    box-shadow: inset 0 4px 6px rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.button-offer {
    font-size: 24px;
    margin: 0px 0 0 26px;
}

/* for a awesome arrow*/


.submit2 {
    display: flex;
    height: 135px;
    width: 444px;

    background: url(images/button2.png) center center no-repeat;
    background-size: contain;
    font-family: GothamPro;
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border: none;
}

.submit2:hover {
    background: url(images/button2-hover.png) center center no-repeat;
    background-size: contain;
}

/*=============================================
   work
=============================================*/
.work {
    background: url('images/preim-bg.jpg') center top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -44px;
    padding: 0px 0 130px 0;
}

.work h2 {
    padding: 140px 0 80px 0;
}

.work ul {
    display: inline-block;
    vertical-align: top;
    width: 49%;
}

.work ul li {
    color: #494949;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    list-style: none;
    background: url('images/li.png') no-repeat;
    background-position: left top 4px;
    padding: 0px 0 0px 50px;
    margin: 0px 0px 25px 0;
}

/*=============================================
  kons
=============================================*/
.kons {
    height: 600px;
    background: url('images/kons-bg.jpg') center bottom no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-top: -150px;
}

.kons h2 {
    color: #D1E8E2;
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    padding: 200px 0 40px 0;
    text-align: left;
}

.kons .inputs {
    margin-left: 0;
}

.kons .men1 {
    background: url('images/men1.png') center bottom no-repeat;
    width: 445px;
    height: 670px;
    position: absolute;
    margin-left: 620px;
}

/*=============================================
  help
=============================================*/
.help {
    height: 480px;
    background: url('images/help-bg.jpg') center bottom no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    margin-top: -79px;
}

.help h2 {
    color: #D1E8E2;
    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    padding: 120px 0 30px 0;
    text-align: left;
}

.help__wrapper {
    max-width: 550px;
}

.help .r1 {
    color: #D1E8E2;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    padding-bottom: 25px;
}

.help .r1 a {
    text-decoration: none;
    color: #D1E8E2;
    font-size: 30px;
    font-weight: 900;
}

.help .r1 span {
    font-weight: 900;
}

.help .inputs {
    margin-left: 0;
}

.help .men2 {
    background: url('images/men2.png') center bottom no-repeat;
    width: 699px;
    height: 610px;
    background-size: contain;
    position: absolute;
    margin-left: 550px;
}

/*=============================================
  preim
=============================================*/
.preim {
    background: url('images/preim-bg.jpg') center top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 60px 0
}

.preim h2 {
    padding: 90px 0 70px 0;
}

.preim ul {
    list-style: none;
    text-align: center;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.preim li {
    width: 33%;
    margin-bottom: 40px;
}

.preim .div1 {
    height: 112px;
}

.preim ul li .div2 {
    color: #494949;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 20px;
}

.preim .i1 {
    background-image: url('images/preim1.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.preim .i2 {
    background-image: url('images/preim2.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.preim .i3 {
    background-image: url('images/preim3.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.preim .i4 {
    background-image: url('images/preim4.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.preim .i5 {
    background-image: url('images/preim5.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.preim .i6 {
    background-image: url('images/preim6.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.preim .i7 {
    background-image: url('images/preim7.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.preim .i8 {
    background-image: url('images/preim8.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}

.preim .i9 {
    background-image: url('images/preim9.png');
    background-position: center 0px;
    background-repeat: no-repeat;
    background-size: contain;
}




/*=============================================
   katalog
=============================================*/
.katalog {
    background: #fff;
    margin: 0px 0 135px 0;
}

.katalog h2 {

    padding: 90px 0px 40px 0px;
}

.katalog h3 {
    color: #494949;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-top: -10px;
}




/*=============================================
on_map
=============================================*/
.form-bottom {
    padding: 45px 0;
    background: #023467;
}

.on_map h2 {
    color: #116466;
}

.on_map_address .r3 a {
    color: #116466;
    font-weight: normal;
}

.on_map {
    margin: 0;
    background-color: #fff;
    overflow: hidden;
}

.maps {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    height: 400px;
}

#map-canvas {
    height: 100%;
    width: 100%;
    padding: 0px 0 0px 0;
    overflow: hidden;
    transform: translateZ(0px);
}


.on_map .center_1140 {
    position: relative;
    z-index: 1;
    overflow: visible;
}

.on_map_address {
    right: 0px;
    width: 458px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
    padding: 30px 20px 30px 50px;
}

.on_map h2 {
    line-height: 120px;
}

.on_map_address .r1 {
    margin: 15px 0 0px 0px;
    padding-left: 25px;
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    background: url('images/pin.png') left 2px no-repeat;
}

.on_map_address .r3 {
    margin: 15px 0 0px 0px;
    padding-left: 25px;
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    background: url('images/mail.png') left 3px no-repeat;
}

.on_map_address .r2 {
    margin: 15px 0 0 0px;
    padding-top: 5px;
    padding-left: 30px;
    color: #116466;
    font-size: 25px;
    font-weight: 900;
    line-height: 21px;
    background: url('images/smart.png') left 4px no-repeat;
    height: 31px;
}

.on_map_address .r2 a {
    color: #116466;
    text-decoration: none;
}

.on_map_address .r5 {
    margin: 15px 0 0 0px;
    padding-left: 25px;
    color: #494949;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    background: url('images/clock.png') left 0px no-repeat;
}

.on_map_address .r6 {
    color: #494949;
    font-size: 18px;
    font-weight: 700;
    line-height: 23px;
    text-transform: uppercase;
    text-transform: uppercase;
}

/*=============================================
	footer
=============================================*/
.footer-logo-bg {
    padding-top: 20px;
    width: 100%;
    height: 400px;
    background: url('images/footer-bg.jpg') center top no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}


/* --- to top ---- */
.footer-logo-bg .scroll_top {
    display: block;
    position: absolute;
    right: -80px;
    top: 100px;
    width: 68px;
    height: 68px;
    background: url('images/page-up.png') no-repeat;
    text-decoration: none;
    z-index: 600;
}

.footer-logo-bg .scroll_top:hover {
    right: -79px;
    background: url('images/page-up-hover.png') no-repeat;
}

.footer-logo-bg .center_960 {
    position: relative;
    /* Переход */
    -webkit-transition: 1.2s all;
    -moz-transition: 1.2s all;
    transition: 1.2s all;
    -o-transition: 1.2s all;
}



/*=============================================
   request_callback2
=============================================*/
.formblock2 {
    background: url('images/footer-bg.jpg') center top no-repeat;
    padding: 110px 0;
    text-align: center;
}

.formblock2 h2 {

    font-size: 40px;
    font-weight: 900;
    line-height: 55px;
    color: #D1E8E2;
}

.formblock2 h2 span {
    color: #D1E8E2;
    font-size: 23px;
    font-weight: 500;
    line-height: 33px;
    padding-bottom: 25px;
}

.formblock2__phone {
    display: block;
    margin-top: 40px;
    color: #FFCB9a;
    font-size: 40px;
}


/*=============================================
	footer-copyright
=============================================*/
.footer_bot {
    height: 100px;
}

.footer-copyright {

    float: left;
    padding: 35px 0 0 9px;
    font-size: 14px;
    color: #1c2632;
    height: 35px;
}

.footer-copyright .logo {
    width: 160px;
    height: 40px;
    background: url('images/logo.png') center top no-repeat;
    background-size: contain;
}


.creator {
    float: right;
    padding: 25px 30px 0px 0;
    font-size: 14px;
    color: #494949;

}

.adtrust_logo {
    display: inline-block;
    width: 126px;
    height: 51px;
    margin-left: 6px;
    vertical-align: middle;
    background: url('images/logo-adtrust.jpg');
    text-decoration: none;

}



/*=============================================
   katalog
=============================================*/
.katalog {
    background: #fff;
    margin: 0px 0 60px 0;
}

.katalog h2 {

    padding: 90px 0px 40px 0px;
    color: #116466;
}

.tabs {
    position: relative;
    /* Относительное позиционирование */
    height: 730px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}


.tab {}

.tab:last-child {
    margin-right: 0;
}

.tab,
.tab-title {
    display: inline-block;
    /* Выстраиваем по горизонтали */
}

.tab input[type="radio"] {
    display: none;
}

.tab-title {
    width: 150px;
    height: 95px;
    cursor: pointer;
}

.tabs .video-tab {
    background: url(images/video-button.png) left center no-repeat;
    background-size: contain;
}

.tabs .photo-tab {
    background: url(images/photo-button.png) left center no-repeat;
    background-size: contain;
}

.tab :checked~.video-tab,
.video-tab:hover {
    background: url(images/video-button-active.png) left center no-repeat;
    background-size: contain;
}

.tab :checked~.photo-tab,
.photo-tab:hover {
    background: url(images/photo-button-active.png) left center no-repeat;
    background-size: contain;
}

video {
    display: block;
    margin: auto;
    box-shadow: 0 0 2px 2px #525252c2;
    /* width: 100%; */
    max-width: 310px;
    max-height: 400px;
    margin-top: 1px;
    height: 100%;
    background: black;
}



.tab-content {
    position: absolute;
    /* Абсолютное позиционирование */
    padding-top: 50px;
    left: 0;
    /* Размещаем у левого края */
    width: 100%;
    /* Ширина содержимого */
    display: none;
    /* Прячем вкладку */
}


.tab :checked~.tab-content {
    display: block;
    /* Показываем активную вкладку */
}

.youtube {
    border-radius: 5px;
    background-color: #1f1f1f;
    position: relative;
    padding-top: 66%;
    overflow: hidden;
    cursor: pointer;
}

.carousel .youtube {
    pointer-events: none;
}

.youtube img {
    width: 100%;
    top: -7%;
    left: 0;
    opacity: 0.7;
}

.youtube .play-button {
    width: 57px;
    height: 57px;
    background: url('images/play.png') center top no-repeat;
    z-index: 1;
}

.youtube img,
.youtube .play-button {
    cursor: pointer;
}

.youtube img,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
}




.katalog h3 {
    color: #1f1f1f;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    margin-top: -10px;
}


.slider5 {
    position: relative;
    height: 550px;
}

.sliderContent {
    overflow: hidden;
    height: 600px;
    display: flex;
    justify-content: center;
}

.sliderContent .item {
    position: absolute;
}

.slider5 .sliderArrows a {
    display: block;
    text-indent: -9999px;
    outline: none;
    z-index: 50;
    width: 55px;
    height: 55px;
    position: absolute;
    top: 180px;
    filter: drop-shadow(0 6px 14.7px rgba(188, 188, 188, 0.32));
}

.slider5 .prev {
    left: -100px;
    background: url('images/left.png') center top no-repeat;
}

.slider5 .next {
    right: -100px;
    background: url('images/right.png') center top no-repeat;
}

.form__soc {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 5px;
}

.form__soc input[type="radio"] {
    display: none;
}

.form__soc img {
    width: 24px;
    height: 24px;
}

.contr-radio {
    background: #131c2f;
    display: flex;
    padding: 10px 20px;
    align-content: flex-start;
    justify-content: space-evenly;
    align-items: center;
    border-radius: 10px;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 9px;
    border: 1px solid #bababa;
}


.contr-radio.active {
    border: 4px solid #fd6262;
}

input[type="radio"]:checked+.contr-radio {
    border: 4px solid #fd6262;
}