html {
  scroll-behavior: smooth;
}
html,
body {
  height: 100%;
}
body {
  background-color: #bcddca;
}
* {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 0;
  padding: 0;
  color: #45140e;
}

/* Keyframes animation for modal divs */
@-webkit-keyframes zoomIn {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  75% {
    transform: scale(1.2, 1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0, 0);
    opacity: 0;
  }
  75% {
    transform: scale(1.2, 1.2);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}

@-webkit-keyframes zoomOut {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    transform: scale(1.2, 1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(0, 0);
    opacity: 0;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  25% {
    transform: scale(1.2, 1.2);
    opacity: 0.7;
  }
  100% {
    transform: scale(0, 0);
    opacity: 0;
  }
}

@keyframes fadeLoginModal {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes fadeLoginModal {
  0% {
    opacity: 1;
  }
  25% {
    opacity: 0.7;
  }
  100% {
    opacity: 0;
  }
}

/* End animation css for modal divs */

@media only screen and (min-width: 200px) {
  /* Homepage intro */
  .basket {
    padding: 60px 20px 45px;
  }
  .homepage_intro p {
    font-size: 19px;
  }
  .homepage_intro p span {
    font-weight: 700;
    font-size: 22px;
    color: #f0543e;
  }
  /* Homepage why choose us */
  .why_choose_us {
    background-color: #e2ede7;
  }
  .basket_common_css h2 {
    text-align: center;
    color: #c74634;
  }
  .why_choose_us .descriptions .child img {
    width: 60%;
    display: block;
    margin: 0 auto;
  }
  .why_choose_us .descriptions .child {
    text-align: center;
    padding: 25px 0;
  }
  .why_choose_us .descriptions .child .child_inner {
    padding: 30px 20px 30px;
    transition: background-color 0.5s ease-in-out, box-shadow 0.5s ease-in-out;
  }
  .why_choose_us .descriptions .child .child_inner:hover {
    background-color: #cde9db;
    box-shadow: 3px 5px 15px 2px #04251038;
  }
  .why_choose_us .descriptions .child h3 {
    color: #178942;
    font-size: 20px;
    font-weight: 600;
  }
  .why_choose_us .descriptions .child p {
    font-size: 18px;
  }
  .relative_positioned_div {
    position: relative;
  }
  .absolute_positioned_div {
    position: absolute;
    height: 2px;
    width: 2px;
    top: -50px;
    /* background-color: blue; */
    z-index: -10;
  }
  .absolute_positioned_div2 {
    position: absolute;
    height: 2px;
    width: 2px;
    top: -100px;
    /* background-color: blue; */
    z-index: -10;
  }

  /* Homepage testimonials */
  .testimonials_basket {
    padding: 30px 20px;
  }
  .member_photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 4px solid #85c19c;
    overflow: hidden;
    margin: 0 auto 25px;
  }
  .member_photo img {
    width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
  }
  .member_textual {
    padding: 0 0 20px;
  }
  .quote {
    font-size: 18px;
  }
  .quote span {
    font-weight: 600;
    font-size: 21px;
  }
  .name,
  .designation {
    font-size: 17px;
    font-style: oblique;
  }
  .name {
    font-weight: 600;
    margin: 0;
  }
  .controls_basket {
    position: relative;
    display: flex;
    justify-content: center;
  }
  .carousel-control-next,
  .carousel-control-prev {
    position: static;
    display: inline-block;
  }
  .carousel-control-next button,
  .carousel-control-prev button {
    background-color: #006927;
    border: 2px solid #006927;
    border-radius: 5px;
    padding: 0 8px;
    color: #e9f8ef;
    font-size: 20px;
    font-weight: 700;
    transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out;
  }
  .carousel-control-next button:hover,
  .carousel-control-prev button:hover {
    background-color: #e9f8ef;
    color: #0e5729;
  }

  /* Common Banner */
  .banner {
    height: 250px;
    position: relative;
  }
  .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.4);
  }
  .banner h1 {
    position: absolute;
    left: 20px;
    bottom: 10px;
    color: #e98e81;
  }

  /* About page */
  .others_pages_basket h3 {
    color: #178942;
    font-weight: 600;
    font-size: 23px;
  }
  .others_pages_basket p {
    font-size: 17px;
  }
  .others_pages_basket p strong {
    color: #d13c27;
  }

  /* Products page */
  .products_child {
    position: relative;
    padding: 25px 10px;
    margin: 0 0 20px;
    background-color: #a8d1ba;
    border: solid 2px #a8d1ba;
    transition: background-color 0.7s ease, border 0.7s ease;
  }
  .products_child_inner {
    height: 163px;
    overflow: hidden;
    /* background-color: #82bf9d; */
    position: relative;
    transition: height 0.5s ease-out;
  }
  .products_child_inner h4 {
    color: #178942;
    font-weight: 600;
    font-size: 20px;
  }
  .products_child_inner p {
    margin: 0;
  }
  .products_child_inner h5 {
    color: #178942;
    font-size: 21px;
    font-style: oblique;
    margin: 8px 0 0;
  }
  .products_child_inner ul {
    margin: 0 0 0 30px;
  }
  .products_child_inner ul li {
    font-size: 17px;
  }
  .products_child_inner .read_more_div {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 5px 0 0;
    background-color: #a8d1ba;
  }
  .read_more_div a {
    color: #002b10;
    font-style: oblique;
    background-color: #5bad7f;
    padding: 5px;
    font-size: 17px;
  }

  /* Form styles */
  .loginform h4 {
    text-align: center;
    color: #0a5b28;
    margin: 0 0 15px;
  }
  .input_group_flex_1 {
    display: flex;
    flex-wrap: wrap;
  }
  .input_item_basket {
    padding: 0 0 10px;
    width: 100%;
  }
  .submit_item {
    padding: 28px 0 0;
  }

  /* Benefits */
  .benefits ul {
    padding: 0 0 0 25px;
  }
  .benefits ul li {
    font-size: 19px;
  }

  /* Contacts page */
  .contacts_form {
    padding: 0 0 60px;
  }
  .contacts_form h3 {
    font-style: italic;
  }
  .others_pages_basket .contacts_form p {
    font-size: 17px;
  }
  .input_item_basket:nth-child(5) {
    padding: 0 0 15px;
  }
  .mb-3 {
    margin: 0 !important;
  }
  .input-group-text {
    background-color: #d1bfbd;
  }
  .input-group-text i {
    font-size: 25px;
    color: #e1432c;
  }
  .form-control {
    font-size: 17px;
  }
  .input_errors p {
    color: red;
    margin: 0 0 2px;
    font-size: 17px;
  }
  .strateq_submit {
    background-color: #e1432c;
    border: 2px solid #e1432c;
    border-radius: 0;
    color: #eedcda;
    font-size: 20px;
    transition: 0.5s;
  }
  .strateq_submit:hover {
    background-color: #f6aa9e;
    border: 2px solid #b02a16;
    color: #b02a16;
    transition: 0.5s;
  }
  .contacts_item_wrapper {
    display: flex;
    padding: 0 0 13px;
  }
  .contacts_i_icon {
    display: flex;
    align-items: center;
    width: 55px;
  }
  .contacts_i_icon.phone {
    width: 37px;
  }
  .contacts_i_icon i {
    font-size: 25px;
  }
  .contacts_descr {
    flex-grow: 1;
  }
  .contacts_descr p {
    font-size: 17px;
    margin: 0;
  }
  /* Login form */

  /* Footer */
  .footer {
    background-color: #a52a18;
    padding: 60px 0 0;
  }
  .footer_basket_1,
  .footer_basket_2 {
    padding: 0 10px;
  }
  .footer_basket_1 {
    display: flex;
    flex-wrap: wrap;
  }
  .footer_about {
    width: 100%;
  }
  .footer_child {
    padding: 0 5px 40px;
  }
  .footer_child.footer_quick_links,
  .footer_child.footer_contacts {
    width: 100%;
  }
  .footer_child p {
    color: #ffa499;
    font-size: 17px;
  }
  .footer_child p a.read_more {
    display: inline-block;
    color: #dfb5af;
    font-style: oblique;
    transition: 0.5s;
  }
  .footer_child p a.read_more:hover {
    color: #f3dfdc;
    font-style: oblique;
    transition: 0.5s;
  }
  .heading {
    display: flex;
  }
  .heading h3,
  .heading i,
  .social_heading {
    color: #fdc7c1;
  }
  .heading i {
    font-size: 28px;
    margin: 0 10px 0 0;
  }
  .quick_links {
    display: flex;
    flex-direction: column;
  }
  .quick_links a {
    color: #ffa499;
    font-size: 18px;
    margin: 0 0 5px;
    transition: 0.5s;
  }
  .quick_links a:hover {
    color: #fdd2cd;
    text-decoration: none;
    transition: 0.5s;
  }
  .contacts_item {
    display: flex;
  }
  .contacts_item i {
    color: #ffa499;
    font-size: 24px;
    margin: 0 10px 0 0;
  }
  .contacts_item p {
    font-size: 18px;
  }
  .social_links {
    display: flex;
    justify-content: center;
  }
  .social_links i {
    color: #bd8982;
    margin: 0 10px;
    font-size: 30px;
    transition: 0.5s;
  }
  .social_links i:hover {
    color: #dcb1ab;
    transition: 0.5s;
  }
  .social_heading {
    text-align: center;
  }
  .footer_basket_3 {
    background-color: #6d170a;
    padding: 5px;
  }
  .copyright p {
    margin: 0 0 5px;
  }
  .copyright p,
  .developer p {
    color: #bd8982;
    text-align: center;
  }
  .developer p {
    margin: 0;
  }
  .developer p a img {
    width: 60px;
  }

/* Modal css */
.modal_common_css {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #47150e9c;
  padding-top: 55px;
  padding-bottom: 74px;
  overflow: auto;
  z-index: 5010;
}
.modal_content {
  background-color: #bcddca;
  margin: auto;
  padding: 0;
  width: 80%;
  box-shadow: 0 4px 8px 0 #47150e9c, 0 6px 20px 0 #47150e9c;
  -webkit-animation: zoomIn;
  -webkit-animation-duration: 0.4s;
  animation: zoomIn;
  animation-duration: 0.4s;
}
.modal_body {
  padding: 40px 20px;
}
.modal_header {
  background-color: #f0543e;
  position: relative;
  padding: 30px 5px 18px;
}
.modal_header h3 {
  color: #f0e1df;
  text-align: center;
  font-size: 27px;
  margin: 15px 0 0;
}
.modal_header span {
  position: absolute;
  color: #f0e1df;
  top: 5px;
  right: 14px;
  font-size: 25px;
  font-weight: 600;
  cursor: pointer;
}
#registrationForm .input-group-text i {
  font-size: 19px;
  color: #e1432c;
}
.radio_label_title p {
  margin: 0 0 2px;
  color: #cd3019;
  font-size: 17px;
  font-weight: 600;
}
.form-radio label {
  margin: 0;
  font-size: 17px;
  cursor: pointer;
  transition: .5s;
}
.form-radio label:hover,
.form-radio label:hover input {
  color: #065725;
}
.input_flex_group_descr {
  display: flex;
  padding: 35px 0 10px;
}
.input_flex_group_descr h5 {
  font-size: 25px;
  font-style: italic;
  color: #065725;
  margin: 0 15px 0 0;
}
.input_flex_group_descr hr {
  flex-grow: 1;
  height: 1px;
  background-color: #59a576;
  margin: 12px 0 0;
}
.input_flex_group3 {
  display: none;
  flex-direction: column;
  height: 0;
  opacity: 0;
  transition: height .7s ease-in-out, opacity .6s ease-in-out;
}

/* Registration success modal */
.registration_success_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8ecda5d6;
  padding-top: 25px;
  padding-bottom: 74px;
  overflow: auto;
  z-index: 5020;
}
.success_content {
  width: 85%;
  margin: 0 auto;
  padding: 50px 15px;
  background-color: #0c5f2b;
}
.success_content i {
  text-align: center;
  color: #73b98d;
  display: block;
  font-size: 45px;
  margin: 0 0 20px;
}
.success_content h3 {
  text-align: center;
  color: #e1fdec;
  font-size: 28px;
  margin: 0 0 20px;
}
.success_content p {
  text-align: center;
  color: #84c79d;
  font-size: 19px;
  margin: 0 0 20px;
}
.success_content p span {
  color: #ff7663;
  font-size: 20px;
}
.success_content div {
  display: flex;
  justify-content: center;
}
.success_content div a {
  background-color: #84c79d;
  border: 3px solid #84c79d;
  padding: 7px 8px;
  color: #0c5f2b;
  font-size: 18px;
  font-weight: 600;
  transition: .5s;
}
.success_content div a:hover {
  background-color: #0c5f2b;
  color: #84c79d;
  text-decoration: none;
  transition: .5s;
}

}
@media only screen and (min-width: 360px) {
  /* Homepage intro */
  .basket {
    padding: 70px 25px 50px;
  }
  /* Homepage why choose us */
  .basket_common_css h2 {
    font-size: 34px;
  }
  .why_choose_us .descriptions .child img {
    width: 65%;
  }
  .why_choose_us .descriptions .child h3 {
    font-size: 21px;
  }

  /* Banner */
  .banner h1 {
    left: 30px;
    font-size: 45px;
  }
  /* About */
  .others_pages_basket h3 {
    font-size: 25px;
  }

  /* Form styles */
  .loginform {
    width: 300px;
    margin: 0 auto;
  }

  /* Products */
  .products_child {
    padding: 25px 15px;
  }
  .products_child_inner {
    height: 174px;
  }
  .products_child_inner h4 {
    font-size: 22px;
  }
  .products_child_inner h5 {
    font-size: 22px;
    margin: 11px 0 0;
  }

  /* Benefits */
  .benefits ul li {
    font-size: 21px;
  }

  /* Contacts page */
  .others_pages_basket .contacts_form p {
    font-size: 18px;
  }
  .form-control {
    font-size: 18px;
  }
  .contacts_descr p {
    font-size: 18px;
  }

  /* Footer */
  .footer_child {
    padding: 0 10px 40px;
  }

  /* Modal styles */
  .modal_header span {
    font-size: 32px;
  }
  #registrationForm .input-group-text i {
    font-size: 25px;
  }
  .radio_label_title p,
  .form-radio label {
    font-size: 18px;
  }
  .input_flex_group_descr hr {
    margin: 17px 0 0;
  }

  /* Registration success */
  .registration_success_modal {
    padding-top: 75px;
  }
  .success_content {
    padding: 55px 20px;
  }
  .success_content i {
    font-size: 55px;
    margin: 0 0 26px;
  }

}
@media only screen and (min-width: 410px) {
  /* Homepage intro */
  .basket {
    padding: 70px 30px 50px;
  }
  /* Homepage why choose us */
  .why_choose_us .descriptions .child {
    padding: 22px 15px 25px;
  }
  .why_choose_us .descriptions .child .child_inner {
    padding: 30px 22px 30px;
  }
  .basket_common_css h2 {
    font-size: 38px;
  }
  /* Banner */

  /* About */
  .others_pages_basket h3 {
    font-size: 27px;
  }
  .others_pages_basket p {
    font-size: 18px;
  }

  /* Products */
  .read_more_div a {
    font-size: 18px;
  }

  /* Contacts */
  .others_pages_basket .contacts_form p {
    font-size: 20px;
  }
  .input-group-text i {
    font-size: 28px;
  }
  .strateq_submit {
    font-size: 23px;
  }
  .contacts_i_icon.phone {
    width: 43px;
  }
  .contacts_i_icon i {
    font-size: 28px;
  }

  /* Footer */
  .footer_child {
    padding: 0 15px 40px;
  }

  /* Modal styles */
  .modal_header h3 {
    font-size: 30px;
  }

}
@media only screen and (min-width: 600px) {
  /* Homepage intro */
  .basket {
    padding: 75px 45px 45px;
  }
  .homepage_intro p {
    font-size: 21px;
  }
  .homepage_intro p span {
    font-size: 24px;
  }

  /* Homepage why choose us */
  .basket_common_css h2 {
    font-size: 45px;
  }
  .why_choose_us .descriptions .child {
    padding: 37px 40px 40px;
  }
  .why_choose_us .descriptions .child .child_inner {
    padding: 30px 35px 35px;
  }
  .why_choose_us .descriptions .child img {
    width: 70%;
  }
  .why_choose_us .descriptions .child h3 {
    font-size: 23px;
  }
  .why_choose_us .descriptions .child p {
    font-size: 19px;
  }

  /* Homepage testimonials */
  .testimonials_basket {
    padding: 39px 45px;
  }
  .member_photo {
    width: 180px;
    height: 180px;
  }
  .member_photo img {
    width: 100%;
    height: 180px;
  }
  .quote {
    font-size: 19px;
  }
  .name,
  .designation {
    font-size: 18px;
  }

  /* Benefits */
  .benefits ul li {
    font-size: 23px;
  }

  /* Form styles */
  .input_group_flex_1 {
    justify-content: space-between;
  }
  .input_item_basket {
    padding: 0 0 15px;
  }
  .input_item_basket_xstyle {
    width: 48%;
  }

  /* Banner */
  .banner {
    height: 280px;
  }
  .banner h1 {
    left: 45px;
  }

  /* Products */
  .products_child {
    padding: 30px 20px;
  }
  .products_child_inner {
    height: 135px;
  }
  .products_child_inner h4 {
    font-size: 25px;
  }
  .products_child_inner ul li {
    font-size: 18px;
  }

  /* Contacts */
  .contacts_i_icon,
  .contacts_i_icon.phone {
    width: 43px;
  }
  .others_pages_basket p {
    font-size: 20px;
  }

  /* Footer */
  .footer_child {
    padding: 0 20px 40px;
  }
  .footer_child.footer_quick_links,
  .footer_child.footer_contacts {
    width: 50%;
  }

  /* Modal */
  .modal_header h3 {
    font-size: 35px;
  }
  .input_flex_group1, 
  .input_flex_group2 {
    display: flex;
  }
  .input_flex_group1, .input_flex_group2,
  .input_flex_group3 {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .input_flex_group1 .input_item_basket,
  .input_flex_group2 .input_item_basket,
  .input_flex_group3 .input_item_basket {
    width: 48%;
  }
  .input_flex_group2 .input_flex_group3 {
    width: 100%;
    flex-direction: row;
  }
  .input_flex_group_descr {
    padding: 40px 0 10px;
  }

  /* Registration success */
  .registration_success_modal {
    padding-top: 130px;
  }
  .success_content {
    padding: 60px 30px;
    width: 405px;
  }
  .success_content i {
    font-size: 66px;
    margin: 0 0 30px;
  }
  .success_content h3 {
    font-size: 32px;
  }

}
@media only screen and (min-width: 700px) {
  .basket {
    padding: 80px 55px 45px;
  }
  /* Homepage why choose us */
  .why_choose_us .descriptions .child {
    padding: 37px 50px 40px;
  }
  /* Homepage testimonials */
  .testimonials_basket {
    padding: 39px 70px;
  }
  .absolute_positioned_div {
    top: -65px;
  }
  .absolute_positioned_div2 {
    top: -120px;
  }

  /* Banner */
  .banner {
    height: 320px;
  }
  .banner h1 {
    left: 55px;
    bottom: 20px;
  }

  /* Products */
  .products_child_inner h4 {
    font-size: 28px;
  }
  .products_child_inner h5 {
    font-size: 25px;
  }
  .products_child_inner ul li {
    font-size: 19px;
  }

  /* Footer */
  .footer_basket_3 {
    display: flex;
    justify-content: space-between;
    padding: 7px 10px;
  }

  /* Modal */
  .modal_body {
    padding: 50px 25px;
  }

  /* Registration success */
  .registration_success_modal {
    padding-top: 190px;
  }

}
@media only screen and (min-width: 768px) {
  .basket {
    padding: 80px 60px 50px;
  }
  .why_choose_us .descriptions .child .child_inner {
    padding: 30px 40px 37px;
  }
  /* Homepage testimonials */
  .testimonials_basket {
    padding: 39px 91px;
  }
  .member_photo {
    width: 200px;
    height: 200px;
  }
  .member_photo img {
    height: 200px;
  }
  /* Banner */
  .banner h1 {
    left: 60px;
  }

  .absolute_positioned_div {
    top: -80px;
  }
  .absolute_positioned_div2 {
    top: -130px;
  }

  /* Benefits */
  .benefits ul li {
    font-size: 26px;
  }

  /* Modal */
  .modal_content {
    width: 630px;
  }
  .modal_body {
    padding: 50px 30px;
  }

}
@media only screen and (min-width: 912px) {
  .basket {
    padding: 90px 70px 55px;
  }

  /* Banner */
  .banner h1 {
    left: 70px;
  }

  /* Form style */
  .input_item_basket_xstyle {
    width: 32%;
  }
  .input_item_basket_xstyle.input_item_basket_email,
  .input_item_basket_msgtitle {
    width: 48%;
  }

  /* Benefits */
  .benefits ul li {
    font-size: 28px;
  }

  .absolute_positioned_div2 {
    top: -100px;
  }

  /* Modal */
  .modal_common_css {
    padding-top: 110;
  }
  .modal_content {
    width: 660px;
  }

}
@media only screen and (min-width: 1024px) {
  .basket {
    padding: 90px 85px 55px;
  }
  /* Homepage why choose us */
  .why_choose_us .descriptions {
    display: flex;
    flex-wrap: wrap;
  }
  .why_choose_us .descriptions .child {
    padding: 37px 7px 28px;
    width: 33.33%;
  }
  .why_choose_us .descriptions .child .child_inner {
    padding: 30px 13px 37px;
  }
  .why_choose_us .descriptions .child img {
    width: 55%;
  }
  /* Homepage testimaonials */
  .testimonials_basket {
    padding: 39px 140px;
  }
  /* Banner */
  .banner {
    height: 250px;
  }
  .banner h1 {
    left: 85px;
  }

  /* Benefits */
  .benefits ul li {
    font-size: 31px;
  }

  .absolute_positioned_div2 {
    top: -135px;
  }

  /* Contacts page */
  .contacts_basket {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .contacts_form {
    width: 57%;
  }
  .contacts_items {
    width: 39%;
  }
  .input_item_basket_xstyle {
    width: 48%;
  }
  .input_item_basket_msgtitle {
    width: 100%;
  }
  .contacts_i_icon {
    width: 65px;
  }

  @media only screen and (min-height: 1366px) {
    /* Banner */
    .banner {
      height: 400px;
    }
    /* About */
    .about_basket {
      min-height: 500px;
    }
  }

  @media only screen and (height: 600px) {
    /* Products */
    .absolute_positioned_div2 {
      top: -97px;
    }

    /* Benefits */
    .benefits ul li {
      font-size: 28px;
    }

    /* Modal */
    .modal_common_css {
      padding-top: 70px;
    }

    /* Registration success */
    .registration_success_modal {
      padding-top: 55px;
    }

  }

  /* Footer */
  .footer_basket_1 {
    justify-content: space-between;
    padding: 0 20px;
  }
  .footer_child.footer_about {
    width: 38%;
  }
  .footer_child.footer_quick_links,
  .footer_child.footer_contacts {
    width: 29%;
  }

  /* Modal */
  .modal_content {
    width: 965px;
  }
  .input_flex_group1, 
  .input_flex_group2, 
  .input_flex_group3 {
    justify-content: normal;
  }
  .input_flex_group1 .input_item_basket {
    width: 32%;
  }
  .input_flex_group2 .input_item_basket, 
  .input_flex_group3 .input_item_basket {
    width: 40%;
  }
  .input_flex_group1 .input_item_basket:nth-child(1),
  .input_flex_group1 .input_item_basket:nth-child(2), 
  .input_flex_group1 .input_item_basket:nth-child(4), 
  .input_flex_group1 .input_item_basket:nth-child(5), 
  .input_flex_group1 .input_item_basket:nth-child(7), 
  .input_flex_group1 .input_item_basket:nth-child(8) {
    margin: 0 15px 0 0;
  }
  .input_flex_group2 .input_item_basket:nth-child(1), 
  .input_flex_group3 .input_item_basket:nth-child(1) {
    margin: 0 25px 0 0;
  }

}
@media only screen and (min-width: 1280px) {
  .basket {
    padding: 80px 100px 60px;
  }
  .contacts_i_icon {
    width: 51px;
  }
  .homepage_intro p {
    font-size: 23px;
  }
  .homepage_intro p span {
    font-size: 26px;
  }
  /* Homepage why choose us */
  .why_choose_us .descriptions .child {
    padding: 37px 12px 28px;
  }
  .why_choose_us .descriptions .child .child_inner {
    padding: 30px 17px 37px;
  }
  /* Homepage testimonials */
  .testimonials_basket {
    padding: 45px 240px;
  }
  /* Banner */
  .banner {
    height: 380px;
  }
  .banner h1 {
    left: 100px;
  }

  /* Products */
  .absolute_positioned_div2 {
    top: -115px;
  }

  /* Modal */
  .modal_common_css {
    padding-top: 75px;
  }
  .modal_content {
    width: 1000px;
  }
  .input_flex_group1 .input_item_basket {
    width: 31%;
  }
  .input_flex_group1 .input_item_basket:nth-child(1), 
  .input_flex_group1 .input_item_basket:nth-child(2), 
  .input_flex_group1 .input_item_basket:nth-child(4), 
  .input_flex_group1 .input_item_basket:nth-child(5), 
  .input_flex_group1 .input_item_basket:nth-child(7), 
  .input_flex_group1 .input_item_basket:nth-child(8) {
    margin: 0 25px 0 0;
  }

  /* Registration success */
  .registration_success_modal {
    padding-top: 135px;
  }

}
@media only screen and (min-width: 1366px) {
  .why_choose_us .descriptions .child .child_inner {
    padding: 30px 20px 37px;
  }
  /* Homepage testimonials */
  .testimonials_basket {
    padding: 45px 260px;
  }

  /* Contacts */
  .contacts_i_icon {
    width: 47px;
  }

  /* Registration success */
  .registration_success_modal {
    padding-top: 75px;
  }

}
@media only screen and (min-width: 1440px) {
  .homepage_intro p {
    font-size: 26px;
  }
  .homepage_intro p span {
    font-size: 29px;
  }

  /* Contacts */
  .contacts_i_icon,
  .contacts_i_icon.phone {
    width: 43px;
  }
}
