html, body {
     font-family: 'Gotham Pro-300' !important;
     font-size: 14px !important;
     color: #000 !important;
     height: 100%;
}
 .heading h3 {
     font-size: 26px;
     font-family: 'Gotham Pro-700';
     line-height: 26px;
     text-align: center;
     margin-bottom: 0;
     color: #000;
     padding: 0 10px;
}
 .heading h3 span {
     color: #ff1200;
     font-size: 140%;
     line-height: 150%;
}
 #top {
     -webkit-transform: translateY(-120px);
     -ms-transform: translateY(-120px);
     transform: translateY(-120px);
}
 .btn-custom-header button, .btn-custom-header input[type="submit"] {
     position: relative;
     z-index: 1;
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -ms-inline-flexbox;
     display: inline-flex;
     padding: 12px 25px;
     height: 40px;
     border: 2px solid #ff1200;
     outline: 0;
     white-space: nowrap;
     color: #fff;
     background: #ff1200;
     border-radius: 4px;
     -webkit-transition: 300ms all;
     -o-transition: 300ms all;
     transition: 300ms all;
     position: relative;
     z-index: 2;
     font-size: 14px;
     line-height: 14px;
     font-family: 'Gotham Pro-700';
}
 .btn-custom-header button span {
}
 .btn-custom-header button:hover, .btn-custom-header input[type="submit"]:hover {
     background: none;
     color: #ff1200;
}
 .ttool_form__group {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
 .ttool_form__group input {
     height: 40px;
     border-width: 1px;
     border-color: #ff1200;
     border-style: solid;
     border-radius: 4px;
     background-color: white;
     font-family: 'Gotham Pro-700';
     font-size: 14px;
     padding: 10px 20px;
     color: #000;
     margin-right: 15px;
}
 .ttool_form__group input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     font-size: 14px;
     opacity: 1;
     color: #000;
}
 .ttool_form__group button, .ttool_form__group input[type="submit"] {
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 190px;
     padding: 12px 25px;
     height: 40px;
     border: 2px solid #ff1200;
     outline: 0;
     white-space: nowrap;
     color: #fff;
     background: #ff1200;
     border-radius: 4px;
     -webkit-transition: 300ms all;
     -o-transition: 300ms all;
     transition: 300ms all;
     position: relative;
     z-index: 2;
     font-size: 14px;
     line-height: 14px;
     font-family: 'Gotham Pro-700';
}
 .ttool_form__group button:hover, .ttool_form__group input[type="submit"]:hover {
     background: none;
     color: #ff1200;
}
 .ttool_form__group textarea {
     border-width: 1px;
     border-color: #ff1200;
     border-style: solid;
     border-radius: 4px;
     background-color: white;
     font-family: 'Gotham Pro-700';
     font-size: 14px;
     line-height: 28px;
     padding: 10px 20px;
     color: #000;
     height: 50px;
     resize: none;
}
 .ttool_form__group textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     font-size: 14px;
     opacity: 1;
     color: #000;
}
 .ttool_form__group textarea::-moz-placeholder {
    /* Firefox 19+ */
     font-size: 14px;
     opacity: 1;
     color: #000;
}
 .ttool_form__group textarea:-ms-input-placeholder {
    /* IE 10+ */
     font-size: 14px;
     opacity: 1;
     color: #000;
}
 .ttool_form__group textarea:-moz-placeholder {
    /* Firefox 18- */
     font-size: 14px;
     opacity: 1;
     color: #000;
}
 .ttool_form > span {
     display: block;
     margin-top: 10px;
     line-height: 13px;
     font-size: 12px;
     font-family: 'Gotham Pro-300';
}
 .button-menu-custom {
     border-color: rgba(0, 0, 0, 0) !important;
}
 .button-menu-custom svg {
     fill: #ff1200;
     !important;
}
 .button-menu-custom {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     border-color: #ff6e648d !important;
     border-radius: 6px !important;
     padding: 5px !important;
}
 .button-menu-custom span {
     position: relative;
     display: block;
     width: 30px;
     height: 2px;
     background: #ff1200;
     opacity: 0.5;
}
 .button-menu-custom span::after {
     content: '';
     position: absolute;
     top: 6px;
     left: 0;
     width: 30px;
     height: 2px;
     background: #ff1200;
}
 .button-menu-custom span::before {
     content: '';
     position: absolute;
     bottom: 6px;
     left: 0;
     width: 30px;
     height: 2px;
     background: #ff1200;
}
 button:focus, a:focus {
     outline: none !important;
}
 button:active {
     outline: none;
}
 input:focus {
     outline: none;
}
 textarea:focus {
     outline: none;
}
 header {
     position: fixed;
     top: 0;
     width: 100%;
     z-index: 100;
     padding-bottom: 20px;
     background-color: #f7fafb;
}
 .navbar-toggler {
     width: 50px;
     height: 35px;
}
 .navbar-toggler svg {
     width: 20px;
     height: 20px;
     opacity: .5;
     fill: #646464;
}
 .electro-header {
     margin-bottom: 40px;
}
 .electro-header .navbar {
     position: static;
     padding-top: 15px;
     padding-bottom: 15px;
     -webkit-transition: 300ms ease;
     -o-transition: 300ms ease;
     transition: 300ms ease;
}
 .electro-header_logo {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .electro-header_logo:hover {
     text-decoration: none;
}
 .electro-header_logo__text {
     margin-left: 20px;
     color: black;
     font-size: 24px;
     line-height: 24px;
     font-family: 'Gotham Pro-700';
}
 .electro-header_logo__text div:last-child {
     line-height: 11px;
     font-size: 11px;
}
 .electro-header_collapse {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: end;
     -webkit-justify-content: flex-end;
     -ms-flex-pack: end;
     justify-content: flex-end;
     width: 100%;
}
 .electro-header_collapse__tools {
     width: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: justify;
     -webkit-justify-content: space-between;
     -ms-flex-pack: justify;
     justify-content: space-between;
}
 .electro-header_collapse__tools-phone {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
 .electro-header_collapse__tools-phone .number {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: end;
     -webkit-align-items: flex-end;
     -ms-flex-align: end;
     align-items: flex-end;
     margin-right: 15px;
}
 .electro-header_collapse__tools-phone .number > div {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .electro-header_collapse__tools-phone .number > div span {
     margin-right: 4px;
}
 .electro-header_collapse__tools-phone .number > div span svg {
     height: 12px;
     width: 12px;
     fill: #ff1200;
}
 .electro-header_collapse__tools-phone .number > div a {
     display: block;
     color: black;
     -webkit-transition: 300ms all;
     -o-transition: 300ms all;
     transition: 300ms all;
     white-space: nowrap;
     font-size: 16px;
     line-height: 16px;
     font-family: 'Gotham Pro-700';
}
 .electro-header_collapse__tools-phone .number > div a:hover {
     text-decoration: none;
     color: #ff1200;
}
 .schedule {
    font-size: 90%;
}
 .electro-header_collapse__tools-select {
     margin-left: 75px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     font-size: 14px;
     line-height: 14px;
     font-family: 'Gotham Pro-700';
     color: #000;
}
 .electro-header_menu {
     position: absolute;
     bottom: -40px;
     left: 0;
     width: 100%;
     height: 40px;
}
 .electro-header_menu .mobile-menu {
     -webkit-box-pack: justify !important;
     -webkit-justify-content: space-between !important;
     -ms-flex-pack: justify !important;
     justify-content: space-between !important;
     background: white;
     border-radius: 4px;
     -webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.11);
     box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.11);
}
 .electro-header_menu a {
     position: relative;
     display: -webkit-inline-box;
     display: -webkit-inline-flex;
     display: -ms-inline-flexbox;
     display: inline-flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     height: 100%;
     font-size: 1rem;
     font-family: 'Gotham Pro-700';
     color: #383838;
     padding: 0 35px;
     -webkit-transition: 300ms ease;
     -o-transition: 300ms ease;
     transition: 300ms ease;
     overflow: hidden;
}
 .electro-header_menu a::after {
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     width: 100%;
     height: 3px;
     background: #ff1200;
     border-radius: 2px 2px 0 0;
     opacity: 0;
     -webkit-transform: translateY(3px);
     -ms-transform: translateY(3px);
     transform: translateY(3px);
     -webkit-transition: 300ms ease;
     -o-transition: 300ms ease;
     transition: 300ms ease;
}
 .electro-header_menu a:hover {
     color: #282727;
     text-decoration: none;
}
 .electro-header_menu a:hover::after {
     opacity: 1;
     -webkit-transform: translateY(0px);
     -ms-transform: translateY(0px);
     transform: translateY(0px);
}
 .electro-header_menu a:focus {
     outline: 0;
}
 .tools-main-banner {
     margin-top: 145px;
     background: #ffffff;
}
 .tools-main-banner h1 {
     padding-top: 90px;
     font-size: 38px;
     line-height: 42px;
     color: #000;
     font-family: 'Gotham Pro-700';
     margin-bottom: 0;
}
 .tools-main-banner h2 {
     padding-top: 10px;
}
 .tools-main-banner h1 span {
     color: #ff1200;
}
 .tools-main-banner_trig {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     margin-top: 60px;
     margin-bottom: 65px;
}
 .tools-main-banner_trig__item {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     margin-right: 45px;
     font-family: 'Gotham Pro-700';
}
 .tools-main-banner_trig__item:last-child {
     margin-right: 0;
}
 .tools-main-banner_trig__item .number {
     font-size: 36px;
     line-height: 36px;
     color: #ff1200;
     margin-right: 10px;
}
 .tools-main-banner_trig__item .text {
     font-size: 12px;
     line-height: 12px;
}
 .tools-main-banner_form {
     padding-bottom: 85px;
}
 .gorod-hidden {
     display: none;
}
 .tools-price {
     margin-top: 50px;
}
 .tools-steps {
     padding: 80px 0 80px 0;
}
 @media (max-width: 767px) {
     .tools-steps {
         padding: 50px 0;
    }
}
 .tools-steps__title {
     margin-bottom: 50px;
     text-align: center;
}
 @media (max-width: 767px) {
     .tools-steps__title {
         margin-bottom: 25px;
    }
}
 .tools-steps__item {
     position: relative;
     display: grid;
     grid-template-columns: 1fr 20px 1fr;
     grid-gap: 40px;
     align-items: center;
     padding-bottom: 48px;
}
 @media (max-width: 575px) {
     .tools-steps__item {
         grid-gap: 20px;
         grid-template-columns: 48px 1fr;
    }
}
 .tools-steps__item::before {
     content: '';
     position: absolute;
     top: calc(50% - 24px);
     right: calc(50% - 1px);
     height: 100%;
     width: 1px;
     border: 1px dashed red;
}
 @media (max-width: 575px) {
     .tools-steps__item::before {
         right: unset;
         left: 23px;
    }
}
 .tools-steps__item-ellipse {
     display: flex;
     justify-content: center;
     justify-self: end;
     width: 84px;
     height: 84px;
     background-color: #e4eff4;
     border-radius: 50%;
     font: 700 67px Gotham Pro-700;
}
 @media (max-width: 575px) {
     .tools-steps__item-ellipse {
         z-index: 2;
         order: 0;
         width: 48px;
         height: 48px;
         font-size: 24px;
         line-height: 48px;
         background: white;
         border-color: #FF4040;
    }
}
 .tools-steps__item-content-title {
     margin-bottom: 10px;
     font-family: "Gotham Pro-700";
     font-size: 18px;
}
 .tools-steps__item-marker {
     width: 20px;
     height: 20px;
     border-radius: 50%;
     background: #FF4040;
}
 @media (max-width: 575px) {
     .tools-steps__item-marker {
         order: -1;
         display: none;
    }
}
 .tools-steps__item:nth-last-child(1) {
     padding-bottom: 0;
}
 .tools-steps__item:nth-last-child(1)::before {
     display: none;
}
 .tools-steps__item:nth-of-type(2n) .tools-steps__item-content {
     order: 1;
}
 .tools-steps__item:nth-of-type(2n) .tools-steps__item-marker {
     order: 2;
}
 @media (max-width: 575px) {
     .tools-steps__item:nth-of-type(2n) .tools-steps__item-marker {
         order: -1;
         display: none;
    }
}
 .tools-steps__item:nth-of-type(2n) .tools-steps__item-ellipse {
     order: 3;
     justify-self: start;
}
 @media (max-width: 575px) {
     .tools-steps__item:nth-of-type(2n) .tools-steps__item-ellipse {
         order: 0;
    }
}
 .tools-warranty {
     padding: 60px 0;
     background-color: #f7fafb;
}
 .tools-warranty h3 {
     text-align: left;
     padding: 0;
     line-height: 30px;
}
 .tools-warranty-horizontal_line {
     width: 175px;
     height: 5px;
     background: #ff1200;
     margin-top: 38px;
     margin-bottom: 20px;
}
 .tools-warranty p {
     font-size: 18px;
     line-height: 20px;
     margin-bottom: 25px;
}
 .tools-warranty_form input {
     width: 260px;
}
 .tools-warranty_image {
     width: 100%;
     height: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .tools-warranty_image .image {
     width: 360px;
     height: 220px;
     background-image: url(./img/tools-warranty.png);
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
}
 .tools-discount {
     padding: 60px 0;
     background-color: #f7fafb;
}
 .tools-discount h3 {
     text-align: left;
     padding: 0;
     line-height: 30px;
}
 .tools-discount-horizontal_line {
     width: 175px;
     height: 5px;
     background: #ff1200;
     margin-top: 38px;
     margin-bottom: 20px;
}
 .tools-discount p {
     font-size: 18px;
     line-height: 20px;
     margin-bottom: 25px;
}
 .tools-discount_form input {
     width: 260px;
}
 .tools-discount_image {
     width: 100%;
     height: 100%;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .tools-discount_image .image {
     width: 360px;
     height: 220px;
     background-image: url(./img/tools-discount.png);
     background-repeat: no-repeat;
     background-size: contain;
     background-position: center;
}
 .tools-masters {
     margin-top: 75px;
     margin-bottom: 50px;
}
 .tools-masters h3 {
     padding-bottom: 45px;
}
 .tools-masters_item {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
}
 .tools-masters_item .image {
     width: 80%;
     height: 250px;
     border-radius: 4px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center;
}
 .tools-masters_item .name {
     margin-top: 30px;
     font-size: 20px;
     line-height: 20px;
     font-family: 'Gotham Pro-700';
}
 .tools-masters_item .horizontal_line {
     margin: 15px 0;
     width: -webkit-calc(50% - 20px);
     width: calc(50% - 20px);
     height: 5px;
     background: #ff1200;
}
 .tools-masters_item p {
     margin-bottom: 10px;
     font-size: 14px;
     line-height: 14px;
}
 .tools-rewiews {
     margin-top: 75px;
     margin-bottom: 50px;
}
 .tools-rewiews h3 {
     padding-bottom: 45px;
}
 .tools-rewiews_item .image {
     width: 120px;
     height: 120px;
     border-radius: 4px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: left;
     float: left;
     margin-right: 15px;
     margin-bottom: 10px;
}
 .tools-rewiews_item .name {
     margin-top: 30px;
     font-size: 20px;
     line-height: 20px;
     font-family: 'Gotham Pro-700';
}
 .tools-rewiews_item .horizontal_line {
     margin: 15px 0 15px 135px;
     width: -webkit-calc(50% - 20px);
     width: calc(50% - 20px);
     height: 5px;
     background: #ff1200;
}
 .tools-rewiews_item p {
     margin-bottom: 10px;
     font-size: 14px;
     line-height: 16px;
}
 .tools-questions {
     margin-top: 70px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .tools-questions_content {
     width: 465px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
}
 .tools-questions_content_item {
     padding: 30px 35px;
     border-radius: 4px;
     background-color: white;
     -webkit-box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.35);
     box-shadow: 0px 3px 4px 2px rgba(0, 0, 0, 0.35);
     text-align: center;
}
 .tools-questions_content_item h3 {
     font-size: 26px;
     line-height: 26px;
     font-family: 'Gotham Pro-700';
     margin-bottom: 15px;
}
 .tools-questions_content_item h4 {
     font-size: 16px;
     line-height: 16px;
     font-family: 'Gotham Pro-700';
     margin-bottom: 10px;
}
 .tools-questions_content_item p {
     font-size: 14px;
     line-height: 16px;
}
 .tools-questions_content_item_form .ttool_form__group {
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
}
 .tools-questions_content_item_form .ttool_form__group input {
     margin-right: 0;
     margin-bottom: 10px;
     height: 50px;
     width: 100%;
     text-align: center;
}
 .tools-questions_content_item_form .ttool_form__group textarea {
     width: 100%;
     text-align: center;
     -webkit-transition: 300ms all;
     -o-transition: 300ms all;
     transition: 300ms all;
     overflow: hidden;
     margin-bottom: 10px;
}
 .tools-questions_content_item_form .ttool_form__group textarea:focus {
     line-height: 16px;
     height: 70px;
     overflow: auto;
}
 .tools-questions_content_item_form .ttool_form__group button, .tools-questions_content_item_form .ttool_form__group input[type="submit"] {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
     height: 55px;
}
 .tools-questions_content_item_form .ttool_form > span {
     opacity: 0.7;
}
 .service-modal .modal-close {
     position: absolute;
     top: 20px;
     right: 20px;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     width: 12px;
     height: 12px;
     cursor: pointer;
     -webkit-transition: 300ms ease;
     -o-transition: 300ms ease;
     transition: 300ms ease;
}
 .service-modal .modal-close:hover svg {
     fill: #bf2d00;
}
 .service-modal .modal-close svg {
     fill: #000000;
     width: 100%;
     height: 100%;
     -webkit-transition: 300ms ease;
     -o-transition: 300ms ease;
     transition: 300ms ease;
}
 .service-modal-container {
     position: relative;
     margin: 0 auto;
}
 .service-modal-container__item {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -webkit-flex-direction: column;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
     height: 100%;
     margin: 0 auto;
}
 .service-modal-container__item h3 {
     font-size: 32px;
     line-height: 32px;
     font-family: 'Gotham Pro-700';
     margin-bottom: 30px;
}
 .service-modal-container__item h6 {
     font-weight: normal;
     font-size: 18px;
     line-height: 18px;
     text-align: center;
     margin-bottom: 0;
}
 .service-modal-container__item form {
     max-width: 195px;
     margin-top: 35px;
}
 .service-modal-container__item form input {
     width: 100%;
     height: 40px;
     margin-bottom: 20px;
     padding: 0px 20px;
     font-size: 12px;
     line-height: 12px;
     font-family: "Gotham Pro";
     text-align: left;
     border-radius: 4px;
     border: 1px solid #ff1200;
     background: #fff;
     color: #000000;
     -webkit-transition: 300ms ease;
     -o-transition: 300ms ease;
     transition: 300ms ease;
}
 .service-modal-container__item form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
     color: #000000;
     font-size: 12px;
     opacity: 1;
}
 .service-modal-container__item form input::-moz-placeholder {
    /* Firefox 19+ */
     color: #000000;
     font-size: 12px;
     opacity: 1;
}
 .service-modal-container__item form input:-ms-input-placeholder {
    /* IE 10+ */
     color: #000000;
     font-size: 12px;
     opacity: 1;
}
 .service-modal-container__item form input:-moz-placeholder {
    /* Firefox 18- */
     color: #000000;
     font-size: 12px;
     opacity: 1;
}
 .service-modal-container__item form .btn-custom-header {
     width: 100%;
     padding: 0;
}
 .service-modal-container__item form .btn-custom-header button {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -webkit-justify-content: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     width: 100%;
}
 .service-modal-container__item form .btn-custom-header button span {
     font-size: 12px;
     line-height: 12px;
}
 .service-modal-container__item > span {
     max-width: 380px;
     margin-top: 20px;
     text-align: center;
     font-size: 12px;
     line-height: 12px;
     color: #121a27;
     font-family: 'Gotham Pro-300';
}
 .modal-header {
     height: 50px;
     border-bottom: none !important;
}
 .modal-body {
     padding-top: 0px !important;
     padding-bottom: 60px !important;
}
 .modal-dialog {
     max-width: 780px !important;
}
 .modal-content {
     position: relative;
     border-radius: 4px !important;
     overflow: hidden;
}
 :root {
     --swiper-theme-color: #007aff;
}
 :root {
     --swiper-navigation-size: 44px;
}
 .tools-footer {
     position: relative;
     z-index: 3;
     padding: 25px 0;
}
 .tools-footer .tools-footer-container {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .tools-footer_logo {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .tools-footer_logo:hover {
     text-decoration: none;
}
 .tools-footer_logo__image {
     width: 60px;
     height: 40px;
}
 .tools-footer_logo__text {
     color: #000;
     font-size: 24px;
     line-height: 24px;
     font-family: 'Gotham Pro-700';
}
 .tools-footer_logo__text span {
     font-size: 70%;
}
 .tools-footer_logo__text div {
     white-space: nowrap;
}
 .tools-footer_logo__text div:last-child {
     line-height: 11px;
     font-size: 11px;
}
 .tools-footer_tools {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
}
 .tools-footer_tools-phone {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
}
 .tools-footer_tools-phone .number {
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     font-size: 16px;
     font-family: 'Gotham Pro-700';
     margin-right: 15px;
}
 .tools-footer_tools-phone .number a {
     white-space: nowrap;
     display: -webkit-box;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -webkit-align-items: center;
     -ms-flex-align: center;
     align-items: center;
     color: #000;
     -webkit-transition: 300ms all;
     -o-transition: 300ms all;
     transition: 300ms all;
}
 .tools-footer_tools-phone .number a svg {
     width: 12px;
     height: 12px;
     fill: #ff1200;
     margin-right: 4px;
}
 .tools-footer_tools-phone .number a:hover {
     text-decoration: none;
     color: #ff1200;
}
 @media screen and (min-width: 1200px) {
     .tools-footer-container {
         -webkit-flex-wrap: nowrap;
         -ms-flex-wrap: nowrap;
         flex-wrap: nowrap;
    }
     .tools-footer_tools {
         margin-top: 0 !important;
         -webkit-box-ordinal-group: 4 !important;
         -webkit-order: 3 !important;
         -ms-flex-order: 3 !important;
         order: 3 !important;
    }
}
 @media screen and (min-width: 992px) {
     .tools-main-banner_image {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-align: end;
         -webkit-align-items: flex-end;
         -ms-flex-align: end;
         align-items: flex-end;
         width: 100%;
         height: 100%;
    }
     .tools-main-banner_image .image {
         background-repeat: no-repeat;
         background-size: contain;
         background-position: center center;
         width: 255px;
         height: 486px;
         background-image: url(./img/main.png);
    }
     .tools-questions {
         background-size: 50%;
         background-repeat: no-repeat;
         background-position: right bottom;
         background-image: url(../img/questions-bg.jpg);
         height: 565px;
    }
     .tools-footer-container {
         -webkit-flex-wrap: wrap;
         -ms-flex-wrap: wrap;
         flex-wrap: wrap;
         -webkit-box-pack: justify;
         -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
         justify-content: space-between;
    }
}
 @media screen and (max-width: 1200px) {
     .tools-masters_item .image {
         height: 240px;
    }
}
 @media screen and (max-width: 992px) {
     header .mobile-menu {
         -webkit-box-shadow: none !important;
         box-shadow: none !important;
    }
     .electro-header {
         background: white;
         margin-bottom: 0;
         padding-top: 10px;
         padding-bottom: 10px;
    }
     .electro-header .navbar {
         padding: 0;
    }
     .electro-header_logo__text {
         color: #000;
    }
     .electro-header_collapse {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-pack: start;
         -webkit-justify-content: flex-start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         width: 100%;
         padding-bottom: 20px;
    }
     .electro-header_collapse__tools {
         -webkit-box-ordinal-group: 3;
         -webkit-order: 2;
         -ms-flex-order: 2;
         order: 2;
         width: 100%;
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-pack: justify;
         -webkit-justify-content: space-between;
         -ms-flex-pack: justify;
         justify-content: space-between;
         padding-left: 0;
    }
     .electro-header_collapse__tools-phone .number {
         margin-right: 20px;
    }
     .electro-header_collapse__tools-phone .number svg {
         fill: #000;
    }
     .electro-header_collapse__tools-phone .number a {
         color: #000 !important;
    }
     .electro-header_collapse__tools-select {
         margin: 0;
         color: #000;
    }
     .electro-header_menu {
         -webkit-box-shadow: none;
         box-shadow: none;
         position: static;
         width: 100%;
         height: auto;
         background: none;
         border: none;
    }
     .electro-header_menu .mobile-menu {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         padding: 20px 0;
    }
     .electro-header_menu a {
         margin-top: 10px;
         margin-right: 0;
         color: #000;
    }
     .electro-header_menu a:first-child {
         margin-top: 0;
    }
     .electro-header_menu a:after {
         display: none;
    }
     .tools-main-banner {
         margin-top: 110px;
    }
     .tools-main-banner h1 {
         padding-top: 45px;
         font-size: 26px;
         line-height: 29px;
         white-space: normal;
    }
     .tools-main-banner h2 {
         font-size: 20px;
    }
     .tools-main-banner_trig {
         margin: 30px 0;
    }
     .tools-main-banner_trig__item {
         margin-right: 15px;
    }
     .tools-main-banner_form {
         padding-bottom: 45px;
    }
     .tools-masters h3 {
         padding-bottom: 0;
    }
     .tools-masters_item {
         margin-top: 30px;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .tools-masters_item .image {
         height: 220px;
         width: 200px;
    }
     .tools-masters_item .name {
         text-align: center;
         margin-top: 20px;
    }
     .tools-masters_item .horizontal_line {
         width: 30%;
    }
     .tools-masters_item p {
         text-align: center;
         margin-bottom: 10px;
         font-size: 14px;
         line-height: 14px;
    }
     .tools-rewiews h3 {
         padding-bottom: 0;
    }
     .tools-rewiews_item {
         margin-top: 30px;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .tools-rewiews_item .name {
         margin-top: 20px;
    }
     .tools-rewiews_item .horizontal_line {
         width: 30%;
    }
     .tools-rewiews_item p {
         margin-bottom: 10px;
    }
     .tools-questions {
         height: auto;
         margin-bottom: 30px;
    }
     .tools-questions_content {
         margin: 0 auto;
    }
     .tools-footer-container {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
    }
     .tools-footer_logo__text {
         font-size: 20px;
         line-height: 20px;
    }
     .tools-footer_logo__text div:last-child {
         font-size: 14px;
    }
     .tools-footer_tools-phone {
        margin-top: 10px;
    }
}
 @media screen and (max-width: 770px) {
     .heading h3 {
         font-size: 20px;
         line-height: 22px;
    }
     .electro-header_collapse {
         display: -webkit-box;
         display: -webkit-flex;
         display: -ms-flexbox;
         display: flex;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-pack: start;
         -webkit-justify-content: flex-start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         width: 100%;
    }
     .electro-header_collapse__tools {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-pack: start;
         -webkit-justify-content: flex-start;
         -ms-flex-pack: start;
         justify-content: flex-start;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .electro-header_collapse__tools-phone {
         padding-left: 0;
    }
     .electro-header_collapse__tools-select {
         padding-bottom: 30px;
    }
     .ttool_form__group {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         width: 100%;
         max-width: 400px;
         margin: 0 auto;
    }
     .ttool_form__group button, .ttool_form__group span, .ttool_form__group input[type="submit"] {
         width: 100%;
    }
     .ttool_form__group input {
         margin-right: 0;
         margin-bottom: 10px;
         width: 100%;
         text-align: center;
    }
     .ttool_form > span {
         text-align: center;
    }
     .tools-main-banner h1 {
         padding-top: 30px;
         text-align: center;
    }
     .tools-main-banner h2 {
         text-align: center;
    }
     .tools-main-banner_trig {
         margin: 30px auto;
         width: 65%;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: start;
         -webkit-align-items: flex-start;
         -ms-flex-align: start;
         align-items: flex-start;
    }
     .tools-main-banner_trig__item {
         margin-right: 0;
    }
     .tools-main-banner_trig__item .number {
         width: 35px;
         font-size: 25px;
    }
     .tools-main-banner_form {
         padding-bottom: 30px;
    }
     .tools-warranty {
         margin-top: 30px;
    }
     .tools-warranty h3 {
         text-align: center;
    }
     .tools-warranty-horizontal_line {
         margin-top: 10px;
         margin-bottom: 20px;
         margin-left: auto;
         margin-right: auto;
         height: 5px;
    }
     .tools-warranty p {
         text-align: center;
         font-size: 14px;
         line-height: 15px;
         margin-bottom: 15px;
    }
     .tools-discount {
         margin-top: 30px;
    }
     .tools-discount h3 {
         text-align: center;
    }
     .tools-discount-horizontal_line {
         margin-top: 10px;
         margin-bottom: 20px;
         margin-left: auto;
         margin-right: auto;
         height: 5px;
    }
     .tools-discount p {
         text-align: center;
         font-size: 14px;
         line-height: 15px;
         margin-bottom: 15px;
    }
     .tools-masters {
         margin-top: 30px;
    }
     .tools-masters_item {
         margin-top: 20px;
    }
     .tools-masters_item .image {
         height: 180px;
         width: 160px;
    }
     .tools-masters_item .name {
         margin-top: 15px;
         font-size: 16px;
         line-height: 16px;
    }
     .tools-masters_item .horizontal_line {
         width: 30%;
         margin: 10px 0;
    }
     .tools-masters_item p {
         margin-bottom: 10px;
         font-size: 14px;
         line-height: 14px;
    }
     .tools-rewiews {
         margin-top: 30px;
    }
     .tools-rewiews_item {
         margin-top: 20px;
    }
     .tools-rewiews_item .image {
         height: 90px;
         width: 90px;
    }
     .tools-rewiews_item .name {
         margin-top: 15px;
         font-size: 16px;
         line-height: 16px;
    }
     .tools-rewiews_item .horizontal_line {
         width: 30%;
         margin: 10px 0 10px 105px;
    }
     .tools-questions {
         margin-top: 30px;
    }
     .modal-header {
         height: 30px !important;
    }
     .tools-footer {
         padding-top: 30px;
         padding-bottom: 30px;
    }
     .service-modal-container__item h3 {
         font-size: 25px;
         line-height: 25px;
         margin-bottom: 20px;
    }
     .service-modal-container__item h6 {
         font-size: 16px;
         line-height: 16px;
    }
     .service-modal-container__item form {
         margin-top: 20px;
    }
     .service-modal-container__item form input {
         text-align: center;
         margin-bottom: 10px;
    }
}
 @media screen and (max-width: 576px) {
     .heading h3 {
         font-size: 18px;
         line-height: 18px;
    }
     .electro-header_logo__text {
         margin-left: 10px !important;
         font-size: 18px !important;
    }
     .electro-header_collapse__tools-select {
         margin-left: 0;
    }
     .electro-header_collapse__tools-phone {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
         width: 100%;
    }
     .electro-header_collapse__tools-phone .number {
         -webkit-box-pack: center;
         -webkit-justify-content: center;
         -ms-flex-pack: center;
         justify-content: center;
         margin-right: 0;
         padding-right: 0;
    }
     .electro-header_collapse__tools-phone .btn-custom-header {
         width: 100%;
         max-width: 400px;
         margin-top: 15px;
         margin-left: 0;
    }
     .electro-header_collapse__tools-phone .btn-custom-header button {
         width: 100%;
         margin-left: 0;
    }
     .electro-header_collapse__tools-phone .btn-custom-header button span {
         text-align: center;
         width: 100%;
    }
     .tools-main-banner {
         margin-top: 80px;
    }
     .tools-main-banner h1 {
         font-size: 22px;
         line-height: 28px;
    }
     .tools-main-banner h1 span {
         color: #000;
    }
     .tools-main-banner h2 {
         font-size: 17px;
    }
     .tools-main-banner_trig {
         margin-top: 15px;
         margin-bottom: 20px;
         margin-left: auto;
         margin-right: auto;
         width: 75%;
    }
     .tools-main-banner_form {
         padding-bottom: 30px;
    }
     .tools-price {
         margin-top: 30px;
    }
     .tools-masters_item .image {
         height: 120px;
         width: 100px;
    }
     .tools-masters_item .name {
         margin-top: 10px;
    }
     .tools-masters_item .horizontal_line {
         width: 40%;
         margin: 8px 0;
         height: 3px;
    }
     .tools-masters_item p {
         font-size: 13px;
         margin-bottom: 8px;
    }
     .tools-rewiews_item .image {
         width: 80px;
    }
     .tools-rewiews_item .name {
         margin-top: 10px;
    }
     .tools-rewiews_item .horizontal_line {
         width: 40%;
         margin: 8px 0 8px 95px;
         height: 3px;
    }
     .tools-rewiews_item p {
         font-size: 13px;
         margin-bottom: 8px;
    }
     .tools-questions_content {
         width: 100%;
    }
     .tools-questions_content_item {
         padding: 20px 15px;
    }
     .tools-questions_content_item h3 {
         font-size: 22px;
         line-height: 22px;
         margin-bottom: 10px;
    }
     .tools-questions_content_item h4 {
         font-size: 14px;
         line-height: 14px;
    }
     .tools-footer_tools-phone {
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -webkit-flex-direction: column;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -webkit-align-items: center;
         -ms-flex-align: center;
         align-items: center;
    }
     .tools-footer_tools-phone .number {
         margin-right: 0;
         margin-bottom: 10px;
    }
}
 @media screen and (max-width: 405px) {
	 .electro-header_logo__image img {
		 width: 30px;
		 height: 30px;
	 }
	 .electro-header_logo__text {
        width: 140px;
    }
	.electro-header_logo__text div:last-child {
		font-size: 9px;
	}
}
 footer {
     background: #f7fafb;
     background: #f7fafb;
     border-top: 1px solid #cbe0e8;
}
 .div-site-policy {
     padding: 4px 10px;
}
 .div-site-policy .div-site-policy-inner {
     max-width: 800px;
     margin: 0 auto;
     text-align: center;
     font-size: 12px;
     line-height: 18px;
     color: #333;
}
 .div-site-policy .div-site-policy-inner a {
     color: #0e67ab;
     text-decoration: underline;
}
 .title {
     margin-bottom: 80px;
     font-size: 40px;
     line-height: calc(48.7 / 40);
     font-family: 'Gotham Pro-700';
     text-align: center;
}
 .tools-features {
     padding: 80px 0;
     background-color: #f7fafb;
}
 .tools-features__img {
     position: absolute;
     left: 50%;
     top: 50%;
     -webkit-transform: translate(-50%, -50%);
     -ms-transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
     background-image: url(./img/tools-features-img.png);
     width: 380px;
     height: 407px;
}
 .tools-features__row {
     position: relative;
	 max-width: 930px;
	 margin-left: auto;
	 margin-right: auto;
}
.tools-features_form {
	margin-top: 70px;
	text-align: center;
}

.tools-features_form .ttool_form__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
}

 .tools-features-wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-wrap: wrap;
     flex-wrap: wrap;
     -webkit-box-pack: justify;
     -ms-flex-pack: justify;
     justify-content: space-between;
     margin-bottom: -45px;
}
 .tools-features__item {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     margin-bottom: 45px;
}
 .tools-features__item-icon {
     width: 75px;
     height: 75px;
     -webkit-box-flex: 0;
     -ms-flex: 0 0 75px;
     flex: 0 0 75px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-pack: center;
     -ms-flex-pack: center;
     justify-content: center;
     -webkit-box-align: center;
     -ms-flex-align: center;
     align-items: center;
     background-color: #fff;
     border-radius: 50%;
     border: 3px solid #ff1200;
}
 .tools-features__item-icon svg {
     max-width: 35px;
     max-height: 35px;
}
 .tools-features__item-icon .free {
     max-width: 42px;
}
 .tools-features__item-text {
     max-width: 270px;
     color: #0d1525;
     margin-left: 19px;
     line-height: calc(19.5 / 16);
}
 .tools-price {
     padding: 80px 0;
}
 .tools-price-wrapper {
     margin: 0;
     border-radius: 15px;
     border: 1px solid #cbd8e7;
     overflow: hidden;
}
 .tools-price-wrapper > div {
     padding: 0;
}
 .tools-price__item {
     position: relative;
     z-index: 1;
     padding: 45px 25px 35px 35px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-align: start;
     -ms-flex-align: start;
     align-items: flex-start;
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
     border-bottom: 1px solid #cbd8e7;
     border-right: 1px solid #cbd8e7;
     color: #0d1525;
     overflow: hidden;
}
 .tools-price__item-wrapper {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
}
 .tools-price__item_1 {
     min-height: 358px;
     background: #0d1525;
     color: #f8f8f8;
}
 .tools-price__item_1:before {
     content: '';
     position: absolute;
     right: 60px;
     bottom: 30px;
     z-index: -1;
     width: 102px;
     height: 102px;
}
 .tools-price__item_2 {
     min-height: 358px;
     background-color: #f7fafb;
}
 .tools-price__item_8 {
     display: flex;
     flex-direction: row;
     min-height: 358px;
     padding-top: 62px;
     border-bottom: none;
     border-right: none;
}
 .tools-price__item_8:before {
     content: '';
     position: absolute;
     right: 45px;
     top: 45px;
     z-index: -1;
     width: 150px;
     height: 150px;
}
 .tools-price__item-title {
     margin-bottom: 25px;
     font-size: 20px;
     line-height: calc(24 / 20);
}
 .tools-price__item-list {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     -webkit-box-orient: vertical;
     -webkit-box-direction: normal;
     -ms-flex-direction: column;
     flex-direction: column;
     -webkit-box-flex: 1;
     -ms-flex: 1 1 auto;
     flex: 1 1 auto;
}
 .tools-price__item-list li {
     display: flex;
     justify-content: space-between;
     width: 100%;
     flex-wrap: wrap;
     position: relative;
     margin-bottom: 20px;
     padding-left: 25px;
     font-size: 14px;
     line-height: calc(17 / 14);
     font-family: 'Gotham Pro-300';
}
 .tools-price__item-list-price {
     margin-left: auto;
}
 .tools-price__item-list li:last-child {
     margin-bottom: 0;
}
 .tools-price__item-list li:before {
     content: '';
     position: absolute;
     left: 0px;
     top: 7px;
     width: 15px;
     height: 4px;
     border-radius: 5px;
     background: #ff1200;
}
 .tools-price__form-img {
     max-width: 50%;
     margin-left: auto;
     width: 514px;
     height: 279px;
     background-image: url(./img/tools-price-form-images.jpg);
     background-size: cover;
}
 .tools-price__form-title {
     margin-bottom: 10px;
     font-size: 40px;
     line-height: calc(48 / 40);
     font-family: 'Gotham Pro-700';
}
 .tools-price__form-subtitle {
     margin-bottom: 35px;
     font-size: 14px;
     font-family: 'Gotham Pro';
}
 .tools-delivery {
     position: relative;
     z-index: 1;
     min-height: 485px;
     background: #0d1525;
}
 .tools-delivery__bg {
     position: absolute;
     right: 0;
     top: 0;
     z-index: -1;
     max-width: 45.8%;
     height: 100%;
     -o-object-fit: cover;
     object-fit: cover;
     -o-object-position: left;
     object-position: left;
     width: 100%;
     height: 100%;
     background-image: url(./img/tools-delivery-bg.jpg);
     background-size: cover;
}
 .tools-delivery__col {
     width: 100%;
     max-width: 634px;
     padding: 80px 60px 80px 0;
     color: #fff;
}
 .tools-delivery__title {
     margin-bottom: 20px;
     text-align: left;
     color: #fff;
     font-size: 40px;
     font-family: 'Gotham Pro-700';
     line-height: calc(48.5 / 40);
}
 .tools-delivery__subtitle {
     margin-bottom: 30px;
}
 @media (min-width: 768px) {
     .tools-features__item:nth-child(odd) {
         width: 50%;
    }
}
 @media (min-width: 992px) {
     .tools-price__item_3 {
         border-right: none;
    }
}
 @media (min-width: 1200px) {
     .tools-price {
         border-top: 1px solid #E8EEF4;
    }
}
 @media (max-width: 1199px) {
     .title {
         margin-bottom: calc(25px + 30 * ((100vw - 320px) / 1600));
         font-size: calc(23px + 22 * ((100vw - 320px) / 1600));
    }
     .tools-features__img {
         max-width: 300px;
         height: 320px;
         background-size: contain;
         background-repeat: no-repeat;
    }
     .tools-price__item {
         padding-top: calc(20px + 15 * ((100vw - 320px) / 1600));
         padding-bottom: calc(20px + 15 * ((100vw - 320px) / 1600));
         padding-left: calc(12px + 16 * ((100vw - 320px) / 1600));
         padding-right: calc(12px + 16 * ((100vw - 320px) / 1600));
         min-height: auto;
    }
     .tools-price__item-title {
         margin-bottom: calc(12px + 13 * ((100vw - 320px) / 1600));
         font-size: calc(17px + 3 * ((100vw - 320px) / 1600));
    }
     .tools-price__item-list {
         margin-bottom: calc(20px + 18 * ((100vw - 320px) / 1600));
    }
     .tools-price__item-list li {
         margin-bottom: calc(10px + 10 * ((100vw - 320px) / 1600));
    }
     .tools-price__form-title {
         font-size: calc(20px + 24 * ((100vw - 320px) / 1600));
    }
     .tools-price__form-subtitle {
         margin-bottom: calc(15px + 20 * ((100vw - 320px) / 1600));
         font-size: calc(13px + 1 * ((100vw - 320px) / 1600));
    }
     .tools-delivery {
         min-height: auto;
    }
     .tools-delivery__col {
         max-width: 550px;
    }
     .tools-delivery__bg {
         max-width: 43%;
    }
     .tools-delivery__title {
         font-size: calc(24px + 16 * ((100vw - 320px) / 1600));
    }
     .tools-delivery__subtitle {
         font-size: calc(15px + 1 * ((100vw - 320px) / 1600));
    }
}
 @media (max-width: 991px) {
     .div-padding {
         padding: 30px 0;
    }
     .div-padding-top {
         padding-top: 60px;
    }
     .div-padding-bottom {
         padding-bottom: 60px;
    }
     .tools-features__item {
         margin-bottom: 30px;
    }
     .tools-features__item-icon {
         -webkit-box-flex: 0;
         -ms-flex-positive: 0;
         flex-grow: 0;
         -ms-flex-negative: 0;
         flex-shrink: 0;
         -ms-flex-preferred-size: calc(50px + 30 * ((100vw - 320px) / 1600));
         flex-basis: calc(50px + 30 * ((100vw - 320px) / 1600));
         width: calc(50px + 30 * ((100vw - 320px) / 1600));
         height: calc(50px + 30 * ((100vw - 320px) / 1600));
    }
     .tools-features__item-icon svg {
         width: calc(25px + 15 * ((100vw - 320px) / 1600));
         height: calc(25px + 15 * ((100vw - 320px) / 1600));
    }
     .tools-features__item-text {
         max-width: 240px;
         font-size: calc(15px + 1 * ((100vw - 320px) / 1600));
         line-height: 1.4;
    }
     .tools-features__img {
         display: none;
    }
     .tools-price__item:before {
         display: none;
    }
     .tools-price__item_2, .tools-price__item_4, .tools-price__item_6 {
         border-right: none;
    }
     .tools-price__form form {
         min-height: auto;
    }
     .tools-price__form span {
         max-width: 100%;
         margin-right: 0;
         padding-right: 0;
         margin-bottom: 8px;
         height: 50px;
    }
     .tools-price__form span input {
         padding: 0 10px;
         text-align: center;
    }
     .tools-delivery__col {
         max-width: 100%;
    }
     .tools-delivery__bg {
         display: none;
    }
}
 @media (max-width: 767px) {
     .title {
         font-size: 25px;
    }
     .tools-price__item-wrapper-pl {
         padding: 0 15px !important;
    }
     .tools-price__form-img {
         display: none;
    }
     .tools-features-wrapper {
         margin-bottom: 0;
    }
     .tools-features__item {
         margin-bottom: 20px;
         -webkit-box-orient: vertical;
         -webkit-box-direction: normal;
         -ms-flex-direction: column;
         flex-direction: column;
         -webkit-box-align: center;
         -ms-flex-align: center;
         align-items: center;
         padding: calc(20px + 8 * ((100vw - 320px) / 1600));
         width: 100%;
         -webkit-box-shadow: 0 4px 45px rgba(0, 0, 0, 0.08);
         box-shadow: 0 4px 45px rgba(0, 0, 0, 0.08);
         border-radius: 10px;
         background-color: #ffffff;
         text-align: center;
    }
     .tools-features__item:last-child {
         margin-bottom: 0;
    }
     .tools-features__item-icon {
         margin-bottom: 15px;
    }
     .tools-features__item-text {
         max-width: 100%;
         margin-left: 0;
    }
     .tools-price__item {
         border-right: none;
    }
     .tools-price__form {
         text-align: center;
    }
     .tools-delivery__title {
         margin-bottom: 15px;
         font-size: 21px;
         text-align: center;
    }
     .tools-delivery__subtitle {
         margin-bottom: 15px;
         text-align: center;
    }
     .tools-delivery__col {
         padding: 80px 10px 80px 10px;
    }
     .tools-price__item-list li {
         flex-direction: column;
    }
     .tools-price__item-list-price{
         margin-left: 0;
    }
     .tools-price__item_3 .tools-price__item-list-text {
         min-height: unset !important;
    }
}
 .sent-form-success {
     display: none;
     position: fixed;
     left: 10%;
     right: 10%;
     top: 40%;
     text-align: center;
     color: #000;
     background-color: #c7eccb;
     -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
     box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
     border-radius: 0.5rem;
     z-index: 1000;
}
 .sent-form-error {
     display: none;
     position: fixed;
     left: 10%;
     right: 10%;
     top: 40%;
     text-align: center;
     color: #000;
     background-color: #F7D5D3;
     -webkit-box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
     box-shadow: 0 5px 26px rgba(0, 0, 0, 0.23);
     border-radius: 0.5rem;
     z-index: 1000;
}
 .sent-form-success div, .sent-form-error div {
     margin: 70px 10px;
     display: block;
}