/* Header */

@media (min-width: 992px) and (max-width: 1200px) {
    .headerBasket p:last-child {
        margin-left: 0;
    }

    .headerBasket p:nth-child(2) {
        display: none;
    }

    .headerBasket {
        width: 12%;
    }

    .headerBot nav {
        width: 88%;
    }

    .headerTopIns {
        width: 95%;
    }
}

@media (min-width: 992px) {
    .mobileNavOpen,
    .headerBasket.mobile,
    .mobileLogo {
        display: none;
    }
}

@media (max-width: 991px) {


    #logo {
        width: auto;
        height: 40px;
        position: absolute;
        padding: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    #logo img {
        height: 60%;
        position: relative;
        top: 7px;
    }

    #header .container {
        padding: 0;
    }

    .headerIns {
        height: 40px;
    }

    .headerContent {
        position: absolute;
        width: 100%;
        z-index: 999;
        top: 41px;
        left: -100%;
        display: flex;
        height: 100vh;
        flex-direction: column;
        background: #fff;
        transition: all 0.2s ease-out;
        opacity: 0;
        overflow-y: scroll;
    }

    .headerContent.show {
        left: 0;
        opacity: 1;
    }

    .headerContent .headerBasket {
        display: none;
    }

    .headerTop {
        padding-right: 0;
        order: 2;
        height: auto;
        justify-content: inherit;
        background: #fff;
        position: relative;
    }

    .headerTop::before {
        content: '';
        width: 70%;
        height: 1px;
        background: #b3b3b3;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .headerTopIns {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 25px;
    }

    .headerTopIns > a {
        display: block;
        text-align: center;
        width: 100%;
    }

    .headerSocial {
        margin: 0 auto;
    }

    .headerBot {
        order: 1;
        height: auto;
        width: 100%;
    }

    .headerBot nav {
        width: 100%;
        display: block;
        padding: 15px 0;
        background: #fff;
    }

    .headerBot nav a {
        display: block;
        height: auto;
        padding: 10px 0;
        background: #fff;
        color: #26708d;
    }

    .headerBot nav a:hover {
        opacity: 1;
    }

    .headerBot nav a:nth-child(5) p {
        width: auto;
    }

    .headerBot .headerBasket {
        display: none;
    }

    .logoDescription {
        display: none;
    }

    .mobileNavOpen {
        width: 60px;
        height: 100%;
        position: relative;
        border-right: 1px solid #b3b3b3;
    }

    .mobileNavOpen svg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        color: #a5a6a7;
        font-size: 25px;
        transition: all 0.2s ease-out;
    }

    .mobileNavOpen svg.fa-times {
        opacity: 0;
        left: 40%;
    }

    .mobileNavOpen.show svg.fa-bars {
        left: 60%;
        opacity: 0;
    }

    .mobileNavOpen.show svg.fa-times {
        left: 50%;
        opacity: 1;
    }

    .headerBasket.mobile.active > * {
        color: #ee3439;
    }

    .headerBasket.mobile {
        width: 60px;
        height: 40px;
        right: 0;
        top: 0;
        position: absolute;
        color: #a5a6a7;
        background: #fff;
        border-left: 1px solid #b3b3b3;
    }

    .headerBasket.mobile p:nth-child(2),
    .headerBasket.mobile p:last-child {
        display: none;
    }

    .headerBasket.mobile svg {
        font-size: 20px;
        position: absolute;
        left: 40%;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .headerBasket.mobile p:nth-child(3) {
        display: block;
        position: absolute;
        top: 4px;
        right: 10px;
        font-weight: 500;
    }

    #popupReg .btn,
    .callBackForm .btn,
    .findNumberForm .btn {
        padding: 17px 20px;
        font-size: 14px;
    }
    /* img[src$="small.jpg"] {
        position: relative!important;
    } */
}

/* Р‘Р»РѕРє РїРѕРёСЃРєР° */

@media (min-width: 992px) and (max-width: 1200px) {
    #searchBlock .search {
        width: 65%;
    }

    .catalogAside .catalogAsideList {
        display: none;
    }

    .catalogAside:hover .catalogAsideList {
        display: block;
        z-index: 2;
    }

    .catalogAside:hover .catalogAsideList {
        top: 0;
        margin-top: 70px;
    }
}

@media (max-width: 991px) {
    #searchBlock {
        margin-top: -60px;
        padding: 100px 0 50px;
    }

    .bannerIns .container {
        padding: 0 15px;
    }

    #searchBlock .search {
        order: 1;
        margin: 0 auto;
    }

    .catalogAside {
        margin: 40px auto 0;
        order: 2;
        position: relative;
        width: 290px;
        z-index: 11;
    }

    .catalogAsideList {
        overflow: hidden;
        height: 0;
        opacity: 0;
        z-index: 2;
        padding: 0 50px;
        transition: all 0.2s ease-out;
    }

    .catalogAsideList ul {
        padding: 40px 0;
    }

    .catalogAsideList.show {
        height: auto;
        opacity: 1;
    }
}

@media (max-width: 600px) {
    #searchBlock {
        padding-bottom: 40px;
    }

    .catalogAside {
        margin-top: 30px;
        z-index: 11;
    }

    #searchBlock .search {
        width: 100%;
        outline: none;
    }

    #searchBlock .search form {
        height: 45px;
    }

    #searchBlock .search input[type="text"] {
        width: 70%;
        padding-left: 20px;
    }

    #searchBlock .search input[type="submit"] {
        width: 30%;
    }
}

/* Footer */

@media (min-width: 992px) and (max-width: 1200px) {
    #footer .col:last-child {
        padding-left: 40px;
    }

    #footer .col:nth-child(2) {
        padding-left: 47px;
    }
}

@media (max-width: 991px) {
    #footer .col:nth-child(2) {
        display: none;
    }

    #footer .col:first-child {
        padding-right: 40px;
        width: 60%;
    }

    #footer .col:last-child {
        padding-left: 40px;
        width: 40%;
    }
}

@media (max-width: 767px) {
    #footer .col:first-child,
    #footer .col:last-child {
        width: 100%;
    }

    #footer .col:first-child {
        padding-right: 0;
    }

    #footer .col:last-child {
        margin-top: 40px;
        padding-left: 0;
    }

    #footer .col {
        border-right: none;
    }

    .footerCatalogList li,
    .footerAddress .address {
        width: 49%;
    }


}

@media (max-width: 599px) {
    #footer {
        padding: 40px 0;
    }

    .footerCatalogList li,
    .footerAddress .address {
        width: 100%;
    }

    .footerAddress .address:last-child {
        margin-top: 25px;
    }

    .footerCatalogList,
    .footerAddress {
        width: 290px;
        margin: 0 auto;
        text-align: center;
    }

    #footer .footerCatalogList li:first-child,
    #footer .footerCatalogList li:nth-child(2) {
        margin-top: 15px;
    }

    #footer .col:last-child {
        text-align: center;
    }

    #footer .col:last-child .btn {
        margin: 0 auto;
    }
}

/* Р“Р»Р°РІРЅР°СЏ */

@media (min-width: 1201px) and (max-width: 1269px) {
    .fixedCatalogContent {
        width: 100%;
    }
    img[src$="small.jpg"]{
        position: relative!important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .fixedCatalogContent {
        width: 100%;
    }

    .fixedCatalogContent .container {
        width: 100%;
    }

    .contentBlock.flex .textContent {
        width: 70%;
    }

    .banner,
    .contentBlock .textContent {
        width: 100%;
    }

    .sertificatesSlider .controls {
        margin: 30px auto 0;
    }
}

@media (max-width: 991px) {
    .fixedCatalogContent .container,
    .fixedCatalogContent {
        width: 100%;
    }

    .contentBlock.flex .textContent {
        width: 60%;
    }

    .fixedCatalogContent {
        padding: 0 0 60px;
    }
}

@media (max-width: 767px) {
    .contentBlock.flex .textContent {
        width: 100%;
    }

    .sertificatesSlider {
        top: 0;
        margin: 60px auto 0;
    }

    .sertificatesSlider .controls {
        margin: 30px auto 0;
    }

    .contentBlock {
        padding: 40px 0;
    }

    .banner {
        padding: 50px 0;
    }

    .banner .title {
        font-size: 30px;
        margin: 0 auto;
        text-align: center;
    }

    .banner .btn {
        margin: 30px auto 0;
    }
    .toolStucturSlider {
        height: auto;
    }
    /* img[src$="small.jpg"] {
        position: relative!important; */
        /*width: 44%;
        height: 33%;*/
    /* } */
}

/* РљР°С‚Р°Р»РѕРі */

@media (max-width: 991px) {
    .catalogElement,
    .catalogElement:nth-child(4n+1) {
        width: 32%;
        margin-left: 2%;
    }

    .catalogElement:nth-child(3n+1) {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .catalogElement,
    .catalogElement:nth-child(4n+1),
    .catalogElement:nth-child(3n+1) {
        width: 49%;
        margin-left: 2%;
    }

    .catalogElement:nth-child(2n+1) {
        margin-left: 0;
    }
}

@media (max-width: 500px) {
    .catalogElement,
    .catalogElement:nth-child(4n+1),
    .catalogElement:nth-child(3n+1) {
        width: 100%;
        margin-left: 0;
    }

    .catalogElement:nth-child(2n+1) {
        margin-left: 0;
    }
}

/* РљРѕРЅС‚Р°РєС‚С‹ */

@media (max-width: 767px) {
    h1 {
        font-size: 28px;
    }

    .content {
        background: white;
        padding: 30px;
    }

    .contacts .col {
        width: 100%;
        padding-left: 0;
    }

    .contacts .col:first-child {
        border-left: none;
    }

    .contacts .col:nth-child(2) {
        margin: 30px 0 0;
        padding-top: 30px;
        border-left: none;
        border-top: 4px solid #26708d;
    }
}

/* РЎС‚СЂР°РЅРёС†Р° РґРµС‚Р°Р»Рё */

@media (max-width: 767px) {
    .detailMain .img {
        width: 100%;
    }

    .detailAddToBasket {
        width: 100%;
        margin-top: 40px;
    }

    .detailAddToBasket .leftSide {
        border-left: none;
    }

    .detailPageIns .article {
        text-align: center;
    }

    .detailInfo {
        max-width: 400px;
        margin: 40px auto;
    }

    .detailInfoNav {
        text-align: center;
    }
}

@media (max-width: 500px) {
    .detailAddToBasket .leftSide,
    .detailAddToBasket .rightSide {
        width: 100%;
    }

    .detailAddToBasket .rightSide {
        border-left: none;
        border-top: 1px solid #f1f1f1;
        margin-top: 20px;
        padding-top: 20px;
    }

    .detailAddToBasket .leftSideIns,
    .detailAddToBasket .rightSideIns {
        width: 153px;
    }

    .detailInfoNav li {
        display: block;
        width: max-content;
        margin: 20px auto;
    }

    .detailInfoNav li:last-child {
        margin-left: auto;
    }

    .detailInfoContentElem .character .name,
    .detailInfoContentElem .character p:last-child {
        display: block;
        width: 100%;
        text-align: center;
    }

    .detailInfoContentElem .character p:last-child {
        margin-left: 0;
        margin-top: 10px;
    }

    .detailInfoContentElem .character ul {
        margin: 20px auto 0;
        display: block;
        text-align: center;
    }
}

/* РЎРєРёРґРєРё */

@media (min-width: 992px) and (max-width: 1200px) {
    .discountList .colIns p:first-child {
        top: 25px;
        left: 5%;
    }
}

@media (max-width: 991px) {
    .discountList .col {
        background-size: cover;
    }
}

@media (min-width: 650px) and (max-width: 991px) {
    .discountList .col {
        width: 49%;
    }

    .discountList .col:nth-child(3) {
        margin: 20px auto 0;
    }
}

@media (max-width: 649px) {
    .discountList .col {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 450px) {
    .discountList .colIns p:last-child {
        font-size: 15px;
    }
}

/* РљР°Рє РєСѓРїРёС‚СЊ */

@media (max-width: 1200px) {
    .howBuy .col {
        display: block;
        width: 31%;
    }

    .howBuy .col p:last-child {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .howBuy .col {
        width: 48%;
    }

    .howBuy .col:nth-child(3) {
        margin: 20px auto 0;
    }
}

@media (max-width: 600px) {
    .howBuy .col,
    .howBuy .col:nth-child(3) {
        width: 100%;
        margin-top: 30px;
        text-align: center;
    }

    .howBuy .col:first-child {
        margin-top: 0;
    }

    .howBuy .col p:last-child {
        width: 100%;
        max-width: 100%;
    }
}

/* РџРѕРёСЃРє */

@media (max-width: 919px) {
    .toolsSearch {
        margin-top: 40px;
    }
}

/* Р”РѕСЃС‚Р°РІРєР° */

@media (max-width: 1200px) {
    .deliveryPriceSingle {
        width: 48%;
    }
}

@media (max-width: 991px) {
    .deliveryPrice {
        display: block;
    }

    .deliveryPriceSingle {
        width: 500px;
        padding-left: 30px;
        border-left: 1px solid #000;
    }

    .deliveryPriceSingle:nth-child(2) {
        margin: 30px 0 0;
    }
}

@media (max-width: 540px) {
    .deliveryPriceSingle,
    .deliveryPriceSingle:nth-child(2) {
        padding-left: 0;
        border-left: 0;
        width: 100%;
    }
}

@media (max-width: 450px) {
    .deliveryPriceSingle > *,
    .deliveryPriceSingle {
        display: block;
    }

    .deliveryPriceSingle p {
        margin-top: 20px;
    }

    .deliveryPriceSingle:nth-child(2) {
        margin-top: 50px;
    }
}

/* РљРѕСЂР·РёРЅР° */

@media (max-width: 991px) {
    .mainBasket tr td:nth-child(2),
    .mainBasket tr th:nth-child(2) {
        display: none;
    }

    .mainBasket tr td:nth-child(3),
    .mainBasket tr th:nth-child(3),
    .basket tr td:nth-child(4),
    .basket tr td:nth-child(5) {
        width: auto;
    }

    .basket tr th:first-child,
    .basket tr td:first-child,
    .basket tr td:nth-child(2),
    .basket tr td:nth-child(3) {
        width: auto;
    }
}

@media (max-width: 767px) {
    .basketPage {
        padding-top: 0;
    }

    .basketPageIns {
        margin-top: 0;
    }

    .mainBasket tr.columnsTitle td {
        display: none;
    }

    .mainBasket tr td {
        display: block;
        width: 100%;
    }

    .mainBasket tr td:first-child {
        width: 100%;
        padding-right: 20px;
        position: relative;
    }

    .mainBasket tr td:first-child svg {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        transition: all 0.3s ease-out;
    }

    .mainBasket tr td:first-child svg.rotate {
        transform: rotate(-90deg);
    }

    .mainBasket .basketItem {
        overflow: hidden;
        height: 70px;
        display: block;
        transition: all 0.3s ease-out;
    }

    .mainBasket .basketItem.open {
        height: 416px;
    }

    .mainBasket .basketItem td {
        padding-left: 20px;
    }

    .mainBasket .basketItem td p {
        display: inline;
    }

    .mainBasket .mobileTitle {
        margin-right: 10px;
        font-weight: 700;
        display: inline;
    }

    .mainBasket .basket-items-list-item-remove {
        text-align: center;
        padding-top: 0;
    }

    .basketPage .redButton {
        display: block;
        padding: 14px 30px;
        margin-bottom: 10px;
    }

    .basketPage .basket-checkout-block-btn {
        margin: 30px 0;
    }

    .basketPage .basket-checkout-block-btn .black {
        width: 110px;
    }

    .basketPage .basket .columnsTitle td {
        font-size: 12px;
    }

    .basket-checkout-block-total-price {
        margin: 30px 0 0;
        top: 0;
    }

    .basketPageIns #basket-root {
        margin-top: 20px;
    }

    .checkoutStepData input,
    .checkoutStepData textarea {
        background: none;
    }

    .checkoutStepData input[type="submit"] {
        background: #ee3439;
    }
}

@media (min-width: 992px) {
    .basket tr td:nth-child(3),
    .basket tr td:nth-child(4) {
        width: 15%;
    }
}

@media (min-width: 992px) and (max-width: 1269px) {
    .basket tr td:nth-child(6) {
        display: none;
    }

    .basket tr td:nth-child(3),
    .basket tr td:nth-child(4) {
        width: 20%;
    }

    .basket tr th:first-child,
    .basket tr td:first-child {
        width: 28%;
    }

    .basket tr th:nth-child(5),
    .basket tr td:nth-child(5) {
        width: 13%;
    }

    .basket .totalPrice {
        font-size: 24px;
    }
}

@media (max-width: 620px) {
    .checkoutStepsNav ul {
        width: 200px;
        display: block;
        height: auto;
    }

    .checkoutStepsNav ul li {
        width: 100%;
        margin-top: 10px;
        height: 46px;
    }

    .checkoutStepsNav ul li:first-child {
        margin-top: 0;
    }
}

@media (max-width: 560px) {
    .mainBasket .checkoutRadio {
        width: 100%;
        max-width: 290px;
    }

    .mainBasket .checkoutRadio label,
    .mainBasket .checkoutDeliveryType .checkoutRadio label:last-child {
        margin-top: 10px;
    }

    .checkoutDeliveryInfoItem ul li {
        display: block;
        margin-top: 10px;
    }

    .checkoutDeliveryInfoItem ul p {
        font-size: 16px;
    }

    .checkoutDeliveryInfoItem ul div:first-child p:first-child {
        color: #26708d;
    }

    .checkoutDeliveryInfoItem ul p:first-child::after {
        display: none;
    }

    .checkoutDeliveryCompany .btn {
        padding: 17px 18px;
        font-size: 14px;
    }
}

@media (max-width: 443px) {
    .basket-checkout-block.basket-checkout-block-btn {
        margin-top: 40px;
    }
}

/* РЎС…РµРјР° РёРЅСЃС‚СЂСѓРјРµРЅС‚Р° */

/* @media (max-width: 1269px) {
    #toolStructure {
        width: 49%;
    }

    #toolStructure map area {
        display: none;
    }

    #toolStructure .swiper-slide tr td div img,
    #toolStructure .swiper-slide tr td div {
        display: none;
    }

    #toolStructure img {
        left: 50%;
        transform: translateX(-50%);
    }

    .productPage .rightSide {
        width: 49%;
    }

    #toolStructure .swiper-slide {
        align-content: center;
    }

    #toolStructure .swiper-slide tr td img:nth-last-child(2),
    #toolStructure .swiper-slide tr td img:nth-last-child(4) {
        display: none;
    }
} */

@media (min-width: 992px) and (max-width: 1269px) {
    .toolStructureSlider {
        height: 600px;
    }
}

@media (max-width: 991px) {
    #toolStructure {
        margin: 90px auto 0;
        height: auto !important;
        width: 550px;
    }

    #toolStructure .toolStructureSlider {
        height: 300px;
    }

    #toolStructure .swiper-pagination {
        bottom: 10px;
        height: 20px;
    }

    .productPage .rightSide {
        margin: 30px auto 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    #toolStructure {
        width: 100%;
        margin: 90px auto 0;
        height: auto;
    }

    #toolStructure .toolStructureSlider {
        height: 500px;
        width: 550px;
        margin: 0 auto;
    }
}

@media (max-width: 767px) {
    #toolStructure .swiper-pagination {
        display: block;
    }

    #toolStructure {
        margin-bottom: 30px;
        margin-top: 30px;
    }

    #toolStructure .controls {
        display: none;
    }

    .toolBasketParent .container {
        padding: 0;
    }

    .basketItem {
        background: none;
        border-bottom: 1px solid #b3b3b3;
    }

    .mainBasket .basket-items-list-item-remove {
        padding-bottom: 20px;
    }

    .mainBasket tr td:first-child,
    .mainBasket .basketItem td {
        padding-left: 0;
    }

    .componentList table tr th {
        /* background: none; */
    }
    span[id|="basket-item-price"]:before{
        content: 'Цена: ';
    }
    div[data-entity="basket-item-property-column-value"]:before{
        content: 'Скидка: ';
    }
    span[id|="basket-item-discount-price"]:before{
        content: 'Цена со скидкой: ';
    }
    span[id|="basket-item-sum-price"]:before{
        content: 'Общая: ';
    }
}

@media (max-width: 599px) {
    #toolStructure {
        width: 100%;
    }

    .componentList table tr th:nth-child(2),
    .componentList table tr th:nth-child(3),
    .componentList table tr th:nth-child(6),
    .componentList table tr td:nth-child(2),
    .componentList table tr td:nth-child(3),
    .componentList table tr td:nth-child(6) {
        display: none;
    }

    .componentList table tr td:nth-child(4),
    .componentList table tr th:nth-child(4) {
        max-width: auto;
    }
}

@media (max-width: 430px) {
    #toolStructure {
        height: 300px;
    }
}

@media (max-width: 499px) {
    #toolStructure #fig_movediv use {
        cursor: pointer;
    }

    #toolStructure #fig_movediv use:hover {
        fill: rgba(253, 254, 179, 0.5);
        opacity: 1;
    }
}

/* Р›РёС‡РЅС‹Р№ РєР°Р±РёРЅРµС‚ */

@media (max-width: 1200px) {
    .personalPageNav,
    .personalPageSections {
        width: 100%;
    }

    .personalPageNav {
        margin-bottom: 40px;
    }

    .personalPageNav ul {
        width: 730px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .personalPageNav ul li {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .orderInfo .address {
        width: 40%;
    }

    .orderInfo p,
    .orderList table tr td,
    .orderList table th {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .orderItemName,
    .orderList table tr td:first-child {
        display: none;
    }
}

@media (max-width: 767px) {
    .personalPageNav,
    .personalPageNav ul {
        width: 290px;
    }

    .personalPage {
        padding-top: 30px;
    }

    .personalPageNav ul li {
        margin-top: 20px;
    }

    .personalPageNav, .personalPageSections {
        padding: 0;
    }

    .orderInfo {
        background: #fff;
    }

    .orderInfo .address {
        width: 100%;
        margin: 20px 0;
    }

    .orderInfo .orderDate,
    .orderInfo .total {
        margin: 0 auto 0 30px;
    }

    .personalPageSections,
    .personalPageSectionContent .date input {
        background: none;
    }

    .orderList table,
    .orderList table tbody,
    .orderList table tr {
        display: block;
    }

    .orderList table tr:first-child {
        display: none;
    }

    .orderList table tr td {
        display: block;
        padding: 20px 15px;
    }

    .orderItemName {
        color: #26708d;
        margin-bottom: 10px;
    }

    .orderItemName.number {
        color: #ee3439;
    }

    .orderItem {
        margin-top: 20px;
    }

    .order {
        margin-top: 30px;
    }

    .checkoutDeliveryInfoItem ul p {
        background: none;
    }

    #editPopup .checkoutRadio {
        display: block;
    }

    #editPopup .checkoutRadio label:first-child {
        margin-top: 0;
    }

    #editPopup .checkoutRadio label {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

@media (max-width: 691px) {
    .managerIns .title {
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .personalPageSectionContent .date .inputs,
    .personalPageSectionContent .date .icon,
    .personalPageSectionContent .date input {
        display: block;
    }

    .personalPageSectionContent .date .inputs {
        margin: 20px 0 0;
    }

    .personalPageSectionContent .date input:last-child {
        margin: 10px 0 0;
    }

    .personalPageSectionContent .buttons .btn:nth-child(2) {
        margin-top: 20px;
    }

    .checkoutContactInfo,
    #addHands form,
    .addressListItem {
        width: 100%;
    }

    #addHands {
        padding: 44px 20px;
        width: 100%;
    }

    .editPopupForm .checkoutContactInfo,
    #editPopup {
        width: 100%;
    }

    #editPopup {
        padding: 44px 20px;
    }

    #editPopup .checkoutRadio label {
        font-size: 14px;
    }

    #editPopup .checkoutDeliveryCompany,
    #editPopup .checkoutRecipient {
        width: 100%;
    }

    .checkoutDeliveryCompany .checkoutRadio span:last-child {
        max-width: 200px;
    }

    .editPopupForms .btn {
        width: 100%;
        padding: 17px 18px;
        font-size: 14px;
        text-align: center;
    }
}