@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap');

body {
    background-color: #F3F5F8;
}

body, select, button {
    font-family: 'Montserrat', sans-serif;
}

select {
    width: 100%;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: 12px;
}


h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
    text-align: center;
}

h2 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;   
}

h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 15px;
}


.howto h3 {
    margin-bottom: 30px;
}

h4, .sidebar-menu ul li {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
    .p1 {
    font-size: 16px;
    }	

#simple-calc h2, h1 {
    font-weight: 800;
    font-size: 24px;
    
}

#simple-calc {
    padding-top: 40px;
    padding-bottom: 40px;
}

#simple-calc h1, .centered {
    text-align: center;
}

#simple-calc h2, .centered {
    text-align: center;
}

.container {
    width: 1200px;
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    box-sizing: border-box;
}

.box {
    background-color: #FFF;
    border-radius: 20px;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.banner {
    display: block;
    width: 1000px;
    max-width: 100%;
    margin: 30px auto;
    box-sizing: border-box;
}

.banner img {
    width: 100%;
    height: 120px;
    object-fit: cover;
}

.v-banner {
    display: block;
    width: 240px;
    max-width: 100%;
    object-fit: cover;
    margin: 30px 0 0 auto;
}

section, section.box, footer {
    margin: 30px 0;
}

.row {
    display: flex;
    justify-content: space-between;
}

.row .col-second {
    flex: 0 0 calc(24% - 15px);
    width: calc(24% - 15px);
    box-sizing: border-box;
}

.row .col-main {
    flex: 0 0 calc(76% - 15px);
    width: calc(76% - 15px);
    box-sizing: border-box;
}

.row .col-50 {
    flex: 0 0 calc(50% - 15px);
    width: calc(50% - 15px);
    box-sizing: border-box;
}

.logo {
    display: flex;
    align-items: center;
}


.logo .logo-name {
    margin-left: 15px;
}

p {
    font-size: 16px;
    line-height: 160%;
    color: #444;
    margin-bottom: 15px;
	padding: 10px;
}

hr {
    border: 0;
    margin: 30px 0;
    border-top: 1px solid #E0E0E0;
}

.logo p {
    margin: 0;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: inherit;
}

.logo small {
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
}

header.box {
    padding-top: 20px;
    padding-bottom: 20px;
}

header .top-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu {
    display: flex;
    flex-grow: 1;
    margin: 0 10px;
}

.menu > li {
    flex-grow: 1;
    padding: 0 10px;
    text-align: center;
    position: relative;
}

.menu > li::after {
    content: "";
    position: absolute;
    top: calc(50% - 1px);
    right: -1px;
    width: 3px;
    height: 3px;
    border-radius: 100%;
    background-color: #066fca;
}

.menu > li:last-child:after {
    display: none;
}

.menu > li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: inherit;
}

.main-menu{
    flex-grow: 1;
}

.main-menu-close, .main-menu-close:hover, .main-menu-close:active, .main-menu-close:hover{
    display: none;
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 45px;
    line-height: 25px;
    padding: 5px;
    text-decoration: none;
    z-index: 1;
}

.main-menu .menu > li a {
    font-weight: bold;
}

.top-header {
    margin-bottom: 20px;
}

.second-menu {
    padding: 20px 30px 0 30px;
    margin: 0 -30px;
    border-top: 1px solid #F3F5F8;
}

.second-menu li ul{

}

.show{
    display: block!important;
}

.second-menu li ul li{
    margin-bottom: 10px;
}

.second-menu li ul li:last-child{
    margin-bottom: 0;
}

.header-buttons .btn{
    margin: 0 5px;
}

.show-mobile{
    display: none;
}

.btn {
    display: inline-block;
    font-weight: bold;
    font-size: 14px;
    line-height: 145%;
    border-radius: 15px;
    background-color: #F5F5F3;
    padding: 12px 25px;
    text-align: center;
    color: inherit;
}

.btn.btn-primary {
    background-color: #7A4EFF;
    color: #FFF;
}

.btn-small{
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 10px;
}

.comment-area {
    background-color: #F3F5F8;
}

.categories {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-auto-rows: minmax(100px, auto);
    column-gap: 20px;
    row-gap: 20px;
    text-align: center;
}

.category img {
    width: 100px;
    height: 100px;
    max-width: 100%;
    margin-bottom: 20px;
}

.category .category-title {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 115%;
    margin-bottom: 10px;
    color: inherit;
}

.category ul li {
    margin-bottom: 5px;
}

.category ul li:last-child {
    margin-bottom: 0;
}

.category ul li a, .today {
    font-size: 14px;
    line-height: 125%;
}

.category ul li a span {
    display: inline-block;
    margin-left: 5px;
    color: #888;
}

.social-networks {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.social-networks a {
    width: 38px;
    flex: 0 0 38px;
    height: 38px;
    border-radius: 100%;
    border: 1px solid #E0E0E0;
    margin: 0 5px 10px 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 54%;
}

.social-networks a.sn-vk {
    background-image: url(../images/social-networks/vk.png);
}

.social-networks a.sn-fb {
    background-image: url(../images/social-networks/fb.png);
}

.social-networks a.sn-ok {
    background-image: url(../images/social-networks/ok.png);
}

.social-networks a.sn-tl {
    background-image: url(../images/social-networks/tl.png);
}

.social-networks a.sn-wa {
    background-image: url(../images/social-networks/wa.png);
}

.social-networks a.sn-inst {
    background-image: url(../images/social-networks/inst.png);
}

.social-networks a.sn-tw {
    background-image: url(../images/social-networks/tw.png);
}

.sidebar-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 20px;
}

.sidebar-menu ul li {
    margin-bottom: 15px;
}

.sidebar-menu ul li:last-child {
    margin-bottom: 0;
}

.calc-item {
    display: block;
    position: relative;
    border-bottom: 1px solid #E0E0E0;
    margin: 0 0 20px 60px;
    padding-bottom: 20px;
    min-height: 50px;
}

.calc-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -60px;
    width: 50px;
    height: 50px;
    background: url(../images/calc-images/calculator.png) transparent no-repeat 0 0;
    background-size: 100% 100%;
}

.calc-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.calc-item p, .footer-col ul li{
    margin: 5px 0 0 0;
    font-size: 16px;
    line-height: 125%;
}

.footer-col ul li{
    margin: 0 0 10px 0;
    color: #888;
}

.footer-col ul li:last-child{
    margin: 0;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.footer .footer-col {
    width: 20%;
    flex: 0 0 20%;
    padding: 0 15px;
    box-sizing: border-box;
}

footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer, footer .menu li a {
    font-weight: 500;
    font-size: 16px;
    line-height: 17px;
    color: #888;
}

footer .menu {
    flex-grow: 0;
    margin: 0 -15px;
    align-items: center;
}

footer .menu li {
    padding: 0 15px;
}

.change-lang {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 5px;
    font-size: 10px;
    line-height: 125%;
    color: #888;
}

.footer-col-item{
    margin-bottom: 30px;
    box-sizing: border-box;
}

.footer-col-item:last-child{
    margin-bottom: 0;
}

.today {
    margin: 10px 0;
}

.clock {
    display: flex;
    align-items: center;
    margin: 0 15px 0 -5px;
}

.clock-part {
    width: 36px;
    flex: 0 0 36px;
    height: 36px;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    margin: 0 5px;
}

.footer-col-item select {
    margin-top: 5px;
}

.number-example{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.number-example:last-child{
    margin-bottom: 0;
}

.simple-calc-numbers{
    display: grid;
    grid-template-columns: repeat(3, 60px);
    grid-auto-rows: 1fr;
    column-gap: 10px;
    row-gap: 10px;
}

.simple-calc-numbers span, .calc-btn {
    height: 60px;
    background-color: #F5F5F3;
    box-sizing: border-box;
    border-radius: 20px;
    font-weight: bold;
    font-size: 22px;
    cursor: pointer;
    text-align: center;
    line-height: 60px;
}

.calc-btn {
    width: 60px;
    margin-right: 10px;
}

.calc-btn-blue {
    background-color: #3361FF;
    color: #FFF;
}

.calc-btn-green {
    background-color: #29CC39;
    color: #FFF;
}

.calc-btn-black {
    background-color: #2B2B2B;
    color: #FFF;
}

.calc-btn-orange {
    width: 130px;
    background-color: #FF6633;
    color: #FFF;
}

.calc-btn-symbol{
    font-size: 40px;
    font-weight: normal;
}

.calc-display {
    width: 100%;
    max-width: 410px;
    box-sizing: border-box;
    padding: 40px 20px 30px 20px;
    margin-bottom: 10px;
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    font-weight: bold;
    font-size: 52px;
    line-height: 63px;
}

.calc-display hr{
    margin: 0;
    border-bottom: 2px solid #E0E0E0;
    border-radius: 2px;
}

/*new*/
.comment-area {
    padding: 30px;
    border-radius: 20px;
}
.comment {
    padding: 20px;
    border-radius: 10px;
    background: #fff;
}
.comment + .comment {
    margin-top: 20px;
}
.comment__date {
    float: right;
    color: #444;
    margin-left: 20px;
}
.comment__name {
    font-weight: 600;
}
.comment__text {
    margin-top: 10px;
    padding-top: 20px;
    border-top: solid 1px #ece7e7;
    line-height: 1.4;
}
.calc-p-btn {
    border-radius: 20px;
    background: #3361ff;
    padding: 15px 20px;
    color: #fff;
    font-size: 125%;
    cursor: pointer;
    transition: all .3s;
    border: none;
    box-shadow: none;
    outline: none;
    box-sizing: border-box;
}
.calc-p-btn:hover {
    background: #2c56e8;
}
.form, .form * {
    box-sizing: border-box;
}
form {
    margin: 0;
    padding: 0;
}
.form {
    max-width: 500px;
    margin: 30px auto 0;
    background: #F3F5F8;
    border-radius: 20px;
    padding: 30px;
}
.form__inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.form textarea {
    margin-top: 20px;
    width: 100%;
}
.input {
    border: solid 1px #ccc;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    padding: 15px;
    background: #fff;
    font: inherit;
}
.form__input {
    max-width: calc((100% - 15px) / 2);
}
.form__input:nth-child(2n) {
    margin-left: 15px;
}
.textarea {
    background: #fff;
    border: solid 1px #ccc;
    border-radius: 10px;
    box-shadow: none;
    outline: none;
    padding: 15px;
    resize: vertical;
    overflow: hidden;
    font: inherit;
}
.form__btns {
    text-align: center;
}
.form .calc-p-btn {
    margin: 20px 0 0;
    display: inline-block;
    vertical-align: top;
}
.fancybox-content {
    padding: 30px;
    font: inherit;
}
.container--fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}
.feedback-btn {
    position: absolute;
    right: 15px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    background: 50% url('/images/comment.svg') no-repeat #3361ff;
    background-size: 30px auto;
    transition: all .3s;
}
.feedback-btn:hover {
    background-color: #2c56e8;
}
#feedback-form {
    display: none;
}
/*end new*/
.transport-taxes .calc-div {
    display: block;
}
.transport-taxes .calc-div-input {
    display: block !important;
}
.transport-taxes .calc-div-results {
    padding-left: 0 !important;
    display: block !important;
}

.accordion__item {
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
    padding-right: 50px;
}
.accordion__item:before {
    content: '+';
    position: absolute;
    top: 0;
    right: 0;
    font-size: 30px;
}
.accordion__item.active:before {
    content: '-';
}
[data-js-accordion-content] {
    display: none;
}

.zagolovok2 {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 25px;
}

.zagolovok3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 15px;
}

.zagolovok4 {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 700px) {
.breadcrumbs span,
.breadcrumbs li:last-child a,
.breadcrumbs li:last-child {
   
    font-size:14px;

    }
}

.breadcrumbs {
    display: block;
    margin-bottom: 30px;
    line-height: 23px;
}
.breadcrumbs ol, ul {
    display: block;
}
.breadcrumbs li:not(:last-child) a {
    position: relative;
    text-decoration: none !important;
    white-space: nowrap;
}
.breadcrumbs li:not(:last-child) a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 22px;
    height: 1px;
    background-color: #000;
    opacity: .3;
    transition: all .3s;
}
.breadcrumbs li:not(:last-child) a:hover:before {
    opacity: 1;
}
.breadcrumbs li:not(:last-child) a:after {
    content: '/';
    position: relative;
    margin-left: 10px;
    margin-right: 6px;
}
.breadcrumbs li:last-child a {
    text-decoration: none !important;
    cursor: default;
}
.breadcrumbs span,
.breadcrumbs li:last-child a,
.breadcrumbs li:last-child {
    color: gray;
    /*white-space: nowrap;*/
}
.breadcrumbs li {
    display: inline-block;
    vertical-align: top;
}

.howto ol {
    color: #11111;
    list-style: decimal;
    margin-left: 20px;
}

.howto ul {
    max-width: 640px;
    list-style: none;
    margin: 0;
   /* font-family: Merriweather; */
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.burger-container {
    position: relative;
}
.burger {
    padding: 0; width: 45px; height: 42px; position: relative;
    margin-right: 0 !important;
    z-index: 101;
}
.burger > div {
    position: absolute;
    transition: all .2s linear;
}
.burger > div:nth-child(1) {
    top: 13px; left: 10px; right: 10px; height: 2px; background: #000;
    transform-origin: top center;
}
.burger > div:nth-child(2) {
    top: 50%; left: 10px; right: 10px; height: 2px; background: #000; transform: translateY(-50%)
}
.burger > div:nth-child(3) {
    bottom: 13px; left: 10px; right: 10px; height: 2px; background: #000;
    transform-origin: bottom center;
}
.burger-container.active .burger > div:nth-child(2) {
    opacity: 0;
}
.burger-container.active .burger > div:nth-child(1) {
    transform: translateY(8px) translateX(1px) rotate(45deg);
    background: #bcbcbc;
}
.burger-container.active .burger > div:nth-child(3) {
    transform: translateY(-7px) translateX(1px) rotate(-45deg);
    background: #bcbcbc;
}
.burger-menu {
    display: none;
    position: absolute;
    right: 0;
    top: calc(100% + 5px);
		max-width: 640px;
    list-style: none;
    margin: 0;
    /* font-family: Merriweather; */
    font-size: 16px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
}
.burger-menu > * {
    white-space: nowrap;
}
.burger-container.active .burger-menu {
    display: grid;
    gap: 10px;
    border-radius: 16px;
    padding: 20px;
    background: white;
    border: solid 1px #ccc;
    z-index: 101;
}
.class-ul {
    padding: 4px 0 4px 20px;
}

.click-bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}
.click-bg.active {
    display: block;
}


@media screen and (max-width: 998px) {
    h2, #simple-calc h2{
        font-size: 24px;
        line-height: 29px;
    }

    h3{
        font-size: 20px;
        line-height: 24px;
    }

    h4, .sidebar-menu ul li{
        font-size: 16px;
        line-height: 20px;
    }

    footer, footer .menu li a{
        font-size: 16px;
    }

    .calc-item p, .footer-col ul li, .category ul li a, .today{
        font-size: 16px;
    }

    .categories {
        grid-template-columns: repeat(3, 1fr);
    } 

    footer{
        display: block;
    }

    footer .menu{
        margin: 10px 0 0 0;
        justify-content: space-between;
    }

    footer .menu ul li {
        padding: 0;
    }

    footer > div {
        text-align: center;
    }

    .footer .footer-col {
        width: 25%;
        flex: 0 0 25%;
        margin-bottom: 30px;
    }

    .footer .footer-col:last-child{
        flex-grow: 1;
        width: 100%;
        flex: 1 0 100%;
        margin: 0;
    }

    .footer .footer-col:last-child{
        display: flex;
        padding-left: 0;
        padding-right: 0;
    }

    .footer .footer-col:last-child .footer-col-item{
        width: 25%;
        flex: 0 0 25%;
        padding:  0 15px;
    }

    .change-lang{
        grid-template-columns: repeat(2, 1fr);
    }
    .footer .footer-col:last-child .footer-col-item{
        margin-bottom: 0;
    }

    .second-menu{
        overflow-x: auto;
    }

    .more-menu-menu{
        display: block;
    }

    .more-menu-item{
        display: flex;
    }

    .second-menu li ul{
        position: relative;
        right: auto;
        top: auto;
        display: flex;
        box-shadow: none;
        padding: 0;
    }

    .more-menu{
        display: none;
    }

    .menu > li.more-menu-item{
        padding: 0;
    }

    .second-menu li ul li::after{
        content: "";
        position: absolute;
        top: calc(50% - 1px);
        right: -1px;
        width: 3px;
        height: 3px;
        border-radius: 100%;
        background-color: #066fca;
    }

    .second-menu li ul li:last-child::after {
        display: none;
    }

    .second-menu li ul li {
    flex-grow: 1;
    padding: 0 10px;
    text-align: center;
    position: relative;
    white-space: nowrap;
    margin-bottom: 0;
    }

    .show-mobile{
        display: block;
    }

    .show-desktop, .main-menu{
        display: none;
    }

    .main-menu{
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 50px 30px 30px 30px;
        box-sizing: border-box;
        z-index: 2;
        background-color: #FFF;
    }

    .main-menu .menu{
        display: block;
    }

    .main-menu .menu li {
        text-align: left;
        margin-bottom: 10px;
    }

    .main-menu-close {
        display: block!important;
    }

    .category img {
        width: 70px;
        height: 70px;
    }

    .simple-calc-numbers{
        grid-template-columns: repeat(3, 48px);
    }
    
    .simple-calc-numbers span, .calc-btn {
        height: 48px;
        border-radius: 15px;
        font-size: 18px;
        line-height: 48px;
    }
    
    .calc-btn {
        width: 46px;
    }

    .calc-btn-symbol{
        font-size: 26px;
    }

    .calc-btn-orange {
        width: 105px;
    }

    .calc-display {
        max-width: 340px;
        padding: 30px 20px 40px 20px;
        border-radius: 15px;
        font-size: 36px;
        line-height: 44px;
    }
}

@media screen and (max-width: 790px) {
    body {
        background-color: #FFF;
    }

    p {
        font-size: 16px;
    }

    .container{
        padding-left: 0;
        padding-right: 0;
    }

    .box{
        padding: 30px 15px;
        border-radius: 0;
    }

    .banner{
        padding: 30px;
    }

    section, .banner, .row .box, .second-menu, .howto {
        border-bottom: 1px solid #F3F5F8;
    }

    .row .box:last-child{
        border-bottom: 0;
    }

    .box, .banner, section, section.box, footer{
        margin: 0;
    }

    header.box{
        padding-bottom: 0;
    }

    #simple-calc{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .second-menu{
        margin: 0 -15px;
        padding: 10px 5px;
    }

    .logo p{
        font-size: 18px;
        line-height: 17px;

    }

    .logo .logo-name{
        margin-left: 10px;
    }

    .header-wrapper{
        margin-top: 0;
    }

    header.box{
        padding-top: 10px;
    }

    .top-header{
        margin-bottom: 15px;
    }

    .logo img{
        width: 38px;
    }

    .logo small{
        font-size: 8px;
        line-height: 10px;
    }

    .categories{
        grid-template-columns: repeat(2, 1fr);
    }

    .category img {
        width: 50px;
        height: 50px;
    }

    .row{
        display: block;
    }

    .row .col-second, .row .col-main, .row .col-50 {
        width: auto;
    }

    .social-networks a {
        margin-bottom: 0;
    }

    .social-networks{
        flex-wrap: nowrap;
        overflow-x: auto;
    }

    .comment-area {
        border-radius: 20px;
     }

     .footer .footer-col {
        width: 50%;
        flex: 0 0 50%;
    }

     footer{
         padding-top: 20px;
         padding-bottom: 20px;
     }

     footer .menu{
         display: block;
         margin-top: 20px;
     }

     footer > div{
         padding: 0 15px;
     }

     footer .menu li, footer > div {
        text-align: left;
     }

     .menu > li::after{
         display: none;
     }

     .footer .footer-col:last-child{
         display: block;
     }

     .footer .footer-col:last-child .footer-col-item{
         width: auto;
         margin-bottom: 30px;
     }

     .footer .footer-col:last-child .footer-col-item:last-child {
         margin-bottom: 0;
     }

     .change-lang {
        grid-template-columns: repeat(3, 1fr);
    }

    .clock-wrapper{
        display: flex;
        align-items: center;
    }

    .change-tz-wrapper{
        display: flex;
        align-items: center;
    }

    .change-tz-wrapper select {
        margin: 0 0 0 10px;
    }

    .howto ol{ 
        margin-left: 16px;
        font-size:12px;
        }

    .howto ul{ 
        font-size:12px;
        }
}

/*new*/
@media (max-width: 550px)
{
    .comment-area {
        padding: 15px;
    }
    .comment {
        padding: 15px;
    }
    .comment__date {
        float: none;
        margin: 0 0 5px 0;
    }
    .form {
        padding: 15px;
        margin-top: 15px;
    }
    .form__input:nth-child(2n) {
        margin-left: 0;
    }
    .form__input {
        max-width: 100%;
        width: 100%;
    }
    .form__inputs {
        display: block;
    }
    .form__input + .form__input {
        margin-top: 10px;
    }
    .form textarea {
        margin-top: 10px;
    }
    .calc-p-btn {
        display: block;
        text-align: center;
        width: 100%;
        padding: 10px;
        border-radius: 10px;
    }
    .form .calc-p-btn {
        margin-top: 10px;
    }
    .form h4 {
        font-size: 18px;
    }
    .feedback-btn {
        bottom: 30px;
    }
}
/*end new*/

.zdsection {
  display: block;
  background: #F3F5F8;
  border: 1px solid #F3F5F8;
  margin: 0;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  border-radius: .2rem;
  
  
}

.zdsection--full {
  padding: 1rem 1rem 1rem 2.5rem;
}

.zdsection--full a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

.zdsection--full a:hover{
 color: #666;
}

.zdsection--full::before {
  content: '';
  display: block;
  width: 6rem;
  height: 7rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url("/images/zd-icon.svg") no-repeat -3rem -1rem;
  background-size: 100%;
  
}

@media only screen and (max-width: 1023px) {
  .zdsection .zdsection--full {
    float: none;
    max-width: 100%;
  }
}

.img-section {
    width: 100%;
    background: linear-gradient(135deg, #F3F5F8 0%, #F3F5F8 40%, #fff 40%, #fff 100%);
    display: flex;   
    align-items: center;
    margin: 20px 0;
}
.img-section img {
    border: 5px solid rgba(101, 101, 101, 0.8);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.7);
    margin: 40px;
    box-sizing: border-box;
    flex: 0 0 45%;
    width: 45%;
    
}
.img-section .img-data {
    font-size: 16px;
    padding: 20px;
    
}

.img-section .img-data h2 {
   text-align: center;
}

.img-section .img-data span {
  display: none;
}

@media only screen and (max-width: 700px) {
    .img-section {
        flex-flow: row wrap;
    }
    .img-section img {
        margin: 40px auto;
        flex: 0 0 80%;
        width: 80%;
    }
}

 blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-size: 16px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  /*Borders - (Optional)*/
  border-left: 15px solid #656565;
  border-right: 2px solid #656565;
  
  /*Box Shadow - (Optional)*/
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-size: 60px;
  font-weight: bold;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

p a{
   text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;  
}

p a:hover{
 color: #666; 
}

.info-button {
    display: inline-flex;
    margin: 0 2px 4px 2px;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    padding: 10px ;
    /*color: #2c9bf4;*/
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto', Тahoma, sans-serif;
    background: #FFF;
    cursor: pointer;
    border: 2px solid #656565;
    border-radius: 6px;
    transition: 0.3s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.1);
   
}
.info-button:hover,
.info-button.is-checked {
    color: #FFF;
    background: #c76c0c;
    border: 2px solid #656565;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2), 0 4px 6px rgba(0,0,0,0.2);
}

.markers {
	margin: 0 0 20px 24px;
	padding: 0 5px 5px 0;
	list-style-type: "○ ";
}
.markers li {
	margin: 7px 0;
	font-size: 16px;
	padding: 0 5px 5px 0;
}

.tabular-container {
  max-width: 1000px;
  margin: 15px auto;
  padding: 0px;
}

.tabular {
  display: flex;
}

.tabular li:not(:last-child) {
  margin-right: 7px;
}

.tabular li a {
  display: block;
  position: relative;
  top: 4px;
  padding: 10px 25px;
  border-radius: 2px 2px 0 0;
  background: #656565;
  opacity: 0.85;
  transition: all 0.1s ease-in-out;
  color: #fff;
  font-size: 18px;
}

.tabular li.active a,
.tabular li a:hover {
  opacity: 1;
  top: 0;
}

.tabular-content {
  position: relative;
  z-index: auto;
  padding: 25px;
  border-radius: 0 4px 4px 4px;
  background: #F3F5F8;
}

.tabular-panel {
  display: none;
}

.tabular-panel.active {
  display: block;
}

.tabular-panel p + div {
  margin-top: 15px;
}

@media screen and (max-width: 600px) {
  .tabular {
    flex-direction: column;
  }

  .tabular li {
    width: 100%;
  }

  .tabular li:not(:last-child) {
    margin-right: 0;
  }

  .tabular li a {
    border-radius: 0;
    opacity: 1;
    top: 0;
  }

  .tabular li.active a::before {
    content: "\27A4";
    padding-right: 5px;
  }

  .tabular-content {
    border-radius: 0;
  }
}



.responsive-img {
    width: 100%;
    height: auto;
}

.cover_train {background-color:#fff; margin:0 auto;box-shadow:0 0 0 1px rgba(243,245,248,.1),0 5px 20px 0 rgba(101,101,101,.65);margin-top:20px;margin-bottom:20px;border-radius:10px;width:100%}
.number_train {background-color:#656565; width: max-content; color: #fff; border-top-left-radius: 10px; border-bottom-right-radius: 10px;font-size:16px}
.flex{display:flex}
.number_wagon {align-items:center; justify-content: center; font-size:16px;  padding:10px 10px 10px 10px;}


.find_btn {
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
  background: white;
  font-size: 20px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  transition: all 1s;
  text-decoration:none;
}
.find_btn:after, .find_btn:before {
  content: " ";
  width: 10px;
  height: 10px;
  position: absolute;
  border: 0px solid #fff;
  transition: all 1s;
}
.find_btn:after {
  top: -1px;
  left: -1px;
  border-top: 5px solid black;
  border-left: 5px solid black;
}
.find_btn:before {
  bottom: -1px;
  right: -1px;
  border-bottom: 5px solid black;
  border-right: 5px solid black;
}
.find_btn:hover {
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.find_btn:hover:before, .find_btn:hover:after {
  width: 100%;
  height: 100%;
}