.buttons__container{display:block;margin:0 auto}.buttons__content{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;margin:16px 0}.buttons__button{background-color:#f60;border:1px solid #f60;border-radius:4px;color:#fff;cursor:pointer;display:block;font-size:16px;font-weight:600;line-height:1.16;min-width:240px;padding:17px 18px;text-align:center;transition:all .2s}.buttons__button:focus,.buttons__button:hover{background-color:#fff;color:#f60;text-decoration:none}.buttons__button:nth-last-of-type(-n+1){margin-right:0 !important}.buttons__popup-form form{box-shadow:none;max-width:none;overflow:hidden;padding-bottom:96px;position:relative}.buttons__popup-form form input:focus{border-color:#203e79}.buttons__popup-form .actions{background-color:#fff;bottom:0;box-shadow:0 -2px 8px rgba(0,0,0,.07);left:0;padding:20px 30px;position:fixed;width:100%}.buttons__popup-form .common-form__form-wrapper{padding:20px 30px}.buttons__popup-custom{--bullet-icons-color:#f60;color:#323840;word-break:normal}.buttons__popup-custom p{color:#7d8085;font-size:16px;font-weight:300;letter-spacing:.7px;line-height:1.65;margin:0}.buttons__popup-custom p:nth-last-child(-n+1){margin-bottom:0}.buttons__popup-custom p strong{font-weight:500}.buttons__popup-custom h1{font-size:38px;font-weight:700;line-height:1.2;margin:0 0 24px}@media only screen and (max-width:900px){.buttons__popup-custom h1{font-size:30px}}@media only screen and (max-width:600px){.buttons__popup-custom h1{font-size:24px}}.buttons__popup-custom h2{font-size:38px;font-weight:700;line-height:1.2;margin:0 0 24px}@media only screen and (max-width:900px){.buttons__popup-custom h2{font-size:30px}}@media only screen and (max-width:600px){.buttons__popup-custom h2{font-size:24px}}.buttons__popup-custom h3{font-size:28px;font-weight:700;margin:0 0 24px}@media only screen and (max-width:900px){.buttons__popup-custom h3{font-size:22px}}@media only screen and (max-width:600px){.buttons__popup-custom h3{font-size:20px}}.buttons__popup-custom h4{font-size:16px;font-weight:300;margin:0 0 24px}.buttons__popup-custom a{font-size:16px;font-weight:700;margin:0;padding:10px 0}.buttons__popup-custom a:hover{text-decoration:none}.buttons__popup-custom ul{display:flex;flex-wrap:wrap;justify-content:space-between;list-style:none;margin:0;padding:4px 0 0}.buttons__popup-custom ul li{font-size:16px;font-weight:300;line-height:1.625;margin:0 0 20px;padding-left:24px;padding-right:10px;position:relative;width:100%}.buttons__popup-custom ul li:before{background:var(--bullet-icons-color);border-bottom-left-radius:3px;content:"";display:block;height:6px;left:0;position:absolute;top:8px;width:6px}.buttons__popup-custom ol{counter-reset:my-awesome-counter;list-style:none;margin:0;padding:4px 0 0}.buttons__popup-custom ol li{counter-increment:my-awesome-counter;font-size:16px;font-weight:300;line-height:1.625;margin:0 0 20px;padding-right:10px;position:relative;width:100%}.buttons__popup-custom ol li:before{color:#f60;content:counter(my-awesome-counter) ".";margin-right:8px}