@charset "UTF-8";
*, .row {
  margin: 0;
  padding: 0;
}

a {
  color: black;
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif;
}
body h1 {
  font-weight: 400 !important;
}
body input:focus {
  outline: none;
  box-shadow: none;
}
body button:focus {
  outline: none;
  box-shadow: none;
}
input{
  font-family: "Montserrat", sans-serif!important;
}
header {
  background: #404040;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 90000;
  width: 100%;
  border-bottom: 1px solid #ccc;
}
header.height {
  background: #404040;
}
header.height .container .header_items {
  height: 60px;
}

header .container .header_items {
  width: 100%;
  height: 80px;
  display: flex;
  align-items: center;
}
header .container .header_items .logo {
  height: 80px;
  padding: 10px 0;
  display: flex;
  align-items: center;
}
header .container .header_items .logo img {
  width: 240px;
}
header .container .header_items .navs {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
header .container .header_items .navs a {
  color: #fff;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  position: relative;
}
header .container .header_items .navs a.active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  border-bottom: 3px solid #EEBA4B;
}
header .container .header_items .number {
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .container .header_items .number a {
  color: #fff;
  margin-left: auto;
  display: flex;
  align-items: center;
}
header .container .header_items .number a img {
  width: 15px;
  margin-right: 10px;
}
header .container .header_items .mobile_menu_icon, header .container .header_items .mobile_menu {
  display: none;
}

header .container .header_items .mobile_menu_icon{
}
.banner .main-carousel {
  width: 100%;
  margin-top: 80px;
  height: 650px;
}
.banner .main-carousel .flickity-button {
}
.banner .main-carousel .flickity-button svg {
}
.banner .main-carousel .carousel-cell {
  width: 100%;
  height: 100%;
}
.banner .main-carousel .carousel-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .main-carousel .carousel-cell .txt p{
  color: #fff;
  font-size: 14px!important;
  line-height: 1.4;
  margin-bottom: 15px;
}
.banner .main-carousel .carousel-cell .txt {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 1;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.banner .main-carousel .carousel-cell .txt.main {

  transform: translate(-50%, -50%);
  left: 50%;
}

.banner .main-carousel .carousel-cell .txt h1 {
  margin-bottom: 30px;
  text-align: center;
  font-weight: 900;
  color: #FFDD2D;
  width: fit-content;
}
.banner .main-carousel .carousel-cell .txt h1 span {
  font-size: 64px;
  font-weight: 900;
  text-transform: uppercase;
  color: #FFDD2D;
}
.banner .main-carousel .carousel-cell .txt  h1.bg{
  font-size: 84px;
  font-weight: 900!important;
  text-transform: uppercase;
  color: #fff;
  background: url(../img/avtostekla_bg.jpeg);
  background-size: cover;
  background-position: top;
  background-clip: text;
  -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
.carousel_bg:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
  background: rgba(0,0,0,0.5);
  
}
.banner .main-carousel .carousel-cell .txt p {
  color: white;
  font-size: 20px;
}
.banner .main-carousel .carousel-cell a {
  width: fit-content;
  display: flex;
  align-items: center;
  background: #FFDD2D;
  padding: 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 900;
  color: #333;
  transition: 0.3s;
}
.banner .main-carousel .carousel-cell a:hover {
  background: #fff;
}
@-webkit-keyframes downarrow {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.4em);
  }
}
.banner .main-carousel .carousel-cell a img {
  width: 15px;
  margin-top: -5px;
  margin-left: 10px;
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}
.banner .main-carousel .offer_slider{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.banner .main-carousel .offer_slider .txt{
  width: calc(65% - 70px);
  background: unset;
  height: auto;
  left: unset;
  top: unset;
  bottom: unset;
  right: unset;
  padding-left: 70px;
  position: relative;
  align-items: flex-start;
}
.banner .main-carousel .offer_slider .txt h1 {
  text-align: left;
}
.banner .main-carousel .offer_slider .txt h1 span{
  font-size: 44px;
  text-align: left;
  color: #000;
}
.banner .flickity-prev-next-button{
  border-radius: 50%;
  box-shadow: 0 0 25px rgba(0,0,0,0.15);
}
.banner .main-carousel .offer_slider img{
  position: relative;
  width: 35%;
  border-radius: 50%;
  margin-left: auto;
  height: auto;
  left: unset;
  margin-right: 70px;
  top: unset;
  bottom: unset;
  right: unset;
}
.welcome {
  padding: 60px 0;

}
.main-carousel .welcome{
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url("../img/welcome.jpeg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
}
.welcome .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
  padding: 0 30px;
}

.main_welcome .title{
  height: 5px;
  width: 200px;
  background: #FFDD2D;
  display: block;
  margin: 0 auto;
}
.welcome .container h2 {
  text-align: center;
  font-size: 30px;
}
.welcome .container .title {
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  position: relative;
}
.welcome .container .title:before, .welcome .container .title:after {
  position: absolute;
  content: "";
}
.welcome .container .title:before {
  z-index: -2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: inherit;
}
.welcome .container .title:after {
  position: absolute;
  z-index: -1;
}
.welcome .container h3 {
  display: flex;
}
.welcome .container h3 b {
  margin-left: auto;
}

.services {
  display: none;
  position: relative;
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../img/chto mi.jpeg") no-repeat;
  background-size: cover;
}
.services .container {
  height: 100vh;
  padding: 60px 250px;
  display: flex;
  flex-direction: column;
}
.services .container h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #FFDD2D;
}
.services .container h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #FFDD2D;
}
.services .container .big_circle {
  height: 500px;
  width: 500px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.services .container .big_circle .box {
  height: 50%;
  width: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #FFDD2D;
}
.services .container .big_circle .box img {
  width: 55px;
  margin-bottom: 10px;
  filter: invert(1);
}
.services .container .big_circle .box p {
  color: white;
}
.services .container .big_circle .box.active {
  background: black;
}
.services .container .big_circle .box.active img {
  filter: brightness(100%) invert(1);
}
.services .container .big_circle .box.active p {
  color: white;
}
.services .container .big_circle .box:first-child p {
  width: 50%;
  text-align: center;
}
.services .container .big_circle .box:nth-child(2) p {
  width: 70%;
  text-align: right;
}
.services .container .big_circle .box:nth-child(3) p {
  width: 70%;
  text-align: right;
  margin-left: auto;
  margin-right: 15px;
}
.services .container .big_circle .box:nth-child(4) p {
  width: 75%;
  margin-right: auto;
  margin-left: 15px;
}
.services .container .big_circle:after {
  content: "Наша деятельность";
  z-index: 5;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 40%;
  height: 40%;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: white;
  transform: translate(-50%, -50%);
  padding: 15px;
  text-align: center;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
}

.whatwedo {
  background-size: cover;
  background-position-y: 10%;
  position: relative;
}
.whatwedo .container {
  z-index: 3000;
  position: relative;
}
.whatwedo:after{
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  filter: blur(2px);
  background: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url("../img/chto mi.jpeg") no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
.whatwedo .container {
  padding: 60px 15px;
}
.whatwedo .container h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #FFDD2D;
}
.whatwedo .container h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: -20px;
  border-bottom: 2px solid #FFDD2D;
}
.whatwedo .container h1 span {
  padding: 10px 15px;
  font-weight: 900;
  color: #000;
}
.whatwedo .container .items {
  display: flex;
  justify-content: space-between;
}
.whatwedo .container .items .item {
  background: rgba(0, 0, 0, 0.7);
  width: 25%;
  margin: 50px 10px;
  padding: 20px 25px;
  text-align: center;
  transition: 0.3s;
  color: #fff;
}
.whatwedo .container .items .item:hover {
  background: rgba(255, 221, 45, 1);
  color: #000;
}
.whatwedo .container .items .item img {
  width: 100%;
  margin-bottom: 20px;
  height: 150px;
  object-fit: cover;
  object-position: center;
}
.whatwedo .container .items .item p {
  font-size: 18px;
  font-weight: bold;
}
.container h1 {
  padding: 0 15px!important;
}

.companies .container {
  padding: 60px 15px;
}
.companies .container h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 900!important
}
.companies .container h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: -20px;
  border-bottom: 2px solid #FFDD2D;
}
.companies .container .slogan {
  text-align: center;
  color: #FFDD2D;
  filter: brightness(70%);
  margin-bottom: 100px;
}
.companies .container .box_items {
  margin-top: 60px;
  display: flex;
  justify-content: center; 
}
.companies .container .box_items .item {
  width: 25%;
  padding: 0 20px;
  text-align: center;
}
.companies .container .box_items .item .img {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  width: 150px;
  height: 150px;
  border-radius: 50%;
  text-align: center;
  margin: 0 auto 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.companies .container .box_items .item:nth-child(1) .img{
  background: #1C559E;
}

.companies .container .box_items .item .img img {
  width: 120px;
}
.companies .container .box_items .item p {
  text-transform: uppercase;
  color: #000;
  font-weight: 600;
  letter-spacing: 1px;
}

.catalog {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../img/cars.jpeg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.catalog .container {
  padding: 60px 15px;
}
.catalog .container h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #FFDD2D;
}
.catalog .container h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom:  -20px;
  border-bottom: 2px solid #FFDD2D;
}
.catalog .container h1 span {
  padding: 8px 10px;
  line-height: 15px;
  font-weight: 900;
  color: #fff;
}
.catalog .container .catalog_items{
  margin-top: 40px;
}
.catalog .container .catalog_items .item {
  margin: 10px;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 300;
}
.catalog .container .catalog_items .item img {
  width: 25px;
  filter: invert(1);
  margin-right: 5px;
}
.catalog .container a {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  background: #FFDD2D;
  padding: 25px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color: #000;
  transition: 0.3s;
}
.catalog .container a:hover {
  background: #fff;
}
@-webkit-keyframes downarrow {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.4em);
  }
}
.catalog .container a img {
  width: 15px;
  margin-left: 5px;
  filter: invert(1);
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

.remont {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 0 0 0;
}
.remont h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  width: 100%;
  font-weight: 900!important;
}
.remont h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #FFDD2D;
}
.remont .circle_items {
  display: flex;
  margin-top: 30px;
}
.remont .circle_items .circle {
  width: 150px;
  margin: 0 50px;
}
.remont .circle_items .circle .img {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
}
.remont .circle_items .circle p {
  margin-top: 20px;
  text-align: center;
  color: #000;
  font-weight: 600;
}
.remont .circle_items .circle:first-child .img {
  background: url("../img/treshin.jpg") no-repeat;
  background-size: cover;
  background-position: 80%;
}
.remont .circle_items .circle:nth-child(2) .img {
  background: url("../img/obogrev.jpg") no-repeat;
  background-size: cover;
}
.remont .circle_items .circle:nth-child(3) .img {
  background: url("../img/remont_stekla.jpg") no-repeat;
  background-size: cover;
}

.employee .box_items {
  display: flex;
  padding: 0 15px;
  margin-top: 20px;
}
.employee .box_items .box {
  padding: 0 15px;
  height: 300px;
  width: 33, 33333%;
}
.employee .box_items .box img {
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.employee .container {
  padding-top: 60px;
  padding-bottom: 10px;
}
.employee .container h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 900!important;
}
.employee .container h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: -20px;
  border-bottom: 2px solid #FFDD2D;
}

.preimushestvo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
}
.preimushestvo h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 900!important;
}
.preimushestvo h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: -20px;
  border-bottom: 2px solid #FFDD2D;
}
.preimushestvo .circle_items {
  display: flex;
  justify-content: center;
  margin: 60px 0;
}
.preimushestvo .circle_items .circle {
  width: 200px;
  margin: 0 50px;
}
.preimushestvo .circle_items .circle .img {
  width: 150px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFDD2D;
  border-radius: 50%;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
}
.preimushestvo .circle_items .circle .img img {
  width: 50%;
}
.preimushestvo .circle_items .circle p {
  margin-top: 25px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.catalog2 {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/architect.jpeg") no-repeat;
  background-size: cover;
}
.catalog2 .container {
  padding: 60px 30px;
}
.catalog2 .container h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: white;
}
.catalog2 .container h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: -20px;
  border-bottom: 2px solid #FFDD2D;
}
.catalog2 .container h1 span {
  padding: 5px 10px;
  font-weight: 900;
}
.catalog2 .container h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 40px;
  color: white;
  font-weight: 400;
}
.catalog2 .container .catalog_items .item {
  margin: 10px auto;
  width: 100%;
  text-align: center;
  color: white;
  font-size: 18px;
}
.catalog2 .container .catalog_items .item img {
  width: 25px;
  margin-right: 5px;
}
.catalog2 .container a {
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
  background: #FFDD2D;
  padding: 25px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  color: #000;
  transition: 0.3s;
}
.catalog2 .container a:hover {
  background: #fff;
}
@-webkit-keyframes downarrow {
  0% {
    -webkit-transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.4em);
  }
}
.catalog2 .container a img {
  width: 15px;
  margin-left: 5px;
  filter: invert(1);
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

.montaj h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin: 50px 0;
  color: #000;
  width: 100%;
  font-weight: 900!important;
}
.montaj h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #FFDD2D;
}

.uslugi {
  background: linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)), url("../img/achievment.jpeg");
  background-size: cover;
  background-attachment: fixed;
}
.uslugi .container {
  padding: 60px 0;
}
.uslugi .container .row .col-md-8 h1 {
  text-transform: uppercase;
  color: white;
  position: relative;
  padding-left: 0!important;
}
.uslugi .container .row .col-md-8 h1:after {
  content: "";
  left: 0;
  width: 50px;
  position: absolute;
  bottom: -15px;
  border-bottom: 2px solid #fff;
}
.uslugi .container .row .col-md-8 h1 span {
  padding: 7px 0;
  font-weight: bold;
  line-height: 41px;
}
.uslugi .container .row .col-md-8 .uslugi_items {
  margin-top: 50px;
}
.uslugi .container .row .col-md-8 .uslugi_items .item {
  color: white;
  font-size: 18px;
  font-weight: 300;
}
.uslugi .container .row .col-md-8 .uslugi_items .item img {
  width: 25px;
  filter: invert(1);
  margin-right: 5px;
}
.uslugi .container .row .col-md-4 form {
  background: white;
  padding: 35px 25px;
}
.uslugi .container .row .col-md-4 form h2 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 400;
}
.uslugi .container .row .col-md-4 form h2:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #FFDD2D;
}
.uslugi .container .row .col-md-4 form .line {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.uslugi .container .row .col-md-4 form .line span {
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  transition: 0.5s;
  font-weight: 300;
}
.uslugi .container .row .col-md-4 form .line span:hover {
  cursor: text;
}
.uslugi .container .row .col-md-4 form .line span.focus {
  top: 0;
  transition: 0.5s;
  font-size: 12px;
}
.uslugi .container .row .col-md-4 form .line input {
  width: 100%;
  padding: 15px;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 18px;
  background: transparent;
  color: #000;
}
.uslugi .container .row .col-md-4 form .line input.input_focus {
  border-bottom: 1px solid #FFDD2D;
}
.uslugi .container .row .col-md-4 form button {
  background: #FFDD2D;
  text-transform: uppercase;
  padding: 25px;
  font-size: 14px;
  color: #000;
  border: none;
  font-weight: bold;
  width: 100%;
  transition: 0.3s;
}
.uslugi .container .row .col-md-4 form button:hover {
  cursor: pointer;
  color: #fff;
  background: #000;
}

.partners {
  padding: 60px 0 0 0;
}
.partners h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 900!important;
}
.partners h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: 0;
  border-bottom: 2px solid #FFDD2D;
}
.partners .partners_item {
  width: 100%;
  overflow-x: hidden;
  display: flex;
  justify-content: space-around;
  padding: 40px 15px 40px 15px;
}
.partners .partners_item .item {
  width: 16.66666%;
  height: 150px;
}
.partners .partners_item .item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.map iframe {
  width: 100%;
  height: 50vh;
}

footer {
  background: rgba(0, 0, 0, 0.8);
  padding: 60px 0 0 0;
}
footer .container .col-md-4 .menu, footer .container .col-md-4 .contacts {
  display: flex;
  flex-direction: column;
}
footer .container .col-md-4 .menu a, footer .container .col-md-4 .contacts a {
  color: white;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 16px;
  margin-bottom: 5px;
}
footer .container .col-md-4 .contacts a {
  font-size: 18px;
}
footer .container .col-md-4 .contacts .sn {
  display: flex;
  margin-top: 10px;

}
footer .container .col-md-4 .contacts .sn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  transition: 0.3s;
  box-shadow: 0 6px 20px rgba(255, 255, 255, 0.2);
}
footer .container .col-md-4 .contacts .sn a:hover {
  background: #fff;
}
footer .container .col-md-4 .contacts .sn a img {
  width: 20px;
  height: 20px;
}
footer .container .col-md-4 h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: white;
  position: relative;
  padding: 0!important;
  padding-bottom: 10px!important;
  margin-bottom: 10px;
  font-weight: 400;

}
footer .container .col-md-4 h1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  border-bottom: 2px solid white;
}
footer .container .col-md-4 p {
  color: white;
  margin-bottom: 10px;
  font-size: 16px;
}
footer .container .copyright {
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
  color: white;
  font-weight: 400;
}
footer .container .copyright a {
  color: #FFDD2D;
}

.call_back {
  position: fixed;
  width: 50px;
  height: 50px;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #62A12B;
  border-radius: 50%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.25);
}
.call_back img {
  width: 25px;
  filter: invert(1) brightness(500%);
}
.call_back:hover {
  cursor: pointer;
}

.modal {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 50;
  display: none;
  align-items: center;
  justify-content: center;
}
.modal .modal_container {
  background: white;
  width: 40%;
}
.modal .modal_container .header {
  position: relative;
  padding: 15px 25px;
}
.modal .modal_container .header h1 {
  color: #000;
  font-size: 25px;
}
.modal .modal_container .header .close {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal .modal_container .header .close img {
  width: 15px;
  filter: invert(1);
}
.modal .modal_container .header .close img:hover {
  cursor: pointer;
}
.modal .modal_container .body {
  padding: 35px 25px;
}
.modal .modal_container .body form .line {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.modal .modal_container .body form .line span {
  color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 15px;
  transition: 0.5s;
}
.modal .modal_container .body form .line span:hover {
  cursor: text;
}
.modal .modal_container .body form .line span.focus {
  top: 0;
  transition: 0.5s;
  font-size: 12px;
}
.modal .modal_container .body form .line input {
  width: 100%;
  padding: 15px;
  padding-left: 0;
  border: none;
  border-bottom: 1px solid #000;
  font-size: 18px;
  background: transparent;
  color: #000;
}
.modal .modal_container .body form .line input.input_focus {
  border-bottom: 1px solid #000;
}
.modal .modal_container .body form button {
  background: #FFDD2D;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 14px;
  color: #000;
  border: none;
  font-weight: 700;
  transition: 0.3s;
}
.modal .modal_container .body form button:hover {
  cursor: pointer;
  background: #fff;
}

/*# sourceMappingURL=main.css.map */
footer .container .col-md-4 .contacts a{
  text-transform: unset!important;
}
.about_text{
  color: #404040;

}
.about_text h1 {
  text-align: center;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}
.about_text h1:after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  position: absolute;
  bottom: -20px;
  border-bottom: 2px solid #FFDD2D;
}

.about_text p{
  margin: 20px 0;
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
}