html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  vertical-align: baseline;
  margin: 0;
  border: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ############################################# */

/* text */

@font-face {
  src: url("../fonts/FontsFree-Net-AmpleSoftProMedium.ttf") format("truetype");
  font-family: "AmpleSoft";
}

@font-face {
  src: url("../fonts/FiraSans-SemiBold.ttf") format("truetype");
  font-family: "FiraSans-SemiBoldSans";
}

h1 {
  font-family: "AmpleSoft", sans-serif;
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.8px;
  color: #fff;
}

h2 {
  font-family: "FiraSans-SemiBoldSans", sans-serif;
  font-size: 38px;
  line-height: 1.3em;
  letter-spacing: 1px;
  color: #222;
}

h3 {
  font-family: "FiraSans-SemiBoldSans", sans-serif;
  font-size: 28px;
  line-height: 1.3em;
  letter-spacing: 0.9px;
  color: #222;
}

span {
  font-family: "FiraSans-SemiBoldSans", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
  color: #fff;
}

li {
  font-family: "FiraSans-SemiBoldSans", sans-serif;
  line-height: 1.3em;
}

p,
i {
  font-family: "OpenSans-Regular", "Arial", "Verdana", "Sana", monospace;
  font-weight: 400;
  line-height: 1.6em;
  letter-spacing: 0.7px;
  color: #111;
}

a:link,
a:visited {
  text-decoration: none;
}

/* ########################################### */

/* Global style */

body {
  min-width: 360px;
  background: #eceef0;
  cursor: default;
}

.container {
  position: relative;
  display: table;
  margin: -3px auto 0;
  width: 100%;
  height: auto;
  max-width: 1200px;
  background: #fff;
}

.underline {
  text-decoration: underline;
}

.center-text {
  text-align: center;
}

.margin-auto {
  margin: 0 auto;
}

.gray {
  color: #929394;
}

.blackedbold {
  font-weight: 600;
}

.article-txt {
  margin: 15px auto;
}

.middle-topic {
  margin: 20px auto;
}

.red-txt {
  color: #e03e45 !important;
}

.link-1 {
  font-weight: 600;
  text-decoration: underline !important;
  color: #fe434a;
  cursor: default;
}

.link-1:hover {
  text-decoration: none !important;
}

.clear {
  clear: both;
}

/* ########################################### */

/* header */

header {
  position: relative;
  display: block;
}

.header-top-1 {
  display: table;
  padding: 15px 0;
  width: 100%;
  height: auto;
  background: #fc434b;
}

.header-top-1 .container {
  background: #fc434b;
}

.left-col-header-top-1 {
  float: left;
  width: 70%;
}

.left-col-header-top-1 span {
  font-size: 24px;
}

.right-col-header-top-1 {
  float: right;
  width: 30%;
}

.right-col-header-top-1 input {
  position: relative;
  float: left;
  margin-top: 10px;
  outline-style: none;
  border: 1px solid #e03e45;
  border-radius: 15px;
  padding: 0 10px;
  height: 30px;
  box-shadow: none;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  float: left;
}

.input-wrapper::after {
  content: "\f105";
  position: absolute;
  right: 15px;
  top: 15px;
  font-family: "FontAwesome";
  font-size: 22px;
  cursor: pointer;
}

.header-top-1 h1,
.header-top-1 span {
  float: left;
}

.header-top-1 span {
  padding-top: 15px;
  padding-left: 30px;
  font-family: "AmpleSoft", sans-serif;
  font-weight: 500;
  color: #d0d0d0;
}

.more {
  position: relative;
  display: inline-block;
  float: right;
  margin-top: 11px;
  border: 1px solid #fff;
  cursor: pointer;
}

.more span {
  margin-top: 0;
  padding: 5px 10px;
  padding-right: 35px;
  font-size: 15px;
  color: #fff;
}

.more::after {
  content: "\f0d7";
  position: absolute;
  right: 10px;
  top: 0;
  font-family: "FontAwesome";
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}

.more:hover::after {
  color: #e03e45;
}

.header-top-2 {
  display: inline-block;
  padding: 0;
  width: 100%;
  height: auto;
  background: #e03e45;
}

.header-top-2 .container {
  margin-top: 0;
  background: #e03e45;
}

.header-top-2 .menu {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  background: #e03e45;
}

.header-top-2 .menu ul li {
  float: left;
  list-style-type: none;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.8px;
  color: #fff;
  cursor: pointer;
}

.header-top-2 .menu ul li:hover {
  text-decoration: underline;
  background: #fc434b;
}

#select-menu {
  background: #fc434b;
}

/* ################################### */

/* Left column */

.left-col {
  float: left;
  margin: 0;
  padding: 20px 10px;
  width: 75%;
}

/* sec-1 */

.sec-1 .gray {
  cursor: pointer;
}

.sec-1 h2 {
  margin: 20px auto;
}

.top-image {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 650px;
}

.sec-1 i {
  font-size: 16px;
}

/* end sec-1 */

/* sec-2 */

.sec-2 p {
  font-size: 17px;
}

.border-big {
  margin-bottom: 15px;
  border-bottom: 15px solid #f3f1f3;
}

.sec-2 .gray {
  border-bottom: 2px solid #f3f1f3;
  cursor: pointer;
}

.list-style-1 {
  padding-left: 30px;
}

.list-style-1 li {
  list-style-image: url("../images/check-img.png");
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}

.list-style-2 {
  padding-left: 30px;
}

.list-style-2 li {
  list-style-image: url("../images/check-img.png");
  margin-bottom: 15px;
  font-size: 22px;
  color: #000;
}

.list-dotted {
  padding-left: 30px;
}

.list-dotted li {
  list-style-type: circle;
  margin-bottom: 10px;
  font-size: 16px;
  color: #000;
}

.opinion-frame {
  position: relative;
  display: inline-block;
  border: 1px solid #000;
  width: 100%;
  height: auto;
  background: #ff353b08;
}

.opinion-frame .article-txt {
  padding: 10px;
}

.left-col-opinion {
  float: left;
  padding: 25px 10px 0;
  width: 45%;
}

.frame-img {
  position: relative;
  display: table;
  margin-top: -5px;
  width: 100%;
  height: auto;
  background: #eceef0;
}

.left-col-opinion p {
  padding: 5px;
  font-family: "Verdana", sans-serif;
  font-size: 13px;
  text-align: center;
}

.left-col-opinion img {
  width: 100%;
}

.right-col-opinion {
  display: contents;
  float: right;
  padding-right: 10px;
  padding-left: 10px;
  width: 50%;
}

.right-col-opinion p {
  font-family: "Verdana", sans-serif;
  font-size: 15px;
}

/* end sec-2 */

/* sec-3 */

.link-2 {
  margin: 10px auto 30px;
}

.link-2 a {
  font-size: 34px;
}

.link-2 a:hover {
  text-decoration: underline;
}

.bluehiglighted {
  font-weight: 600;
  line-height: 1.3em;
  letter-spacing: 1px;
  text-decoration: underline;
  color: #0006ff;
}

.left-col-sec-3 {
  display: grid;
  float: left;
  width: 46%;
  text-align: center;
}

.left-col-sec-3 p {
  padding-top: 5px;
}

.right-col-sec-3 {
  display: grid;
  float: right;
  width: 46%;
  text-align: center;
}

.img-txt img,
.img-txt p {
  float: left;
}

.img-txt p {
  padding-top: 5px;
}

.img-txt img {
  padding-right: 10px;
  width: 100%;
  max-width: 40px;
}

.img-txt img:hover {
  transform: scale(1.05);
  cursor: pointer;
}

.frame-green {
  display: inline-block;
  float: left;
  margin: 5px;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  background: #1b8833;
  cursor: pointer;
}

.frame-green img,
.frame-green p {
  float: left;
}

.frame-green img,
.frame-red img,
.frame-arrow img {
  padding: 5px 10px;
  width: 100%;
  max-width: 30px;
}

.frame-green p,
.frame-red p {
  color: #fff;
}

.frame-red {
  display: inline-block;
  float: left;
  margin: 5px;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  background: #e02020;
  cursor: pointer;
}

.frame-red img,
.frame-red p {
  float: left;
}

.frame-arrow {
  display: inline-block;
  float: left;
  margin: 5px;
  border: 1px solid #b2cce0;
  border-radius: 5px;
  padding: 5px;
  height: 40px;
  background: #fff;
  cursor: pointer;
}

.frame-arrow:hover,
.frame-red:hover,
.frame-green:hover {
  transform: scale(1.05);
}

.right-col-sec-3 .frame-arrow {
  margin-top: 5px;
  margin-left: 12.5%;
  width: 75%;
}

.right-col-sec-3 .frame-arrow:hover {
  transform: scale(1);
}

.frame-arrow p {
  float: left;
  padding: 8px 0;
  padding-left: 15px;
  width: 45%;
  font-weight: 600;
  font-size: 16px;
  text-align: left;
  color: #004db1;
}

.frame-arrow .like-frame {
  float: left;
  margin-left: 15px;
  width: 40%;
  font-size: 13px !important;
}

.frame-arrow .like-frame:hover {
  transform: scale(1.03);
}

.like-frame {
  display: inline-block;
  margin: 5px auto;
  border-radius: 5px;
  height: 30px;
  background: #1877f2;
}

.like-frame img,
.like-frame p {
  float: left;
  color: #fff;
}

.like-frame img {
  padding: 5px;
  padding-left: 15px;
  width: 50%;
  max-width: 20px;
}

.like-frame p {
  padding: 5px 0;
  width: 50%;
  font-weight: 400;
  font-size: 13px !important;
}

.sec-3 span {
  font-size: 20px;
}

.end-off-offers {
  margin-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}

/* end sec-3 */

/* sec-comments */

#pisz {
  font-size: 18px;
  color: #3b599e;
}

.add-comment-container {
  width: 100%;
}

.add-comment-img {
  float: left;
  width: 8%;
  height: 50px;
}

.add-comment-img img {
  border-radius: 30px;
  width: auto;
  height: 50px;
}

#add-button {
  clear: both;
  float: right;
  margin-top: 10px;
  border: 1px solid #9bd4f5;
  border-radius: 10px;
  padding: 10px;
  background: #9bd4f5;
}

#add-comment,
#name,
#surname {
  float: left;
  border-radius: 25px;
  padding-left: 5px;
  width: 100%;
  height: 25px;
}

#add-comment {
  height: 100px;
}

#add-comment::placeholder {
  font-size: 14px;
}

#name {
  margin-right: 15px;
  margin-bottom: 5px;
  width: 35%;
}

#surname {
  width: 35%;
}

.inpunts-container {
  float: right;
  width: 90%;
}

#add-warn {
  margin-bottom: 10px;
  border-radius: 25px;
  padding: 15px;
  color: white;
  background: crimson;
}

#add-success {
  margin-bottom: 10px;
  border-radius: 25px;
  padding: 15px;
  font-weight: 700;
  text-align: center;
  color: white;
  background: #50c878;
}

.comments {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.profileimage {
  float: left;
  padding-right: 10px;
  padding-bottom: 10px;
  width: 7%;
}

.profileimage img {
  width: 50px;
  height: 50px;
}

.commentsinfo {
  margin: 7px 0;
  width: 25%;
  font-size: 20px !important;
  text-align: center !important;
}

.commentname,
.commentsinfo {
  font-weight: 700;
  text-decoration: none;
  color: #3b5998 !important;
}

.commenttext {
  margin: 10px 0;
  font-weight: 400;
  line-height: 20px;
}

.commentactions {
  font-weight: 700;
  color: #3b5998 !important;
}

.commentunderline {
  display: inline-block;
  width: 100%;
  color: #ccc;
  background: #ccc;
}

.commentstextcontainer {
  float: left;
  width: 92%;
}

.dotpos {
  font-weight: 400;
  font-size: 11px;
  color: gray;
}

.commenttime {
  color: grey;
}

.read-more {
  margin-top: 35px;
  margin-bottom: 35px;
  font-weight: 100;
}

.commentsinfo {
  margin: 7px 0;
  width: 25%;
  font-size: 18px !important;
  text-align: center !important;
}

.add-comment-img {
  float: left;
  width: 8%;
  height: 50px;
}

.profile {
  display: flex;
}

/* end */

/* ##################################### */

/* Right column */

.right-col {
  float: right;
  margin: 0;
  padding: 20px 10px 20px 0;
  width: 20%;
}

.right-picture {
  padding: 15px 0;
  width: 100%;
  max-width: 290px;
}

.frame-1 {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  max-width: 290px;
}

.left-col-f {
  float: left;
  width: 45%;
}

.right-col-f {
  float: right;
  width: 50%;
}

.right-txt {
  text-align: left;
}

.right-txt p {
  font-size: 12px;
  cursor: pointer;
}

.right-txt p:hover {
  text-decoration: underline;
}

.left-img img {
  width: 100%;
  max-width: 150px;
  cursor: pointer;
}

.btn-more {
  margin: 7px auto;
  border: 1px solid #fe434a;
  padding: 3px;
  cursor: pointer;
}

.btn-more span {
  font-weight: 600;
  color: #e03e45;
}

.border-bot {
  margin: 0 auto;
  border-bottom: 2px solid #e6e6e6;
  width: 100%;
  max-width: 275px;
}

.product img {
  margin-top: 15px;
  width: 100%;
  max-width: 240px;
}

/* menu-fixed */

#fixed-menu {
  position: fixed;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: left;
  background-color: #e03e45;
  opacity: 0;
  visibility: hidden;
  transition:
    background-color 0.3s,
    opacity 0.5s,
    visibility 0.5s;
}

#fixed-menu h3 {
  float: right;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 5px;
  padding-left: 5px;
  font-size: 22px;
  line-height: 50px;
  color: #fff;
}

#fixed-menu::before {
  content: "\f03a";
  float: right;
  padding-right: 5px;
  padding-left: 5px;
  font-family: "FontAwesome";
  font-weight: 400;
  font-style: normal;
  font-size: 2em;
  line-height: 52px;
  color: #fff;
}

#fixed-menu:hover {
  content: "\f03a";
  font-family: "FontAwesome";
  background-color: #e03e45;
  cursor: pointer;
}

#fixed-menu:active {
  background-color: #e03e45;
}

#fixed-menu.show-2 {
  opacity: 1;
  visibility: visible;
}

#fixed-menu .show-menu a:hover {
  font-weight: 600;
  background-color: #e03e45;
  cursor: pointer;
}

#fixed-menu .show-menu a {
  position: relative;
  top: 0;
  display: none;
  justify-content: center;
  margin-top: 5px;
  padding: 10px;
  width: 100%;
  height: 25px;
  font-weight: 600;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  background-color: #e03e45;
}

/* ############################# */

/* weather-widget */

.widget {
  overflow: hidden;
  margin: 0 auto;
  border: 1px solid #fc434b;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  height: 215px;
  max-width: 290px;
  -moz-box-shadow: 0 0 2px 1px #e7e7e7;
  -webkit-box-shadow: 0 0 2px 1px #e7e7e7;
  box-shadow: 0 0 2px 1px #e7e7e7;
  font-family: "Arial";
  background-color: #fbfbfb;
}

.widget-1 {
  width: 100%;
  height: 260px;
  max-width: 290px;
}

.widget-2 {
  margin: 7px 10px;
}

/* ####################################### */

/* footer */

footer {
  padding: 25px 0;
  background: #db4247;
}

footer .container {
  background: #db4247;
}

footer span {
  color: #fff;
  background: #db4247;
}

.centerfont p {
  margin: 32px 0;
  font-weight: 700;
  font-size: 26px !important;
  text-align: center;
}

@media screen and (min-width: 320px) {
  .highlight-text {
    margin: 30px 0;
    border-top: 1px solid #333;
    border-bottom: 1px solid #333;
    padding: 20px 0;
  }

  .main-form {
    --product-color: rgb(198,47,101);
    --product-color-transp: rgba(985,47,101, 0.2);
    --radius: 20px;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    gap: 20px;
  }

  .main-form__left {
    max-width: 250px;
  }

  .main-form__img {
    display: block;
    max-width: 100%;
  }

  .main-form__right {
    display: flex;
    flex-direction: column;
    border-radius: var(--radius);
    padding: 20px;
    min-width: 300px;
    background-color: var(--product-color-transp);
  }

  .main-form__prices {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 18px;
    gap: 20px;
  }

  .main-form__price {
    margin-bottom: 0 !important;
    text-transform: uppercase;
  }

  .main-form__price--new {
    font-weight: 700 !important;
    color: var(--product-color) !important;
  }

  .main-form__price--new > span {
    font-size: 40px;
    color: var(--product-color) !important;
  }

  .main-form__price--old {
    opacity: 0.8;
  }

  .main-form__price--old > span {
    font-size: 28px;
    text-decoration: line-through;
    color: #222 !important;
  }

  .main-form__field {
    display: block;
    margin-bottom: 20px;
    border: 2px solid var(--product-color);
    border-radius: var(--radius);
    padding: 10px;
    font-size: 16px;
    height: 43px;
    box-sizing: border-box;
  }

  .main-form__btn {
    border: 2px solid transparent;
    border-radius: var(--radius);
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--product-color);
    transition-property: background-color, color, border-color;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    cursor: pointer;
  }

  .main-form__btn:hover,
  .main-form__btn:focus {
    border-color: var(--product-color);
    color: var(--product-color);
    background-color: transparent;
  }
}

@media screen and (min-width: 770px) {
  .main-form {
    flex-direction: row;
  }

  .main-form__left {
    max-width: 300px;
  }
}