


@charset "UTF-8"



@media (min-width: 992px)

.container1360 {
    max-width: 1360px;
    align-content: center;
}

<link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.css" />
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/fancyapps/fancybox@3.5.7/dist/jquery.fancybox.min.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Merriweather&display=swap" rel="stylesheet">


html, body {
    width: 100%;
    font-weight: 400;
    height: 100%; 
    margin: 0;
    padding:0;
    background-color: #fff;
 font-family: 'Inter', sans-serif;
}


.container {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}



 .tag {
      display: inline-block;
      padding: 0 20px 20px 0;
     
      border-radius: 16px;
      font-family: 'Inter', sans-serif;
       font-size: 14px;
    font-weight: 300;
    }

    .tag-inner {
      background-color: #fff; /* Inner grey area */
      margin-right: 12px;
      border-radius: 12px;
      color: #A6A8B6;
    }

.col-xs-* {
    padding: 0;
}

.conteiner {
    text-align: left; 
}

.conteiner3 {
    text-align: left; 
    width: 1170px;
    padding: 30px 0 0px 0px;
}


.conteiner2 {
    margin: 0 auto; 
    padding:0 0 0 0;
}


.content2 {
    margin: 0 auto; 
    width: 1100px; 
    padding: 100px 0px 0 0; 
    height: 260px;
}

.content1 {
    margin: 0 auto; 
    width: 1100px; 
    padding: 200px 0px 0 0; 
    height: 260px;
}


.inner-wrap {
    width: 1100px;
    margin: 0px auto;
}



a {
    font-weight: 600;
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    font-size: 18px;
    font-style: normal;
    color: #202124;
}

a:hover { 
    color: #000; 
    cursor: pointer;
    text-decoration: none; 
}

.line {
    padding-top: 10px;
}

img {
    display: inline-block;
    max-width: 100%;
    /*width: 1360px;*/
}

img.preview {

   
}

.logo3 {width: 28px; margin-right: 4px; margin-bottom: 4px;} 
@media screen and (max-width: 601px) { .logo3  {width: 24px; margin-right: 4px; margin-bottom: 4px;}}
.logo {width: 40px; } 

@media screen and (max-width: 601px) { img.preview  {border-radius: 16px;}}
@media screen and (min-width: 600px) { img.preview  {border-radius: 32px;}}

.round {

}
@media screen and (max-width: 601px) { .round  {border-radius: 16px;}}
@media screen and (min-width: 600px) { .round  {border-radius: 32px;}}


.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
font-family: 'Inter', sans-serif;
}

.profile {
  display: flex;
  align-items: center;
}

.avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
}

.name {
  font-weight: 500;
  font-size: 18px;
  color: #111;
  padding-left: 20px;
  font-family: 'Inter', sans-serif;
}

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  padding: 20px 0;
}

.info-block .label {
  font-size: 14px;
  color: #A6A8B6;
  padding: 20px 8px 20px 0;
  font-weight: 400;
  margin-bottom: 4px;
 font-family: 'Inter', sans-serif;
}

.info-block .value {
  font-size: 16px;
  font-weight: 400;
  color: black;
 font-family: 'Inter', sans-serif;
}


.subtitle {
  font-size: 14px;
  color: #A3A4AE;
  margin-top: 2px;
    padding-left: 20px;
  font-family: 'Inter', sans-serif; 
}

.links a {
  margin-left: 18px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
  font-family: 'Inter', sans-serif; 
}

.links a:hover {
  text-decoration: underline;
}

/* Скрываем ссылки на мобильных устройствах */
@media (max-width: 640px) {
  .links {
    display: none;
  }
}

h1 {    
    font-family: 'Inter', sans-serif;
    font-size: 52px ;
    padding: 0px 0px 0px 0px;
    text-align: left;
    font-weight: 600;
    color: #000000;

    letter-spacing: 1px;
   /* text-transform: uppercase;*/

}

.warning {
  background-color: #fff3cd; /* light yellow */
  padding: 2px 6px;
  border-radius: 6px;
  font-size: 12px ;
  color: #A57506;
  display: inline-block;
  font-weight: 600;
}

@media screen and (max-width: 601px) { h1 {font-size: 34px; line-height: 1.2;}}


.colortext {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.6;
   
        color:#83868d;
 
        text-transform: none;

}


  .chat-bubble {
    display: inline-block;
    background-color: #f0f4f8; /* светло-серый фон */
    color: #000;
    padding: 32px 32px;
    border-radius: 32px;
    max-width: 680px;
    font-size: 20px;
    
    position: relative;
    font-family: 'Inter', sans-serif;
  }

  .chat-bubble::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    width: 28px;
    height: 28px;
    background-color: #f0f4f8;
    border-bottom-left-radius: 24px;
    transform: translateY(50%) rotate(45deg);
  }


.colortextblack {
    font-family: 'Inter', sans-serif;
     font-size: 20px;
    font-weight: 800;

   
        color:#000000;
 
        text-transform: none;

}

  
@media screen and (max-width: 601px) { .colortext {font-size: 18px;}}
@media screen and (max-width: 601px) { .colortextblack {font-size: 18px;}}





h2 {
     font-family: 'Inter', sans-serif;
     font-size: 28px;
    font-weight: 400;
    line-height: 1.6;
  
    color: #000000;
    
}

.top-menu li {
    display: inline-block;
    padding: 0px 0px 10px 30px;
    margin: 0;
    float: left;
    text-align: center;
}

h3 {
   
}

.pdt-r
{padding-right:20px ;}

h4 {
  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-family: 'Inter', sans-serif;
    color: #939396;
    text-align: center;
    padding: 20px 0 48px 20px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    
 
  
}

@media screen and (max-width: 601px) { h4 {font-size: 12px; padding: 10px 0 8px 8px;}}

.none
{
 text-decoration: none !important;
}



h5 {
    font-family: 'Inter', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #939396;
    
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    
    line-height: 24px; 
  
}


nav h5 {
     font-family: 'Inter', sans-serif;
     webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    color: #9C9EA1;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    margin: 0;
    line-height: 24px; 
}

@media screen and (max-width: 601px) { nav h5 {font-size: 14px;}}

h6 {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    font-family: 'Inter', sans-serif;
    padding: 0.6em  0 0.6em 0;
    font-size: 18px;
    color: #000;
    line-height: 1.6;
    font-weight: 400;
    margin: 0;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;  
}

@media screen and (max-width: 601px) { h6 {font-size: 16px; line-height: 1.6;}}

nav li {
    display: inline-block;
}




li {
    text-align: right;
    list-style: none;
}


#header_work{
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    top: 0;
    z-index: 1;

}


.round {
  
  

}

@media screen and (max-width: 600px) {
  #navigation {
    visibility: hidden;
    display: none;
  }
}


#navigation ul li {
	width: auto;
	float: left;
	display: inline;
	padding-right: 24px;
}

#navigation li a {
	font-family: 'Inter', sans-serif;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	font-weight:400;
	font-size: 20px;
    line-height: 1.5;
	text-align: left;
    letter-spacing: 0.3px;
	 color:#7f8290;
	text-decoration: none;
}

#navigation li a:hover {
	color: #fff;
    text-decoration: none; 
 
}

.icon-text {
  display: flex;
  align-items: center; /* выравнивание по вертикали */
  gap: 8px; /* расстояние между иконкой и текстом */
}


.logotext {
    padding-left: 16px;
    font-family: 'Inter', sans-serif;
    font-weight:500;
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 0 0;
    text-align: left;
    color: #00000;
    float: left;
    letter-spacing: 0px;
}

.backtext{
    padding-left: 52px;
    font-family: 'Inter', sans-serif;
    font-weight:600;
    font-size:18px;
    line-height: 1.5;
    margin: 0 0 0 0;
    text-align: left;
    color: #343437
    float: left;
}

@media screen and (max-width: 601px) { .backtext {padding-left: 32px; font-size: 16px;}}

@media screen and (max-width: 601px) { .logotext {padding-left: 32px; font-size: 16px;}}

.navigation {
	float: right;
	margin: 0 auto;
	padding-right: 32px;
}


.ttt{ 
    font-size: 32px; 
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.t2{ 
    font-size: 20px; 
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    line-height: 1.6;
    text-align: left;
    text-decoration: none;
    color: #000;
}

.dark-nav-kl { 
    padding: 32px;
    background-color:#F5F5F5;
    color: #fff;
}

.dark-nav-gmds { 
    padding: 0 0% 0 0%;
    background-color:#E0E0E0;

}

.dark-nav-klips { 
    padding: 0 0% 0 0%;
    background-color: #EDEEF1;
}

.dark-nav-klips2 { 
    padding: 0 0% 0 0%;
    background-color: #EAEBEE;
}

.dark-nav-klips3 { 
    padding: 0 0% 0 0%;
    background-color: #EDEEF1;
}


.black { 
    color: #343437;
}

.pd15
{
    padding-top: 20px;
    padding-bottom: 10px;
}

.pd25
{
    padding-top: 60px;
}


.pd2
{
    padding-top: 1.75rem;
}


.pd80
{
    padding-top: 6%;
}

.pd200
{
    padding-top: 180px;
}

@media screen and (max-width: 601px) { .pd200 {padding-top: 80px;}}

.pd300
{
    padding-top: 200px;
}

@media screen and (max-width: 601px) { .pd300 {padding-top: 120px;}}

@media (max-width: 960px) {
  .pd25{
    display: none;
  }
} 

.pd20
{
    padding-top: 10%;

}


.pd60
{
    padding-top: 60px;

}


.pd10
{
    padding-top:40px;

}

.pd5
{
    padding-top: 2%;

}

.gif
{
    width: 324px;

}

@media screen and (max-width: 601px) { .gif { width: 240px;}}

.pd5fx
{
    padding-top: 24px;

}

.fixed
{width: 1280px}

.fixedmain
{width: 2000px}

.pd20fx
{
    padding-top: 96px;

}

@media screen and (max-width: 601px) { .pd20fx {padding-top: 52px;}}

.pd40fx
{
    padding-top: 144px;

}

@media screen and (max-width: 601px) { .pd40fx {padding-top: 96px;}}


.link {

     margin: 0 0 0 0px;
 
}


.dark-gm {

    background-color: #EDEEF1;
}

.btn {
    display: inline-block;
    padding: 12px 12px;
    text-decoration: none;
    margin: 10px;
    background-color: #F8F8F8;
    border-color: #000;
    border-width: 2px;
    border-radius: 16px;
     font-family: 'Inter', sans-serif;
     -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
    font-size: 18px;    
    color: #202124;
    font-weight: 600;

    margin: 8px 4px 4px 4px;
    -webkit-font-smoothing: antialiased;  
   
}


.bold
{
    font-weight: 700;
}

.btn2 {
    display: inline-block;
    padding: 0px 0px;
    margin: 10px;
    background-color: #fff;  
    border-color: #fff;
    border-radius: 16px;
     font-family: 'Inter', sans-serif;
      -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
   text-decoration: underline;
    font-size: 18px;    
    color: #000;
     border-style: none;
    font-weight: 500;
    margin: 8px 4px 4px 4px;
    -webkit-font-smoothing: antialiased;  
   
}

  

.btn3 {
    cursor: pointer;
 font-family: 'Inter', sans-serif;
   border: 2px solid black;
    background-color: #fff;
    padding: 10px 24px;
    font-size: 18hpx;
    color: #343437;
    line-height: 1.6;
    border-radius: 40px;  
    font-weight: 500;
    margin-right: 12px;
    
}



@media screen and (max-width: 601px) { .btn3 {font-size: 16px;}}


.btn3:hover{
 background-color: #000;
color: #fff; 


}




.btn5 {

    font-family: 'Inter', sans-serif;
    border: none;
    background-color: #F3F3F3;
    padding: 14px 28px;
    font-size: 18px;
    color: #77787D;
    line-height: 1.5;
    border-radius: 40px;  
    font-weight: 400;
    
}

@media screen and (max-width: 601px) { .btn5 {font-size: 16px;}}



.btn4 {
    padding: 2px 40px 6px 0px;
    background-color: #fff;
    text-align: left;
    font-size: 20px;
    text-decoration: none;
    color: #222;
    border-style: none;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
  
}

@media screen and (max-width: 601px) { .btn4 {font-size: 18px;}}




 



.lines {margin: 30px;}
.left { float: left; text-align: left;  color: #B4B4B4; }

@media screen and (max-width: 600px) {
  #left {
    visibility: hidden;
    display: none;
  }
}


.create-line {
  width: 100%;
  border-top: 2px solid #E6E6E6;
  margin-top: 60px;
  margin-bottom: 60px;
}

@media screen and (max-width: 601px) { .create-line {margin-top: 10px;
  margin-bottom: 10px;}}


.project-sections {
    background-color: #fff;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 20px;

}

@media screen and (max-width: 601px) { .project-sections {border-top-left-radius: 24px;
    border-top-right-radius: 24px;}}

.hide-on-mobile { display: inline; }
/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width : 320px)
and (max-device-width : 480px){ .hide-on-mobile { display: none; }}



.hid { width: 56px; }