@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

html {
    font-size: 16px;
}

body {
  font-family: 'Roboto', sans-serif;
  color: #3a3a3a;
}


/* GLOBAL */

.btn {border-radius: 0.5rem; font-size: 1rem; line-height: 1.5rem; font-weight: 400; color: #fff; background: #006BB3; box-shadow: 0px 0px 20px #c6e7ff; padding: 0.3rem 1.8rem;}
.btn a {text-decoration: none; color: #fff;}
h1 {font-size: 2rem;}
h2 {font-size: 2rem; line-height: 2.25rem; font-weight: 400; margin: 3rem 0; color: #3a3a3a;}
input.hdn {display: none;}
a {color: #0085E2;}
.btn:hover, a:hover {opacity: 0.7;}
section {margin-top: 4rem; margin-bottom: 4rem;}
.round_img {border-radius: 10px;}
.title {text-transform: uppercase; margin-bottom: 2rem;}

.breda {margin-top: 2rem;}
.breda a {text-decoration: none;}

#orderModal,
#orderProduct {text-align: center;}
#orderModal h4,
#orderProduct h4 {color: #097DD0; font-size: 1.9rem; font-weight: 600; margin-bottom: 1rem;}
#orderModal input[type="text"],
#orderProduct input[type="text"],
#orderModal textarea,
#orderProduct textarea {border: 2px solid #C7C7C7; border-radius: 0.4rem; margin-bottom: 0.8rem; padding: 0.5rem 1.2rem; width: 80%;}
#orderModal input[type="submit"],
#orderProduct input[type="submit"] {font-weight: 600; max-width: 80%; border-radius: 0.4rem;}
#orderModal p,
#orderProduct p {font-size: 0.875rem; line-height: 1rem; font-weight: 500; color: #C7C7C7; margin: 0.4rem 0;}
#orderModal input[type="file"] {margin-bottom: 0.8rem; padding: 0.5rem 1.2rem; width: 80%;}

/* HEADER */
header {padding-top: 1rem; border-bottom: 1px solid #cbcbcb;}
.header_inner {display: flex; flex-direction: row; align-items: center; justify-content: space-between;}
.logo {height: 1.9rem; margin: 0 auto;}
.logo a {display: inline-block;}
.logo a img {height: 2rem; width: auto;}

.header_right a {text-decoration: none; color: #3a3a3a;}
.header_right {display: flex; flex-direction: row; justify-content: flex-end;}
.header_right .icons_header {display: flex; align-items: center;}
.header_right .icons_header>div {padding-right: 1rem;}
.header_right .btn {margin-left: 0.875rem;}

.header__nav ul {margin-bottom: 0; padding: 0.5rem 0;}
.header__menu {display: flex; justify-content: center;}
.header__menu li {list-style: none; margin: 0px;}
.header__menu li a,
.header__menu li strong {color: #000; font-size: 1.2rem; padding: 0.5rem 2rem; text-decoration: none;}
.header__menu li a:hover,
.header__menu li a:active {color: #006BB3;}
.dropdown:hover>.dropdown-menu {display: block; margin-top: 0px;}
.dropdown-menu {min-width: unset;}
.dropdown-item { display: flex; align-items: center; justify-content: space-between;}
.dropdown-menu li a {padding: 0.5rem 1rem;}

@media(max-width: 576px){
.header__nav {display: none; position: absolute; top: 70px; right: 0; background: #fff; box-shadow: #ccc; width: 100%; box-shadow: 0 4px 2px -2px rgba(36, 36, 36, 0.37); transition: all 0.4s ease; right:-100%;}
.header__menu {display: block;}
.header__nav.open-menu {right:0; display: block;}
.header__menu li {margin: 0.5rem;}
.menu-burger__header {position: relative; width: 30px; height: 35px; display: block; margin-left: 10px; cursor: pointer;}
.menu-burger__header span,
.menu-burger__header:after,
.menu-burger__header:before {height: 2px; width: 100%; position: absolute; background: #0085E2; margin: 0 auto;}
.menu-burger__header span {top: 16px;}
.menu-burger__header:after,
.menu-burger__header:before {content: '';}
.menu-burger__header:after {bottom: 8px;}
.menu-burger__header:before {top: 8px;}
.menu-burger__header.open-menu span {opacity:0; transition: 0.5s;}
.menu-burger__header.open-menu:before {transform: rotate(40deg); top: 16px;transition: 0.4s;}
.menu-burger__header.open-menu:after {transform: rotate(-40deg); bottom: 16px; transition: 0.4s;}

.dropdown .dropdown-menu {display: block!important; position: relative; margin-left: 20px; border: none;}
}


/* MAIN */
section.slider {margin-top: 0rem; background: url(/assets/images/slider_bg.png) top center no-repeat; background-size: cover; color: #fff;}
.section_1 {background: url(/assets/images/slide_section_bg.png) center right no-repeat; background-size: 42%;}
.section_1_inner {padding: 6rem 0;}
.section_1 .slide_content {display: flex;}
.section_1 ul {display: inline-block; margin: 0; padding: 1rem 2rem; border-radius: 1rem; list-style: none; background: #2b2b2b9c;}
.section_1 ul li {padding: 0.5rem 0; border-bottom: 1px solid #4F4F4F;}
.section_1 ul li:last-child {border-bottom: none;}
.section_1 ul li a {color: #fff; text-decoration: none;}
.section_1_inner .desc {max-width: 400px; height: 100%; display: flex; flex-direction: column; justify-content: space-between;}
.section_1_inner .desc h2 {color: #fff; margin: 0;}

.section_2 .row .inner {max-height: 80%;}
.section_2 .col-4 div:first-child {margin-bottom: 1rem;}
.section_2 .col-4 img {max-height: 5rem; width: auto;}
.section_2 h5 {margin: 1.5rem 0; font-weight: 400;}

.section_3_inner {background: #006BB3 url(https://fitingi.atlant-tat.com/images/bg_orig.png) top center no-repeat; background-size: cover; max-width: 1300px; margin: 0 auto; padding: 3rem 0 3rem; border-radius: 10px; color: #fff; }
.section_3_inner .container>div {padding: 1rem 0;}
.section_3_inner h2 {color: #fff; margin: 0;}
.section_3_inner .group {display: flex;}
.section_3_inner input {background: #ffffff2e; color: #fff; border: 1px solid #fff; border-radius: 5px; width: 100%; margin: 1rem auto; padding: 1rem 1.5rem;}
.section_3_inner input::-webkit-input-placeholder {color:#fff;}
.section_3_inner input::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
.section_3_inner input:-moz-placeholder           {color:#fff;}/* Firefox 18- */
.section_3_inner input:-ms-input-placeholder      {color:#fff;}

.section_4_inner a {text-decoration: none; text-transform: uppercase; color: #3a3a3a;}
.section_4_inner a:hover {opacity: 1;}
.section_4_inner .inner {display: flex; flex-direction: row; align-items: center; border: 1px solid #60ADE0; border-radius: 10px; background: #F4F4F4; padding-right: 0.5rem; transition: 0.5s;}
.section_4_inner .inner:hover {background: #006BB3; color: #fff;}
.section_4_inner .row>div {margin: 1rem 0;}

.section_5_inner a {text-decoration: none; text-transform: uppercase; color: #3a3a3a; font-weight: 600;}
.section_5_inner .inner {display: flex; flex-direction: row; justify-content: space-around; align-items: center; box-shadow: 0px 0px 6px 0px rgb(0 0 0 / 32%); border-radius: 10px; background: #F4F4F4; padding: 1rem;}
.section_5_inner .inner:hover {box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 32%); transition: 0.5s;}
.section_5_inner .inner>div:first-child {margin-right: 2rem;}
.section_5_inner .inner img {max-width: 220px; width: 100%; height: auto;}
.section_5_inner .row>div {margin: 1rem 0;}
.section_5_inner .params {display: flex; justify-content: space-evenly; flex-wrap: wrap;}
.section_5_inner .params .product_param {border-radius: 10px; border: 1px solid #dedede; background-color: white; min-width: 70px; height: 24px; text-align: center; line-height: 24px; color: #000; opacity: 0.8;}
.section_5_inner .params .width:before {content: ''; width: 24px; height: 10px; display: inline-block; vertical-align: middle; margin-right: 4px; margin-top: -3px; background: url(/assets/images/pipe_width.png);}
.section_5_inner h3 {font-size: 1rem; font-weight: 600;}
.section_5_inner .cena {display: flex; justify-content: space-between; margin: 1rem 0;}
.section_5_inner .light {color: #979797;}

.section_6_inner img {width: 100%; height: auto;}

.section_7_inner .price_item,
.section_product_inner .price_item {display: flex; align-items: center; margin: 1rem 0;}
.section_7_inner .price_item div:first-child,
.section_product_inner .price_item div:first-child {margin-right: 1rem;}
.section_7_inner .price_item p,
.section_product_inner .price_item p {margin: 0;}
.section_7_inner .gray {background: #4F4F4F; border-radius: 10px; padding: 0 1rem; margin: 5rem 0; display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-around;}
.section_7_inner .gray>div {display: flex; align-items: center; justify-content: space-evenly; margin: 1rem 0;}
.section_7_inner .gray>div a {color: #fff;}
.section_7_inner .gray>div div:first-child {margin-right: 1rem;}
.section_7_inner .gray img {max-height: 3.2rem; width: auto;}

.section_8_inner .inner {margin-bottom: 2rem;}
.section_8_inner .inner div:first-child {color: #006BB3; font-size: 300%; font-weight: 600;}
.section_8_inner h5 {margin: 0 0 1rem;}
.section_8_inner p {color: #B6B6B6;}

/* категории */
.section_product h1 {color: #006BB3;}
.section_product h3 {margin: 3rem 0;}
.section_product p>img {max-width: 100%;}

table thead {background: #006BB3; color: #fff; border-radius: 10px 10px 0 0;}
thead th {background: #006BB3;}
table td,
table th {vertical-align: middle; text-align: center; padding: 0.8rem; font-weight: 300;}
table tbody tr:nth-child(even) {background: #f4f4f4;}
table>tbody>tr:hover {background: #ededed;}

.calc label {display: block!important; font-size: 1rem; margin-bottom: 0.2rem; cursor: unset;}
.calc select,
.calc input {background-color: white; font-family: inherit; border: 1px solid #cccccc; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; -webkit-box-shadow: none; box-shadow: none; color: rgba(0, 0, 0, 0.75); display: block; font-size: 1em; margin: 0 0 1em 0; padding: 0.5em; height: 2.5em; width: 100%; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;  box-sizing: border-box;}

/* FOOTER */
.footer {background: #3A3A3A; padding: 1.5rem 0;}
.footer_inner {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: space-between;}
.footer_inner .logo {margin-bottom: 1.5rem;}
.footer h4 {color: #fff; font-size: 1rem;}
.footer ul {margin: 0; padding: 0; list-style-type: none;}
.footer ul a {color: #fff; text-decoration: none; font-size: 0.8rem; font-weight: 300}
.footer li {color: #fff; font-size: 0.8rem; padding: 0.2rem 0;}

/* Click to copy */
.copy-click {
  position: relative;
  cursor: copy;
  /*color: #484848;
  border-bottom: 1px dashed #767676;
  padding-bottom: 2px;
  text-decoration: none;*/
  transition: background-color calc(var(--duration) * 2) var(--ease);
}
.copy-click:after {
    font-size: 1rem;
  content: attr(data-tooltip-text);
  position: absolute;
  top: calc(100% + 6px);
  left: 50%;
  padding: 0px 8px;
  white-space: nowrap;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 0 -12px rgba(0, 0, 0, 0);
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: translate(-50%, 12px);
          transform: translate(-50%, 12px);
  transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), -webkit-transform calc(var(--duration) / 1.5) var(--bounce);
  transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce);
  transition: box-shadow calc(var(--duration) / 1.5) var(--bounce), opacity calc(var(--duration) / 1.5) var(--bounce), transform calc(var(--duration) / 1.5) var(--bounce), -webkit-transform calc(var(--duration) / 1.5) var(--bounce);
}
.copy-click.is-hovered:after {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  transition-timing-function: var(--ease);
}
.copy-click.is-copied {
  background-color: yellow;
}
.copy-click.is-copied:after {
  content: attr(data-tooltip-text-copied);
}
/* Click to copy */


@media (max-width: 1440px) {


}




@media (max-width: 1200px) {

}




@media (max-width: 992px) {
html {font-size: 14px;}
h2 {font-size: 2.0rem; line-height: 2.0rem;}

}




@media (max-width: 768px) {
html {font-size: 12px;}

.header_right .icons_header div:nth-child(4) {display: none;}
.header_right .icons_header img {max-height: 1.5rem; width: auto;}

.section_4_inner .inner img {max-height: 80px; width: auto;}

.section_5_inner .inner img {max-width: 120px; height: auto;}
}




@media (max-width: 576px) {
html {font-size: 12px;}

.header .btn {padding: 0.3rem;}
.header_right .btn {margin-left: 0;}

.section_1_inner {padding: 5rem 2rem;}
.section_1_inner .col-4 {display: none;}
.section_1_inner .desc>div {padding-bottom: 1rem;}
.section_1_inner .desc>div:last-child {padding-bottom: 0;}
}




@media (max-width: 425px) {
html {font-size: 12px;}


}



/* THANKS
----------------------*/

.thanks-body {
    padding: 20px;
    display: flex;
    height: 100vh;
    align-items: center;
    justify-content: center;
}

.thanks-body__modal{
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 70%;
    padding: 20px 40px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.thanks-body__title {
    margin-top: 12px;
    text-align: center;
}

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

.thanks-body__illustration{
    max-width: 100%;
}

.thanks-body__home-link{
    margin-bottom: 30px;
}

ul.social {
    display: flex;
    justify-content: space-around;
    padding: 0px 65px;
    margin: 0;
    width: 100%;
    text-align: center;
}

ul.social > li {
    display: inline-block;
}

ul.social > li > a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #aaaaaa;
    color: #fff;
    margin: 0 3px 3px 0;

    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

ul.social > li > a.fa-facebook:hover {
    text-decoration: none;
    background-color: #3b5998;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

ul.social > li > a.fa-youtube:hover {
    text-decoration: none;
    background-color: #dc3737;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

ul.social > li > a.fa-instagram:hover {
    text-decoration: none;
    background-color: #C13584;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

@media screen and (min-width: 300px) and (max-width: 425px){
    .thanks-body__modal {
        max-width: 100%;
        box-shadow: none;
        padding: 20px 25px;
    }
}

@media all and (min-width: 320px) and (max-width: 1280px) {
    .thanks-body {
        padding: 0;
    }

    ul.social {
        padding: 0px 20px;
    }
}