@charset "utf-8";
@font-face {
  font-family: "PTSans";
  src: url('../css/fonts/PTSans-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "PTSansNarrow";
  src: url('../css/fonts/PTSansNarrow-Regular.ttf') format("truetype");
}
@font-face {
  font-family: "PTSansBold";
  src: url('../css/fonts/PTSans-Bold.ttf') format("truetype");
}

body,
html {
  font-family: "PTSans", sans-serif;
  font-size: 1rem;
  margin: 0;
  padding: 0;
}
body {
  position: relative;
  color: #4f4f4f;
}
html,
body {
  height: 100%;
  overflow-x: hidden;
}
body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}


/* home component*/

.main-layout {
  width: 100vw;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.head-container {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  background: url("../img/main-star.png") no-repeat top right;
  background-size: cover;
  padding: 0;
}
.head-container .cont_slide{
  width: 100%;
}
.head-container .text-wrap {
  max-width: 1430px;
  width: 78vw;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.head-container .text-wrap .text {
  padding: 0;
  font-size: 72px;
  line-height: 86px;
  color: white;
  font-family: PTSansNarrow, sans-serif;
  margin-bottom: 57px;
}
.head-container .text-wrap .detail {
  color: white;
  font-family: PTSans, sans-serif;
  font-size: 29px;
  border: 2px solid rgba(245, 245, 245, 0.9);
  background-color: rgba(105, 105, 105, 0.1);
  border-radius: 3px;
  padding: 15px 66px 16px;
  letter-spacing: 0.5px;
  cursor: pointer;
  text-decoration: none;
}

button:focus {
  outline: none;
}

@media screen and (min-width: 1921px) {
  .main-layout .head-container .text-wrap .text {
    font-size: 80px;
    line-height: 90px;
    margin-bottom: 90px;
  }
  .main-layout .head-container .text-wrap .detail {
    font-size: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .main-layout .head-container {
    background-position: top center;
  }
}
@media screen and (max-width: 768px) {
  .main-layout .head-container .text-wrap .text {
    font-size: 45px;
    line-height: 55px;
  }
}
@media screen and (max-width: 430px) {
  .main-layout .head-container .text-wrap .text {
    font-size: 38px;
    line-height: 42px;
    margin-bottom: 40px;
  }
  .main-layout .head-container .text-wrap .detail {
    font-size: 25px;
    padding: 10px 50px 10px;
  }
}
@media screen and (max-width: 320px) {
  .main-layout .head-container .text-wrap .text {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .main-layout .head-container .text-wrap .detail {
    font-size: 20px;
  }
}


/* nav component */

a:focus,
li:focus,
span:focus {
  outline: none;
  border: none;
}

.header-wrap {
  width: 100vw;
  height: 85px;
  background-color: #fff;
  position: fixed;
  z-index: 10;
  box-shadow: 0 0 10px 3px rgba(171, 171, 171, 0.4);
}

.header-content {
  width: 78vw;
  max-width: 1430px;
  height: 75px;
  margin: 5px auto;
  display: flex;
  background-color: #fff;
  flex-direction: row;
  justify-content: stretch;
  align-items: center;
}
.header-content .logo-wrap {
  margin: 0;
  height: 75px;
  position: relative;
  cursor: pointer;
}
.header-content .logo-wrap .logo-text {
  height: 43px;
  width: 188px;
  background-image: url("../img/tf-text.png");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
  margin-top: 20px;
}
.header-content .logo-wrap .logo {
  background-image: url("../img/logo-sphere.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 90% auto;
  width: 59px;
  height: 59px;
  position: absolute;
  top: 5px;
  left: -70px;
}

.header-content .product-name{
    font-family: PTSansBold;
    font-size: 30px;
    color: #dc7b48;
	line-height: 1;
	margin-left: 20px;
}
.header-content.product-header{
	justify-content: space-between;
}

.header-content nav.main-nav {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  color: #4f4f4f;
  font-family: PTSans;
  font-size: 18px;
  width: auto;
  height: 100%;
  padding-bottom: 18px;
  box-sizing: unset;
}
.header-content nav.main-nav ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-start;
  list-style-type: none;
  padding: 0;
  margin: 0;
  height: 38px;
}
.header-content nav.main-nav ul li {
  margin: 3px 0 0px 28px;
  position: relative;
  text-wrap: nowrap;
  cursor: pointer;
  z-index: 5;
}
.header-content nav.main-nav ul li > a{
  color: inherit;
  text-decoration: inherit;
  text-wrap: inherit;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
}

.header-content nav.main-nav ul li:last-child {
  position: relative;
  margin-left: 20px;
  top: -3px;
  text-transform: uppercase;
  background-color: #dc7b48;
  color: #fff;
  font-size: 14px;
  font-family: PTSansBold;
  border-radius: 17px;
  padding: 7px 20px;
  letter-spacing: 0.8px;
  border-bottom: 0;
}
.header-content nav.main-nav .mini-contacts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  position: absolute;
  top: 11px;
  right: 0;
  font-size: 12px;
  width: 267px;
  font-weight: bold;
  font-weight: normal;
}
.header-content nav.main-nav .mini-contacts a {
  text-decoration: none;
  color: #4f4f4f;
}
.header-content nav.main-nav .mini-contacts span span {
  color: #dc7b48;
  font-family: PTSansBold;
}
.header-content nav .active {
  border-bottom: 4px solid #dc7b48;
}
.header-content nav.alt-nav {
  display: block;
  position: absolute;
  width: 50vw;
  left: 0;
  top: 0;
  margin-top: 84px;
  height: 100vh;
  background-color: #fff;
  box-shadow: 0 7px 5px 3px rgba(171, 171, 171, 0.6);
  font-size: 18px;
  font-family: PTSansBold;
  
  left: -100%;
  display: none;
}
.header-content nav.alt-nav ul {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-right: 1vw;
  list-style-type: none;
  width: 80%;
}
.header-content nav.alt-nav ul li {
  margin: 0 6vw;
  padding: 2.5vh 0;
  border-bottom: 1px solid grey;
  cursor: pointer;
}
.header-content nav.alt-nav ul li:last-child {
  border-bottom: none;
}
.header-content nav.alt-nav ul li > a{
  color: inherit;
  text-decoration: inherit;
  text-wrap: inherit;
  padding: 0;
  margin: 0;
  line-height: inherit;
  font-size: inherit;
}
.header-content nav.alt-nav ul li.active > a{
  color:#dc7b48
}
.header-content .nav-icon {
  height: 30px;
  width: 30px;
  background-image: url("../img/menu.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 4vh;
  right: 5vw;
  display: none;
  cursor: pointer;
}
@media screen and (min-width: 1318px) {
	.header-content nav.alt-nav {
	  display: none !important;
	}
}

.invisible {
  display: none;
}

@media screen and (min-width: 1921px) {
  .header-content nav.main-nav {
    font-size: 25px;
    white-space: nowrap;
  }
  .header-content nav.main-nav ul li {
    margin-left: 35px;
  }
  .header-content nav.main-nav ul li:last-child {
    padding: 5px 17px;
    font-size: 20px;
    margin-left: 94px;
  }
  .header-content nav.main-nav .mini-contacts {
    font-size: 18px;
    width: 410px;
    top: 10px;
  }
}
@media screen and (max-width: 1319px) {
  .header-content .nav-icon {
    display: block;
  }
  .header-content nav.main-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header-content .logo-wrap .logo {
    width: 45px;
    height: 45px;
    top: 15px;
    left: -50px;
  }
}
@media screen and (max-width: 425px) {
  .header-content .logo-wrap .logo {
    display: none;
  }
  .header-content nav.alt-nav {
    width: 80%;
  }
}


/* page component */

.header-layout {
  width: 100%;
}
.header-layout .main-title {
  background-image: url("../img/header.png");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 406px;
  margin-top: 75px;
}
.header-layout .main-title .text-wrap {
  max-width: 1430px;
  width: 78vw;
  margin: 0 auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.header-layout .main-title .text-wrap .text {
  padding: 0;
  font-family: PTSans, sans-serif;
  font-size: 48px;
  line-height: 60px;
  color: white;
  max-width: 80%;
  letter-spacing: 1px;
}
.header-layout .main-title .text-wrap .text p{
	font-size: inherit;
	padding: 0;
	margin: 0;
}

.bold {
  font-family: PTSansBold;
}

@media screen and (max-width: 1439px) {
  .header-layout .main-title {
    background-size: auto 100%;
  }
  .header-layout .main-title .text-wrap .text-wrap {
    font-size: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .header-layout .main-title .text-wrap .text {
    font-size: 40px;
    line-height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .header-layout .main-title .text-wrap .text {
    font-size: 30px;
    line-height: 40px;
  }
}
@media screen and (max-width: 424px) {
  .header-layout .main-title .text-wrap .text {
    font-size: 25px;
    line-height: 30px;
  }
}

/* page content  */
.main-layout .content-layout {
  padding: 0;
  margin: 0;
  flex-grow: 1;
  width: 100%;
  position: relative;
  padding-bottom: 25px;
}
.main-layout .content-layout:before {
  content: "";
  height: 100%;
  width: 24px;
  background-color: #862417;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.content-layout ul{
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
}
.content-layout ul li{
  padding-top: 20px;
  font-size: 18px;
  font-family: PTSans, sans-serif;  
}
.content-layout ul li::marker {
	color:#862417;
}

.content-layout strong {
  color: #862417;
}
.content-layout a {
  color: #862417;
  text-decoration:none;
}
.content-layout a:hover {
  color: #d3531c;
  text-decoration: underline;
}
.intro {
  width: 100%;
  padding: 0;
  margin: 0;
}
.intro .intro-content {
  margin: 0 auto;
  padding: 55px 0 0px;
  width: 78vw;
  max-width: 1430px;
  position: relative;
}
.intro .intro-content .title,
.intro .intro-content h2 {
  font-size: 48px;
  line-height: 48px;
  font-family: PTSansNarrow, sans-serif;
  margin-bottom: 34px;
}
.intro .intro-content .desc-text {
  font-size: 30px;
  line-height: 36px;
  font-family: PTSansNarrow, sans-serif;
  margin-bottom: 34px;
}
.intro .intro-content .desc-text_product{
  font-size: 20px;
  font-family: PTSans, sans-serif;
  margin-bottom: 30px;
}
.intro .intro-content .desc-text_product a{
	font-weight: bold;
}
.intro .intro-content .second-title {
  margin-bottom: 0;
  font-size: 30px;
  font-family: PTSansNarrow, sans-serif;
}
.intro .intro-content .content,
.intro .intro-content p {
  font-family: PTSans, sans-serif;
  font-size: 18px;
  margin-bottom: 25px;
}

.intro .intro-content .content a.link_product{
  font-size: 22px;
  color: #4f4f4f;
  text-decoration: none;	
}
.intro .intro-content .content a.link_product:hover{
  color: #d3531c;
  text-decoration: underline;
}

.sub-header{
  width: 100%;
  background-color: #3c3c3c;
  position: relative;
  min-height: 94px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.sub-header .content{
  width: 78vw;
  margin: 0 auto;
  padding: 25px 0;
  max-width: 1430px;
  font-size: 36px;
  font-family: PTSansNarrow, sans-serif;
  line-height: 36px;
  color: white;
}

.feature-layout_places {
  width: 100%;
  padding-bottom: 30px;
}
.feature-layout_places .block_places{
  margin: 45px auto 0 auto;
  width: 78vw;
  max-width: 1430px;	
}
.feature-layout_places .block_places .title{
  font-size: 38px;
  font-family: PTSansNarrow, sans-serif;
  line-height: 36px;
}
.feature-layout_places .block_places .content,
.feature-layout_places .block_places p{
  padding-top: 25px;
  font-size: 18px;
  font-family: PTSans, sans-serif;
  margin: 0;
}

.feature-layout_places .block_places a.btn_link_file{
  font-size: 18px;
  font-family: PTSans, sans-serif;
  color: #d3531c;  
}
.feature-layout_places .block_places a.btn_link_file:hover {
  color: #d3531c;
  text-decoration: underline;
}
.feature-layout_places .block_places .descr_files p{
  padding-top: 0px;
  padding-bottom:25px;
}

.feature-layout_places .block_places .image_content{
  height: auto;
  width: auto;
  max-width: 100%;	
}

@media screen and (max-width: 767px) {
  .feature-layout_places .block_places .title{
    font-size: 31px;
    line-height: 33px;
  }
}


.feature-layout {
  width: 100%;
}
.feature-layout .second-title{
  font-size: 30px;
  font-family: PTSansNarrow, sans-serif;
  margin: 0 auto;
  width: 78vw;
  max-width: 1430px;
  position: relative;
}

.feature-layout .features {
  margin: 26px auto 0;
  width: 78vw;
  max-width: 1430px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.feature-layout .features .block {
  max-width: 515px;
  width: 29%;
  margin: 0;
  margin-right: 26px;
  padding: 26px 26px 26px;
  font-size: 18px;
  font-family: PTSans, sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  background-color: #f2f2f2;
  box-sizing: unset;
}
.feature-layout .features .block:last-child {
  margin-right: 0;
}
.feature-layout .features .block div,
.feature-layout .features .block p {
  padding-bottom: 6px;
  margin: 0;
}
.feature-layout .features .block div:last-child,
.feature-layout .features .block p:last-child {
  padding-bottom: 0;
}

.add-layout {
  width: 100%;
  padding: 0;
  margin: 0;
}
.add-layout .add-content {
  margin: 0 auto;
  padding: 29px 0 0;
  width: 78vw;
  max-width: 1430px;
  position: relative;
}
.add-layout .add-content .content {
  font-family: PTSans, sans-serif;
  font-size: 18px;
}

@media screen and (min-width: 1921px) {
  .intro .intro-content .content,
.feature-layout .features .block,
.add-layout .add-content .content {
    font-size: 22px;
  }
}
@media screen and (max-width: 1439px) {
  .feature-layout .features .block {
    width: 25%;
  }
}
@media screen and (max-width: 768px) {
  .feature-layout .features {
    flex-wrap: wrap;
  }
  .feature-layout .features .block {
    width: 100%;
    margin-top: 10px;
    margin-right: 0;
  }
  .main-layout .content-layout:before {
    display: none;
  }
}
.corner {
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background-image: url("../img/corner.jpg");
  background-repeat: no-repeat;
  background-position: top left;
  border: black;
}

@media screen and (max-width: 768px) {
  .corner {
    display: none;
  }
}

/* page contacts */
.contacts-wrap {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.contacts-wrap google-map{
/*	
	height:100vh;
	width:70vw;
*/
}
.contacts-wrap .feedback {
  flex-grow: 1;
  padding: 118px 36px 36px;
  font-size: 18px;
  line-height: 25px;
  font-family: PTSans, sans-serif;
  color: #636363;
}
.contacts-wrap .feedback .address {
  font-family: PTSansNarrow, sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 18px;
}
.contacts-wrap .feedback a.contact_phone_number {
  color: inherit;
  text-decoration: none;
}
.contacts-wrap .feedback form {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contacts-wrap .feedback form input,
.contacts-wrap .feedback form textarea {
  margin: 6px 0;
  padding: 7px;
  font-size: 16px;
  font-family: PTSans, sans-serif;
  border: none;
  outline: 1px solid #acacac;
}
.contacts-wrap .feedback form input::placeholder,
.contacts-wrap .feedback form textarea::placeholder {
  font-size: 16px;
  font-family: PTSans, sans-serif;
  color: #636363;
}
.contacts-wrap .feedback form .half {
  min-width: 46.2%;
}
.contacts-wrap .feedback form .grid-contacts {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
}
.contacts-wrap .feedback form .whole {
  width: 100%;
}
.contacts-wrap .feedback form .content {
  height: 128px;
  vertical-align: top;
}
.contacts-wrap .feedback form .btn {
  color: #fff;
  background-color: #343434;
  font-family: PTSansNarrow, sans-serif;
  font-size: 20px;
  border-radius: 0;
  box-shadow: none;
  margin: 6px 0;
  padding: 7px;
  border: none;
  outline: 1px solid #343434;
}
.contacts-wrap .feedback form .error {
  text-align: center;
  display: none;
  color: red;
  padding: 5px 0;
  font-size: 16px;
  font-family: PTSans, sans-serif;
}
.contacts-wrap .feedback .wpcf7 p{
	width: 100%;
	margin: 0;
}
.contacts-wrap .feedback .wpcf7 br{
	display:none;
}
.contacts-wrap .feedback .wpcf7-not-valid-tip {
  color: #dc3232;
  font-weight: normal;
  display: block;
  font-size: 14px;
  font-family: PTSans, sans-serif;
  line-height: 1;
  padding-left: 7px;
}
form.wpcf7-form .wpcf7-spinner{
	display:none;
}
.contacts-wrap .feedback .wpcf7 form .wpcf7-response-output {
  margin: 0;
  margin-top:10px;
  padding: 7px 15px;
  font-size: 16px;
  font-family: PTSans, sans-serif;
  line-height: 1.5;
}

.contacts-wrap .feedback form .error.visible {
  display: block;
}
.contacts-wrap .feedback form .success {
  text-align: center;
  display: none;
  color: #636363;
  padding: 5px 0;
  font-size: 16px;
  font-family: PTSansBold, sans-serif;
}
.contacts-wrap .feedback form .success.visible {
  display: block;
}

.contacts-wrap .feedback form.wpcf7-form{
  display: inline-block;
}
.contacts-wrap .feedback form.wpcf7-form input{
	width: 100%;
}

@media (min-width: 1200px) {
	.contacts-wrap .feedback form.wpcf7-form .half_left{
		  padding-right: calc(var(--bs-gutter-x) * .25);
	}
	.contacts-wrap .feedback form.wpcf7-form .half_right{
		  padding-left: calc(var(--bs-gutter-x) * .25);
	}	
}


@media screen and (min-width: 1921px) {
  .contacts-wrap .feedback {
    font-size: 22px;
  }
  .contacts-wrap .feedback .address {
    font-size: 27px;
  }
  .contacts-wrap .feedback form input,
.contacts-wrap .feedback form textarea,
.contacts-wrap .feedback form input::placeholder,
.contacts-wrap .feedback form textarea::placeholder,
.contacts-wrap .feedback form .btn {
    font-size: 22px;
  }
}
@media screen and (max-width: 1319px) {
  .contacts-wrap .feedback form .grid-contacts {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
@media screen and (max-width: 767px) {

	.contacts-wrap google-map {
	  display: none;
	}
}


/* footer */

.footer {
  width: 100%;
  background-color: #862417;
  color: #d2a9a3;
  min-height: 44px;
  position: relative;
  flex-grow: 1;
}
.footer .footer-layout {
  width: 78vw;
  max-width: 1430px;
  margin: 0 auto;
  min-height: 44px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.footer .footer-layout .contacts {
  font-size: 16px;
  font-family: PTSans, sans-serif;
}
.footer .footer-layout .contacts .address {
  font-family: PTSansNarrow, sans-serif;
  font-size: 20px;
  font-weight: bold;
}
.footer .footer-layout .contacts a {
  color: #d2a9a3;
  text-decoration: none;
}

.span:focus {
  outline: none;
  border: none;
}

@media screen and (min-width: 1921px) {
  .footer .footer-layout .contacts {
    font-size: 22px;
  }
  .footer .footer-layout .contacts .address {
    font-size: 25px;
  }
}
