@mixin max-screen($res) {
    @media screen and (max-width: $res) {
        @content;
    }
}
@font-face {
    font-family: Gilroy;
    src: url('../site/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../site/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../site/fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../site/fonts/Gilroy-Regular.woff') format('woff'),
    url('../site/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../site/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../site/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../site/fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../site/fonts/Gilroy-Bold.woff') format('woff'),
    url('../site/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    font-size: 100%;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    outline: none;
}
html, body {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Gilroy;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #2B2A28;
    background: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
input { outline: none;margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; max-height: 100%}
a { text-decoration: none;transition: .4s }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.back {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #CB8734;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    background-image: url('/images/site/back.svg');
    background-position: left center;
    background-repeat: no-repeat;
}
.col-6 {width: 50%}
.mb40 {margin-bottom: 40px}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap {flex-wrap: wrap}
body:not(.home) header {
    padding-bottom: 37px;
}
.flex-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f-600 {
    font-weight: 600;
}
.company_name {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
}
.messenger span {
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
}
.pointer {
    cursor: pointer;
}
.phone {
    font-weight: bold;
    font-size: 20px;
}
.phone > a {
    color: #000000;
}
.logo img {display: block}
.text-right {text-align: right}
.btn-default {
    background: linear-gradient(
            180deg
            , #F39C32 0%, #CB8734 100%);
    box-shadow: 0px 4px 4px rgb(203 135 52 / 20%);
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 16px 25px;
    display: block;
}
.slider {
    background: #fffbf6;
    padding-bottom: 74px;
}

.text-center {
    text-align: center;
}
.block {display: block}
.callback span, .contact span {display: block;margin-top: 7px}
.dropdown li {
    padding: 5px 0;
}
#languages img {
    width: 21px;
    display: block;
    margin: auto
}
.relative {position: relative}
.not-list {
    list-style: none;
}
.dropdown {
    display: none;
    position: absolute;
    right: 0;
    margin: 0;
    top: 100%;
    padding: 0 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgb(43 42 40 / 24%);
    min-width: 40px;
}
.btn-toggle svg {margin-left: 6px;}
#languages .dropdown {margin-top: 5px;z-index: 999}
.header {
    
    padding-top: 22px;
    padding-bottom: 18px;
}
.active:not(.asc):not(.owl-item) svg, .desc svg {transform: rotate(180deg)}
.main_menu {
    background: #3D1E19;
    box-shadow: 0px 0px 20px rgba(43, 42, 40, 0.2);
    border-radius: 8px;
}
.list-un-styled {
    padding: 0;
    margin: 0;
    list-style: none;
}
aside {
    width: 23.078%
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after {
    content: ' ';
    display: table
}
.column_right {width: 76.922%;padding-left: 34px;}
.main_menu li {
    position: relative;
    width: 33.333334%;
}
.main_menu a {
    font-weight: bold;
    font-size: 16px;
    line-height: 146.19%;
    letter-spacing: 0.08em;
    color: #fff;
    display: block;
    padding: 24px 0;
    text-align: center;
    text-decoration: none;
}
.main_menu li:after {
    content: '';
    opacity: 0.4;
    border: 1px dashed #E5EBF2;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
}
.main_menu li:last-child:after {display: none}
header {
    background: #FFFBF6;
}
.menu .first, .menu .nav:first-child {
    width: 53%;
}
.menu nav:last-child, .menu .nav:last-child {
    width: 47%;
}
.main_menu a:hover, .second_menu a:hover, .breadcrumbs a:hover, .back:hover, .footer_ul a:hover {
    opacity: .4;
}
.second_menu a:not(.btn-default) {
    font-weight: bold;
    font-size: 15px;
    line-height: 146.19%;
    letter-spacing: 0.08em;
    color: #2B2A28;
    display: block;
    padding: 24px 0;
    text-align: center;
    text-decoration: none;
}
.second_menu li {
    position: relative;
}
.second_menu ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0 #3d1e1947;
    border-radius: 4px;
}
.main_menu ul > li {
    width: 100%;
}
.main_menu ul > li:last-child {border: none}
.second_menu > li ul a, .main_menu > li ul a {
    padding: 10px 0;
}
.main_menu > li ul a {
    color: #3c3c3c;
    text-align: left;
    font-size: 14px;
}
.all a {
    position: relative;
    color: #292929 !important;
    display: inline-block;
    padding-bottom: 0 !important;
}
li.all {
    margin-top: 32px;
}
.allc {display: none}
.all a:after {
    content: '---------------';
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    top: auto;
    height: 1px;
}
.all img {
    margin-left: 6px;
    margin-top: 1px;
}
.cet p {
    margin: 0;
    color: #a0a0a0;
    width: 78%;
    margin-left: auto;
}
.cet img {float: left;margin-right: 8px;
    margin-top: -2px;}
.main_menu li ul li:after {display: none}
.header > div {
    width: 50%;
}
.logo.flex {
    justify-content: flex-start;
}
.burger {display: none}
.phone {color:inherit;text-decoration: none;}
.zvonok {
    /*border: 1px solid #CB8734;*/
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
    z-index: 999;
    order: -1;
    

}
.slider .arrows span {
    color: #ffffff;
}
.slider .arrows path {
    fill: #ffffff;
}
.slider .arrows {
    z-index: 999;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.s_00013 {position: relative}
.breadcrumb-item {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 20px 0;
}
.breadcrumbs a {text-decoration: none}
.breadcrumbs span {
    font-size: 12px;
    line-height: 17px;
    color: #828282;
}
.breadcrumbs span:before {
    content: '/';
    margin: 0 6px;
}
.breadcrumb-item li:first-child span:before {display: none}
#content h1, .h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 58px;
    color: #2B2A28;
    margin: 0;
}
.alc {align-items: center}
.btn, .btn-default {text-decoration:none;transition: .4s}
.btn:hover, .btn-default:hover {
    background: linear-gradient(
            180deg , #cb8734 0%, #CB8734 100%);
}
.empty_btn {
    display: inline-block;
    margin-top: 12px;
}
@media (min-width: 767px) {
    .mobile_flow {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
    }
    .hxs {
        display: flex;
    }
    .home .slider-1 {

        height: 798px;
    }
    li.all {
        margin-top: 0;
    }
    .allc > div {
        display: none;
    }
    .s_00023 {
        text-align: center !important;
    }
    #content h1, .h1 {
        font-weight: 800;
        font-size: 24px;
        line-height: 30px;
    }
    .home .header {
        border-bottom: 1px solid #E7D8C7;
    }
    body:not(.home) header {
        padding-bottom: 0;
    }
    .fake_input {
        width: 100%;
    }
    .agree {
        font-size: 13px!important;
        line-height: 20px!important;
    }
    .back {display: none}
    .row {margin: 0}
    .s_00016 {
        margin-top: 20px !important;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .slider .s_00013 img {
        height: 400px;
        object-fit: cover;
        border-radius: 0px 36px;
    }
    .s_00002 {
        width: 100%;
        position: relative;
        display: flex;
        border-color: #000000;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .s_00013 {
        width: 100%;
    }
    .s_00004 {
        margin-top: 9px;
    }
    .s_00015 {
        font-size: 14px;
        line-height: 12px;
        margin-top: 19px;
        margin-left: 0px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    header {
        padding-bottom: 68px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobile_hs {display: none}
    .logo img {
        /*width: 100%;*/
        /*display: block!important;*/
    }
    .burger {
        position: relative;
        align-items: inherit;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        transition: .7s;
        z-index: 9999999;
        order: 3;
    }
    .burger span {
        height: 3px;
        width: 100%;
        background: #cb8734;
        display: block;
        transition: .7s;
    }
    .burger.active span:nth-child(2) {display: none}
    .burger.active span:first-child {
        transform: rotate(
                40deg);
        position: absolute;
        top: 42%;
        z-index: 99999;
    }
    .burger.active span:last-child {
        transform: rotate(
                140deg);
        position: absolute;
        top: 42%;
        z-index: 99999;
    }
    #languages {display: none}
    .header > div {
        width: 100%;
    }
    .logo.flex {
        justify-content: space-between;
        position: relative;
        align-items: center;
        height: 32px;
    } 
    .company_name {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 99;
        margin: auto;
        text-align: center;
    }
    body:not(.home) .company_name {
        display: none;
    }
    footer .company_name {
        display: block!important;
    }
    .column > div {
        width: 50%;
    }
    .flex.column {
        flex-wrap: wrap;
        align-items: initial;
    }
    .contact.text-right {
        padding-top: 3px;
    }
    .f-600 {
        margin-bottom: 4px;
    }
    .phone {
        font-size: 16px;
    }
    .messenger span {
        display: inline-block;
        line-height: 6px;
    }
    .messenger svg {width: 22px}
    .callback.text-center {
        width: 100%;
        margin-top: 10px;
    }
    .mobile_menu {
        padding: 0 15px;
        display: none;
        position: fixed;
        left: -84%;
        top: 0;
        bottom: 0;
        background: #fff;
        width: 84%;
        padding-top: 16px;
    }
    #modal_success .modal-body .h2 {
        margin-bottom: 0;
        margin-top: 16px;
    }
}
.mobile_menu {
    z-index: 999998;
}
.mfp-wrap {
    z-index: 9999999!important;
}
.hxs {display: none}
@media (min-width: 768px) {
    .hidden-sm {
        display: none
    }
    .allc {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
        padding: 0;
        margin: 0;
        list-style: none;
        min-width: max-content;
        background: #fff;
        box-shadow: 0 0 8px 0 #3d1e1947;
        border-radius: 4px;
    }
    .second_menu li:hover ul {
        display: block;
        box-shadow: 6px 10px 29.759999999999998px 2.24px rgba(0, 0, 0, 0.2);
        padding: 44px 76px;
    }
    .main_menu > li:hover .allc {
        display: flex;
        box-shadow: 6px 10px 29.759999999999998px 2.24px rgba(0, 0, 0, 0.2);
        padding: 44px 76px;
        width: max-content;
    }
    .allc > div > img {
        max-width: 330px;
    }
    .allc > div {margin-left: 22px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;}
}
@media (min-width: 992px) {
    .hidden-md {
        display: none
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .row-image, .thumbs .item {
        height: 344px;
    }
    header .second_menu li {
        width: 33%;
    }
    .last .company_name {
        white-space: normal!important;
    }
    .container {
        width: 750px;
    }
    .row {
        margin: 0;
    }
    .s_00002 {
        width: 100%;
        color: #000000;
        position: relative;
        display: flex;
        border-color: #000000;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .s_00013 {
        width: 50%;
    }
    .s_00004 {
        font-size: 12px;
        line-height: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .s_00015 {
        font-size: 12px;
        line-height: 14px;
        margin-left: 18px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .logo img {
        width: 96%;
    }
    .logo.flex {
        justify-content: flex-start;
    }
    .company_name {
        font-size: 11px;
        padding-left: 14px;
    }
    .phone {
        font-size: 16px;
    }
    .btn-default {
        padding: 10px 16px;
    }
    .main_menu a, .second_menu a:not(.btn-default) {
        padding: 16px 0;
    }
    .column {
        flex-wrap: wrap;
        align-items: inherit;
        padding-left: 20px;
    }
    .column > div {width: 50%;}
    .column .f-600 {
        margin-bottom: 3px;
    }
    .column .messenger {
        margin-bottom: 10px;
    }
    .messenger span {
        display: inline-block;
        line-height: 6px;
    }
    .messenger svg {width: 22px}
    .header {
        padding-top: 10px;
        padding-bottom: 14px;
        align-items: inherit;
    }
    #languages {
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
    }
    .callback span {display: none}
    .main_menu a, .second_menu a:not(.btn-default) {
        font-size: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .second_menu > li {
        width: 33.333334%;
    }
    .footer_menu .second_menu a {
        font-size: 13px;
    }
    header .second_menu li {
        width: 33%;
    }
    .row {
        margin: 0;
    }
    .s_00002 {
        width: 100%;
        color: #000000;
        position: relative;
        display: flex;
        border-color: #000000;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .s_00013 {
        width: 50%;
    }
    .s_00004 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s_00015 {
        margin-left: 25px;
    }

    .logo img {
        width: 90%;
    }
    .logo.flex {
        justify-content: flex-start;
    }
    .company_name {
        font-size: 11px;
        padding-left: 14px;
    }
    .phone {
        font-size: 16px;
    }
    .btn-default {
        padding: 10px 16px;
    }
    .main_menu a, .second_menu a:not(.btn-default) {
        padding: 16px 0;
    }
}
.s_00006 {
    vertical-align: middle;
    display: block;
}
.s_00006 {
    vertical-align: middle;
    display: block;
}
.s_00004 {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    background: linear-gradient(
            180deg , #F39C32 0%, #CB8734 100%);
    border-radius: 4px;
    border-width: 0px;
    transition: .4s;
}
.s_00015 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #CB8734;
    margin-left: 44px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    background-image: url(https://tokarco.com.ua/images/other/arror-right.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
.s_00004:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    header .second_menu li {
        width: 33%;
    }
    .s_00002 {
        width: 100%;
        color: #000000;
        position: relative;
        display: flex;
        border-color: #000000;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section_3 .s_00024 {
        padding-right: 25px;
    }

    .s_00013 {
        width: 52%;
    }
    .company_name {
        width: 255px;
        margin-left: 30px;
    }
}
.region {
    color: #db8f33;
    font-weight: 600;
}





.section_3 .s_00024 {
    padding-right: 0;
    text-align: center;
}
.s_00006{
    margin: auto;
}

.poduct.noflow.burger>span{
    background: red;
}

@media (max-width: 500px) {
    /*.logo img{*/
    /*    width: 50%;*/
    /*}*/
}


.b24-widget-button-wrapper{
    bottom: 0;
    right: 0;
}


@media (max-width: 630px) {
    .mobile_menu{
        width: 78%;
    }
}

@media (max-width: 450px) {
    .mobile_menu{
        width: 70%;
    }
}

@media (max-width: 768px) {
    .footer_menu .second_menu a{
        width: 80%;
    }
}

// Відджет@font-face {
    font-family: Gilroy;
    src: url('../site/fonts/Gilroy-Regular.eot');
    src: local('Gilroy Regular'), local('Gilroy-Regular'),
    url('../site/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../site/fonts/Gilroy-Regular.woff2') format('woff2'),
    url('../site/fonts/Gilroy-Regular.woff') format('woff'),
    url('../site/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../site/fonts/Gilroy-Bold.eot');
    src: local('Gilroy Bold'), local('Gilroy-Bold'),
    url('../site/fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../site/fonts/Gilroy-Bold.woff2') format('woff2'),
    url('../site/fonts/Gilroy-Bold.woff') format('woff'),
    url('../site/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html {
    font-size: 100%;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0;
    outline: none;
}
html, body {
    border: 0;
    margin: 0;
    padding: 0;
    font-family: Gilroy;
    vertical-align: baseline;
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 18px;
    color: #2B2A28;
    background: #fff;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
input { outline: none;margin: 0; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; max-height: 100%}
a { text-decoration: none;transition: .4s }
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
p {
    margin-top: 0;
    margin-bottom: 10px;
}
.container {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.back {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #CB8734;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    background-image: url('/images/site/back.svg');
    background-position: left center;
    background-repeat: no-repeat;
}
.col-6 {width: 50%}
.mb40 {margin-bottom: 40px}
.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.wrap {flex-wrap: wrap}
body:not(.home) header {
    padding-bottom: 37px;
}
.flex-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.f-600 {
    font-weight: 600;
}
.company_name {
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
}
.messenger span {
    cursor: pointer;
    display: inline-block;
    margin-right: 3px;
}
.pointer {
    cursor: pointer;
}
.phone {
    font-weight: bold;
    font-size: 20px;
}
.phone > a {
    color: #000000;
}
.logo img {display: block}
.text-right {text-align: right}
.btn-default {
    background: linear-gradient(
            180deg
            , #F39C32 0%, #CB8734 100%);
    box-shadow: 0px 4px 4px rgb(203 135 52 / 20%);
    border-radius: 4px;
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    padding: 16px 25px;
    display: block;
}
.slider {
    background: #fffbf6;
    padding-bottom: 74px;
}

.text-center {
    text-align: center;
}
.block {display: block}
.callback span, .contact span {display: block;margin-top: 7px}
.dropdown li {
    padding: 5px 0;
}
#languages img {
    width: 21px;
    display: block;
    margin: auto
}
.relative {position: relative}
.not-list {
    list-style: none;
}
.dropdown {
    display: none;
    position: absolute;
    right: 0;
    margin: 0;
    top: 100%;
    padding: 0 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgb(43 42 40 / 24%);
    min-width: 40px;
}
.btn-toggle svg {margin-left: 6px;}
#languages .dropdown {margin-top: 5px;z-index: 999}
.header {

    padding-top: 22px;
    padding-bottom: 18px;
}
.active:not(.asc):not(.owl-item) svg, .desc svg {transform: rotate(180deg)}
.main_menu {
    background: #3D1E19;
    box-shadow: 0px 0px 20px rgba(43, 42, 40, 0.2);
    border-radius: 8px;
}
.list-un-styled {
    padding: 0;
    margin: 0;
    list-style: none;
}
aside {
    width: 23.078%
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.row:after {
    content: ' ';
    display: table
}
.column_right {width: 76.922%;padding-left: 34px;}
.main_menu li {
    position: relative;
    width: 33.333334%;
}
.main_menu a {
    font-weight: bold;
    font-size: 16px;
    line-height: 146.19%;
    letter-spacing: 0.08em;
    color: #fff;
    display: block;
    padding: 24px 0;
    text-align: center;
    text-decoration: none;
}
.main_menu li:after {
    content: '';
    opacity: 0.4;
    border: 1px dashed #E5EBF2;
    position: absolute;
    right: 0;
    top: 10px;
    bottom: 10px;
}
.main_menu li:last-child:after {display: none}
header {
    background: #FFFBF6;
}
.menu .first, .menu .nav:first-child {
    width: 53%;
}
.menu nav:last-child, .menu .nav:last-child {
    width: 47%;
}
.main_menu a:hover, .second_menu a:hover, .breadcrumbs a:hover, .back:hover, .footer_ul a:hover {
    opacity: .4;
}
.second_menu a:not(.btn-default) {
    font-weight: bold;
    font-size: 15px;
    line-height: 146.19%;
    letter-spacing: 0.08em;
    color: #2B2A28;
    display: block;
    padding: 24px 0;
    text-align: center;
    text-decoration: none;
}
.second_menu li {
    position: relative;
}
.second_menu ul {
    display: none;
    position: absolute;
    top: 100%;
    z-index: 999;
    right: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 100%;
    background: #fff;
    box-shadow: 0 0 8px 0 #3d1e1947;
    border-radius: 4px;
}
.main_menu ul > li {
    width: 100%;
}
.main_menu ul > li:last-child {border: none}
.second_menu > li ul a, .main_menu > li ul a {
    padding: 10px 0;
}
.main_menu > li ul a {
    color: #3c3c3c;
    text-align: left;
    font-size: 14px;
}
.all a {
    position: relative;
    color: #292929 !important;
    display: inline-block;
    padding-bottom: 0 !important;
}
li.all {
    margin-top: 32px;
}
.allc {display: none}
.all a:after {
    content: '---------------';
    position: absolute;
    bottom: 8px;
    left: 0;
    right: 0;
    top: auto;
    height: 1px;
}
.all img {
    margin-left: 6px;
    margin-top: 1px;
}
.cet p {
    margin: 0;
    color: #a0a0a0;
    width: 78%;
    margin-left: auto;
}
.cet img {float: left;margin-right: 8px;
    margin-top: -2px;}
.main_menu li ul li:after {display: none}
.header > div {
    width: 50%;
}
.logo.flex {
    justify-content: flex-start;
}
.burger {display: none}
.phone {color:inherit;text-decoration: none;}

.slider .arrows span {
    color: #ffffff;
}
.slider .arrows path {
    fill: #ffffff;
}
.slider .arrows {
    z-index: 999;
    position: absolute;
    right: 15px;
    bottom: 15px;
}
.s_00013 {position: relative}
.breadcrumb-item {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 20px 0;
}
.breadcrumbs a {text-decoration: none}
.breadcrumbs span {
    font-size: 12px;
    line-height: 17px;
    color: #828282;
}
.breadcrumbs span:before {
    content: '/';
    margin: 0 6px;
}
.breadcrumb-item li:first-child span:before {display: none}
#content h1, .h1 {
    font-weight: bold;
    font-size: 36px;
    line-height: 58px;
    color: #2B2A28;
    margin: 0;
}
.alc {align-items: center}
.btn, .btn-default {text-decoration:none;transition: .4s}
.btn:hover, .btn-default:hover {
    background: linear-gradient(
            180deg , #cb8734 0%, #CB8734 100%);
}
.empty_btn {
    display: inline-block;
    margin-top: 12px;
}
@media (min-width: 767px) {
    .mobile_flow {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 767px) {
    .header {
        padding-top: 15px;
        padding-bottom: 15px;
        flex-direction: column;
    }
    .hxs {
        display: flex;
    }
    .home .slider-1 {
        height: 798px;
    }
    li.all {
        margin-top: 0;
    }
    .allc > div {
        display: none;
    }
    .s_00023 {
        text-align: center !important;
    }
    #content h1, .h1 {
        font-weight: 800;
        font-size: 24px;
        line-height: 30px;
    }
    .home .header {
        border-bottom: 1px solid #E7D8C7;
    }
    body:not(.home) header {
        padding-bottom: 0;
    }
    .fake_input {
        width: 100%;
    }
    .agree {
        font-size: 13px!important;
        line-height: 20px!important;
    }
    .back {display: none}
    .row {margin: 0}
    .s_00016 {
        margin-top: 20px !important;
        flex-direction: column;
        justify-content: center;
        width: 100%;
    }
    .slider .s_00013 img {
        height: 400px;
        object-fit: cover;
        border-radius: 0px 36px;
    }
    .s_00002 {
        width: 100%;
        position: relative;
        display: flex;
        border-color: #000000;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .s_00013 {
        width: 100%;
    }
    .s_00004 {
        margin-top: 9px;
    }
    .s_00015 {
        font-size: 14px;
        line-height: 12px;
        margin-top: 19px;
        margin-left: 0px;
        padding-top: 9px;
        padding-bottom: 9px;
    }
    header {
        padding-bottom: 68px;
    }
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .mobile_hs {display: none}
    .logo img {
        /*width: 100%;*/
        display: block!important;
        order: 2;
    }
    .burger {
        align-items: inherit;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        width: 30px;
        height: 24px;
        transition: .7s;
        z-index: 9999999;
    }
    .burger span {
        height: 3px;
        width: 100%;
        background: #cb8734;
        display: block;
        transition: .7s;
    }
    .burger.active span:nth-child(2) {display: none}
    .burger.active span:first-child {
        transform: rotate(
                40deg);
        position: absolute;
        top: 42%;
        z-index: 99999;
    }
    .burger.active span:last-child {
        transform: rotate(
                140deg);
        position: absolute;
        top: 42%;
        z-index: 99999;
    }
    #languages {display: none}
    .header > div {
        width: 100%;
    }
    .logo.flex {
        justify-content: space-between;
        position: relative;
        align-items: center;
        height: 32px;
    }
    .company_name {
        display: block;
        width: 100%;
        position: absolute;
        left: 0;
        right: 0;
        top: 60px;
        z-index: 99;
        margin: auto;
        text-align: center;
    }
    body:not(.home) .company_name {
        display: none;
    }
    footer .company_name {
        display: block!important;
    }
    .column > div {
        width: 50%;
    }
    .flex.column {
        flex-wrap: wrap;
        align-items: initial;
    }
    .contact.text-right {
        padding-top: 3px;
    }
    .f-600 {
        margin-bottom: 4px;
    }
    .phone {
        font-size: 16px;
    }
    .messenger span {
        display: inline-block;
        line-height: 6px;
    }
    .messenger svg {width: 22px}
    .callback.text-center {
        width: 100%;
        margin-top: 10px;
    }
    .mobile_menu {
        padding: 0 15px;
        display: none;
        position: fixed;
        left: -84%;
        top: 0;
        bottom: 0;
        background: #fff;
        width: 84%;
        padding-top: 16px;
    }
    #modal_success .modal-body .h2 {
        margin-bottom: 0;
        margin-top: 16px;
    }
}
.mobile_menu {
    z-index: 999998;
}
.mfp-wrap {
    z-index: 9999999!important;
}
.hxs {display: none}
@media (min-width: 768px) {
    .hidden-sm {
        display: none
    }
    .allc {
        display: none;
        position: absolute;
        left: 0;
        top: 100%;
        z-index: 999;
        padding: 0;
        margin: 0;
        list-style: none;
        min-width: max-content;
        background: #fff;
        box-shadow: 0 0 8px 0 #3d1e1947;
        border-radius: 4px;
    }
    .second_menu li:hover ul {
        display: block;
        box-shadow: 6px 10px 29.759999999999998px 2.24px rgba(0, 0, 0, 0.2);
        padding: 44px 76px;
    }
    .main_menu > li:hover .allc {
        display: flex;
        box-shadow: 6px 10px 29.759999999999998px 2.24px rgba(0, 0, 0, 0.2);
        padding: 44px 76px;
        width: max-content;
    }
    .allc > div > img {
        max-width: 330px;
    }
    .allc > div {margin-left: 22px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;}
}
@media (min-width: 992px) {
    .hidden-md {
        display: none
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .row-image, .thumbs .item {
        height: 344px;
    }
    header .second_menu li {
        width: 33%;
    }
    .last .company_name {
        white-space: normal!important;
    }
    .container {
        width: 750px;
    }
    .row {
        margin: 0;
    }
    .s_00002 {
        width: 100%;
        color: #000000;
        position: relative;
        display: flex;
        border-color: #000000;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .s_00013 {
        width: 50%;
    }
    .s_00004 {
        font-size: 12px;
        line-height: 12px;
        padding-top: 13px;
        padding-bottom: 13px;
        padding-left: 14px;
        padding-right: 14px;
    }
    .s_00015 {
        font-size: 12px;
        line-height: 14px;
        margin-left: 18px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
    .logo img {
        width: 96%;
    }
    .logo.flex {
        justify-content: flex-start;
    }
    .company_name {
        font-size: 11px;
        padding-left: 14px;
    }
    .phone {
        font-size: 16px;
    }
    .btn-default {
        padding: 10px 16px;
    }
    .main_menu a, .second_menu a:not(.btn-default) {
        padding: 16px 0;
    }
    .column {
        flex-wrap: wrap;
        align-items: inherit;
        padding-left: 20px;
    }
    .column > div {width: 50%;}
    .column .f-600 {
        margin-bottom: 3px;
    }
    .column .messenger {
        margin-bottom: 10px;
    }
    .messenger span {
        display: inline-block;
        line-height: 6px;
    }
    .messenger svg {width: 22px}
    .header {
        padding-top: 10px;
        padding-bottom: 14px;
        align-items: inherit;
    }
    #languages {
        display: flex;
        justify-content: flex-end;
        align-items: baseline;
    }
    .callback span {display: none}
    .main_menu a, .second_menu a:not(.btn-default) {
        font-size: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        width: 970px;
    }
    .second_menu > li {
        width: 33.333334%;
    }
    .footer_menu .second_menu a {
        font-size: 13px;
    }
    header .second_menu li {
        width: 33%;
    }
    .row {
        margin: 0;
    }
    .s_00002 {
        width: 100%;
        color: #000000;
        position: relative;
        display: flex;
        border-color: #000000;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .s_00013 {
        width: 50%;
    }
    .s_00004 {
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .s_00015 {
        margin-left: 25px;
    }

    .logo img {
        width: 90%;
    }
    .logo.flex {
        justify-content: flex-start;
    }
    .company_name {
        font-size: 11px;
        padding-left: 14px;
    }
    .phone {
        font-size: 16px;
    }
    .btn-default {
        padding: 10px 16px;
    }
    .main_menu a, .second_menu a:not(.btn-default) {
        padding: 16px 0;
    }
}
.s_00006 {
    vertical-align: middle;
    display: block;
}
.s_00006 {
    vertical-align: middle;
    display: block;
}
.s_00004 {
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #ffffff;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    background: linear-gradient(
            180deg , #F39C32 0%, #CB8734 100%);
    border-radius: 4px;
    border-width: 0px;
    transition: .4s;
}
.s_00015 {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-align: center;
    color: #CB8734;
    margin-left: 44px;
    padding-top: 14px;
    padding-bottom: 14px;
    padding-left: 40px;
    background-image: url(https://tokarco.com.ua/images/other/arror-right.svg);
    background-position: left center;
    background-repeat: no-repeat;
}
.s_00004:hover {
    text-decoration: none;
    opacity: 0.7;
}
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
    header .second_menu li {
        width: 33%;
    }
    .s_00002 {
        width: 100%;
        color: #000000;
        position: relative;
        display: flex;
        border-color: #000000;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .section_3 .s_00024 {
        padding-right: 25px;
    }

    .s_00013 {
        width: 52%;
    }
    .company_name {
        width: 255px;
        margin-left: 30px;
    }
}
.region {
    color: #db8f33;
    font-weight: 600;
}





.section_3 .s_00024 {
    padding-right: 0;
    text-align: center;
}
.s_00006{
    margin: auto;
}

.poduct.noflow.burger>span{
    background: red;
}

@media (max-width: 500px) {
    .logo img{
        order: 2;
    }
}
@media (max-width: 600px) {
    .logo img{
        width: 80%;
        margin: auto;
    }
}


.b24-widget-button-wrapper{
    bottom: 0;
    right: 0;
}


@media (max-width: 630px) {
    .mobile_menu{
        width: 78%;
    }
}

@media (max-width: 450px) {
    .mobile_menu{
        width: 70%;
    }
}

@media (max-width: 768px) {
    .footer_menu .second_menu a{
        width: 80%;
    }
}











.video-widget {
    position: fixed;
    left: 10px;
    z-index: 999999;
    bottom: 10px;
}

.video-widget__container {
    z-index: 999999;
    overflow: hidden;
    -webkit-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    -o-transition: width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    -moz-transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, width .3s ease-in-out 0s, height .3s ease-in-out 0s, bottom .3s ease-in-out 0s, border-color .2s ease-in-out 0s, opacity 1s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    outline: 0;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: rgba(0, 0, 0, .2) 0 10px 20px;
    box-shadow: rgba(0, 0, 0, .2) 0 10px 20px;
    position: relative;
    border-radius: 20px;
    width: 130px;
    height: 180px;
}

.video-widget__container:hover {
    -webkit-transform: scale(1.05) translate(5px, -5px);
    -moz-transform: scale(1.05) translate(5px, -5px);
    -ms-transform: scale(1.05) translate(5px, -5px);
    -o-transform: scale(1.05) translate(5px, -5px);
    transform: scale(1.05) translate(5px, -5px);
}

.video-widget__video {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    z-index: 200;
    -webkit-transition: opacity .4s ease-in-out 0s;
    -o-transition: opacity .4s ease-in-out 0s;
    -moz-transition: opacity .4s ease-in-out 0s;
    transition: opacity .4s ease-in-out 0s;
}

.video-widget__close {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    z-index: 250;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s;
    -o-transition: opacity .2s ease-in-out 0s, -o-transform .3s ease-in-out 0s;
    -moz-transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -moz-transform .3s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s;
    transition: transform .3s ease-in-out 0s, opacity .2s ease-in-out 0s, -webkit-transform .3s ease-in-out 0s, -moz-transform .3s ease-in-out 0s, -o-transform .3s ease-in-out 0s
}

.video-widget__close:after, .video-widget__close:before {
    position: absolute;
    left: 9px;
    top: 1px;
    content: " ";
    height: 18px;
    width: 2px;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px;
    box-shadow: rgba(0, 0, 0, .5) 1px 1px 10px
}

.video-widget__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.video-widget__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.video-widget__container:hover .video-widget__close {
    opacity: .8;
}

.video-widget.video-widget[data-state=opened] .video-widget__container {
    width: 200px;
    height: 300px;
    border-radius: 20px;

}

.video-widget.video-widget[data-state=opened] .video-widget__close {
    opacity: .8
}

.video-widget.video-widget[data-state=opened] .video-widget__close:before {
    display: none
}

.video-widget.video-widget[data-state=opened] .video-widget__close:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.video-widget.video-widget[data-state=opened] .video-widget__close:hover {
    opacity: 1
}

.video-widget__button {
    position: relative;
    padding: 10px 0;
    bottom: 60px;
    border-radius: 4px;
    z-index: 300;
    -webkit-box-shadow: rgba(0, 0, 0, .25) 0 4px 15px;
    box-shadow: rgba(0, 0, 0, .25) 0 4px 15px;
    text-align: center;
    -webkit-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s;
    -o-transition: opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    -moz-transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s;
    transition: transform .2s ease-in-out 0s, opacity .3s ease-in-out 0s, background-color .2s ease-in-out 0s, -webkit-transform .2s ease-in-out 0s, -moz-transform .2s ease-in-out 0s, -o-transform .2s ease-in-out 0s;
    visibility: hidden;
    background: linear-gradient(180deg, #F39C32 0%, #CB8734 100%);
    text-decoration: none;
    font-size: 17px;
    font-weight: 500;
    color: white;
    vertical-align: middle;
    opacity: 0;
    width: 80%;
    animation: wiggle 4s 1s infinite;
}

.widget_btn {
    width: 100%;
    display: flex;
    justify-content: center;
}

.video-widget__button:hover {
    cursor: pointer;
    background: linear-gradient( 180deg , #cb8734 0%, #CB8734 100%);
    animation: none;
}

.video-widget.video-widget[data-state=opened] .video-widget__button {
    opacity: 1;
    visibility: visible
}


@media only screen and (max-width: 1023px) {
    .video-widget__close {
        opacity: .5
    }
}

@media only screen and (max-width: 768px) {
    .video-widget__container {
        width: 110px;
        height: 140px
    }
    .video-widget.video-widget[data-state=opened] .video-widget__container {
        width: 180px;
        height: 260px;
    }

    .video-widget__container:hover{
        transform: scale(1);
    }
    .video-widget{
        left: 20px;
    }

}


@keyframes wiggle {
    5%,
    50% {
        transform: scale(1);
    }
    10% {
        transform: scale(0.9);
    }
    15% {
        transform: scale(1.15);
    }
    20% {
        transform: scale(1.15) rotate(-5deg);
    }
    25% {
        transform: scale(1.15) rotate(5deg);
    }
    30% {
        transform: scale(1.15) rotate(-3deg);
    }
    35% {
        transform: scale(1.15) rotate(2deg);
    }
    40% {
        transform: scale(1.15) rotate(0);
    }
}

.video-widget.hidden {
    display: none;
}


.slider-1{
    padding-top: 20px;
}



