body{
    font-family: arial, sans-serif;
    padding: 0;
    margin: 0;
}

nav{
    width: 100%;
    height: 150px;
    background: #fff;
    position: fixed;
    z-index: 100;
}

header{
    height: 150px;
}

@media (max-width: 992px){
    header{
        height: 110px;
    }
    nav{
        height: 110px;
    }
}


#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
    overflow: auto;
    visibility:hidden;
    opacity: 0;
    transition: opacity 0.7s ease-in 0s;
}
.popup {
    top: 10%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 80%;
    min-width: 200px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #666;
    background-color: #fefefe;
    z-index: 1000;
    border-radius: 10px;
    font: 14px/18px 'Tahoma', Arial, sans-serif;
    box-shadow: 0 0px 14px rgba(0, 0, 0, 0.4);
}

.zag1{
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.close {
    top: 10px;
    right: 10px;
    width: 32px;
    height: 32px;
    position: absolute;
    border: none;
    border-radius: 50%;
    background-color: #454440;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    cursor: pointer;
    outline: none;
}
.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-family:  Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}
.close:hover {
    background-color: rgba(180, 20, 14, 0.8);
}
#overlay .popup p.zag{
    margin:10px 0 10px;
    padding:0 0 6px;
    color: #454440;
    font-size:25px;
    font-weight:bold;
    text-align: center;
}

.preloader {
  /*фиксированное позиционирование*/
  position: fixed;
  /* координаты положения */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  /* фоновый цвет элемента */
  background: #e0e0e0;
  /* размещаем блок над всеми элементами на странице (это значение должно быть больше, чем у любого другого позиционированного элемента на странице) */
  z-index: 1001;
}

.preloader__row {
  position: relative;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  margin-top: -35px;
  margin-left: -35px;
  text-align: center;
  animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
  position: absolute;
  display: inline-block;
  top: 0;
  background-color: #454440;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
  top: auto;
  bottom: 0;
  animation-delay: -1s;
}

@keyframes preloader-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes preloader-bounce {

  0%,
  100% {
    transform: scale(0);
  }

  50% {
    transform: scale(1);
  }
}

.loaded_hiding .preloader {
  transition: 0.3s opacity;
  opacity: 0;
}

.loaded .preloader {
  display: none;
}

.main{
    width:100%;
    background: url(../img/xl10.jpg) center/cover no-repeat;
    height: 600px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.maintexth{
    background: #ffffffb3;
}

.title_container{
    float: left;   
    color: #454440;
    text-align: center;
    width: 100%;
    max-width: 100%;
    /*margin-left: 80px;*/
    animation: titlemove 1s ease forwards;
    animation-delay: 2.4s;
    margin-top: 200px;
}

.title_container h1{
    font-size: 72px;
    font-weight: bold;
}

.title_container h4{
    margin-top: 40px;
    font-size: 22px;
    color: #454440;
    font-weight: bold;
}

.title_container input{
    height: 40px;
    width: 30%;
    max-width: 100%;
    text-align: center;
    border: 2px solid #454440;
    background: #454440;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 16px;
    margin: 58px 14px 0px 14px;
    transition-duration: 0.2s;
    transform: scale(1);
}

.title_container input:hover{
    background-color: white;
    color: #454440;
}

.title_container input:active{
    transform: scale(1.1);
}

.va3{
    width: 100%;
}

.va12 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-left: 0px;
    margin-right: 0px;
    height: 100%;
}

@media (max-width: 750px){
    .title_container h1{
        font-size: 40px;
    }
}

@media (max-width: 760px){
    .title_container input{
        width: 40%;
    }  
}

@media (max-width: 500px){
    .title_container input{
        width: 50%;
    }
}

.about{
    width: 100%;
    background: url(../img/fon2.jpg) center/cover no-repeat;
}

.info a{
    text-decoration: none;
}

.foto1{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    height: 300px;
}

.info h2{
    font-size: 30px;
    font-weight: bold;
    color: #454440;
    margin: 0 auto;
    margin-top: 100px;
    text-align: center;
}

.p1{
    text-align: center;
    font-size: 20px;
    color: #454440;
    font-weight: bold;
    padding-top: 20px;
}

.text34{
    text-align: center;
    font-size: 20px;
    color: #454440;
    font-weight: 600;
}

.span1{
    margin-bottom: 70px;
}

.info span{ 
    color: #454440;
    font-weight: bold;
}

.info1 h2{
    font-size: 35px;
    font-weight: bold;
    color: #454440;
    margin: 0 auto;
    text-align: center;
}

.service-price1{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px 0 rgb(69 68 64 / 20%);
    border-radius: 8px 8px;
    height: 300px;   
}

.service-price2{
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px 0 rgb(69 68 64 / 20%);
    border-radius: 8px 8px;
    height: 450px;   
}

.service-price {
    background: url(../img/da1.jpg) center/cover no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px 0 rgb(69 68 64 / 20%);
    border-radius: 8px 8px;
    height: 400px;   
}

.service-price1 {
    background: url(../img/xl1.jpg) center/cover no-repeat;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 20px 40px 0 rgb(69 68 64 / 20%);
    border-radius: 8px 8px;
    height: 400px;   
}

@media (max-width: 550px){
    .service-price{
        height: 400px;
    }

    .service-price2{
        height: 600px;
    }
}


.service-price__title {
    background: #ffffffb3;
    width: 100%;
    color: #df531c;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.service-price__title-text {
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
}

.service-price__title-price {
    white-space: nowrap;
    width: 40%;
    text-align: right;
}

.service-price__body {
    padding-left: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.service-price__body1 {
    padding-left: 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}


.service-price__desc {
    flex-grow: 1;
}

.service-price__desc-title {
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
}

.service-price__composition {
    padding: 0;
    margin: 0;
}

.list {
    margin-bottom: 8px;
    display: flex;
    position: relative;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}

@media (max-width: 455px){
    .service-price{
        height: 400px;
    }
}

.price{
    margin-top: 50px;
    margin-bottom: 100px;
}

.price-btn{
    text-align: center;
    margin-top: 30px;
}

.input1{
    width: 180px;
    height: 44px;
    background-color: rgba(0,0,0,0.5);
    font-weight: 700;
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    margin-top: 150px;
}

.input1:hover{
    background-color: white;
    color: #454440;
}

.input1:active{
    transform: scale(1.1);
}

.s{
    height: 450px;
}

@media (max-width:  530px){
    .s{
        height: 550px;
    }
}

.s h2{
    font-size: 30px;
    font-weight: bold;
    color: #454440;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

.polz{
    width: 70%;
    margin: 0 auto;
    padding-top: 100px;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 15px;
    border-radius: 5px;  
    background: #d3d3d3;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #454440;
    cursor: pointer;
}

.slider::-moz-range-thumb {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

datalist {
 width: 100%;
display: flex;
justify-content: space-between;
}

.price12{
    margin-top: 50px;
}

.price-calc-result {
    width: 100%;
    margin: 0 auto;
    border: 2px solid #454440;
    background-color: #fff;
    box-shadow: 0 20px 20px 0 rgb(69 68 64 / 20%);
    border-radius: 8px;
    padding: 30px;
    text-align: center;
}

.price-calc-result span{
    text-align: center;
    font-size: 20px;
    color: #454440;
    text-transform: uppercase;
    font-weight: bold;
}

.price-calc-result-value {
    font-size: 40px;
    font-weight: 500;
}

.rouble{
    font-size: 20px;
    font-weight: 500;
}

.projects{
    width: 100%;
}

.projects h2{
    font-size: 35px;
    font-weight: bold;
    color: #454440;
    text-align: center;
}

.number{
    max-width: 100%;
    max-height: 100%;
    margin-right: 10px;
}

.number1{
    float: left;
    max-width: 90%;
    text-align: center;
    margin-top: 20px;
}

.number2{
    float: left;
    max-width: 90%;
    text-align: center;
    margin-top: 20px;
}

.number3{
    float: left;
    max-width: 90%;
    text-align: center;
    margin-top: 20px;
}

.pc{
    margin-top: 10px;
    width: 400px;
    height: 300px;
    margin-bottom: 10px;
}

.pc1{
    width: 400px;
    height: 300px;
}

.number span{
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
}

@media (max-width: 490px){
    .pc{
        width: 300px;
        height: 250px;
    }
}

.n1{
    float: left;
    padding-top: 30px;
}

.get{
    width: 100%;
}

.get h2{
    font-size: 30px;
    font-weight: bold;
    color: #454440;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 20px;
}

.img{
    float: left;
}

.lamp{
    width: 125px;
    height: 125px;
    margin-right: 10px;
}

.item-title{
    font-size: 20px;
    color: #454440;
    font-weight: bold;
}

.item-text{
    color: #454440;
}

.application{
    width: 100%;
    height: 500px;
    background: url(../img/fon3.png) center/cover no-repeat;
}

.application h2{
    font-size: 30px;
    font-weight: bold;
    color: #454440;
    text-align: center;
    margin-bottom: 30px;
    padding-top: 50px;
    margin-top: 100px;
}

.application h1{
    font-size: 25px;
    font-weight: bold;
    color: #454440;
    text-align: center;
    margin-bottom: 50px;
}


.contact{
    text-align: center;
    margin-top: 40px;
    margin-left: 15px;
}

@media (max-width: 500px){
    .application h1{
        font-size: 20px;
    }
}


.send{
    height: 40px;
    text-align: center;
    background: none;
    border-radius: 5px;
    color: #454440;
    font-size: 13px;
    width: 125px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 30px;
}

.send:hover{
    background-color: #454440;
    color: #fff;
}

.send:active{
    transform: scale(1.1);
}

.foot{
    width: 100%;
    height: 200px;
    float: left;
}

.icon{
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    margin-left: 15px;
}

.left{
    margin-top: 30px;
}

.pin{
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 25px;
}

@media (max-width: 530px){
    .pin{
        width: 25px;
        height: 25px;
    }
}

.me1{
    text-align: center;
    margin-top: 30px;
}

.me1 a{
    text-decoration: none;
}

input[type="text"]::-moz-placeholder {
    color: #ffd595; /* Цвет подсказывающего текста */
   }
   input[type="text"]::-webkit-input-placeholder { color: black; }
   input[type="text"]:-ms-input-placeholder { color: black; }
   input[type="text"]::-ms-input-placeholder { color: black; }
   input[type="text"]::placeholder { color: black; } 

   /*новая главная*/
   .img-logo {
    width: 200px;
    height: 100px;
}

   .img-logo1 {
    width: 400px;
    height: 200px;
}

header .map-address {
    font-weight: 400;
    color: #4a4b60;
    text-align: left;
    font-size: 25px;
}

.studio{
    font-size: 15px;
}

@media (max-width: 1200px){
    header .map-address{
        font-size: 15px;
    }
    .img-logo{
        height: 60px;
        width: 100px;
    }
}


@media (max-width: 992px){
    header .map-address{
        font-size: 9px;
    }
    .studio{
        font-size: 9px; 
    }
    .menu-text{
        padding-left: 0px;
    }
}

@media (max-width: 769px){
    header .map-address{
        font-size: 9px;
    }
    .studio{
        font-size: 7px; 
    }
    .menu-text{
        padding-left: 0px;
    }
}

@media (max-width: 992px){
    .link-phone1{
        font-size: 15px;
    }
}

@media (max-width: 768px){
    .link-phone1{
        font-size: 10px;
    }
}

@media (max-width: 447px){
    .link-phone1{
        font-size: 9px;
    }
}

@media (max-width: 522px){
    .link-phone2{
        font-size: 10px;
    }
}


.link-phone2{
    text-decoration: none;
    color: #454440;
}


.link-phone {
    text-decoration: none;
    color: #5a6472;
    font-weight: 500;
}

.top{
    margin-top: 10px;
    margin-bottom: 10px;
}

.btn-сallback {
    color: #ffffff;
    background: linear-gradient(to right, #eda447, #df531c);;
    border-radius: 10px;
    padding: 15px 40px 15px 40px;
    font-weight: bold;
    font-size: 15px;
}

.link-phone1{
    font-weight: bold;
}

.menu-text{
    float: left;
    padding-left: 10px;
    padding-top: 10px;
}

header .btn-сallback:hover {
    color: #ffffff;
}


@media (max-width: 992px){
    .btn-сallback {
    padding: 10px 10px 10px 10px;
}

    .img-logo {
    width: 80px;
    height: 40px;
}

    .img-logo1 {
    width: 300px;
}
}

.pdtp{
    padding-top: 20%;
}

.pdtp1{
    padding-top: 10%;
}

.modal-content {
    background: #FFFFFF;
    color: #5a6472;
}
.modal-header {
    border-bottom: none;
}
.modal .form-group input {
    height: 62px;
    padding: 0 20px 0 23px;
    outline: none;
    border: none;
    font-size: 16px;
    color: #4b2354;
    line-height: 1.2;
    background-color: transparent;
    border-radius: 20px;
    margin-bottom: 30px;
    box-shadow: 0 5px 20px 0px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 5px 20px 0px rgb(0 0 0 / 5%);
    -o-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 5px 20px 0px rgba(0, 0, 0, 0.05);
}
.btn-send {
    padding: 10px 20px;
    min-width: 160px;
    background-color: #df531c;
    border-radius: 21px;
    color: #fff;
}

.btn-send:hover {
    color: #fff;
    box-shadow: 0 10px 30px 0px rgb(69 68 64 / 50%);
}

.modal .link-phone:hover {
    color: #e6417f;
    text-decoration: none;
}

.close1{
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    padding: 0;
    background-color: transparent;
    border: 0;
}

.main h2{
    font-size: 50px;
    font-weight: bold;
    padding-top: 40px;
    color: #454440;
    padding-left: 10px;
}

.main h1{
    font-size: 50px;
    font-weight: bold;
    padding-top: 40px;
    color: #454440;
    padding-left: 10px;
}

@media (max-width: 992px){
    .main h2{
        font-size: 30px;
    }

    .main h1{
        font-size: 30px;
    }

    .input1{
        margin-top: 100px;
    }
}

.plus{
    font-size: 20px;
    font-weight: bold;
    color: #454440;
    margin-left: 50px;
    background: #ffffffb3;
}

@media (max-width: 760px){
    .plus{
        margin-left: 5px;
    }    
}

.knopka{
    text-align: center;
}

.main input{
    height: 60px;
    width: 50%;
    max-width: 100%;
    text-align: center;
    background: linear-gradient(to right, #eda447, #df531c);
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 16px;
    margin-top: 8%;
    transition-duration: 0.2s;
    transform: scale(1);
}

.main input:hover{
    background-color: white;
    color: #454440;
}

.main input:active{
    transform: scale(1.1);
}

@media (max-width: 415px){
    .main{
        height: 700px;
    }
}

@media (max-width: 1300px){
    .main input{
        width: 80%;
    }

    .styles input{
        width: 80%;
    }

    .pdtp{
        padding-top: 15%;
    }
}

@media (max-width: 415px){
    .main input{
        width: 90%;
    }
    .styles input{
        width: 90%;
    }
}

@media (max-width: 760px){
    .btn-сallback{
        padding: 10px 60px 10px 60px;
    }
}

.expert{
    text-align: center;
    margin-top: 20px;
}

.expert input{
    height: 60px;
    width: 25%;
    max-width: 100%;
    text-align: center;
    background: #df531c;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 16px;
    margin-top: 20px;
    margin-bottom: 50px;
    transition-duration: 0.2s;
    transform: scale(1);
}

.expert input:hover{
    background-color: white;
    color: #454440;
}

.expert input:active{
    transform: scale(1.1);
}

@media (max-width: 1225px){
    .expert input{
        width: 40%;
    }
}

@media (max-width: 768px){
    .expert input{
        width: 60%;
    }
}

@media (max-width: 520px){
    .expert input{
        width: 70%;
    }
}

@media (max-width: 450px){
    .expert input{
        width: 80%;
    }
}

.key{
    width: 100%;
}

.key h2{
    font-size: 35px;
    font-weight: bold;
    color: #454440;
    text-align: center;
}

.examples h2{
    margin-top: 20px;
}

.examples{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.examples input{
    color: rgb(255, 255, 255);
    background-color: rgb(228, 114, 0);
    z-index: 2147483647;
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 255, 255);
    border-image: initial;
    border-radius: 100px;
    padding: 15px 10px;
}


.styles{
    width: 100%;
    margin-bottom: 50px;
}

.styles h2{
    font-size: 35px;
    margin-top: 50px;
    font-weight: bold;
    color: #454440;
    text-align: center;
}

.visual1{
    width: 100%;
}

.visual1 h2{
    font-size: 35px;
    font-weight: bold;
    color: #454440;
    text-align: center;
    margin-top: 50px;
}

.youcan{
    font-size: 20px;
    font-weight: bold;
    color: #454440;
    text-align: center;  
}

.plus1{
    font-size: 20px;
    font-weight: bold;
    color: #454440;
    padding-top: 20px;
    text-align: center;
}



@media (max-width: 1200px){
    .visual1 input{
        width: 80%;
    }
}

.plus2{
    text-align: center;
    margin-top: 20px;
}

.team{
    width: 100%;
    text-align: center;
}

.team h2{
    font-size: 30px;
    font-weight: bold;
    color: #454440;
    text-align: center;
}

.team span{
    margin-top: 50px;
}

.expert1{
    font-size: 18px;
    text-align: center;
}

.visual2{
    width: 100%;
    margin-bottom: 50px;
    margin-top: 50px;
}

.visual2 h2{
    font-size: 30px;
    font-weight: bold;
    color: #454440;
    padding-top: 10px;
}

.visual2 span{
    color: #454440;
    font-size: 20px;
}

.quest{
    font-weight: bold;
}

.video{
    margin-top: 30px;
    width: 100%;
    height: 400px;
}


@media (max-width: 725px){
    .info1 h2{
        font-size: 20px;
    }
    .projects h2{
        font-size: 25px;
   }
   .key h2{
    font-size: 20px;
   }
   .examples h2{
    font-size: 25px;
   }
   .styles h2{
    font-size: 25px;
   }
   .visual1 h2{
    font-size: 25px;
   }
   .expert h2{
    font-size: 25px;
   }
   .visual2 h2{
    font-size: 25px;
   }
}

.footmenu{
    margin-left: 10%;
    float: left;
}

.footmenu1{
    margin-left: 14%;
    float: left;
}

.footmenu2{
    margin-left: 11%;
    float: left;
}


.foot a{
    text-decoration: none;
}

.img-kart{
    width: 100%;
    height: 100%;
}

.pacol{
    background: url(../img/xl10.jpg) no-repeat 0 50%;
    background-size: cover;
}

@media(max-width: 992px){
    .pacol{
        margin-top: 50px;
    }
}

.overplay{
    background-color: rgba(223, 83, 28, 0.8);
    padding: 10px 23px 13px 23px;
    transition: all 225ms ease-out;
    -moz-transition: all 225ms ease-out;
    -webkit-transition: all 225ms;
    color: #fff;
}

.overlay span{
    font-size: 10px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 7px;
    letter-spacing: 1.5px;
    margin-bottom: 6px;
}

.pacname{
    font: 28px/normal "PlayfairDisplayRegular", sans-serif;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.pacrice{
    display: table;
    color: #fff;
    font: 28px/normal "RobotoCondensedBold", sans-serif;
    display: table-cell;
    vertical-align: middle;
    padding-right: 6px;
}

.paclist{
    padding-top: 20px;
    padding-bottom: 30px;
    border-left: 1px solid #df531c;
    border-right: 1px solid #df531c;
}

.pacul{
    margin: 0;
    padding: 0;
}

.pacul li{
    list-style: none;
    font-size: 11px;
    text-transform: uppercase;
    padding: 5px 10px 5px 25px;
    letter-spacing: 1px;
}

.pacul a{
    color: #fff;
}

.order{
    background-color: rgba(223, 83, 28, 0.8);
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 14px;
    margin-bottom: 0;
    transition: all 225ms ease-out;
    -moz-transition: all 225ms ease-out;
    -webkit-transition: all 225ms;
}

.paculli{
    /*background-color: rgba(223, 83, 28, 0.8);*/
    background: rgba(105, 105, 105, 0.3);
}

.nav-link:active{
    color: #df531c;
}

.nav-link:hover{
    color: #df531c;
}

.btn-light{
    background-color: #df531c;
    border-color: #df531c;
    color: #fff;
}

.btn-light:focus{
    background-color: #df531c;
    border-color: #df531c;
    color: #fff;
}

.btn-light:hover{
    background-color: #df531c;
    border-color: #df531c;
    color: #fff;
}

.btn-light:active{
    background-color: #df531c;
    border-color: #df531c;
    color: #fff;
}

.btn-light:visited{
    background-color: #df531c;
    border-color: #df531c;
    color: #fff;
}

.gallery1{
    background: url(../img/xl6.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery1
 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.projects p{
    color: black;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}

.por{
    background-color: rgba(0,0,0,0.5);
    height: 300px;
}

.port{
    height: 300px;
    width: 100%;
}

.port1{
    background: url(../img/port1.jpg) center/cover no-repeat;
    margin-bottom: 20px;
}

.port2{
    background: url(../img/port2.jpg) center/cover no-repeat;
}

.port-3{
    background: url(../img/port3.jpg) center/cover no-repeat;
}

@media(max-width: 767px){
    .port-3{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.port4{
    background: url(../img/dg1.jpg) center/cover no-repeat;
}

.port5{
    background: url(../img/port5.jpg) center/cover no-repeat;
    margin-top: 20px;
}

.port6{
    background: url(../img/xl1.jpg) center/cover no-repeat;
    margin-top: 20px;
}

.port7{
    background: url(../img/newfest1.jpg) center/cover no-repeat;
    margin-top: 20px;
}

.port8{
    background: url(../img/newn.jpg) center/cover no-repeat;
    margin-top: 20px;
}

.port9{
    background: url(../img/newk.jpg) center/cover no-repeat;
    margin-top: 20px;
}

.port10{
    background: url(../img/il-0.jpg) center/cover no-repeat;
    margin-top: 20px;
}

.about-studio h2{
    font: 100%/normal "PlayfairDisplayRegular", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    letter-spacing: 2.5px;
    margin-bottom: 20px;
    padding-top: 30px;
    color: #df531c;
    font-weight: bold;
}

.about-studio span{
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
    color: #454440;
}

.about-studio-foto{
    width: 100%;
    height: 300px;
}

.block-about-studio{
    background: url(../img/il-0.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

.block-about-studio1{
    background: url(../img/annanov.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

.block-about-studio2{
    background: url(../img/person1.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    margin-bottom: 10px;
}

.block-about-studio-text{
    background-color: rgba(0,0,0,0.5);
    padding-top: 280px;
}

.block-about-studio-text1{
    background-color: rgba(0,0,0,0.5);
    padding-top: 250px;
}

.contact {
    padding: 150px;
    border-radius: 30px;
    background-color: rgba(223, 83, 28, 0.8);
    color: #ffffff;
}
.contact img.snake {
    width: 100%;
}

.contact .btn-сallback {
    color: #ffffff;
    border: 2px solid #ffffff;
    border-radius: 100px;
    padding: 15px 10px;
    background-color: #e47200;;
    z-index: 999999999999;
}

@media (max-width: 575.98px) {
    .contact {
        padding: 30px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .contact {
        padding: 30px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .contact {
        padding: 30px;
    }
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #df531c;
}

.foto_content{
    padding: 242px 20px 18px 20px;
    color: #fff;
}

@media screen and (max-width: 767px){
.foto_content {
    background-position: left bottom;
    min-height: 100%;
    height: 100%;
    padding: 220px 10px 18px 30px !important;
}
}

@media screen and (max-width: 500px){
.foto_content {
    background-position: left bottom;
    min-height: 100%;
    height: 100%;
}
}

.foto_text{
    font-size: 18px;
    font-family: 'Playfair Display', serif;
}

.projects_button{
    height: 40px;
    width: 80%;
    max-width: 100%;
    text-align: center;
    background: linear-gradient(to right, #eda447, #df531c);
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    padding: 0px 16px;
    margin-top: 10px;   
    margin-right: 20px;
}

@media(max-width: 767px){
    .projects_button{
        width: 100%;
        margin-bottom: 30px;
    }
}

.projects_text{
    color: #000;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
    font-family: 'RobotoCondensedLight', sans-serif;
}

.gallery2{
    background: url(../img/da2.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery2 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.gallery3{
    background: url(../img/gor2.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery3 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.gallery4{
    background: url(../img/dg1.png) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery4 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.gallery5{
    background: url(../img/n1.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery5 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.gallery6{
    background: url(../img/xl2.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery6 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.gallery7{
    background: url(../img/newfest1.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery7 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.gallery8{
    background: url(../img/newn1.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery8 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.gallery9{
    background: url(../img/newk2.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery9 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.gallery10{
    background: url(../img/il1.jpg) center/cover no-repeat;
    width: 100%;
    height: 300px;
    position: relative;
}

.gallery10 span{
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 40%;
    font-family: 'Roboto Condensed', serif;
    font-size: 20px;
    background-color: rgba(0,0,0,0.5);
    color: white;
}

.uslugi{
    width: 100%;
}

.uslugi h2{
    font-size: 35px;
    margin-top: 50px;
    font-weight: bold;
    color: #df531c;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 1200px){
    .uslugi h2{
        margin-bottom: 5px;
    }
}

.nav-link{
    color: black;
}

.foto_content_first{
    color: rgba(105, 105, 105, 0.5);
    padding-left: 10px;
}

.sopr h2{
    font-size: 35px;
    margin-top: 50px;
    font-weight: bold;
    color: #df531c;
    text-align: center;
    margin-bottom: 50px;
}

@media (max-width: 1200px){
    .uslugi h2{
        margin-bottom: 5px;
    }
    .sopr h2{
        margin-bottom: 5px;
    }
}

.sopr span{
    color: #000;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
    font-family: 'RobotoCondensedLight', sans-serif;
}

.sopr img{
    width: 400px;
    height: 300px;
    margin: 0 auto;
    padding-top: 20px;
}

.d-img{
    width: 100%;
    height: 450px;
    margin-bottom: 10px;
}

.sopr1 span{
    color: #000;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.7px;
    font-family: 'RobotoCondensedLight', sans-serif;
}

.sopr1 h2{
    font-size: 35px;
    margin-top: 50px;
    font-weight: bold;
    color: #df531c;
    text-align: center;
    margin-bottom: 50px;
}

@media(max-width: 767px){
    .d-img{
        height: 250px;
    }
}

.icon-bar {
    position: fixed;
    top: 50%;
    left: 0;
    z-index: 9999;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 3s ease;
    color: white;
    font-size: 15px;
    position: relative;
    background-color: #df531c;
    text-decoration: none;
    writing-mode: vertical-rl;
}

.icon-bar a:hover {
    background-color: #000;
    left: 5px;
}

.icon-quiz {
    height: 32px;
    width: 32px;
    padding: 7px 5px 7px 7px;
    border-radius: 4px;
    background: var(--color-text,#fff);
    box-sizing: border-box;
    transform: rotate(90deg);
    margin-right: 12px;
    margin-top: 10px;
}

.icon-quiz {
    height: 32px;
    width: 32px;
    padding: 7px 5px 7px 7px;
    border-radius: 4px;
    background: var(--color-text,#fff);
    box-sizing: border-box;
    transform: rotate(90deg);
    margin-right: 12px;
}