:root {
  --body-font: Roboto;
  --header-font: Gilroy;
  --body-color: #000;
  --body-bg: #fff;
  --color-1: #0b0d58;
  --color-2: #1980ff;
  --color-3: #DB1D25;
  --color-4: #D9D9D9;
  --color-5: #1C2238;
  --color-grey: #f4f4f4;
 --gradient-1: linear-gradient(90deg, #28669c, #3595a5);
  --gradient-2: linear-gradient(331deg, #311ddb 11.87%, rgb(29 123 219 / 58%) 50%);
  --gradient-3: linear-gradient(178deg, #1C2238 1.35%, #6171B1 98.33%);
  --border-color: #d7d7d7;
  --transition: all 0.3s ease-in-out;
}
/* Fonts connectings START */
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Light.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Regular.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto/Roboto-Black.woff2') format('woff2'),
        url('../fonts/Roboto/Roboto-Black.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-Light.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy/Gilroy-ExtraBold.woff2') format('woff2'),
        url('../fonts/Gilroy/Gilroy-ExtraBold.woff2') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'icon';
    src: url('../fonts/FontAwesome/fontawesome-webfont.woff2') format('woff2'),
        url('../fonts/FontAwesome/fontawesome-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.fa {
	font-family: icon;
}
/* END */

/* Bootstrap Grid START */
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;    
}
@media (min-width: 576px) {
  .container {
      max-width: 540px;
    }
    
  }
@media (min-width: 768px) {
  .container {
      max-width: 720px;
    }
  }
@media (min-width: 992px) {
  .container {
      max-width: 960px;
    }
  }
@media (min-width: 1200px) {
  .container {
      max-width: 1200px;
    }
  }
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
}
.col-1, .col-2, .col-3, .col-4, 
.col-5, .col-6, .col-7, .col-8, 
.col-9, .col-10, .col-11, .col-12,
 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}  
/* Bootstrap Grid END */

/* Slick START */
.slick-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  transform: translateY(-50%);    
  color: transparent;
  background: #ffffffd4;
  font-size: 25px;
  transition: all 0.4s ease-in-out;
  cursor: pointer;
  z-index: 10;
}

.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-arrow:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
  font-family: icon;
  font-size: 30px;
  color: #000;
  transition: all 0.1s ease-in-out;
}
.slick-arrow:hover:before {
  color: var(--color-2);
  font-size: 37px;
  text-shadow: 2px 5px 1px rgb(0, 0, 0);
}
.slick-prev:before {
  content:"\f0d9";
}
.slick-next:before {
  content:"\f0da";
}

.slick-dots {
  display: flex;
  position: absolute;
  bottom: 0;
  left:50%;
  margin-right: -50%;
  transform: translateX(-50%);    
}
.slick-dots li {
  background: #fff;
  width: 83px;
  height: 5px;
  color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slick-dots li:hover,
.slick-dots .slick-active {
  background: var(--color-2);
}

.slick-dots li button {
  display: none;
}
.slick-dots li:not(:last-child) {
  margin-right: 25px;  
}
/* Slick END */  

/* Template custom styles START */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
    font-family: var(--body-font);
    color: var(--body-color);
    font-size: 18px;
    font-weight: 300;
    line-height: 24px;
}
section, article {
  position: relative;
  padding: 60px 0;
}
button {
  font-family: var(--body-font);
  background: none;
  cursor: pointer;  
}
ul {
  padding: 0;
  margin: 0;
}
li {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a {
  text-decoration: none;
  color: var(--body-color);
  transition: var(--transition);
}
p:not(:last-child) {
  margin-bottom: 10px;
}
img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
h1,h2,h3,h4,h5,h6 {
  font-family: var(--header-font);
  color: #000;
}
h1 {
  font-size: 40px;
  line-height: 46px;
  letter-spacing: 0.8px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
h2 {
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 65px;
  color: var(--color-5);
}
h3 {
  font-family: var(--body-font);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
h4 {
  font-size: 22px;
  line-height: 30px;
}
h5 {
  font-family: var(--body-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
h6 {
  font-size: 16px;
  line-height: 24px;
}

/* Form custom styles START */
.control {
  margin: 10px 0;
  max-width: 380px;
}
.control:not(:last-child) {
  margin-bottom: 25px;
}
.control label {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #6C6C6C;
}
.control label:after {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  bottom: -35px;
  height: 30px;
  width: 30px;
  font-family: icon;
  color: var(--color-3);
  font-size: 25px;  
}
.control.name label:after {
  content: url(../images/icons/user.png);
}
.control.phone label:after {
  content: url(../images/icons/phone-red.png);
}

input {
  height: 40px;
  border: none;
  border-bottom: 1px solid transparent;
  border-color: #C0C0C0;
  background: #fff;
  padding: 0 40px;
  width: 100%;
  font-size: 16px;
  transition: var(--transition);
  outline: none;
}
input:focus {
  border-color: var(--color-2); 
}
textarea {
  border: 1px solid transparent;
  border-color: #d7d7d7;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
  outline: none;
  font-size: 16px;
  max-height: 110px;
}
button {
  outline: none;
  transition: var(--transition);
  border: none;
}
/* Form custom styles END */

/* Up button */

#button-up {
  display: inline-block;
  background: #000;
  width: 50px;
  height: 50px;
  padding: 10px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border: 1px solid #fff;
  cursor: pointer;
}
#button-up svg path {
  fill: #fff;
}
#button-up.show {
  opacity: 1;
  visibility: visible;
}

/* END Up button */

/* Breadcrumb START */
.breadcrumb__container {
  position: relative;
}
.breadcrumb {
  position: absolute;
  left: 15px;
  bottom: 28px;
}
.breadcrumb > li {
  position: relative;
  padding-right: 20px;
}
.breadcrumb > li:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb > li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  color: #fff;
  font-family: icon;
  content:"\f105";
}
.breadcrumb > li {
  color: var(--color-2);
}
.breadcrumb > li > a {
  color: #fff;
}
.breadcrumb > li > a.active,
.breadcrumb > li:hover a,
.breadcrumb > li.active {
  color: var(--color-2);
}
/* Breadcrumb END */

/* Custom input upload field START */
.input-file {
  position: relative;
  display: inline-block;
}
.input-file-text {
  padding: 0 10px;
  line-height: 40px;
  text-align: left;
  height: 40px;
  display: block;
  float: left;
  box-sizing: border-box;
  width: 200px;
  border-radius: 6px 0px 0 6px;
  border: 1px solid #ddd;
}
.input-file-btn {
position: relative;
  display: inline-block !important;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  font-size: 14px;
  vertical-align: middle;
  color: rgb(255 255 255);
  text-align: center;
  border-radius: 0 4px 4px 0;
  background-color: var(--color-1);
  line-height: 22px;
  height: 40px;
  padding: 10px 20px;
  box-sizing: border-box;
  border: none;
  margin: 0;
  transition: background-color 0.2s;
}
.input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
 
/* Focus */
.input-file input[type=file]:focus + .input-file-btn {
  box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
 
/* Hover/active */
.input-file:hover .input-file-btn {
  background-color: var(--color-2);
}
.input-file:active .input-file-btn {
  background-color: var(--color-2);
}
 
/* Disabled */
.input-file input[type=file]:disabled + .input-file-btn {
  background-color: #eee;
}
/* END */

.flexbox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
}
.vh-center {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%,-50%);
}
.h-center {
  position: absolute;
  left: 50%;
  margin-right: -50%;
  transform: translateX(-50%);
}
.v-center {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

/* Custom buttons START */

.custom__button {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 55px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    background: var(--gradient-1); 
    width: 100%;
    max-width: 360px;
    border-radius: 40px;
}

.custom__button:hover,
.custom__button.line {
    color: var(--color-2);
    background: transparent;
    border: 1px solid var(--color-2);    
}
.custom__button.line:hover {
  background: var(--gradient-1);
  color: #fff;
  border: 1px solid var(--color-2);
}

/* Modal START */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); /* Затемнение фона на 70% */
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
.modal-window__content {
  position: relative;
  width: 100%;
  max-width: 400px;
  height: auto;
  background-color: #fff;
  padding: 40px 45px;
  border-radius: 12px;
}

.modal-window__content h3 {
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}
.modal-window__content p {
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
}
.modal-window__close {
  position: absolute;
  top: 0;
  right: -80px;
  width: 50px;
  height: 50px;
  background: none;
  border: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.modal-window__close:hover {
  transform: rotate(90deg);
}
.modal-window__close:before,
.modal-window__close:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 4em;
  width: 2px; 
  background-color: #fff;
}
.modal-window__close:before {
  transform: rotate(45deg);
}
.modal-window__close:after {
  transform: rotate(-45deg);
}

.fade-in {
  animation: fade-in 0.3s ease-in-out forwards;
}
.fade-out {
  animation: fade-out 0.3s ease-in-out forwards;
}


@keyframes fade-in {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
    transform: scale(1);
    
  }
  to {
    opacity: 0;
    transform: scale(0.9);
  }
}
/* END */

/* Template custom styles END */

.insta a img{
    width:48px;
    height:48px;
    display: inline-flex;
}

.insta a{
    display: flex;
}

.insta{
    margin-left:50px;
    margin-top:30px;
}

.insta a p{
    display: inline-flex;
    align-items: center;
}

.float figure{
        float: right;
    max-width: 585px;
    margin: 0 0 30px 30px;
}