.row{
    max-width: 90vw;
    margin: 5rem auto;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
}
.accordion-main .accordion-title {
    background-color: rgba(206, 212, 218, 0.8);
    margin-bottom: 1px;
    color: #333333;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    text-decoration: none;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.accordion-main .accordion-title .arrow-right {
    border: solid #333333;
    border-width: 0 2px 2px 0;
    padding: 4px;
    -moz-transform: rotate(-45deg);
     -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
         transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    width: 1rem;
    height: 1rem;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.accordion-main .accordion-body {
    background-color: #f6f8f8;
    overflow: hidden;
    height: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    padding: 0;
    display: none;
    padding: 1rem 1.5rem ;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.accordion-main .accordion-title:hover, .accordion-main .accordion-item.accordion-open .accordion-title {
    background-color: #CED4DA;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.accordion-main .accordion-item.accordion-open .accordion-body {
    visibility: visible;
    height: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    display: block;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.accordion-main .accordion-item.accordion-open .arrow-right{
    -moz-transform: rotate(45deg);
     -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.accordion-main .accordion-title:hover .arrow-right {
    border: solid #6C8CD5;
    border-width: 0 2px 2px 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.accordion-main .accordion-item.accordion-open .accordion-title .arrow-right {
    border: solid #6C8CD5;
    border-width: 0 2px 2px 0;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
#order .row {
    max-width: 90vw;
    margin: 0rem auto 9rem;
    width: 100%;
}
#order .row .card{
    background-color: #CED4DA;
    position: relative;
    width: -webkit-calc(100% - 3rem);
    width: -moz-calc(100% - 3rem);
    width: calc(100% - 3rem);
    padding: 2rem 3rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
                -ms-grid-row-align: center;
            align-items: center;
    margin-right: 3rem;
    margin-left: 0;
}
#order .row .card .col{
    width: 50%;
}
#order .row .card p {
    padding-right: 30%;
}
#order .row .card .image {
    max-width: 45%;
    margin-right: -9rem;
}
#order .row .card .btn3{
    display: inline-block;
    margin-top: 1rem;
}
@media screen and (max-width: 980px){
    .row {
        max-width: 92vw;
        margin: 3rem auto 0;
    }
    #order{
        margin-top: 3rem;
    }
    #catalog .row, #order .row {
        max-width: 92vw;
        margin: 0rem auto 3rem;
      }
      #catalog .row .card, #order .row .card{
        width: 100%;
        margin-right: 0;
    }
    #catalog .row .card .image, #order .row .card .image {
        max-width: 100%;
        margin-right: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
           -moz-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0;
    }
    #catalog .row .card .col, #order .row .card .col {
        width: 100%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}