@font-face { 
	font-family: CeraPro-Regular;
	src: url(/fonts/CeraPro-Regular.ttf);
	font-weight: normal;
	}

	@font-face {
	font-family: CeraPro-Medium;
	src: url(/fonts/CeraPro-Medium.ttf);
	font-weight: normal;
	}
	
	 @font-face {
	font-family: CeraPro-Bold;
	src: url(/fonts/CeraPro-Bold.ttf);
	font-weight: normal;
	}
  @font-face {
    font-family: CeraPro-Black;
    src: url(/fonts/CeraPro-Black.ttf);
    font-weight: normal;
    }
html
{
  scroll-behavior: smooth;
}
	body {
	font-family: "CeraPro-Regular", Arial, sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 14px;
	line-height: 20px;
	width: 100%;
  margin: 0;
}
a:hover
{
  text-decoration: none!important;
  
}
a
{
  text-decoration: none;
  color: #121212;
}
a:active, a:focus
{
  text-decoration: none;
}
footer a:hover
{
  color: #beccf3;
}
.list-unstyled
{
    padding-left: 0;
    list-style: none;
    
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
  }

  
  header
  {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1f2d4a;
    border-bottom: 1px solid #3b465a;
    z-index: 50;
    
    
  }
  .white-header-body header
  {
    background: #fff;
    border-bottom: 1px solid #ebe8e8;
  }
  .white-header-body header .munu-inner li a
  {
    color: #1f2d4a;
  }

  .white-header-body header .header-phone a
  {
    color: #1f2d4a;
  }
  .white-header-body header .header-calculate a
  {
    color: #1f2d4a;
  }
  .white-header-body header .header-calculate
  {
   
    background-image: url(/image/maths-calculator-black.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: 2px;

  }
  .line-telegram
  {

  }
  .logo-blue
  {
    display: none;
  }
  .white-header-body header .logo-blue, .white-header-body1 header .logo-blue
  {
    display: block!important;
    float: left;
    width: 150px;
  }

  .dropdown
  {
    position: static!important;
  }
  .logo-blue img
  {
    width: 100%;
  }
  .white-header-body1 header .logo, .white-header-body header .logo
  {
    display: none;
  }
  .white-header-body1 header
  {
    background: #fff;
    border-bottom: 1px solid #ebe8e8;
  }
  .white-header-body1 header .munu-inner li a
  {
    color: #1f2d4a;
  }

  .white-header-body1 header .header-phone a
  {
    color: #1f2d4a;
  }
  .white-header-body1 header .header-calculate a
  {
    color: #1f2d4a;
  }
  .white-header-body1 header .header-calculate
  {
   
    background-image: url(/image/maths-calculator-black.svg);
    background-repeat: no-repeat;
    background-size: 25px;
    background-position-y: 2px;

  }
  .header-lang-mobile {
    display: none;
    padding: 20px;
    gap: 20px;
  }

  .header-lang-mobile div {
    display: flex;
    height: 45px;
    width: 45px;
    background: #214ecc;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    font-family: CeraPro-Medium, Arial, sans-serif;
  }

  .header-lang-mobile a {
    color: #fff;
    opacity: 0.7;
    display: flex;
    height: 45px;
    width: 45px;
    justify-content: center;
    align-items: center;
  }
  .header-lang {
    display: grid;
    gap: 20px;
    float: right;
    margin-left: 80px;
    grid-template-columns: 1fr 1fr;
    padding-top: 7px;
    position: relative;
  }
  .header-lang::after {
    content: '';
    height: 12px;
    width: 1px;
    background: #fff;
    opacity: 0.5;
    position: absolute;
    left: 50%;
    top: 12px;
  }
  .header-lang a {
    color: #fff;
  }
  .header-lang div {
    color: #fff;
    opacity: 0.7;
  }
  .header-inner
  {
  
    position: relative;
    padding: 13px 40px 0 40px;
   
   
  }
  .logo
  {
    float: left;
    width: 150px;
  }
  .logo img
  {
    width: 100%;
  }
  .munu-inner
  {
    float: right;
    margin-top: 7px;
    margin-right: 50px;
  }
  .munu-inner li
  {
    float: left;
    margin-left: 30px;
  }
  .munu-inner li a
  {
    color: #fff;
    font-size: 16px;
    font-size: 14px;
    text-transform: uppercase;
  }
  .home-inner
  {
    min-height: 100vh;
    width: 100%;
    padding-bottom: 85px;
    background: linear-gradient(to top right, #1e2e5a, #1f2d4a);
    background-color: #1f2d4a;
    background-image: url(/image/bgline.png);
    position: relative;
  }

  .kurs-box
  {
  
    border: 1px solid #253046;
    margin-top: 9.5%;
    background: #1a253c;
    color: #fff;
  
    overflow: hidden;
    box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.15);
  }
  .kurs-box ul
  {
    margin-bottom: 0;
  }
  .kurs-box li
  {
    padding: 9px 35px;
    border-bottom: 1px solid #202a40;
    display: inline-block;
    width: 100%;
  }
  .kurs-box li:last-child
  {
    border-bottom: none;
  }
  .kurs-box li.head-of-kurs
  {
    padding-bottom: 10px;
    color: #dbe2f3;
  }
  .title-name
  {
    width: 30%;
    float: left;
  }
  .title-value-pokupka
  {
    width: 26%;
    float: left;
  }
  .title-value-prodaja
  {
    width: 26%;
    float: left;
  }

  

  .name-valuta
  {
    width: 30%;
    float: left;
    font-family: "CeraPro-Bold", Arial, sans-serif;
    font-size: 22px;
    margin-top: 18px;
    
  }
  .value-pokupka
  {
    width: 26%;
    float: left;
    font-family: "CeraPro-Bold", Arial, sans-serif;
    font-size: 37px;
    line-height: initial;
    color: #c7e2ff;
    margin-top: 5px;
  }
  .value-prodaja
  {
    width: 26%;
    float: left;
    font-family: "CeraPro-Bold", Arial, sans-serif;
    font-size: 37px;
    line-height: initial;
    color: #60dc98;
    margin-top: 5px;
  }
 
  .btn-obmen
  {
    width: 18%;
    float: left;
  }

  .btn-obmen a
  {
    background: #214ecc;
    font-family: "CeraPro-Medium", Arial, sans-serif;
    color: #fff;
    padding: 16px;
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 7px;
  }
  .btn-obmen a:hover
  {
    background: #265cf5;
    color: #fff;
    
    cursor: pointer;
  }
  .container-first
  {
      margin-top: 5%;
  }
  .container-first h1
  {
    font-family: "CeraPro-Bold", Arial, sans-serif;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    font-size: 30px;
  }

  .container-first p
  {
    color: #fff;
    text-align: center;
    font-size: 15px;
    margin: 0;
    
  }

  .container-first p.line-telegram
{
  margin-bottom: 20px;
}
.container-first p.line-telegram span
{
  display: inline-block;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background-image: url(/image/telegram-white.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  
  background-position-y: 7px;
  background-position-x: 6px;
  margin-right: 10px;
  background-color: #209fd9;
  position: relative;
  top: 7px;
    
}
.container-first p.line-telegram a
{
  color: #fff;
 
}
.dop-nomera
{
  display: none;
  position: absolute;
  background-color: #1f2d4a;
  border: 1px solid #3b465a;
  padding: 25px 25px 15px 25px;
  color: #fff;
  box-shadow: 0 7px 25px 0 rgb(0 0 0 / 15%);
  margin: 19px 0 0 -24px;
  width: 190px;
}
.dop-nomera li
{
  margin-bottom: 3px;
}

.white-header-body .dop-nomera
{
  background: #fff;
  border: 1px solid #ebe8e8;
  color: #555;
  box-shadow: none;
}
.white-header-body1 .dop-nomera
{
  background: #fff;
  border: 1px solid #ebe8e8;
  color: #555;
  box-shadow: none;
}
.white-header-body .header-lang a, .white-header-body1 .header-lang a {
  color: #1f2d4a;
}
.white-header-body .header-lang div, .white-header-body1 .header-lang div {
  color: #555;
}
.white-header-body .header-lang::after, .white-header-body1 .header-lang::after {
  background-color: #888;
}

.header-phone:hover .dop-nomera
{
  display: block;
}
.container-first p.line-telegram a:hover
{
  color: #71c9f1;
}
  .calculator-inner
  {
    padding: 70px 0 90px 0;
    background: #fff;
    
  }
  .calculator-inner h2
  {
    color: #0f192d;
    font-family: "CeraPro-Bold", Arial, sans-serif;
    text-align: center;
    font-size: 32px;
  }

  .tab-calc.nav-tabs>li.active>a, .tab-calc.nav-tabs>li.active>a:hover, .tab-calc.nav-tabs>li.active>a:focus
  {
    border: 1px solid #1f2d4b;
    background: #1f2d4b;
    color: #fff;
    font-family: "CeraPro-Bold", Arial, sans-serif;

  }
  .tab-calc.nav-tabs>li>a
  {
   
    line-height: 1.428571429;
    border: 1px solid #c1c2c7;
    border-radius: 5px;
    padding: 35px 0;
    background: #fff;
    font-family: "CeraPro-Medium", Arial, sans-serif;
    color: #121212;
    text-align: center;
    margin-right: 7px;
   
  }

  .tab-calc.nav-tabs>li
  {
    display: block;
    width: 16.66%;
    float: left;
    margin-bottom: 0;
    
  }
  .tab-calc.nav-tabs
  {
    border-bottom: none;
    margin-bottom: 30px;
  }

  .tab-calc.nav-tabs>li>a:hover
  {
    border: 1px solid #939eb7;
    background: #f5f5f7;
  }

  .calculator-inner .tab-content input
  {
      height: 55px;
     width: 100%;
      box-shadow: none;
      background: #fff;
      border: 1px solid transparent;
      border: 1px solid #c1c2c7;
      border-radius: 5px;
      padding-left: 15px;
      font-size: 17px;
      color: #121212;
      
      

  }

  .controls-div1
  {
    width: 542px;
    float: left;
    padding: 0 5px 0 0;
  }

  .controls-div
  {
    width: 543px;
    float: left;
    padding: 0 0 0 5px;
  }
  .btn-reverce
  {
    display: block;
    width: 55px;
    height: 55px;
    float: left;
    
    margin-top: 31px;
    background-image: url(/image/exchange.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #1f2d4b;
    border-radius: 5px;
    background-position: center;
    cursor: pointer;
  }

  .btn-reverce:hover
  {
    
    background-image: url(/image/exchange-white.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #1f2d4b;
    border-radius: 5px;
    background-position: center;
    cursor: pointer;
    background-color: #1f2d4b;
  }
  
  input:focus, input:active
  {
    outline: none;
  }
  button:focus, button:active
  {
    outline: none;
  }
  .change-calc
  {
    text-align: center;
    padding: 0 0 40px 0;
  }
  .controls-div p,   .controls-div1 p{
    font-family: "CeraPro-Medium", Arial, sans-serif;
    font-size: 15px;
    color: #0f192d;
  }


  .map-cont
  {
    width: 40%;
    float: left;
    background: #f6f6f6;
   
    padding-right: 30px;
  }
 
  .contact-inner
  {
    padding: 70px 0 0 0;
   
    
  }

  .info-cont
  {
    width: 60%;
    float: left;
    padding: 70px 150px 70px 70px;
    position: sticky;
    top: 70px;
    overflow: hidden;
  }
.title-cont
{
  color: #0f192d;
  font-family: "CeraPro-Bold", Arial, sans-serif;
 margin-bottom: 20px;
  font-size: 35px;
}
.phone-line
{
  margin-bottom: 7px;
}
.phone-line a
{
  font-size: 20px;
  color: #0f192d;
  font-family: "CeraPro-Medium", Arial, sans-serif;
  
  display: block;
}

.adress-line
{
  padding: 20px 0 20px 40px;
  background-image: url(/image/pin.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position-x: left;
  background-position-y: center;
  margin-top: 30px;
 
  border-top: 1px solid #f1f1f1;
 
}
.telegram-line
{
  padding: 20px 0 20px 40px;
  background-image: url(/image/telegram.svg);
  background-repeat: no-repeat;
  background-size: 30px;
  background-position-x: left;
  background-position-y: center;
 
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  margin-bottom: 50px;
}
.telegram-line a
{
  color: #333;
}
.map-view
{
  background: #214ecc;
  font-family: "CeraPro-Medium", Arial, sans-serif;
  color: #fff;
  padding: 22px 50px;
 
  text-align: center;
  border-radius: 7px;
}
.map-view:hover
{
  background: #265cf5;
  color: #fff;
}
.map-view:active, .map-view:focus
{
  background: #265cf5;
  color: #fff;
}
.img-obmenka
{
  background-image: url(/image/bg-img.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 60%;
  width: 100%;
  margin:  30px 0 100px -70px;
  border-radius: 5px;
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.05);

}

.map-cont iframe
{
  height: 60%;
  width: 100%;
  margin: 100px 0 0 -70px;
  border-radius: 5px;
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.05);
}

.rewie-inner
{
  padding: 90px 0;
  background: linear-gradient(to top right, #1e2e5a, #1f2d4a);
  color: #fff;
  background: linear-gradient(to top right, #1e2e5a, #1f2d4a);
  background-color: #1f2d4a;
  background-image: url(/image/bgline.png);
  overflow: hidden;

}

.rewie-inner li
{
  width: 33.33%;
  float: left;
  padding-right: 20px;
}

.title-rev
{
  color: #fff;
    font-family: "CeraPro-Bold", Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 35px;
    text-align: center;
   
}
.rev-box
{
  border: 1px solid #253046;
  background: #fff;
  color: #333;
  padding: 40px 40px 35px 40px;
  box-shadow: 0 7px 25px 0 rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  min-height: 183px;
  position: relative;
}

.rev-box .name
{
  font-family: "CeraPro-Bold", Arial, sans-serif;
  color: #121212;
  font-size: 15px;
  margin: 10px 0 0 0;
}

.rev-box img
{
  width: 60px;
  border-radius: 100%;
  float: left;
  margin-right: 15px;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.1);
}

.where
{
  margin-top: -10px;
  font-size: 15px;
}

.rew-cont
{
  margin-bottom: 0;
  width: 100%;
  float: none;
  display: block;
  border-top: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
  margin-top: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}



.left-action
{
  width: 75%;
  float: left;
  padding: 70px 70px 70px 140px;
  height: 162px;
  background: #1a1f2d;
    color: #fff;
    font-size: 16px;
    background-image: url(/image/promotion.svg);
    background-repeat: no-repeat;
    background-size: 40px;
    background-position-x: 70px;
    background-position-y: center;
    

}
.left-action p
{
  margin-top: -10px;
}
.right-action
{
  width: 25%;
  float: left;
  background: #1a1f2d;
  height: 162px;
  text-align: right;
  padding: 70px 70px 0 0;
}
.right-action a
{
  padding: 25px 60px;
  background: #214ecc;
    
    color: #fff;
  border-radius: 5px;
    font-family: "CeraPro-Medium", Arial, sans-serif;
    font-size: 16px;
    box-shadow: 0 2px 20px 0 rgba(34, 78, 204, 0.5);
    
}
.right-action a:hover
{
  background: #265cf5;
  color: #fff;
 
}


.block-grey {
  right: 0;
  background-image: url(/image/obmen-bg.png);
  
  background-position-x: center;
  background-position-y: 20px;
  background-repeat: no-repeat;
  background-color: #f4f6fb;
  min-height: 950px;
}

.block-left
{
width: 32vw;
  position: relative;
  text-align: center;
  float: left;
}

.block-left img
{
 width: 70%;
  position: sticky;
top: 120px;
margin-top: 70px;
margin-bottom: 70px;
}  



.block-right
{
	float: left;
	width: 50%;
	padding-left: 100px;
	overflow:hidden
}
.block-right li img
{
	width: 50px;
	float: left;
	position: absolute;
	left: 0;
	top: 10px;

}

.block-right li
{
	position: relative;
	padding-left: 100px;
	color: #333;
	font-size: 14px;
    line-height: 24px;
    color: #5c5c5c;
    margin-bottom: 35px;
}


.block-right li p
{
	font-size: 17px;
   
    font-family: "CeraPro-Bold", Arial, sans-serif;
    color: #1f2d4b;
}


.block-right h2
{

  font-family: "CeraPro-Bold", Arial, sans-serif;
  color: #0f192d;
    margin: 100px 0 45px 95px;
    padding-bottom: 30px;
    font-size: 35px;
    border-bottom: 1px solid #ebe8e8;
}


.text-left-home
{
	width: 80vw;
	
	position: absolute;
	left: 0;
	top:0;
}

.text-left-home img
{
	width: 100%
}

.text-right-inner
{
	position: absolute;
	right: 0;
	width: 50vw;
	    background: #f7f3fa;
	padding: 60px 90px 90px 100px;
	margin-top: 80px;
}
.text-home-inner h2, h3
{
  font-family: "CeraPro-Bold", Arial, sans-serif;
  color: #0f192d;
}
.text-scroll h2, h3
{
  font-family: "CeraPro-Bold", Arial, sans-serif;
  color: #0f192d;
}

.text-home-inner
{
  padding: 100px 0;
}

.text-scroll
{
  height: 250px;
  overflow-y: scroll;
  padding-right: 30px;
  font-size: 15px;
}


.text-scroll::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:5px;
	height:0px
	}
	
	.text-scroll::-webkit-scrollbar-track {
	background-color:#F4F5F5
	}
	
	.text-scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color:#7D7D7D;
	}
	
	.text-scroll::-webkit-scrollbar-thumb:hover{
	background-color:black;
	}
	
	.text-scroll::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px;
	
	}
	
	.text-scroll::-webkit-scrollbar{
	width: 4px;
	
	}
	.text-scroll::-webkit-scrollbar{
	width: 2px!important;
	}
	
	.text-scroll::-webkit-scrollbar-button {
	background-image:url('');
	background-repeat:no-repeat;
	width:2px;
	height:0px
	}
	
	.text-scroll::-webkit-scrollbar-track {
	background-color:#ddd;

	}
	
	.text-scroll::-webkit-scrollbar-thumb {
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background-color:#383838;
	width: 6px
	}
	
	.text-scroll::-webkit-scrollbar-thumb:hover{
	background-color:#000;
	}
	
	.text-scroll::-webkit-resizer{
	background-image:url('');
	background-repeat:no-repeat;
	width:4px;
	height:0px
	}
	

footer
{
  background-color: #1a253c;
  color: #fff;
  padding: 40px 70px;
  text-align: center;
  font-size: 15px;

}

footer a
{
  color: #fff;
}

footer span
{
  color: #beccf3;
  font-weight: bold;
}

.title-window
{
  font-family: "CeraPro-Bold", Arial, sans-serif;
  color: #0f192d;
  font-size: 25px;
  text-align: center;
  margin-bottom: 15px;

}

.modal-content
{
  padding: 40px 40px 35px 40px;
}

#myModal input
{
  height: 50px;
  width: 100%;
  float: left;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 13px;
}
#myModal select
{
  height: 50px;
  width: 100%;
  float: left;
  border: 1px solid #e2e2e2;
  box-shadow: none;
  margin-bottom: 10px;
  border-radius: 5px;
  padding-left: 15px;
  font-size: 13px;
}
#myModal select option {
  font-size: 15px;
}
#myModal .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  margin: 12px 14px;
  color: #121212;
  opacity: 1;
  font-weight: 500;
  background-color: transparent;
  background-image: url(/image/multiply.svg);
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  box-shadow: none;
  border: none;
  width: 20px;
  -webkit-transition: -webkit-transform .3s ease-in-out;
  transition: transform .3s ease-in-out;
}

#myModal .close-btn:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
  opacity: 1;
}

#myModal .modal-dialog
{
  width: 500px;
  margin-top: 15%;
}
#myModal .submit_button
{
  background: #214ecc;
  font-family: "CeraPro-Medium", Arial, sans-serif;
  color: #fff;
  font-size: 15px;
  height: initial;
  padding: 16px;
}
#myModal .submit_button:hover
{
  background: #265cf5;
}

.header-phone
{
  float: right;
  padding-left: 50px;
  padding-top: 7px;
  position: relative;
  padding-bottom: 19px;

}

.header-phone a
{
  color: #fff;
  font-family: "CeraPro-Bold", Arial, sans-serif;
  font-size: 18px;
}

.header-calculate
{
  float: right;
  padding: 5px 0px 10px 40px;
  margin-left: 80px;
  background-image: url(/image/maths-calculator.svg);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position-y: 2px;
  margin-top: 4px;
   
}

.header-calculate a{
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "CeraPro-Medium", Arial, sans-serif;
}

.munu-inner li a:hover
{
  color: #ccd3e8;
}

.header-calculate a:hover
{
  color: #ccd3e8;
}

.header-phone a:hover
{
  color: #ccd3e8;
}
.mobile-menu
{
  display: none;
  float: right;
  margin-left: 40px;
}
.a-mobile-menu
{
  display: block;
  padding-left: 35px;
  padding-top: 6px;
  text-transform: uppercase;
  color: #fff;
  height: 30px;
  font-size: 15px;
  background-image: url(/image/menu.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 20px;
  font-family: "CeraPro-Medium", Arial, sans-serif;
}
.drop-menu
{
  width: 100%;
  border-radius: 0;
  background-color: #1f2d4b;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus
{
  background-color: #1f2d4b;
  color: #fff;
}
.dropdown-menu>li>a
{
  color: #fff;
  padding: 7px 15px;
  text-transform: uppercase;
}
.line-run
{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(31, 45, 75, 0.9);
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
  border-top: 1px solid #3b465a;
}

@media(max-width:1350px)
{
  .img-obmenka
  {
    height: 50%;
  }
  .map-cont iframe
  {
    height: 50%;
  }
}
@media(max-width:1199px)
{
  .controls-div1
  {
    width: 440px;
  }
  .controls-div
  {
    width: 440px;
  }
  .contact-inner
  {
    padding-top: 50px;
  }
  .left-action
  {
    padding-top: 60px;
  }
  .header-calculate
  {
    margin-left: 50px;
  }
  .header-phone
  {
    padding-left: 40px;
  }
  .munu-inner
  {
    margin-right: 20px;
  }
  .home-inner
  {
    min-height: initial;
    padding-bottom: 90px;
  }

  .header-lang {
    margin-left: 50px;
  }
}

@media(max-width:1110px)
{
  .munu-inner li a
  {
    font-size: 13px;
  }
  .change-calc
  {
    font-size: 16px;
  }
  .phone-line a
  {
    font-size: 24px;
  }
  .title-cont
  {
    margin-bottom: 35px;
  }
  .line-run {
   
    padding: 15px 0px;
    font-size: 22px;
  }
  .home-inner
  {
    padding-bottom: 125px;
  }
  .header-calculate
  {
    font-size: 13px;
  }
  .logo {
    float: left;
    width: 120px;
  }
  
  .mobile-menu {
    display: block;
  }
  .munu-inner
  {
    display: none;
    
  }
  .container-first h1
  {
    margin-top: 70px;
  }
  .map-cont iframe {
    height: 20%;
  }
  .img-obmenka {
    height: 20%;
  }
  .info-cont
  {
    width: 100%;
    font-size: 16px;
  }
  .rew-cont
  {
    font-size: 16px;
  }
  .map-cont
  {
    width: 100%;
    background: #fff;
    padding: 0 25px;
  }
  .info-cont
  {
    padding: 0 25px 25px 25px;
    position: static;
  }
  .map-cont iframe
  {
    margin: 40px 0 0 0;
    height: 600px;
  }
  .img-obmenka
  {
    margin: 20px 0;
    height: 600px;
  }
  .container-first
  {
    width: 100%;
  }
  .value-prodaja
  {
    font-size: 42px;
  }
  .value-pokupka
  {
    font-size: 42px;
  }
  .name-valuta
  {
    font-size: 26px;
  }

  .tab-calc.nav-tabs > li {
    width: 50%;
    margin-bottom: 10px;
  }
  .tab-calc.nav-tabs > li.half-btn
  {
    width: 50%;
  }
  .calculator-inner .tab-content input
  {
    height: 50px;
  }
  .btn-reverce
  {
    height: 50px;
    margin-top: 26px;
  }
  .controls-div p, .controls-div1 p
  {
    margin-bottom: 5px;
    font-size: 14px;

  }
  .tab-calc.nav-tabs
  {
    margin-bottom: 15px;
    margin-right: -7px;
  }

  .controls-div1
  {
    width: 43%;
  }
  .controls-div
  {
    width: 43%;
  }
  .btn-reverce
  {
    width:14%
  }
  .tab-calc.nav-tabs > li > a
  {
    font-size: 19px;
    padding: 50px 0;
  }
  .calculator-inner .container
  {
    width: 100%;
  }

}

@media(max-width:1046px)
{
  .header-calculate
  {
    margin-left: 50px;
  }
  .header-phone
  {
    padding-left: 30px;
  }
  .munu-inner
  {
    margin-right: 30px;
  }
  .container-first h1
  {
    font-size: 28px;
  }
  .container-first p
  {
    font-size: 18px;
  }
  .kurs-box li.head-of-kurs {
   
    font-size: 16px;
  }
  .map-cont iframe
  {
    margin-top: 70px;
    height: 40%;
  }
  .img-obmenka
  {
    margin-bottom: 70px;
    height: 40%;
  }
  .info-cont
  {
    padding-left: 30px;
  }
  .block-right h2
  {
    font-size: 25px;
  }
  .block-right
  {
    width: 60%;
    padding-left: 80px;
  }
  .block-right li img
  {
    width: 35px;
  }
  .white-header-body .a-mobile-menu, .white-header-body1 .a-mobile-menu
  {
    color: #121212;
  }
  .white-header-body header .logo-blue, .white-header-body1 header .logo-blue {
    
    width: 120px;
  }
  .white-header-body header .a-mobile-menu, .white-header-body1 header .a-mobile-menu
  {
    background-image: url(/image/menu-black.svg);
  }
  
}

@media(max-width:1046px)
{
  .header-inner
  {
    padding: 18px 20px 0 20px;
  }
  .rewie-inner li
  {
    padding-right: 10px;
  }
}
@media(max-width:991px)
{
  .value-pokupka
  {
    font-size: 40px;
    width: 23%;
  }
  
  .value-prodaja
  {
    font-size: 40px;
    width: 23%;
  }
  .name-valuta
  {
    font-size: 22px;
   
  }
  .btn-obmen
  {
    width: 24%;
  }
  .title-value-pokupka
  {
    width: 23%;
  }
  .title-value-prodaja
  {
    width: 23%;
  }
 
 
  .title-rev
  {
    font-size: 25px;
  }
  .rewie-inner li
  {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .right-action a
  {
    padding: 20px 40px;
    font-size: 15px;
  }
  .left-action
  {
    padding-left: 90px;
    padding-right: 30px;
    background-position-x: 22px;
  }
  .right-action
  {
    padding-right: 25px;
  }
}
@media(max-width:950px)
{
  .munu-inner
  {
    display: none;
  }
  .header-calculate
  {
    display: none;
  }
  .mobile-menu
  {
    display: block;
  }
  header
  {
    position: static;
  }
  .container-first
  {
    margin-top: 0;
  }
  .container-first h1
  {
    margin-top: 20px;
  }
 
  .block-right li
  {
    padding-left: 60px;
  }
  .block-right h2
  {
    margin-left: 65px;
  }
  .text-home-inner
  {
    padding: 0 0 50px 0;
  }

}
@media(max-width:768px)
{
  .kurs-box li
  {
    padding: 10px 15px;
  }
  .value-pokupka
  {
    font-size: 25px;
    width: 23%;
  }
  
  .value-prodaja
  {
    font-size: 25px;
    width: 23%;
  }
  .name-valuta
  {
    font-size: 17px;
   
  }
  .btn-obmen a
  {
    padding: 13px 15px;
  }
  .controls-div1
  {
    width: 45%;
  }
  .controls-div
  {
    width: 45%;
  }
  .btn-reverce
  {
    width:10%
  }
  .tab-calc.nav-tabs > li{
 
   margin-bottom: 10px;
  }
  .calculator-inner h2
  {
    font-size: 25px;
  }
  .calculator-inner {
    padding: 20px 0px 20px 0;
  }
  .change-calc
  {
    padding-bottom: 15px;
  }
  .title-cont
  {
    font-size: 25px;
  }
  .info-cont
  {
    padding: 0 15px 25px 15px;
  }
  .map-cont
  {
    padding: 0 15px;
  }
  .map-cont iframe
  {
    margin-top: 15px;
  }
  .rewie-inner
  {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .title-rev
  {
    margin-bottom: 15px;
  }
  .left-action
  {
    font-size: 15px;
    width: 100%;
  }
  .right-action {
    width: 100%;
    text-align: left;
    padding: 0 15px 0 90px;
    height: 75px;
  }
  .block-left
  {
    display: none;
  }
  .block-right
  {
    width: 100%;
    padding: 0 15px;
  }
  .block-right h2
  {
    margin-top: 40px;
    padding-bottom: 20px;
    margin-bottom: 25px;
  }
  .block-right h2
  {
    margin-left: 0;
    font-size: 20px;
  }
  .text-home-inner h2, h3
  {
    font-size: 25px;
  }
  #myModal .modal-dialog
  {
    margin: 50px auto 0 auto;
  }
  .line-run
  {
    font-size: 18px;
  }
  .container-first p {
    font-size: 16px;
  }
  .tab-calc.nav-tabs > li > a
  {
    font-size: 17px;
  }
  .header-lang {
    display: none;
  }
  .header-lang-mobile {
    display: flex;
  }
}
@media(max-width:550px)
{
  .logo
  {
    width: 100px;
  }
  .header-phone
  {
    padding-top: 1px;
  }
  .header-inner {
    padding: 15px 15px 13px 15px;
  }
  .a-mobile-menu
  {
    height: 24px;
    padding-top: 3px;
  }
  .header-phone a
  {
    font-size: 16px;
  }
  .name-valuta
  {
    width: 25%;
  }
  .value-pokupka
  {
    width: 25%;
  }
  .value-prodaja
  {
    width: 25%;
  }
  .kurs-box li
  {
    padding: 7px 10px 7px 12px;
  }
  .title-rev
  {
    font-size: 20px;
  }
  .left-action
  {
    height: initial;
    background-image: none;
    padding: 30px 10px;
  }
  .right-action
  {
    padding: 0 10px 20px 10px;
  }
  .left-action p
  {
    margin-top: 0;
  }
  footer
  {
    padding: 20px 10px;
  }
  #myModal .modal-dialog
  {
    width: 100%!important;
  }
  #myModal
  {
    padding: 0 10px;
  }
  .title-name
  {
    display: none;
  }
  .name-valuta
  {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .value-pokupka
  {
    width: 33.33%;
  }
  .value-prodaja
  {
    width: 33.33%;
  }
  .btn-obmen
  {
    width: 33.33%;
  }
  .title-value-pokupka
  {
    width: 33.33%;
  }
  .title-value-prodaja
  {
    width: 33.33%;
  }
  .container-first
  {
    padding: 0 10px;
  }
  .container
  {
    padding: 0 10px;
  }
  .kurs-box li {
    padding: 5px 10px 5px 12px;
  }
  .container-first h1
  {
    font-size: 20px;
  }

}

@media(max-width:500px)
{
  
  
  
}
@media(max-width:440px)
{
  .logo
  {
    width: 80px;
  }
  .a-mobile-menu
  {
    width: 18px;
    height: 18px;
    padding: 0;
    background-size: 18px;
  }
  .header-phone
  {
    padding: 0;
   
  }
  .a-mobile-menu span
  {
    display: none;
  }
  .header-inner {
    padding: 13px 12px 10px 10px;
  }
  .btn-obmen a
  {
    font-size: 13px;
    padding: 11px 14px;
  }
  .calculator-inner h2 {
    font-size: 20px;
  }
  .info-cont
  {
    padding: 0 10px 25px 10px;
  }
  .map-cont
  {
    padding: 0 10px;
  }
  .img-obmenka {
    margin: 10px 0px;
    height: 46%;
    margin-bottom: 20px;
  }
  .map-cont iframe
  {
    height: 46%;
  }
}

@media(max-width:380px)
{
  .img-obmenka {
  
    height: 40%;
   
  }
  .map-cont iframe
  {
    height: 40%;
  }
}

#reverce-btn18
{
  cursor:not-allowed;
    filter: grayscale(1);
    opacity: 0.35;
}

#reverce-btn18:hover
{
  cursor:not-allowed;
    filter: grayscale(1);
    opacity: 0.35;
    display: block;
    width: 55px;
    height: 55px;
    float: left;
    margin-top: 31px;
    background-color: #fff;
    background-image: url(/image/exchange.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #1f2d4b;
    border-radius: 5px;
    background-position: center;
   
}