.krym-simple-schema{
  height: 425px;
  background: #fff url(/local/templates/rus_expeditor/img/simple_schema_cars.png) calc(50% + 900px) -21px no-repeat;
}

.krym-simple-schema-title{
  height: 39px;
  color: #111111;
  font-family: "Oswald";
  font-size: 38px;
  font-weight: 700;
  line-height: 32px;
  text-transform: uppercase;
  margin-top: 65px;
  margin-bottom: 40px;
  text-align: center;
}

.krym-simple-schema-list{
  display: flex;
  justify-content: space-between;
}

.krym-simple-schema-itm{
  position: relative;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 200px;
}

.krym-simple-schema-itm::before{
  position: absolute;
  display: block;
  left: -15px;
  top: 40px;
  z-index: 0;
  opacity: 0.1;
  color: #111111;
  font-family: Roboto;
  font-size: 180px;
  font-weight: 700;
  line-height: 135px;
  letter-spacing: 1.8px;
}

.krym-simple-schema-itm:nth-of-type(1)::before{
  content: '01';
}
.krym-simple-schema-itm:nth-of-type(2)::before{
  content: '02';
}
.krym-simple-schema-itm:nth-of-type(3)::before{
  content: '03';
}
.krym-simple-schema-itm:nth-of-type(4)::before{
  content: '04';
}


.krym-simple-schema-itm-ico{
  position: absolute;
  width: 64px;
  height: 64px;
  background-position: 0 0;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.krym-simple-schema-itm:nth-of-type(1) .krym-simple-schema-itm-ico{
  background-image: url(/local/templates/rus_expeditor/img/simple_schema.png);
}
.krym-simple-schema-itm:nth-of-type(2) .krym-simple-schema-itm-ico{
  background-image: url(/local/templates/rus_expeditor/img/simple_schema2.png);
}
.krym-simple-schema-itm:nth-of-type(3) .krym-simple-schema-itm-ico{
  background-image: url(/local/templates/rus_expeditor/img/simple_schema3.png);
}
.krym-simple-schema-itm:nth-of-type(4) .krym-simple-schema-itm-ico{
  background-image: url(/local/templates/rus_expeditor/img/simple_schema4.png);
}

.krym-simple-schema-itm-wave{
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
}

.krym-simple-schema-itm:nth-of-type(1) .krym-simple-schema-itm-wave{
  background-image: url(/local/templates/rus_expeditor/img/simple_schema_wave.png);
  width: 228px;
  height: 25px;
  left: 65px;
  top: -17px;
}
.krym-simple-schema-itm:nth-of-type(2) .krym-simple-schema-itm-wave{
  background-image: url(/local/templates/rus_expeditor/img/simple_schema_wave2.png);
  width: 229px;
  height: 25px;
  left: 73px;
  top: 55px;
}
.krym-simple-schema-itm:nth-of-type(3) .krym-simple-schema-itm-wave{
  background-image: url(/local/templates/rus_expeditor/img/simple_schema_wave3.png);
  width: 231px;
  height: 25px;
  left: 70px;
  top: -10px;
}

.krym-simple-schema-itm-title{
  margin-top: 90px;
  color: #111111;
  font-family: Roboto;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.24px;
}

.krym-simple-schema-itm-text{
  margin-top: 11px;
  color: #919191;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.krym-simple-schema-itm-text strong{
  display: block;
  font-size: 18px;
  color: #111111;
  font-weight: 700;
  letter-spacing: 0.18px;
}

.krym-simple-schema-itm-button{
  margin-top: 16px;
  position: relative;
  z-index: 10;
}

.krym-simple-schema-itm-button button{
  width: 140px;
  height: 32px;
  box-shadow: 0 5px 20px rgba(45, 139, 214, 0.25);
  border-radius: 16px;
  color: #ffffff;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 700;
  background-color: #2d8bd6;
  text-align: center;
  line-height: 32px;
  border: none;
  outline: none !important;
}

.krym-calc-price{
  width: 100%;
  height: 300px;
  background: linear-gradient(to left, rgba(24, 23, 29, 0.85) 0%, rgba(24, 23, 29, 0.95) 50%, rgba(24, 23, 29, 0.85) 100%), url(/local/templates/rus_expeditor/img/call-bg.png) top center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.krym-calc-price-title{
  width: 530px;
}

.krym-calc-price-form{
  width: 306px;
  height: 300px;
  background-color: rgba(24, 23, 29, 0.5);
  padding: 5px 25px;
}

.krym-calc-price-form .col-md-3.col-sm-3{
  width: 100% !important;
  margin-bottom: 17px;
}

.krym-calc-price-form .col-md-4.control-label{
  width: 100% !important;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 15px;
}

.krym-calc-price-form .afbf_inputtext_bg.col-md-8{
  width: 100% !important;
  padding: 0 !important;
}

.krym-calc-price-form .afbf_inputtext{
  width: 225px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 15px !important;
}

.krym-calc-price-form .afbf_inputtext::placeholder{
  color: rgba(255,255,255,0.2);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.krym-calc-price-form #f_feedback_FID4_krym .afbf_submit_button input,
.krym-calc-price-form #f_feedback_FID5_krym .afbf_submit_button input,
.krym-calc-price-form #f_feedback_FID6_krym .afbf_submit_button input{
  width: 100% !important;
  height: 42px !important;
  border-radius: 21px !important;
  background-color: rgba(45, 139, 214, .3) !important;
  color: #ffffff !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
  padding: 0 !important;
}

.krym-calc-price-form #f_feedback_FID4_krym .after_txt,
.krym-calc-price-form #f_feedback_FID5_krym .after_txt,
.krym-calc-price-form #f_feedback_FID6_krym .after_txt{
  color: rgba(255,255,255,0.3) !important;
  font-family: Roboto !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  letter-spacing: 0.12px;
  padding-left: 14px !important;
  margin-top: -13px;
}

.krym-calc-price-form input[name="FIELDS[FIO_FID4]"],
.krym-calc-price-form input[name="FIELDS[FIO_FID5]"],
.krym-calc-price-form input[name="FIELDS[FIO_FID6]"]{
  background: transparent url(/local/templates/rus_expeditor/img/cont-ico1.png) calc(100% - 15px) center no-repeat;
}
.krym-calc-price-form input[name="FIELDS[PHONE_FID4]"],
.krym-calc-price-form input[name="FIELDS[PHONE_FID5]"],
.krym-calc-price-form input[name="FIELDS[PHONE_FID6]"]{
  background: transparent url(/local/templates/rus_expeditor/img/cont-ico-2.png) calc(100% - 15px) center no-repeat;
}

.krym-calc-price-title{
  position: relative;
}

.krym-calc-price-title-wc{
  position: relative;
  color: #ffffff;
  font-family: "Oswald";
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 0.38px;
}

.krym-calc-price-title-wc::before{
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  box-shadow: 0 0 75px rgba(45, 139, 214, 0.75);
  background-color: #2d8bd6;
  position: absolute;
  bottom: -11px;
  left: -17px;
  border-radius: 22px;
  z-index: 0;
}
.krym-calc-price-title-wc span{
  position: relative;
  z-index: 10;
}

.krym-calc-price-title-st{
  position: absolute;
  width: 231px;
  height: 53px;
  color: #aaaaaa;
  font-family: Roboto;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.14px;
  left: 217px;
  top: 70px;
}

.krym-calc-price-title-st strong{
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.14px
}

.krym-recomendations{
  height: 440;
  position: relative;
  padding: 55px 0 25px 0;
}

.krym-recomendations::before{
  position: absolute;
  content:'';
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 159px;
  background-image: linear-gradient(to top, #f4f4f4 0%, #f7f7f7 100%);
  z-index: 0;
}

.krym-recomendations .container{
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}

.krym-recomendations-list{
  width: 736px;
  height: 100%;
  overflow: hidden;
  padding: 15px;
  position: relative;
}

.krym-recomendations-list-holder{
  width: 10000px;
  height: 100%;
  position: relative;
}

.krym-recomendations-list-itm{
  width: 200px;
  margin-right: 50px;
  float: left;
}

.krym-recomendations-list-itm-img{
  width: 100%;
  height: 300px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid #eeeeee;
  transition: all .3s;
}

.krym-recomendations-list-itm-img:hover{
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  border: 2px solid #2d8bd6;
}

.krym-recomendations-list-itm-title{
  color: #111111;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: 0.12px;
  margin-top: 10px;
  text-align: center;
}

.krym-recomendations-contitle{
  width: 350px;
  padding-top: 80px;
}

.krym-recomendations-contitle-control{
  display: flex;
  justify-content: space-between;
  width: 70px;
}

.krym-recomendations-contitle-control-prev,
.krym-recomendations-contitle-control-next{
  width: 30px;
  height: 30px;
  color: #2d8bd6;
  cursor: pointer;
  border-radius: 15px;
  border: 2px solid;
  position: relative;
}

.krym-recomendations-contitle-control-prev.disabled,
.krym-recomendations-contitle-control-next.disabled{
  cursor: default;
  opacity: .2;
}

.krym-recomendations-contitle-control-prev::before{
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #2d8bd6;
  border-left: 2px solid #2d8bd6;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(-45deg);
}
.krym-recomendations-contitle-control-next::before{
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #2d8bd6;
  border-right: 2px solid #2d8bd6;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}

.krym-recomendations-contitle-control-title{
  color: #111111;
  font-family: "Oswald";
  font-size: 38px;
  font-weight: 800;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  margin-top: 10px;
}

.krym-recomendations-contitle-control-title strong{
  color: #2d8bd6;
}

.krym-pricelist{
  padding: 65px 0 20px;
}

.krym-pricelist-title{
  color: #111111;
  font-family: "Oswald";
  font-size: 38px;
  font-weight: 800;
  line-height: 32px;
  text-transform: uppercase;
  letter-spacing: 0.38px;
  text-align: center;
  margin: 0 0 23px 0;
}

.krym-pricelist-tabs{
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

.krym-pricelist-tabs-itm{
  width: 336px;
  height: 54px;
  border-top: 2px solid rgba(45, 139, 214, 0.2);
  border-bottom: 2px solid rgba(45, 139, 214, 0.2);
  transition: all .3s;
}

.krym-pricelist-tabs-itm:first-of-type{
  border-left: 2px solid rgba(45, 139, 214, 0.2);
  border-radius: 25px 0 0 25px;
}

.krym-pricelist-tabs-itm:last-of-type{
  border-right: 2px solid rgba(45, 139, 214, 0.2);
  border-radius: 0 25px 25px 0;
}
.krym-pricelist-tabs-itm:first-of-type .krym-pricelist-tabs-itm-title{
  border-radius: 25px 0 0 25px;
}
.krym-pricelist-tabs-itm:last-of-type .krym-pricelist-tabs-itm-title{
  border-radius: 0 25px 25px 0;
}

.krym-pricelist-tabs-itm-title{
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 700;
  color: #111111;
  cursor: pointer;
  transition: all .3s;
}

.krym-pricelist-tabs-itm_active{
  position: relative;
}

.krym-pricelist-tabs-itm_active::after{
  display: block;
  content: '';
  border-top: 10px solid #2d8bd6;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 15px);
}

.krym-pricelist-tabs-itm:hover .krym-pricelist-tabs-itm-title{
  color: #ffffff;
  background-color: #2d8bd6;
}

.krym-pricelist-tabs-itm_active .krym-pricelist-tabs-itm-title{
  color: #ffffff;
  box-shadow: 0 15px 25px rgba(45, 139, 214, 0.35);
  background-color: #2d8bd6;
}


.krym-pricelist-text{
  margin-top: 20px;
}

.krym-pricelist-text h3{
  color: #000000;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 18px 0;
}

.krym-pricelist-text p{
  color: #000000;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0;
}

.krym-pricelist-horisontal-tables{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.krym-pricelist-horisontal-tables-standart{
  width: 130px;
  height: 293px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
  background-color: #ffffff;
}

.krym-pricelist-horisontal-tables-standart-table{
  width: 100%;
}

.krym-pricelist-horisontal-tables-standart-table tr td{
  padding: 0 20px;
  color: #111111;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  letter-spacing: 0.12px;
}

.krym-pricelist-horisontal-tables-standart-table tr:nth-of-type(even) td{
  background-color: rgba(45, 139, 214, .15);
}

.krym-pricelist-horisontal-tables-standart-table tr:first-of-type td{
  color: #2d8bd6;
  font-family: "Oswald";
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.krym-pricelist-horisontal-tables-list-holder{
  width: calc(100% - 150px);
}
.krym-pricelist-horisontal-tables-list{
  display: block;
  /* justify-content: space-between; */
  white-space: nowrap;
  /* width: 100%; */
}

.krym-pricelist-horisontal-tables-list-itm{
  display: inline-block;
  width: 174px;
  margin: 0 10px;
}

.krym-pricelist-horisontal-tables-list-itm-tbl{
  width: 100%;
}

.krym-pricelist-horisontal-tables-list-itm-tbl tr td{
  padding: 0 20px;
  color: #111111;
  font-family: Roboto;
  font-size: 12px;
  font-weight: 600;
  height: 42px;
  line-height: 42px;
  letter-spacing: 0.12px;
  white-space: nowrap;
}

.krym-pricelist-horisontal-tables-list-itm-tbl tr td + td{
  padding-left: 0px;
  padding-right: 10px;
}

.krym-pricelist-horisontal-tables-list-itm-tbl tr:nth-of-type(even) td{
  background-color: rgba(45, 139, 214, .15);
}

.mCSB_horizontal.mCSB_inside > .mCSB_container{
  padding-bottom: 30px;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal{
  width: calc(100% - 105px);
  height: 11px;
  bottom: 31px;
  opacity: 1;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail{
  opacity: 1 !important;
  filter: none !important;
  -ms-filter: none !important;
  height: 3px;
  background-color: #e0eef9;
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
  opacity: 1 !important;
  filter: none !important;
  -ms-filter: none !important;
  height: 11px;
  background-color: #2d8bd6;
  margin: 3px auto 0 auto;
  border-radius: 0;
}

.krym-pricelist-horisontal-tables-control{
  display: flex;
  justify-content: space-between;
  width: 70px;
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.krym-pricelist-horisontal-tables-control-prev,
.krym-pricelist-horisontal-tables-control-next{
  width: 30px;
  height: 30px;
  color: #2d8bd6;
  cursor: pointer;
  border-radius: 15px;
  border: 2px solid;
  position: relative;
}

.krym-pricelist-horisontal-tables-control-prev.disabled,
.krym-pricelist-horisontal-tables-control-next.disabled{
  cursor: default;
  opacity: .2;
}

.krym-pricelist-horisontal-tables-control-prev::before{
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #2d8bd6;
  border-left: 2px solid #2d8bd6;
  position: absolute;
  top: 10px;
  left: 10px;
  transform: rotate(-45deg);
}
.krym-pricelist-horisontal-tables-control-next::before{
  display: block;
  content: '';
  width: 7px;
  height: 7px;
  border-top: 2px solid #2d8bd6;
  border-right: 2px solid #2d8bd6;
  position: absolute;
  top: 10px;
  right: 10px;
  transform: rotate(45deg);
}

.krym-pricelist-content-tabs-itm{
  display: none;
}

.krym-pricelist-content-tabs-itm_active{
  display: block;
}

.krym-haveQuestions{
  width: 100%;
  height: 360px;
  background: linear-gradient(to left, rgba(24, 23, 29, 0.85) 0%, rgba(24, 23, 29, 0.95) 50%, rgba(24, 23, 29, 0.85) 100%), url(/local/templates/rus_expeditor/img/call-bg2.png) top center no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.krym-haveQuestions-title{
  width: 530px;
  position: relative;
}

.krym-haveQuestions-form{
  width: 306px;
  height: 360px;
  background-color: rgba(24, 23, 29, 0.5);
  padding: 40px 25px;
}

.krym-haveQuestions-form .col-md-3.col-sm-3{
  width: 100% !important;
  margin-bottom: 17px;
}

.krym-haveQuestions-form .col-md-4.control-label{
  width: 100% !important;
  color: #ffffff;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 0 15px;
}

.krym-haveQuestions-form .afbf_inputtext_bg.col-md-8{
  width: 100% !important;
  padding: 0 !important;
}

.krym-haveQuestions-form .afbf_inputtext{
  width: 225px;
  height: 42px;
  border-radius: 21px;
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  padding: 15px !important;
}

.krym-haveQuestions-form .afbf_inputtext::placeholder{
  color: rgba(255,255,255,0.2);
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.14px;
}

.krym-haveQuestions-form #f_feedback_FID4_krym .afbf_submit_button input,
.krym-haveQuestions-form #f_feedback_FID5_krym .afbf_submit_button input,
.krym-haveQuestions-form #f_feedback_FID6_krym .afbf_submit_button input{
  width: 100% !important;
  height: 42px !important;
  border-radius: 21px !important;
  background-color: rgba(45, 139, 214, .3) !important;
  color: #ffffff !important;
  font-family: Roboto !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 43px !important;
  padding: 0 !important;
}

.krym-haveQuestions-form #f_feedback_FID4_krym .after_txt,
.krym-haveQuestions-form #f_feedback_FID5_krym .after_txt,
.krym-haveQuestions-form #f_feedback_FID6_krym .after_txt{
  color: rgba(255,255,255,0.3) !important;
  font-family: Roboto !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  letter-spacing: 0.12px;
  padding-left: 14px !important;
  margin-top: -13px;
}

.krym-haveQuestions-form input[name="FIELDS[FIO_FID4]"],
.krym-haveQuestions-form input[name="FIELDS[FIO_FID5]"],
.krym-haveQuestions-form input[name="FIELDS[FIO_FID6]"]{
  background: transparent url(/local/templates/rus_expeditor/img/cont-ico1.png) calc(100% - 15px) center no-repeat;
}
.krym-haveQuestions-form input[name="FIELDS[PHONE_FID4]"],
.krym-haveQuestions-form input[name="FIELDS[PHONE_FID5]"],
.krym-haveQuestions-form input[name="FIELDS[PHONE_FID6]"]{
  background: transparent url(/local/templates/rus_expeditor/img/cont-ico-2.png) calc(100% - 15px) center no-repeat;
}

.krym-haveQuestions-title-wc{
  position: relative;
  color: #ffffff;
  font-family: "Oswald";
  font-size: 38px;
  font-weight: 700;
  line-height: 52px;
  text-transform: uppercase;
  letter-spacing: 0.38px;
}

.krym-haveQuestions-title-wc::before{
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  box-shadow: 0 0 75px rgba(45, 139, 214, 0.75);
  background-color: #2d8bd6;
  position: absolute;
  top: -7px;
  left: -17px;
  border-radius: 22px;
  z-index: 0;
}
.krym-haveQuestions-title-wc span{
  position: relative;
  z-index: 10;
}

.krym-haveQuestions-title-st{
  position: absolute;
  width: 280px;
  height: 53px;
  color: #aaaaaa;
  font-family: Roboto;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0.14px;
  left: 217px;
  top: 78px;
}

.krym-haveQuestions-title-st strong{
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.14px
}

.krym-haveQuestions-form #f_feedback_FID4_krym .afbf_submit_button.active input,
.krym-calc-price-form #f_feedback_FID4_krym .afbf_submit_button input,
.krym-haveQuestions-form #f_feedback_FID5_krym .afbf_submit_button.active input,
.krym-calc-price-form #f_feedback_FID5_krym .afbf_submit_button input,
.krym-haveQuestions-form #f_feedback_FID6_krym .afbf_submit_button.active input,
.krym-haveQuestions-form #f_feedback_FID6_krym .afbf_submit_button input{
  background-color: #2d8bd6 !important;
    text-transform: uppercase;
    border: none;
}

.krym-haveQuestions-form .afbf_required_text,
.krym-calc-price-form .afbf_required_text{
  display: none;
}
@media screen and (max-width: 1140px){
  .krym-simple-schema{
    background: #fff;
  }
  .krym-simple-schema-itm-wave{
    display: none;
  }
}


/* увеличенная картинка */
#magnify {
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}

#magnify img {
  width: 100%;
  box-shadow: 0 0 5px 0px #000;
}

/* затемняющий фон */
#overlay {
  display: none;

  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}

/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
}

#close-popup i {
  width: 100%;
  height: 100%;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}

.inner_header {
  min-height: 400px;
}

@keyframes rota {
 25% { transform: rotate(360deg); }
}

#close-popup:hover {
  animation: rota 4s infinite normal;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


@media screen and (max-width: 992px){
	.inner_header h1{
		font-size: 46px;
	}
	
	.op_block h2{
		margin-bottom: 10px;
	}
	
	.inner_header_cities{
		padding: 0px 0 15px 0
	}
	
	.inner_header_cities li{
		margin: 10px 0 0 10px;
	}
	
	.afbf_inputtext_bg.col-md-8{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	
	.afbf_submit_button input{
		display: block;
		width: 100%;
	}
	
	.inner_insurance_title h2{
		font-size: 45px;
	}
	
	.krym-simple-schema,
	.krym-pricelist,
	.krym-haveQuestions{
		display: none;
	}
	
	.krym-calc-price{
		flex-flow: column;
		background-size: cover;
		height: 410px;
	}
	
	.krym-calc-price-title {
		width: auto;
	}
	
	.krym-calc-price-title-wc{
		font-size: 30px;
		text-align: center;
	}
	
	.krym-calc-price-title-wc::before,
	.krym-calc-price-title-st{
		display: none;
	}
	
	.krym-recomendations .container{
		flex-flow: column-reverse;
	}
	
	.krym-recomendations-contitle {
		width: auto;
		padding-top: 0;
		padding: 0 30px 0 30px;
		display: flex;
		flex-flow: column-reverse;
		position: relative;
	}
	
	.krym-recomendations-contitle-control-title{
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.krym-recomendations-contitle-control{
		position: absolute;
		top: 530px;
		left: calc(50% - 35px);
	}
	
	.krym-recomendations-list {
		width: 236px;
		height: 362px;
		position: relative;
		margin: 0 auto;
	}
	
	.krym-recomendations {
		height: 600px;
		padding: 20px 0 25px 0;
		margin-bottom: 400px;
	}
	
	html, body{
		height: auto;
		position:relative;
	}
	
	.krym-calc-price{
		position: absolute;
		bottom: 518px;
	}
}

@media screen and (max-width: 365px){
	.krym-calc-price {
		position: absolute;
		bottom: 507px;
		z-index: 999;
		height: 435px;
	}
}

@media screen and (max-width: 992px) {
#magnify img {
    width: 99%;
    margin-left: 0.5%;
}

#close-popup {
    top: 5px;
    right: 5px;
}
}

.op_block {
    background: rgba(24, 50, 91, 0.5);
  padding-top: 5px;
}

.op_block h2 {
  margin-top:5px;
}

.op_block h2:before, .op_block h2:after {
    background:none;
}

.inner_header_cities {
  margin:0 !important;
  padding: 20px 0 60px 0;
}

.inner_header_cities li {
  list-style:none;
  margin:0 0 0 10px;
}

.inner_header_cities li a {
  display:block;
  background:#fff;
  border-radius:20px;
  padding:5px 15px;
  color:#18325b;
}

.shema_button {
  color:#fff;
  background:#18325b;
  border-radius:20px;
  padding:5px 15px;
}

.shema_button:hover {
  color:#fff;
}

.inner_header_cities li a:hover {
  color:#fff;
  background:#18325b;
  text-decoration:none;
}

.shema_first {
  line-height:2em;
}

.inner-services-form {
    background: #ddd;
}

.inner-services-form {
    background: #ddd;
    padding: 0 0 60px 0;
}

.inner_recommend .jcepopup span {
  color:#18325b;
}

		ul.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
		}
		ul.tabs li{
			background: none;
			color: #ddd;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
		}

		ul.tabs li.current{
			color: #18325b;
		}

		.tab-content{
			display: none;
			padding: 15px;
		}

		.tab-content.current{
			display: inherit;
		}

.full_text table {
    margin: 0 0 30px;
    width: 100%;
}

.full_text table tbody {
    border-top: 0 none;
}
.full_text table tbody tr {
    background: #fff;
    border-bottom: 0 none;
    padding: 0;
}

.full_text table.tbl-sml tbody td {
    border: 1px solid #ccc;
    padding: 4px 2px;
    font-size: 9px;
    line-height: 15px;
    height: 30px;
}

.full_text table tbody tr {
    background: #fff;
    border-bottom: 0 none;
    padding: 0;
}
.full_text table tbody tr:nth-child(even) {
    background: #e6eaf4;
}

.krym-pricelist-horisontal-tables-standart-table tr:first-of-type td > span.active {
    color: #2d8bd6;
}
.krym-pricelist-horisontal-tables-standart-table tr:first-of-type td > span {
    color: gray;
}